How to add new item on menu?
Submitted by toughman on Fri, 2008-08-29 15:45.
On the menu there are items like "original", "middle", "small", and "setup". I would like to add one more item to it. Can anyone please tell me how to do it?
Thanks!
Roger

You can search in the files
You can search in the files for the words original, middle and so on. When you find the line were it stands, you can add the desired command. but don't forget to make the correct link to it
<a href="where tt go">required text</a>I don't know which file it is where these lines are placed.
---
Joep Meijer
Using phpAlbum on
fotos.vanjoep.nl
spoorzoekerfotos.vanjoep.nl
Joep, thank you for your
Joep, thank you for your reply. I couldn't find the file as you said.
Can someone please give me a hand? thanks!
Roger
I found the place to add a
I found the place to add a new item, slideshow:
******imageview.tbl.php
" target=_windows>slideshow
<? if($prev_link){?>
"><?p("ID_PREV");?>
<? }else{?>
<?p("ID_PREV");?>
<?}?>
<? if($next_link){?>
"><? p("ID_NEXT");?>
<? }else{?>
<?p("ID_NEXT");?>
<?}?>
******album.tpl.php
<? foreach( $quality_links as $link){ ?>
<? if ( $link['actual']) {?>
<? print $link['name']; ?>
<? } else { ?>
"><? print $link['name']; ?>
<? } ?>
<? } ?>
<?if($dir['name']!= Photos){?>
" target=_windows>slideshow
<?}?>
<?if($login_enabled && !$logged_in){?>
"><?print $login_logout_text?>
<?}?>
<?if($logged_in){?>
<?p("ID_SETUP");?>
<?}?>
How?
could you please explain how realy you put a slideshow on?
Re:
del