View Full Version : suggestion..
zellvnn
03-08-06, 04:18 PM
Element needs to change some mistakes.......It has only way to log in from the main forum. Admin needs to fix it. Unregistered users can see from any sub forum log in box.... Plz consider it
Can be manually changed by revert the navbar template (from the element style) and do some "little modifications"....
Then you'll see the login boxes on every page on your site.
Perhaps Miko will post a mod for this in the near future but we must wait....
OK, you can show the login boxes in every page like this way:
1. revert the element navbar template
2. open the navbar template from element and remove all between
<!-- nav buttons bar --> and
<!-- / nav buttons bar -->
to avoid the second navbar....
3. search for
<label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
</td>
</tr>
Add under this
<tr>
<td class="thead">$vbphrase[nav_search_options]</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getnew">$vbphrase[nav_new_posts]</a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=getdaily">$vbphrase[nav_todays_posts]</a></td>
</tr>
This should work... :thumbup:
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.