coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: pepito on May 27, 2004, 12:29:14 AM

Title: [Solved]: a link back to board
Post by: pepito on May 27, 2004, 12:29:14 AM
hello
I have coppermine 1.2 integrate to my ipb forum.
I managed to put a link in the users bar and now I need help in putting
a link back to the forum from the gallery
Iuse the Igames theme,so where in his theme.php should I add the link
so that he appears at the end of the bar after "research"
It will even be nicer If somebody give me the line to add
thank you
Title: Re: a link back to board
Post by: Casper on May 27, 2004, 11:31:52 AM
open themes/Igames/theme.php.

find;
<td class="top_menu_right_bttn">
                                                <a href="{SEARCH_TGT}" onMouseOver="MM_showHideLayers('Menu1','','hide')">{SEARCH_LNK}</a>
                                        </td>


Add after it;
<td class="top_menu_right_bttn">
                                                <a href="http://your_site_url/forum_directory" onMouseOver="MM_showHideLayers('Menu1','','hide')">Forum</a>
                                        </td>


Change the 'http://your_site_url/forum_directory' to your actual forum url.
Title: Re: a link back to board
Post by: TheMacOS.com on May 27, 2004, 06:49:49 PM
dont know how you put this code in, but I cant even highlight it to copy for some reason.

what I did manage to copy, its not being found in the file. :(

weird.
Title: Re: a link back to board
Post by: Casper on May 27, 2004, 06:55:03 PM
Don't know why that's happening to you.  Anyway, I have attached a notepad file with the code.

[attachment deleted by admin]
Title: Re: a link back to board
Post by: pepito on May 28, 2004, 03:58:03 PM
Thank you very much Casper  :-X
This is working fine!!!!

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fpepito45.chez.tiscali.fr%2Femot%2Fwowww.gif&hash=89caf543737ac0141d79e6c227ea98a1bb78f696)