vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How To Make Post Reply Becomes Quick Reply ? Please Guys (https://vborg.vbsupport.ru/showthread.php?t=246599)

BUDIMAN 07-15-2010 12:41 PM

How To Make Post Reply Becomes Quick Reply ? Please Guys
 
1 Attachment(s)
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

BUDIMAN 07-24-2010 11:51 AM

no one know ?

Michael.A 07-25-2010 11:24 PM

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

BirdOPrey5 07-26-2010 01:57 PM

Quote:

Originally Posted by MAD--DOG (Post 2074482)
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...

You can if you combine it with the advanced quick reply mod.

BUDIMAN 07-26-2010 05:14 PM

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.

Michael.A 07-26-2010 08:22 PM

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&amp;noquote=1&amp;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>
replace the red with

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&amp;noquote=1&amp;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>

if you have more then one Styles use ( Template Modifications Manager )
good luck...

chefy 07-26-2012 05:08 PM

Instructions provided by MAD--DOG aren't working. If you do that, the reply button does nothing.

Any input?

Simon Lloyd 07-26-2012 05:19 PM

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?

chefy 07-26-2012 05:34 PM

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.

BirdOPrey5 07-26-2012 05:59 PM

Are you using vb 3.x or 4.x? These instructions are for 3.x.


All times are GMT. The time now is 11:19 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01007 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete