The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
reply to a posts
Hi,
I am trying to add a reply button to each post instead of scrolling through the entire thread to post a reply, I was able to add a reply button fine, I just used the same tag the reply with quote button which is: newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid] But I do not want it to automatically quote, I would have to use $threadid instead of $post[postid] right? What variables can be used in postbit, to reply to a single post without quoting? |
#2
|
||||
|
||||
Also, Is it possible to add a "Quote" button/link to newreply template so if you do decide to quote you don't have to hit the back button to quote the post ...
it would require some kind of javascript to insert the quote into the new reply, no? |
#3
|
||||
|
||||
newreply.php?s=$session[sessionhash]&action=newreply&threadid=$post[threadid]
Works for me. And a quote link (in postbit) would be like this: newreply.php?s=$session[sessionhash]&action=newreply&postid=$post[postid] |
#4
|
|||
|
|||
Surely you should read the whole thread before posting? I am just thinking about this form a purely functional angle
Matthew |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|