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
Thanks.

Change the code for the money tab to:
<li><a href="http://www.para-docs.co.cc/newpoints.php" class="top_bar_newpoints"><span>Money</span></a></li>

In your stylesheet, add this:
#header .top_bar ul li a.top_bar_newpoints {
background: url(images/top_bar_points.gif) no-repeat;
}
Tried but didn't work
The icon isn't showing up and now other buttons have also been effected Sad

Edit - I reverted the global.css now theme is stable but still the problem remains the same Sad
(2011-06-09, 12:35 PM)sumicool Wrote: [ -> ]Tried but didn't work
The icon isn't showing up and now other buttons have also been effected Sad

If you implemented the suggestions correctly, that couldn't have caused this.
Can you PM me your ACP logins so I can take a look at it?
Pm'ed you !

Hope it works
Use this in template;
<li><a href="http://www.para-docs.co.cc/newpoints.php" class="top_bar_newpoints"><span>Money</span></a></li>
and In global.css add;
#header .top_bar ul li a.top_bar_newpoints {
background: url(images/buddy_online.gif) 5px 5px no-repeat;
}
It result into this;
[attachment=23038]

Change Image path to your own image. Wink
Can you check if your cache-folder is writable, please?
Changes to the stylesheets don't seem to take affect.
Its writable: http://www.para-docs.co.cc/cache/themes/...global.css
PM me ACP logins if you wish so I could edit it for you. OR make the edits as given on Post# 15
That only means it was writable.
I already made the changes to the global.css and those aren't being loaded.
Cache-folder is writable........as told by admin cp
(2011-06-09, 01:19 PM)sumicool Wrote: [ -> ]Cache-folder is writable........as told by admin cp
Have you given permissions to the other admin to Edit themes ?
Try to make the changes yourself as given on Post#15: http://community.mybb.com/thread-96072-p...#pid703535
Pages: 1 2 3 4