MyBB Community Forums

Full Version: Need Help With Top Bar Links !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Can anyone here tell me the steps to add links to Newpoints and Game Section(with an icon) besides the User CP, Admin Cp etc in the top bar ?
The Theme is The Cure from
http://www.audentio.com
Look at the image for more info Smile

[Image: bff070.png]

Thanks in advance Smile
Open header_welcomeblock_member template and find;
<li><a href="{$mybb->settings['bburl']}/usercp.php" class="top_bar_ucp"><span>{$lang->welcome_usercp}</span></a></li>

and Add another just Before that, like this;
<li><a href="LINK_GOES_HERE" class="top_bar_ucp"><span>LINK_NAME</span></a></li>

Now you've to adjust it yourself Smile
It worked !
But not fully though Toungue
I mean that like I have used the newpoints link on the top bar but the problem now is that it got the same icon as the user cp Sad
Replace above code with this;
<li><a href="LINK_GOES_HERE"><img src="IMAGE_PATH"><span>LINK_NAME</span></a></li>

Now you've to Replace IMAGE_PATH with the image URL, e.g. if your image is located in ./images/newpoints.gif then it should be like this;
<li><a href="LINK_GOES_HERE"><img src="images/newpoints.gif"><span>LINK_NAME</span></a></li>
The problem still remains Yaldaram Sad

Here is the image after I changed the codes
[Image: 749c46.png]

Can you please give me your forum's URL ?
Can you post your forum url?

(2011-06-09, 09:27 AM)Yaldaram Wrote: [ -> ]Can you please give me your forum's URL ?

(2011-06-09, 09:28 AM)Aries-Belgium Wrote: [ -> ]Can you post your forum url?

Here is it
http://www.para-docs.co.cc/index.php
Can you also provide a test account because guests don't seem to see the tabs?
User -
Aries-Belgium
Password -
password

Used your username hope you don't mind Big Grin
Pages: 1 2 3 4