Author Topic: Picture Name in Headline from Comments  (Read 3214 times)

0 Members and 1 Guest are viewing this topic.

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Picture Name in Headline from Comments
« on: January 18, 2006, 05:41:40 PM »
Hi there,

is there a way to have automaticly the Name of the Picture in the Headline from the Comments???
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-

Offline mawenzi

  • Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: Picture Name in Headline from Comments
« Reply #1 on: January 18, 2006, 05:50:23 PM »
... there is a way ...  :wink:

in deiner /templates/<dein_template>/comment_form.html finde :
Code: [Select]
<input type="text" name="comment_headline" size="30" value="{comment_headline}" class="commentinput" />
und ersetze es durch :
Code: [Select]
<input type="text" name="comment_headline" size="30" value="{image_name}" class="commentinput" />

mawenzi
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline JensF

  • Addicted member
  • ******
  • Posts: 1.028
    • View Profile
    • http://www.terraristik-galerie.de
Re: Picture Name in Headline from Comments
« Reply #2 on: January 18, 2006, 06:01:04 PM »
Danke!!!
Mit freundlichem Gruß
Jens Funk



-> Sorry for my bad English <-