The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How To Make Post Reply Becomes Quick Reply ? Please Guys
Hi all..i have a question here
Ok, if you take a look at vbulletin version 4.x.x, when we click the Post reply, it goes to Quick Reply box below, but in vb3.8.x, it will open new reply page.. so my point here, how to make vb3.8.5 Post Reply function becomes like vb4 ? please see the attachment anyway, i use vb3.8.5 |
#2
|
|||
|
|||
no one know ?
|
#3
|
||||
|
||||
i can show you how but that not a good ida... trust me you cant add images from there bbcodes,.... but if you insist then reply to this thread...
|
#4
|
||||
|
||||
You can if you combine it with the advanced quick reply mod.
|
#5
|
|||
|
|||
actually, no need to be same exactly likes vb4, is enough if when we click the Post Reply, it goes to quick reply box below ( call the javascript )
can we do like that ? if u can understand me, u will know, by doing this, it will reduce lots of server loads when there are too many online users. |
#6
|
||||
|
||||
SHOWTHREAD
notice :- { there is 2 of them one on top of the post and one under it } find the red Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> Code:
href="$post[replylink]" rel="nofollow" id="qr_$post[postid]" onclick="return false" default code = Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td> good luck... |
#7
|
|||
|
|||
Instructions provided by MAD--DOG aren't working. If you do that, the reply button does nothing.
Any input? |
#8
|
||||
|
||||
I've just had a look at that code and it seems to be fine, what's your issue with it? are you implementing it exactly as above? do you have quick reply turned on? do you have any mod working with quick reply?
|
#9
|
|||
|
|||
Indeed it seems to be fine... according to that instruction it's all about copying the "quick reply" link from the postbit and overwrite it over the "reply" link located at showthread however it looks not to be as easy as that. As I already said... if you do that then the reply button does nothing. Try it yourself and you'll see.
|
#10
|
||||
|
||||
Are you using vb 3.x or 4.x? These instructions are for 3.x.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|