Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
On a static page that I submit as a PHP-page I should be able to do include an html page through server side include, right? But I get an error message when the parser comes to an <. Why is that, shouldn´t this work?
//Q
<!-- #include virtual="test.html" -->
Error message:
parse error, unexpected '<'
in /customers/lindroth/lindroth/httpd.www/modules/page.module(113) : eval()'d code on line 1
I have quite a few forums to setup and decided to use heirachy so that I could divide things up a bit. I'd intended to have several top level forums (such as A, B, C, D, E) and when user chooses one he is presented with subtopics just for that area (such as choosing "B" and getting B1, B2, B3, B4).
Instead, I get all my on the first page with subforums only being indented. I don't see an advantage to doing it this way. What am I missing. How do I take 25 forums and build a tree structure (heirarchy) to make it more navigatable?
I have another php scipt in a subdirectory that will not work when drupals .htacess instructions are present. I have drupal installed in my root directory. I need to know what to change in the .htacess file so that my other script will work. Please advise. Thanks.
I installed a fresh Drupal on www.moshebar.com. I notice that the content of all themes does not resize according to browser window size. This happens also at the drupal.org site. How can I make the resize work? I am using the Safari, IE, and Mozilla browsers, all latest versions.