vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Reply Box (https://vborg.vbsupport.ru/showthread.php?t=34597)

Emmy2 02-14-2004 11:47 AM

Ah Mark, thank you, thank you! That's exactly what I was after....I tried it out and it does exactly the right thing!

Thanks again!

egyptsons 02-15-2004 02:37 PM

thanks
;)

markblair 02-24-2004 04:31 AM

Hmm, for some reason the Quick Reply box is not showing on my forum anymore. I had to move servers and switched from a server running Ensim to one with CPanel. I haven't changed the DNS yet so the new server is still only accessible via IP. But, when logged in through there, the Quick Reply box does not show up. All the correct settings are in place and I've double and triple checked. It works on the old server at this time and nothing changed when I imported the DB over to the new server.

Anyone know why this would happen. I'm running 2.3.4 on both at the moment.

Thanks,

Mark Blair
userintervention | free computer support resource!

markblair 02-24-2004 04:38 AM

Disregard. Everything appeared to be fine with the showthreads.php template but for some reason it wasn't uploaded again. I know I did this once but second times a charm I suppose. :)

r00t3d 02-24-2004 10:31 AM

its ok works great tnx.

rubyguy 02-28-2004 10:11 PM

ok guys, hello...i have a slight problem on 2.3.4 I can't figure out what is going wrong when i upload showthread.php

When I go to click on a thead a reply box will just show up, not the thread itself, where did i go wrong?

regards,

RG

m_heb 03-01-2004 12:29 AM

i've been using this hack for a good while before, but after i've recently re-installed VB from a restored database with version 2.2.6, when i try to edit showthread.php, i don't find any of the text i'm supposed to replace in it.

i'll attach it for everyone to see. never had this problem the two times i've installed it.

glo 03-04-2004 12:58 AM

installed on test board using vb2.3.0

Thanks Chen

Brad 03-04-2004 03:18 AM

Quote:

Originally Posted by m_heb
i've been using this hack for a good while before, but after i've recently re-installed VB from a restored database with version 2.2.6, when i try to edit showthread.php, i don't find any of the text i'm supposed to replace in it.

i'll attach it for everyone to see. never had this problem the two times i've installed it.

You are not allowed to post any full vBulletin files at this site, please post any errors you have and code snippets and someone will assit you.

I no longer run version 2 and have not for at least a year now, if that wernt the case I would answer your question myself.

m_heb 03-05-2004 03:07 PM

oh, sorry then. didn't know, won't happen again.

still stuck though.

AlexisPPP 03-20-2004 05:50 PM

just testing to see how this works

AlexisPPP 03-20-2004 08:51 PM

interesting

Boss-Hog 03-22-2004 01:17 AM

Sorry if this has been posted already but I don't have the patience to read through 35 pages. I am running version 2.3.4 and have implemented this hack, along with the smilie addon. The feature works fine but when members use the quick reply box, it does not increment their post count by one. I have double checked to make sure I have the code exactly as it should be, and it appears that I do. How can I make the user's post count add one when he or she uses the quick reply box, much like the reply button will (and still successfully does) do? Thanks!

mikester 04-07-2004 12:56 PM

Quote:

Originally Posted by tHe Rk
Did you put:

$clickysmilies = getclickysmilies();

in twice on showthread.php?

" $textareacols = gettextareawidth(); "shows up twice in the script (for newer vB versions anyway). You have to add "$clickysmilies = getclickysmilies(); " after both of the times its in the script. Hope that helps, it worked for me on 2.3.4

OK, been trying to get this going on the board I help admin and with no luck. I have tried the smilies hack posted here, but without success. I am under the impression I am running 2.3.4 from this line at the top of the cp:

Code:

Control Panel (Version 2.3.4)
But when I looked for $textareacols in showthread.php, I only found it once:

Code:

amd:/home/mlc/portal/smilies # cat showthread.php | grep textareacols
        $textareacols = gettextareawidth();
amd:/home/mlc/portal/smilies #

This board was upgraded from an older version of vB, so maybe it is in limbo and neither hack will work?

I got the quick reply box going using the hack for 2.3.2, and that went smoothly. When I make the change to showthread.php outlined in the smilies hack I just get a blank page when I try to view threads. Any ideas?.

Thanks in advance,

Mike

Rickk 04-08-2004 09:52 PM

I might be posting this again, but I browsed like every other page searching quickly for it (out of 91 pages, thats a lot of looking!) But I couldn't find it...

Anyway...
Is there a way to add the posticons to the QuickReply? Perhaps in a little scrollable frame (I wish)? Maybe a drop down menu? :)

Thanks in advance!!

(Edit, was this really my first post? Wow. I've been here forever but never posted...)

PDIDDY 04-19-2004 12:02 AM

hOW DO i MAKE THIS QUICK REPLY BOX APPEAR AT THE BOTTOM OF EACH THREAD AND NOT ON TOP?

Zachery 04-19-2004 12:27 AM

USE VB3!

lol, the template edits have changed, there should be a post detaling this somewhere.

John Diver 04-26-2004 01:58 PM

Could someone please tell me what I have to do so the smilie box is optional, or so you can expand it just when needed using javascript?
I done a search in the topic but cant find the answer and went through a load of pages, but theres far too many to go through.

Hope someone can help :)

Thanks
John

ry@n 05-06-2004 02:26 AM

guess no one has asked about this in 2.3.5 have they?

can't seem to get it to work.

Randomlove 05-06-2004 10:59 AM

it does work with me on 2.3.5

Randomlove 05-06-2004 11:04 AM

Quote:

Originally Posted by Boss-Hog
Sorry if this has been posted already but I don't have the patience to read through 35 pages. I am running version 2.3.4 and have implemented this hack, along with the smilie addon. The feature works fine but when members use the quick reply box, it does not increment their post count by one. I have double checked to make sure I have the code exactly as it should be, and it appears that I do. How can I make the user's post count add one when he or she uses the quick reply box, much like the reply button will (and still successfully does) do? Thanks!

Running 2.3.5 the replies count does increase. Check your setup again.

The Kiss 05-07-2004 09:24 AM

Hi,

I have a 2.3.5 and try to add this hack... but the problem IS I must read more than 90 pages in this thread to see the solution! :( :(

Can someone give me the procedure step by step for 2.3.5 version?

Many thanks to all people who can help me :)

Theory 05-18-2004 06:09 AM

if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}

That code dosen't exsist in showthread.php ...

Randomlove 05-22-2004 10:36 AM

The steps are exactly the same as 2.2.x.

Soundr 06-07-2004 05:37 PM

It dosn't work for 2.3.5 for me either :(

StacMaster-S 06-13-2004 02:57 AM

Quote:

Originally Posted by Theory
if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}

That code dosen't exsist in showthread.php ...


I have the same problem... the second section of code that needs to be replaced doesn't exist in 2.3.5's showthread.php file. I'm hoping to find an official answer before I try messing around with it. >__<

wanga 07-04-2004 07:58 PM

I have 2.3.5 all you have to do is use the 2.3.2 method. that is linked in the first post. good luck.

StacMaster-S 07-05-2004 01:22 AM

It's strange, I got it working and all... but as I recall the first section of code that had to be replaced appeared twice in the latest version. I must've just replaced the first version and it worked...

kermit_criminal 07-15-2004 03:35 AM

does this work for version 3.0.3?

Sabrina 07-19-2004 01:32 AM

im getting "Parse error: parse error in /home/puregraf/public_html/forum/upload/showthread.php on line 531"

help!

Edison Chen 07-19-2004 04:56 AM

Check your showthread.php correctly. There are two exact lines that you have to change. For easier hacking, just click Edit at the top of your IE or whatever browser you use and then click on Find. Insert the quote and then it will direct you to the line. After that, click on find again, and it will bring you to the exact code but on another line.

Change that as well, and it should work.

Dead End Society 07-27-2004 08:09 PM

*clicks install*

Love it.

Zachery 07-27-2004 10:00 PM

Quote:

Originally Posted by Cavs Central
*clicks install*

Love it.

You know you dont have vB2...

Evil Chris 08-06-2004 02:20 PM

So many mods to this since it was first posted. Is the original hack complete/updated with any or all changes?

P.S. Running 2.2.9 here.

Thanks in advance.

TeenageWorld 08-06-2004 09:06 PM

Easy install, thanks works great, this is a must for vB2, so great they made it for vB3 default hehe.

- Teenage World

/me clicks install

G3MM4 09-22-2004 04:50 PM

Since when have they made it default for vB3? I don't see it anywhere in the Options in ACP.

Asterik 09-23-2004 01:36 AM

Its been default since like Gamma

G3MM4 09-23-2004 04:17 AM

OK, well I can't find it in the ACP in 3.0.3, so where is it?

Dean C 09-23-2004 09:50 AM

Quote:

Originally Posted by G3MM4
OK, well I can't find it in the ACP in 3.0.3, so where is it?

vBulletin Options

G3MM4 09-23-2004 10:10 AM

Thanks, I must have missed it first time around. Got it turned on now.


All times are GMT. The time now is 03:12 PM.

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.02719 seconds
  • Memory Usage 1,815KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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