View Full Version : 3 quick question?
Cool21
05-28-2006, 08:51 PM
Okay, I have to questions? Is there a way that I can add a legend to the bottom of whos online so that people will know who the admins are and mods are. Also, how can I get links that are in the nav bar to move to the quick links menu. Like, how can I move register, member's list, and calendar to the drop down menu for quick links? And one more question, is there a way that I can move the buttons on peoples post, such as fast reply, edit, quote, ect. I want to move the fast reply under the post and move the rest of the buttons. Get what I mean? Thanks for your help!
Paul M
05-28-2006, 09:20 PM
Those all require template modifications.
Cool21
05-29-2006, 02:23 AM
okay, thanks!!!
edit: I found the legend one, I still cannot find the one where the links such as register, member list, ect can be moved to quick links? help??? I will double check, but I probably won't find it.
peterska2
05-29-2006, 03:26 AM
in your navbar template
find
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
delete it.
find
</table>
</div>
<!-- / user cp tools menu -->
ABOVE IT ADD
<tr><td class="vbmenu_option"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td></tr>
<tr><td class="vbmenu_option"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td></tr>
<tr><td class="vbmenu_option"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td></tr>
Cool21
05-29-2006, 05:04 AM
thank you so much kerry-anne. You are the nicest person I have ever met. About the question about moving the icons like fast reply and offline and all when a user post something, is there a way that I can move all of those icons around???
Cool21
05-29-2006, 05:04 AM
thank you so much kerry-anne. You are the nicest person I have ever met. About the question about moving the icons like fast reply and offline and all when a user post something, is there a way that I can move all of those icons around???
peterska2
05-29-2006, 05:07 AM
The buttons are all in the postbit (or postbit_legacy) template. it's just a case of experimenting until you get them where you would like them to be.
Cool21
05-29-2006, 05:10 AM
okay, thank you so much. also, is there a place where I can get my banner to not have a space between it and the welcome panel? this is my last question...lol. A feel so stupid asking all of these questions...and I feel that I am getting you mad.
peterska2
05-29-2006, 05:15 AM
To remove the space, remove the first <br /> found in the navbar template.
Don't worry about asking questions, we were all there once, and had to ask to learn.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.