The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
adding navbar to the registration
Hallo, i wanna know how can i add the navbar into the registration form
I cannot add it to the register.php?do=addmember some one know how to add it there? |
#2
|
|||
|
|||
I am assuming you mean the non-registered members nav bar. If so then do the following.
Go to phrase manager and select "register" from the drop down list. On page 2 find register_at_x and click edit. Then above where is says Register at {1} paste the following:- HTML Code:
<div class="tborder" style="padding:1px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr align="center"> <td class="vbmenu_control"><a href="register.php" rel="nofollow">Register</a></td> <td class="vbmenu_control"><a rel="help" href="faq.php" accesskey="5">FAQ</a></td><td class="vbmenu_control"> <td class="vbmenu_control"><a href="memberlist.php">Members List</a></td> <td class="vbmenu_control"><a href="calendar.php">Calendar</a></td> <td class="vbmenu_control"><a href="search.php?do=getdaily" accesskey="2">Today's Posts</a></td> <td class="vbmenu_control"><a id="navbar_search" href="search.php" accesskey="4" rel="nofollow">Search</a> </td> </tr> </table> </div> <br> Connor PS if you want to have some custom links then simply insert them where ever you want them to be. --------------- Added [DATE]1225559301[/DATE] at [TIME]1225559301[/TIME] --------------- Note:- To add it to register.php?do=addmember simply search login and view source and search for usercp.php then go to phrase manager and find registration_complete then paste everything up to <~navbar buttons~> |
#3
|
|||
|
|||
i didnt meant that
as i said i want to add navbar to register.php thnaks btw. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|