PDA

View Full Version : Add text under the reply to a post box


newguy
05-26-2020, 05:58 PM
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

snakes1100
05-27-2020, 09:02 AM
Ill start you off with SHOWTHREAD template, you can edit it & search/find

<vb:if condition="$show['next_prev_links']">

Once you find it, go to the end of the previous/next code there, then add your desired code.

When a user clicks go advanced, that is another template & you will need to edit another template to add code on that page.

newguy
05-27-2020, 10:41 AM
Thanks for the help. I appreciate this so much!!

I did the SHOWTHREAD edit. I put my code just before the
<vb:if condition="$show['next_prev_links']">

I did some testing on my own and I have the code more where I want it. I moved it up in the template


my code and where I have placed it

<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">

https://prnt.sc/sor6vt

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 <vb:if condition="$show['next_prev_links']"> where you said to put it.

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 1590583523 at 1590583523 ---------------

I removed this line of code. I think it was useless since nothing in between them


<p class="p2"></p>

snakes1100
05-27-2020, 12:04 PM
As long as youre happy with its placement, thats all that matters.

newguy
05-27-2020, 12:07 PM
As long as youre happy with its placement, thats all that matters.

I am, what is the template that needs edited when a user clicks on go advanced?

--------------- Added 1590588498 at 1590588498 ---------------

If you have cash app or paypal PM it to me and ill give ya something for this help.

snakes1100
05-27-2020, 10:54 PM
Youll need to do newreply & newthread

yilmaz
05-28-2020, 07:08 AM
Could this product be

https://vborg.vbsupport.ru/showthread.php?t=245240

newguy
05-28-2020, 12:11 PM
Youll need to do newreply & newthread


Thanks :up::up:

Could this product be

https://vborg.vbsupport.ru/showthread.php?t=245240
Thanks, I will check into this :up: