View Full Version : prev current next
Anonymous
02-24-2005, 06:45 PM
prev current next
okay I've been looking for the area in the code where for this link
Next <IMAGE_NEXT_LINK>
Previous <IMAGE_PREVIOUS_LINK>
where do I go to change the words to make it look like this
<< day before = <IMAGE_PREVIOUS_LINK>
day after >> = <IMAGE_NEXT_LINK>
is it in the index.php file I'm guessing it is so far havent found it yet
Connie
02-24-2005, 08:06 PM
which template are you using?
did you look into this template if you find it there :?:
or did you check the language file which you choose in the option panel?
try not to expect everything in the index-file, what is at the surface should be treated first in the template and in the language-file...
tell us if that helped
usafdcc
02-24-2005, 08:07 PM
I believe that would be in the language folder
raminia
02-24-2005, 08:15 PM
change your template and use
<IMAGE_NEXT_ID>
<IMAGE_PREVIOUS_ID>
-----------------------------
Index.php is not a file for frequent change! I think several modification in the forum made a bad atmosphere.
-----------------------------
it seems I'm tracing Connie's posts :lol:
UPDATE:
Using language tags, as mentioned by my friends, is also a good solution.
Connie
02-24-2005, 08:22 PM
yes Ramin, I'm here as well!
just wanted to list all the tags which I could remember:
<IMAGE_PREVIOUS_LINK> // full link that says "Previous", or empty if no previous
<IMAGE_PREVIOUS_THUMBNAIL> // link with thumbnail
<IMAGE_PREVIOUS_ID>
<IMAGE_PREVIOUS_TITLE> // if empty, displays "No Previous Image"
<IMAGE_NEXT_LINK> // full link that says "Next", or empty if no next
<IMAGE_NEXT_THUMBNAIL> // link with thumbnail
<IMAGE_NEXT_ID>
<IMAGE_NEXT_TITLE> // if empty, displays "No Next Image"
and some info to our friend who asked: you find information like this in the Departure Hall (for example: Create your templates ) :idea:
Anonymous
02-26-2005, 03:34 AM
I believe that would be in the language folder
yes thank you that's what i was looking for but just didnt know where to find it - thank you
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.