The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Add text under the reply to a post box
I want to place some text under the box that members use to type in their reply to a post. I want this to be global as in the text will show no matter what editor they pick to use. Can anyone help me with the template edit? See the screen shot and thanks in advance.
I am using vBulletin 4.2.0 Patch Level 3 https://prntscr.com/soblxj |
#2
|
|||
|
|||
Ill start you off with SHOWTHREAD template, you can edit it & search/find
Code:
<vb:if condition="$show['next_prev_links']"> When a user clicks go advanced, that is another template & you will need to edit another template to add code on that page. |
#3
|
||||
|
||||
Thanks for the help. I appreciate this so much!!
I did the SHOWTHREAD edit. I put my code just before the Code:
<vb:if condition="$show['next_prev_links']"> my code and where I have placed it Code:
<vb:if condition="$show['signaturecheckbox']"> <div class="showsignature"> <ul class="checkradio"> <li><label for="cb_signature"> <input type="checkbox" name="signature" id="cb_signature" value="1" checked="checked" tabindex="1" /> {vb:rawphrase show_your_signature} </label></li> </ul> </div> </vb:if><body> <p class="p1" style="text-align: center;"><span style="color:#FF0000;"><strong><span class="s1">TEST CODE PLACEMENT 1</span></strong></span></p> <p class="p2"></p> </body> </html> <vb:if condition="$show['openclose']"> <div class="openclose"> <ul class="checkradio"> <li><label for="cb_openclose"> <input type="checkbox" name="openclose" id="cb_openclose" value="1" tabindex="1" /> <vb:if condition="$show['closethread']">{vb:rawphrase close_this_thread}<vb:else />{vb:rawphrase reopen_this_thread}</vb:if> </label></li> </ul> </div> </vb:if> </div> <div class="blockfoot actionbuttons"> The screen shot shows what I have done. TEST CODE PLACEMENT 1 is where I have showed you where I moved it up in the template. text is in RED TEST CODE PLACEMENT 2 was put just above the Code:
<vb:if condition="$show['next_prev_links']"> Either way seems to be working fine with out anything breaking or any errors. Anything wrong with what I have done? Again I really appreciate your help!! --------------- Added [DATE]1590583523[/DATE] at [TIME]1590583523[/TIME] --------------- I removed this line of code. I think it was useless since nothing in between them Code:
<p class="p2"></p> |
#4
|
|||
|
|||
As long as youre happy with its placement, thats all that matters.
|
#5
|
||||
|
||||
Quote:
--------------- Added [DATE]1590588498[/DATE] at [TIME]1590588498[/TIME] --------------- If you have cash app or paypal PM it to me and ill give ya something for this help. |
#6
|
|||
|
|||
Youll need to do newreply & newthread
|
#7
|
||||
|
||||
|
#8
|
||||
|
||||
Thanks :up::up: Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|