The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
3 quick question?
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!
|
#2
|
||||
|
||||
Those all require template modifications.
|
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
in your navbar template
find Code:
<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> find Code:
</table> </div> <!-- / user cp tools menu --> Code:
<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> |
#5
|
|||
|
|||
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???
|
#6
|
|||
|
|||
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???
|
#7
|
|||
|
|||
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.
|
#8
|
|||
|
|||
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.
|
#9
|
|||
|
|||
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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|