The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
STANDARD_ERROR is also a template. Did you add it in there too? (There is even a condition around the navbar template in that template - you may want to remove that.)
|
#12
|
||||
|
||||
You might wont to open the nav bar templeate and only copy what you need from it and then make a new plugin with a new template and name it $navreg and thne import that porduct and add the $navreg to it.
|
#13
|
||||
|
||||
STANDARD_ERROR in code <if condition="$navbar">
$navbar <else /> <br /><br /><br /> </if> but not view --------------- Added [DATE]1230592246[/DATE] at [TIME]1230592246[/TIME] --------------- Quote:
my STANDARD_ERROR template Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <if condition="$show['search_noindex']"><meta name="robots" content="noindex,follow" /></if> $headinclude <title>$pagetitle</title> $headinsert </head> <body> $header $navbar <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="70%" align="center"> <tr> <td class="tcat">$vbphrase[vbulletin_message]</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div align="$stylevar[left]"> <if condition="$show['permission_error']"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script> <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])"> <input type="hidden" name="do" value="login" /> <input type="hidden" name="url" value="$scriptpath" /> <input type="hidden" name="vb_login_md5password" /> <input type="hidden" name="vb_login_md5password_utf" /> $postvars <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <!-- permission error message - user not logged in --> <div class="smallfont">$vbphrase[not_logged_no_permission]</div> <ol> <li class="smallfont">$vbphrase[not_logged_in_fill_in_form]</li> <li class="smallfont">$vbphrase[may_not_have_sufficient_privileges]</li> <li class="smallfont">$vbphrase[administrator_may_disabled_account]</li> </ol> <fieldset class="fieldset"> <legend>$vbphrase[log_in]</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" align="center"> <tr> <td>$vbphrase[username]:<br /><input type="text" class="bginput" name="vb_login_username" size="50" accesskey="u" tabindex="1" /></td> </tr> <tr> <td>$vbphrase[password]:<br /><input type="password" class="bginput" name="vb_login_password" size="50" tabindex="1" /></td> </tr> <tr> <td> <span style="float:$stylevar[right]"><a href="login.php?$session[sessionurl]do=lostpw">$vbphrase[forgotten_your_password]</a></span> <label for="cb_cookieuser"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser" tabindex="1" />$vbphrase[remember_me]</label> </td> </tr> <tr> <td align="$stylevar[right]"> <input type="submit" class="button" value="$vbphrase[log_in]" accesskey="s" tabindex="1" /> <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" tabindex="1" /> </td> </tr> </table> </fieldset> <div class="smallfont"><phrase 1="register.php?$session[sessionurl]do=signup">$vbphrase[admin_required_register]</phrase></div> </form> <!-- / permission error message - user not logged in --> <else /> <!-- main error message --> <div style="margin: 10px">$errormessage</div> <!-- / main error message --> </if> </div> </div> <!-- <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="$vbphrase[go_back]" accesskey="s" onclick="history.back(1); return false" /> </div> --> </td> </tr> </table> <br /> <if condition="!$show['enableforumjump']"> <!-- forum jump --> <table cellpadding="0" cellspacing="0" border="0" align="center"> <tr> <td>$forumjump</td> </tr> </table> <!-- / forum jump --> </if> <br /> $footer </body> </html> |
#14
|
||||
|
||||
I`ll see what i can do for you with what you`ve shown here and also i`ll need to know the version your using aswell.
|
#15
|
||||
|
||||
Quote:
navbar dont view. but when register.php?do=checkdate, register.php?do=register navbar view. |
#16
|
|||
|
|||
What you also can do is this..
Add a new product Hook location: register_start PHP Code:
|
#17
|
||||
|
||||
i try 3.7 but not done
|
#18
|
||||
|
||||
The navbar is intentionally disabled during registration (and errors, and logouts). Is there any specific reason why you need it?
|
#19
|
||||
|
||||
Quote:
register.php, register.php?do=register, register.php?do=addmember. i try this https://vborg.vbsupport.ru/showpost....17&postcount=5 and navbar see register.php, register.php?do=register but not see this step ==> register.php?do=addmember in vbulletin version 3.7.4 |
#20
|
||||
|
||||
how can i do ??
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|