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?
How do I add a border around my images (using image.module)?
Viewing the source from my page, I assume that I should use <div class="image_view"><span class="image preview"> somehow in the stylesheet. But is it the image.css or the theme-css I need to edit?