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.
I am very new to drupal, still struggling to understand how I am supposed to do some pretty basic stuff.
I want contributors apart from entering the title and body of the blog message, also add an url link, and then to modify the display of the node in the list of all the posts in such a way, that when pressing the title of the post, you go to this specified url.
Hi,
I can't access the "files"-folder neither by my ftp-client (FileZilla) nor CPanel's filemanager. I've tried to chmod it 777, but it's still the same. Am I suppoesed to have access to the folder? how else can I get image.module to work?
When I create a new image in my galleries (create content), I can add it to more than one gallery.
Then when viewing the image in one gallery, the different galleries it belongs to will the be listed as terms above the image, and one can then select a term to see the images belonging to that term (gallery).
However the term-links (http://.../taxonomy/term/..) result in a vertical list of thumbnails including text. I would like the link to result in a normal gallery overview (http://.../image/tid/..) instead, is it possible to achieve this?
I can't believe I'm having so much trouble finding this in search and snippets. I know it is something very simple, but how do I print a specific node using php to call it for inclusion on the front page? In this case I don't want the title or links, just the node content, but that can probably be done in the stylesheet. Any help would be great.
Is there a way, by editing the forum.module, to have it automatically insert the title of the Thread prefixed with a "Re:" whenver a reply is being created?
Very often, users rely on this being done automatically when they leave the field empty, and instead it's getting filled with the first few words of the comment.
Since I'm not very fluent with PHP, how would I access the thread's title and enter this string as default value into the Title-field?