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)

Warlord 02-11-2002 02:05 AM

Yes I do...

http://www.superherochat.com/vb/index.php

I also added the code you posted so that the quick reply box would be visible to the staff in closed threads and not visible to the members.

I was curious as to how I could add the Lock Topic while making reply hack, (that has been installed on normal replies) to the quick reply feature. I think all I have to do is find the code "$lock" or whatever it is and add it to the template, right?

Admin 02-11-2002 09:03 AM

Add <input type="checkbox" name="closethread" value="yes"> to the box, then if you check that box the thread will be closed.
To only show this to mods requires more hacking, so take a look at the code for that hack and apply it here. :)

Soma 02-14-2002 03:21 AM

thanx man.

Smoothie 02-14-2002 05:37 AM

Testing to see if this works ;)

Smoothie 02-14-2002 05:38 AM

Very nice if I must say so. :)

Smoothie 02-14-2002 06:45 AM

Hack installed and working great. Thanks!

squawell 02-14-2002 08:53 AM

Chen~did u ever think add the attach file option to ur quick reply

box if u can do that it will be great!!:D:D:D:D

ja5es 02-14-2002 02:12 PM

I can't find this code:
PHP Code:

if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) { 

I'm running vB 2.2.1

Can somone help me out?

squawell 02-14-2002 02:16 PM

Quote:

Originally posted by ja5es
I can't find this code:
PHP Code:

if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) { 

I'm running vB 2.2.1

Can somone help me out?

i think u can find that code near line 55~~

Dade 02-15-2002 04:21 AM

Damnit, I ****ed up on the showthread.php file when adding the smilie function and I forgot to backup the file and now I have to download the vB software, re-edit, and re-upload. AHH! I hate double work >.<

Dade 02-15-2002 04:43 AM

Got it all fixed now. But Mr. Chen, how can I add the quick vb code to the quick reply box?

Rose 02-15-2002 12:31 PM

Quote:

Originally posted by Dade
Got it all fixed now. But Mr. Chen, how can I add the quick vb code to the quick reply box?

I'd be interested in this, as well, if available. I just searched all 9 pages of the thread and didn't see it mentioned or referenced (though I thought it was at one point).


Rose

Dade 02-15-2002 03:45 PM

Chen baby, can you help out?

fredinsic 02-18-2002 12:43 AM

I've just installed this hack along with welcome panel[final] .. The hack works but the reply box is at the top of the thread instead of at the bottom ??

Recluse 02-18-2002 03:08 AM

Quote:

Originally posted by fredinsic
I've just installed this hack along with welcome panel[final] .. The hack works but the reply box is at the top of the thread instead of at the bottom ??
same here :confused:

TECK 02-18-2002 05:22 AM

Quote:

Originally posted by ja5es
I can't find this code:
PHP Code:

if (!$getperms['canviewothers'] and $thread['postuserid']!=$bbuserinfo['userid']) { 

I'm running vB 2.2.1

Can somone help me out?

you are a new member here and you have 2.2.1 installed. can you explain to me how is that possible? why you dont upgrade to 2.2.2? it fixes alot of little bugs.. it doesnt make sense.
also, who designed your layout? is nice.. ;)

wolfe 02-19-2002 10:51 PM

fredinsic & Recluse guys in the "Showthread Template" put $replybox under this

PHP Code:


    
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
    <
img src="{imagesfolder}/next.gif" alt="" border="0">
    </
smallfont></td>
</
tr>
</
table>
<!-- 
first unread and next/prev --> 

if you can't find it just let me know also thanx FireFly m8 works a treat and the smilies do aswell also i am testing it on VBB 2.2.0 and it also works fine on there m8.

Vivi Ornitier 02-20-2002 03:05 AM

Will somebody help integrating this with the COmposite time hack? cause if u use the reply box and u have the time hack both enabled, it'll say like composed in 16969059595 minutes . ..lol, that's not right!

MarkB 02-20-2002 05:37 AM

Tidy work - added to my 'zine' forums (not the others) :)

Bimma Boy 02-21-2002 07:02 PM

Quote:

Originally posted by FWC
It's there. There is an extra
Code:

or $bbuserinfo['userid']==0
in the first line in 2.2.2.

I notice in the replacement code provided by firefly.. it doesnt include this extra bit.. shall I just assume we are suppose to add it ourselves on or just put the code Firefly gave us and ignore this or $bbuserinfo['userid']==0)) bit of code ?

freakyshiat 02-22-2002 04:26 AM

Is it possbile that when users hit quote, the text gets automatically put in in the quick reply box?

freakyshiat 02-22-2002 04:47 AM

mine check message length doesnt work, any ideas?

kennethj 02-23-2002 10:41 PM

Quote:

Originally posted by Bimma Boy


I notice in the replacement code provided by firefly.. it doesnt include this extra bit.. shall I just assume we are suppose to add it ourselves on or just put the code Firefly gave us and ignore this or $bbuserinfo['userid']==0)) bit of code ?

3rd time asking

i was looking for the answer to this one too. read every page, like the hack, makes it eazy to reply - all the bells and whistles for some - some want it simple.

the differance in code found - should it be added or not???

or don't matter...

tnks
Ken

bill-t 02-24-2002 01:55 AM

Did my post get deleted?? It showed up at least for awhile?! I installed just as directions stated... Have 2.2.2... Newly installed board... Doesn't show up... Possibly misunderstanding something taken for granted everyone knows... Haven't been able to find a newbie guide to installing hacks... Just newbie guide to learning php and stuff... Don't want to learn php today, maybe next month, but need to get baord up this month, lol... I made my changes to showthread on my computer, then uploaded to server and overwrote the one there... step 2 and 3 done from cp... correct?

neal 02-24-2002 02:33 AM

Thanks a lot FireFly... installed this a long time ago, but I never replied here. Wonderful hack. Working demo @ http://www.teenagedweb.com

bill-t 02-24-2002 02:56 AM

disregard my earlier post, just got it working... My first working hack - my second attempted one... Thanks FireFly, this is very useful... My board is aimed at a unsophisicated user base - they'll need it...

Admin 02-24-2002 05:19 AM

Ken, keep the bit of code.

Anyone else noticed he's posting a lot more because of this hack? I find myself replying to threads I would never have because it's much easier now. :)

Vivi Ornitier 02-24-2002 05:29 AM

indeed, everyone uses the quick reply now! hehe, i only wish it worked with that composite time hack, but oh well . . i guess when someone sees composed in 10699595959 minutes, they'll know that that user used the quick reply box! :D

kennethj 02-24-2002 08:43 AM

Quote:

Originally posted by FireFly
Ken, keep the bit of code.

Anyone else noticed he's posting a lot more because of this hack? I find myself replying to threads I would never have because it's much easier now. :)

thanks - GREAt hack :up: - be lookig 4 more

Whome 02-25-2002 01:53 PM

thanx...this is something I've been looking for.... :)

Figment 02-26-2002 06:48 AM

Great hack, well received by the users, thanks.

One question though. What effect, if any, does using Quick Reply have on email notification to members?

I have received comments that email notification does not work when a reply is posted using the quick reply box.

Admin 02-26-2002 06:51 AM

The user is not automatically subscribed to the thread.

Figment 02-26-2002 07:09 AM

OK, but suppose user A has subscribed (with email notification on in his CP) and user B replies. Should A get email notification

Admin 02-26-2002 07:13 AM

He gets an e-mail.

Figment 02-26-2002 07:41 AM

OK. So there is no reason that this should not work?

I will go and play with a thread and see if I can recreate this alleged problem. Haven't seen it myself, but then I don't subsribe to too many threads :s

Thanks for the speedy replies - appreciated. ;)

LouChipher 02-26-2002 09:58 AM

excellent hack! installed it, works great!

LanciaStratos 02-26-2002 10:17 PM

If I wanted to add a preview button to the reply box, would simply adding the following HTML code to the template work? :confused:

Code:

<input type="submit" class="bginput" name="preview" value="Preview Reply" accesskey="p" tabindex="4">

LanciaStratos 02-26-2002 10:37 PM

Quote:

Originally posted by LanciaStratos
If I wanted to add a preview button to the reply box, would simply adding the following HTML code to the template work? :confused:

Code:

<input type="submit" class="bginput" name="preview" value="Preview Reply" accesskey="p" tabindex="4">

Ah, I see it does! Never mind... :o

bill-t 02-27-2002 12:12 AM

Sorry to bother, can't figure out which item in there calls the color of the background for the box... Want to change it without changing the color of the regular reply so need to change the code so it doesn't call a variable but hard code it instead... TIA

FleaBag 02-27-2002 11:22 PM

The attatchment doesn't work. :(


All times are GMT. The time now is 09:15 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.01734 seconds
  • Memory Usage 1,823KB
  • 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
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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