The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Add a second reply button when viewing a post
When viewing a post, the reply to the post button is located at the bottom of the post. What would I have to do to duplicate these buttons and place them at the TOP of the posts as well?
Thanks. |
#2
|
||||
|
||||
I'm not sure what the result would be if you copied them. Have you tried just copying the buttons in a test style or on a test site?
|
#3
|
|||
|
|||
Apparently some of the posts get extremely long because of many pictures, so they wanted the button at the top of the post as well. What template and which part would I find it in? I searched an was unable to locate.
|
#4
|
||||
|
||||
You can always find the template to edit by doing this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.
The template you are looking for is most likely the postbit or postbit_legacy template. You want to look for these lines (these are from the postbit template): HTML Code:
<div style="margin-top: 10px" align="$stylevar[right]"> <!-- controls --> A whole bunch of buttons $template_hook[postbit_controls] <!-- / controls --> </div> |
#5
|
|||
|
|||
Why not just use a jump to top?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|