MyBB Community Forums

Full Version: portal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So I found out I've got a portal I want to put it on my site next to the word "Help".
Have a look at the forums and then look up.

http://gfxfiles.com/forum/index.php

Under the banner you'll notice the word so I need the word "Portal" next to the word help and it should have the same text as the other words and offcourse I must link it to the portal found under "http://gfxfiles.com/forum/index.php".

Sorry if the link are seen as advertising feel happy the remove them in that case Angel.

` Cheers,

~ Jamie
In Header Templates, open 'header' for editing. Find:
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a></li>
Add under:
<li><a href="{$mybb->settings['bburl']}/portal.php">Portal</a></li>
I can't find this where is it all located?
can't find the location for the file that i must edit..
(2008-08-15, 08:11 PM)Jamie T Wrote: [ -> ]I can't find this where is it all located?
can't find the location for the file that i must edit..
In the Admin CP, click Templates & Style, then on the left click Templates, then click 'Expand Templates' next to Template you are using. Then click 'expand' next to Header Templates, click options next to header and click full edit, then do what I said above.
your a great help i found it but it didn't work all the other links are

<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>

should my link be <li><a href="{$mybb->settings['bburl']}/portal.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/portal.gif" alt="" title="" />{$lang->toplinks_calendar}</a></li>

and should I create a picture i dont have the psd of it or such..

btw
Did you try adding the code GG-Xtreme posted? What doesn't work about it?
Yah I did,

And I saved it, bit its not displaying
Link to your forum?
I had posted it above the link is

http://gfxfiles.com/forum/index.php
Make sure you're editing the correct template set for the theme you're using.
Pages: 1 2