Center or remove - Forum Title & Welcome Message
This small modification will allow you to either center or removed vBulletin's small default forum title & welcome message.
Credit goes to myself & CoreyLTH You should always BACKUP your database before making changes. To Center: In ForumHome look for PHP Code:
<div id="pagetitle">
PHP Code:
<center> <div id="pagetitle">
To Remove: In FORUMHOME Look for: PHP Code:
<div id="pagetitle">
PHP Code:
<vb:comment> </vb:comment>
PHP Code:
<vb:comment> <div id="pagetitle">
v1.1 = UPDATE 02-23-2011
Quote by wolfey
IMPORTANT: Always backup your database before making any edits. In navbar look for: PHP Code:
<ul class="floatcontainer">
Wrap everything around it with PHP Code:
<vb:comment> </vb:comment>
PHP Code:
{vb:raw navbits.breadcrumb}
PHP Code:
<vb:comment> <ul class="floatcontainer">
Optional - Grammar correction This really will depend on your own liking and the name of your site. Bit if you want to change the welcome message from, "Welcome to the X" And change it to "Welcome to X" Go to: AdminCP > Languages & Phrases > Search in Phrases Search for PHP Code:
welcome_to_the_x
There should only find 1 per language installed Change it to PHP Code: PHP Code:
Welcome to {1}
If you're tired of vBulletin you should upgrade to Woltlab Burning Board http://www.woltlab.com Download No files for download. Screenshots |
Similar Mods
Remove Title & Message Icon From Replies | vBulletin 3.0 Template Modifications |