The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to get rid of...
The box above the navigation bar. It gives the home name > forum > threadtitle & the 'Welcome' info... I'm using CMPS so I don't need that welcome block up there AND the module on the front page so I'd like to get ride of that section and just have (from top to bottome) the logo, then navagation bar, then the content on the page.
What template do I need to alter to get rid of this? My next question is how do I put a 'path' in the forums so they can backtrack out of a thread? (that's not as important because they can just click Forum or use the forum jump drop down) it's for this site: http://ucwaterski.cheaphack.com |
#2
|
||||
|
||||
Template navbar.
Wrap the whole section (after the first cell) in Code:
<if condition="THIS_SCRIPT != 'adv_index'"> ... </if> |
#3
|
|||
|
|||
I'm not sure what you mean by 'wrap'...
my code in that template. I didn't see what you were talking about... Quote:
|
#4
|
||||
|
||||
HTML Code:
<if condition="$bbuserinfo['userid']"> <td class="alt2" valign="top" nowrap="nowrap"> <div class="smallfont"> <!--<span style="float:$stylevar[right]">[<a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a>]</span>--> <strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase> <if condition="$show['pmstats']"><br /><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl]">$vbphrase[private_messages_nav]</phrase></if> </div> </td> <else /> <td class="alt2" nowrap="nowrap" style="padding:0px"> <!-- login form --> <form action="login.php" method="post" onsubmit="md5hash(vb_login_password,vb_login_md5password,vb_login_md5password_utf)"> <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0"> <tr> <td class="smallfont">$vbphrase[username]</td> <td><input type="text" class="button" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="1" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td> <td class="smallfont" colspan="2" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="3" id="cb_cookieuser_navbar" accesskey="c" checked="checked" />$vbphrase[remember_me]</label></td> </tr> <tr> <td class="smallfont">$vbphrase[password]</td> <td><input type="password" class="button" name="vb_login_password" size="10" accesskey="p" tabindex="2" /></td> <td><input type="submit" class="button" value="$vbphrase[log_in]" tabindex="4" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" /></td> </tr> </table> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="forceredirect" value="1" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> </form> <!-- / login form --> </td> </if> |
#5
|
|||
|
|||
Well that worked to get the 'Welcome' table out of the home page and NOT in the forums...
What do I need to do for it to NOT show in the forums as well? and thank you for the help I'd actually like to get rid of that grey table all together on all of the pages and just have the navigational bar a little taller with just links. |
#6
|
||||
|
||||
If you don't want this at all - remove the code.
|
#7
|
|||
|
|||
How do I get rid of the other half of that table though... with the forum links as you go into the forums?
I've tried taking parts out and I get a pares error |
#8
|
|||
|
|||
I've been meaning to post about this, I got it figured out after my last post was made... Thank you for the help KirbyDE
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|