Help the Photo Forum - Link to us!

Thanks Orie, that's exactly what I was wondering about. My buddy already has a nice link made, but I was thinking it would nice to see a button.

hmmm.....
 
A modest change to the logo link, changed the alt to make it bit more search engine friendly :D

<a href="http://www.thephotoforum.com"><img src="http://thephotoforum.com/forum/images/tpf_logo.gif" alt="Photography Forum" /></a>
 
Chase said:
He is welcome to try shrinking down the logo as well....not sure how it would end up looking, but its a thought!

Thanks muffin! :D I think I'll direct him over here to take a look.

All I'm doing is giving him style ideas and sending images and this whole website thing is STILL a PITA to me....sad that I have this mental block against it! He's the one doing the work. I'm so lame! :lol:
 
I hope I'm not stepping on toes. I had five minutes to kill.

7f2d9b9a.gif

bdcb7c94.gif

4fd1fb1e.gif

f9946881.gif

0847d592.gif

380e5f06.gif
 
if I wanted to integrate this into the frontpage of a coppermine gallery how would I go about it? The index page is a php file.

edit:

Found an answer here

the summary is:

1. Using an FTP tool (eg. Filezilla), download a copy of ../themes/yourtheme/theme.php
2. In theme.php, look for echo $template_footer and add any text and/or link you want to output in a line before it. For instance:

print '<span class="footer"><a href="http://www.mylink.com/foo.htm">My Link</a></span>';

3. Save the changes and upload the revised theme.php file back to the server in ../themes/yourtheme/theme.php

so for this forum I used:

Code:
print '<span class="footer"><a href="http://www.thephotoforum.com"><img src="http://thephotoforum.com/forum/images/tpf_logo.gif" alt="Photography Forum" /></a></span>';
 

Most reactions

New Topics

Back
Top