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.
hello i am making an project in which i need to share my drupal username password for login purposes
First of all the user will visit our drupal based website and will need to register
after registration he will be given link to the installer of an application
New to Drupal, not sure if this is were I need to be (to ask). If not please direct me.
I am having a hard time locating the file: "page-front.tpl.php" in Danland theme. Can easily locate: "page-tpl.php". Any direction would greatly be appreciated. Thanks - Todd B.
I have managed to finally figure out Views Slideshow and present the results how I want at http://www.ocduk.org/ProductionDemo/ which seems to work ok on Firefox, but for Chrome and I.E one ongoing issue is I have placed a slide counter which in Firefox is fine, displays in the bottom right of the slideshow container. But in I.E it shows out of the container to the far lower right of the screen, outside of the page container.
I'm trying to output a list of the taxonomy "tags" in my drupal theme.
So far, in my node.tpl.php file I have <?php if (render($content['field_tags'])): ?> | <span class="terms">Tagged with <?php print render($content['field_tags']); ?></span><?php endif; ?>
I want to output a list of tags separated by comments. It should look like: Tag 1, Tag2, tagfour