[Solved]: a link back to board [Solved]: a link back to board
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: a link back to board

Started by pepito, May 27, 2004, 12:29:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

pepito

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

Casper

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.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

TheMacOS.com

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.

Casper

Don't know why that's happening to you.  Anyway, I have attached a notepad file with the code.

[attachment deleted by admin]
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

pepito

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)