The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding a reply button to postbit without quote/no quote/no nested quote?
I've done some searching but I wasn't able to find it. I'm not looking to replace the quote button with a stripquote button. I'm trying to add the reply_small.gif button left of the regular quote button, which would only show when reading a post (i.e. not PMs), and which would result in an ordinary reply, without quote.
This is the closest what I could find, but it's for PM: http://www.vbulletin.com/forum/showthread.php?t=240878 |
#2
|
|||
|
|||
I do not understand your question but those edits are in the postbit template or postbit legacy. It has all the buttons listed there .
|
#3
|
|||
|
|||
I'm simply looking to add a "Reply" button to each post, left of each "Quote" button. So people have the option to reply without quoting the post they are replying to.
|
#4
|
|||
|
|||
If you have quick reply on you should see post reply right under the post. That is there by default. Is is not there ? Quick reply you can set in your vbulletin options where you can just reply and hit send . Also there shoudl be a regular post that is one without quotes. If still confused or need help PM me link to forum and i can take a look but both of those options should be there and easier but the other is possible but not sure why needed. Just like this forum you hit post reply and then type and submit.
|
#5
|
|||
|
|||
Thanks for taking the time to respond. I know of the Quick Reply and the Post Reply button on the bottom but the problem is, some of the users of my forum apparently do not and often quote an entire post and then respond to it with 1 word. I don't want to remove the quote options altogether, just add a reply button left of quote, which would bring them to the same window as pressing on "Post Reply" with the only difference that it shows correctly to which person the people is replying in Display Mode > Hybrid Mode (not like anyone uses it, but still). So I guess I'm trying to make it a little newbie friendlier.
|
#6
|
|||
|
|||
<td class="smallfont"><a rel="nofollow" href="newreply.php?do=newreply&noquote=1&p =1803047"><img border="0" alt="Reply" src="images/cstyle/blue/buttons/reply.gif" title="Reply"/></a></td>
here is the actually code for button. This will be in postbit or postbit legacy. |
#7
|
||||
|
||||
That is correct, except this part: &p=1803047
You need to do this: &p=$post[postid] |
#8
|
|||
|
|||
Thanks again. But don't I need to include a if condition to keep it from showing on any other page other than the thread view? For instance, in the template mod which I linked above, the following if condition is used:
<if condition="THIS_SCRIPT == 'private'"></if> Which script do I need to refer to for thread view? |
#9
|
|||
|
|||
hahha thanks lynn i should have caught that one when i posted it but did it real quick from an Iphone lol
|
#10
|
||||
|
||||
If you only want it to show on threads, then you can put this condition around it:
HTML Code:
<if condition="THIS_SCRIPT == 'showthread'"><td class="smallfont"><a rel="nofollow" href="newreply.php?do=newreply&noquote=1&p=$post[postid]"><img border="0" alt="Reply" src="images/cstyle/blue/buttons/reply.gif" title="Reply"/></a></td></if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|