MyBB Community Forums

Full Version: Editing Links - How?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi,

I wish to edit some different links, How can i do it?

Higher Header Links
These links:
* Search
* Member List
* Calendar
* Help
Lower Header Links
These:
Welcome back, groovybluedog. You last visited: Today, 12:46 AM (User CP — Log Out)
Open Buddy List View New Posts | View Today's Posts | Private Messages (Unread 0, Total 115)
Higher Footer Links
These: (Index Only)
Log Out | Mark All Forums Read | Forum Team | Forum Statistics
Lower Footer Links
and last of all, These:
Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Is it just a simple Header and Footer edit or are the Templates slightly more complicated than that?

T
H
A
N
K
S
:]
'Higher header links'
Themes >yourtheme > global.css > .menu ul [and the 3 below it]

'Lower header links'
Themes > yourtheme > global.css > #panel

'Higher footer links'
Themes > yourtheme > global.css > .tfoot [and the 3 below it]

'Lower footer links'
Themes > yourtheme > global.css > .navigation [and the 4 below it]

From there you can edit font weight, size, style ect..
If you want to change the text than simply look in the Header and Footer Templates and some files might require the langauge file again. If you want to edit the looks of it than give the global.css a visit.
Its more of Adding/Editing/Removing, So this would be header and footer templates? But would removing/editing not/involve CSS?
(2010-05-30, 09:08 AM)groovybluedog Wrote: [ -> ]Its more of Adding/Editing/Removing, So this would be header and footer templates? But would removing/editing not/involve CSS?
Correct you don't want to touch any CSS if you want to remove or edit it.