|
Vb Header Basic for MyBB 1.4.x
|
|
09-18-2008, 07:56 PM
(This post was last modified: 11-13-2008 05:06 PM by vintagedaddyo.)
Post: #1
|
|||
|
|||
|
Vb Header Basic for MyBB 1.4.x
Here is how to put a Vbulletin styled basic header into you MyBB themes for 1.4.x
Basic Vb Header Preview: ===================== ![]() Here for those of you that are having trouble with the tutorials you can try this bare-bones Mybb 1.4.3 basic theme. It is purely the Mybb 1.4.3 default theme with the vb Header basic pre-installed..., this may help users build a good theme based of this bare-bones template. You can download this in a pre-made theme found here: VB Basic Header Theme Please leave my link in the footer but feel free to re-release with your additions and linkage, nav template Code: <div class="navigation">adds image before navbit navbit Code: <a href="{$navbit['url']}">{$navbit['name']}</a>{$sep}nav_bit_active Code: <span class="active"><b>{$navbit['name']}</b></span>nav_sep template Code: ›shows > instead / nav_sep_active template Code: <br /><img src="$theme[imgdir]/nav_end.gif" alt=""/>header Code: <div id="container">header_welcomeblock_guest Code: <table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">header_welcomeblock_member Code: <table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">header_welcomeblock_member_admin Code: <div style="text-align: center; font-size: 11px;"><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</a>header_welcomeblock_member_moderator Code: — <a href="{$mybb->settings['bburl']}/modcp.php">{$lang->welcome_modcp}</a>![]() ![]() MyBB Themes Team - Making more professional themes by the hour. Linux User # 462632 | Ubuntu User # 20195 | Launchpad |
|||
|
09-19-2008, 07:49 PM
Post: #2
|
|||
|
|||
|
RE: Vb Header Basic for MyBB 1.4.x
Excellent, Daddyo! This will certainly help anyone who wants an VB header for their forum!
![]() Good work! ~FFW FYI: I'm not a sir, dude, or guy. I am a 'miss'.
|
|||
|
09-20-2008, 01:37 AM
Post: #3
|
|||
|
|||
RE: Vb Header Basic for MyBB 1.4.x
(09-19-2008 07:49 PM)FirefoxWiz Wrote: Excellent, Daddyo! This will certainly help anyone who wants an VB header for their forum! Yeah it is minus the css styling and or the dd features of the old menu..., but should be easier to update in new dist releases than the old vbnavbar.
![]() ![]() MyBB Themes Team - Making more professional themes by the hour. Linux User # 462632 | Ubuntu User # 20195 | Launchpad |
|||
|
09-22-2008, 10:32 PM
(This post was last modified: 09-22-2008 10:32 PM by Shaythong.)
Post: #4
|
|||
|
|||
|
RE: Vb Header Basic for MyBB 1.4.x
Looks great, excellent. Much cleaner than the other VBNavBar.
|
|||
|
09-23-2008, 10:34 PM
Post: #5
|
|||
|
|||
|
HI! I have recently modify my forums to make it like vb header basic but the only problems that i am having is a BLANK SPACE BETWEEN my footer can somebody tell me how to remove this SCREEN SHOT is included to understand exactly what i am trying to say.
Thanks in advance SCREEN SHOT: ![]() |
|||
|
09-24-2008, 12:12 AM
(This post was last modified: 09-24-2008 07:52 PM by vintagedaddyo.)
Post: #6
|
|||
|
|||
RE: Vb Header Basic for MyBB 1.4.x
(09-23-2008 10:34 PM)neovirus Wrote: HI! I have recently modify my forums to make it like vb header basic but the only problems that i am having is a BLANK SPACE BETWEEN my footer can somebody tell me how to remove this SCREEN SHOT is included to understand exactly what i am trying to say. Edit your index boardstats template: find the last Code: <br />Edit footer template: find the first Code: <br />That should kill the gap..., but I would have to look at your customized templates to know if that is all that needs to be changed in your specific theme. Note: I also noticed on your basic vb header at your bbs that you forgot to upload the nav_end.gif and nav_start.gif images or add your own so that the code works as it was intended. ![]() ![]() MyBB Themes Team - Making more professional themes by the hour. Linux User # 462632 | Ubuntu User # 20195 | Launchpad |
|||
|
09-27-2008, 01:10 PM
Post: #7
|
|||
|
|||
|
RE: Vb Header Basic for MyBB 1.4.x
Is there a way to make it longer on the basis of height?
![]() I'm gonna start modifying themes. |
|||
|
09-27-2008, 01:24 PM
(This post was last modified: 09-27-2008 01:38 PM by vintagedaddyo.)
Post: #8
|
|||
|
|||
RE: Vb Header Basic for MyBB 1.4.x
(09-27-2008 01:10 PM)Auron Wrote: Is there a way to make it longer on the basis of height? Yeah you could fix the table height and also modify min and max width and or height using css as well you could changhe the trow1 and trow2 to different classes of your choice and then edit the css accordingly to suite your size requirements. for example open up your themes header_welcomeblock_guest and find: Code: <td class="trow1" width="50%"><navigation>And replace with: Code: <td class="trow1" width="50%" height="69px"><navigation>now open your themes header_welcomeblock_member and find: Code: <td class="trow1" width="60%"><navigation>and replace with: Code: <td class="trow1" width="60%" width="69px"><navigation> Note this is just an example to give you an idea about how to change height and such. ![]() ![]() MyBB Themes Team - Making more professional themes by the hour. Linux User # 462632 | Ubuntu User # 20195 | Launchpad |
|||
|
09-27-2008, 01:24 PM
Post: #9
|
|||
|
|||
|
RE: Vb Header Basic for MyBB 1.4.x
K, thanks. Nice tutorial btw.
![]() I'm gonna start modifying themes. |
|||
|
09-27-2008, 01:50 PM
Post: #10
|
|||
|
|||
RE: Vb Header Basic for MyBB 1.4.x
(09-27-2008 01:24 PM)Auron Wrote: K, thanks. Nice tutorial btw. Now if you want to fix the height on the top menu: Open your themes header_welcomeblock_guest and find: Code: <td class="tcat" align="center"><div style="text-align: center; font-size: 11px;"><a href="{$mybb->settings['bburl']}/member.php?action=register"><font color="#3C4D81"><b>{$lang->welcome_register}And replace with: Code: <td class="tcat" align="center" height="30px"><div style="text-align: center; font-size: 11px;"><a href="{$mybb->settings['bburl']}/member.php?action=register"><font color="#3C4D81"><b>{$lang->welcome_register}Now open your themes header_welcomeblock_member and find: Code: <td class="tcat" align="center"><div style="text-align: center; font-size: 11px;"><a href="{$mybb->settings['bburl']}/index.php"><font color="#3C4D81"><b>Home</b></a></font></td>And replace with: Code: <td class="tcat" align="center" height="30px"><div style="text-align: center; font-size: 11px;"><a href="{$mybb->settings['bburl']}/index.php"><font color="#3C4D81"><b>Home</b></a></font></td>![]() ![]() MyBB Themes Team - Making more professional themes by the hour. Linux User # 462632 | Ubuntu User # 20195 | Launchpad |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help


![[Image: vbheaderbasicscreencg7.th.jpg]](http://img502.imageshack.us/img502/8665/vbheaderbasicscreencg7.th.jpg)
Please leave my link in the footer but feel free to re-release with your additions and linkage, ![[Image: kubuntuholicrb2.png]](http://img216.imageshack.us/img216/622/kubuntuholicrb2.png)
![[Image: freespirelinuserxi4.png]](http://img152.imageshack.us/img152/8770/freespirelinuserxi4.png)




![[Image: blank.jpg]](http://dotxtreem.com/blank.jpg)
![[Image: 2dspy1i.jpg]](http://i31.tinypic.com/2dspy1i.jpg)
Note this is just an example to give you an idea about how to change height and such.