I found out that if you included JavaScript libraries of various kinds, especially some of the very popular AJAX libraries in your (PHPTemplate) templates in 4.7, this might break the support for AJAX and JavaScript features in Drupal itself, like e.g. the collabsible items as seen on the Admin page.
Is this possible with druapal? Sponsors may provide a link from their sites , and it will be branded with their header graphics and colors when users login using that link .
Information such as author, date, category, etc appear on a post's page by itself. However when the post is on the front page, that information is not present.
i have an image in my theme's "images" directory .. is there a function that will return the path to that image, so the image shows up in all views of my drupal site? I thought there was one, but reading the docs has not turned it up
Hi all,
I want to display the comments in an ordered list (<ol>). Each comment should be wrapped in a list item which I want to have alternate classes, e.g. <li class="odd"> and <li class="even">. How can I do this with phptemplate in 4.7? Any help is greatly apreciated.