MyBB Community Forums

Full Version: Have a question on how to change things on this forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so my site
http://www.ezpsp.com/
yes see where it has

Normal Text White/Silver css3 bar

Normal Text White/Silver css3 bar

Normal Text White/Silver css3 bar

How can I change the text on their and the link

also see where it has

[] [] [] [] [] []

under the members online
I am also wondering how I may change that?
Add this to your global.lang.php file inside your ./inc/languages/english/

$l['forum_legend'] = "Forum Legend";
 $l['user_administrator'] = "Administrator";
 $l['user_supermod'] = "Super Moderator";
 $l['user_moderator'] = "Moderator";
 $l['user_registered'] = "Registered";
 $l['user_waitingact'] = "Awaiting Activation";
 $l['user_banned'] = "Banned";

 $l['profile_quick_stats'] = "Quick Stats";
 $l['profile_full_stats'] = "View Full Stats";
 $l['profile_info'] = "User Information";
 $l['profile_details'] = "Details";
 $l['profile_about'] = "Contact";
 $l['profile_signature'] = "Signature";

 $l['granime_newt'] = "Post New Thread";
 $l['granime_rss'] = "View RSS Feed";

 $l['search'] = "Search";

And for the bars, find this style sheet and edit it:
http://ezpsp.com/css.php?stylesheet=16
I am having a hard time finding the stylesheel 16
See, to edit the text search here:
Acp -> Themes ans Sytles -> Tempaltes -> YOUR_THEME -> Header Tempaltes -> header

Toe find the style sheet search it where global.css is.
I changed the first one but the second one I can really not find