hi,
i want to know if its possible to add a graphic to the upload a picture link? if so what would i alter? i found where it is now is it possible or will it crash.thanks in advance.
Offline
http://www.z0rglub.com/phpwebgallery/fo … .php?t=355
hope you'll understand
Offline
um sorry no i dont understand french.could u translate it here.thanks.
Offline
in diapo.php (version 1.2) line 397, replace :
$output.= "<br /><a href="".add_session_id_to_url( "./upload.php?cat=".$page['cat']."&expand=".$page['expand'] )."">".$lang['upload_picture']."</a>";
by
$output.= "<br /><img src="./template/".$user['theme']."/upload.gif" alt="" /> <a href="".add_session_id_to_url( "./upload.php?cat=".$page['cat']."&expand=".$page['expand'] )."">".$lang['upload_picture']."</a>";
then you have to place in each template directory a picture named "upload.gif"
Offline
ok thanks now i altered it so the photo is the link, to the upload link and it shows the ulgy border line how do i remove it? i tried a couple of ways and it wont let me do it so do u know a way. thnkas.
Offline
sorry but I don't understand what you mean. Can you explain it to me more slowly ?
Offline
ok,
now u know where you have a button on a link and it shows the ulgy color surroundin the button.(its called a border)now how do i get rid of it.
Offline
oh..... I understand !!! in your img html tag, add :
style="border:none;"
Offline
ok now ill add it to it and ill be happy :)
Offline