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)

eva2000 03-12-2002 11:30 PM

so the same can be said for close thread on reply hack https://vborg.vbsupport.ru/showthrea...threadid=33718 ?

josh929 03-13-2002 02:30 AM

ok i'm lost what does that install/uninstall button at the top of the thread do?

cditty 03-13-2002 02:37 AM

All that does is add this hack to your "Installed Hacks" section on your control panel. You still have to install the hack on your server.

Chris

Smoothie 03-13-2002 06:29 AM

I'd like to be able to add the attach file to the QRB. Is there an easy way to do this?

Admin 03-13-2002 11:57 AM

Quote:

Originally posted by freddie
Remember that while this looks cool
PHP Code:

if (!in_array($bbuserinfo['usergroupid'], array(5,6,7))) { 

it isn't nearly as efficient as
PHP Code:

if ($bbuserinfo['usergroupid'] != AND $bbuserinfo['usergroupid'] != AND $bbuserinfo['usergroupid'] != 7) { 


Why?
Not trying to be 'cool', just shortening my code.

SHalliday 03-16-2002 02:32 AM

bvnbnbbnm

beemer 03-18-2002 06:47 PM

Ok, I have it working for me (Administrator) but everyone else says they don't see it? I tried the fix that was posted back around page 3 and it didn't help. I seem to be the only one that can see the quick reply box? Any suggestions? I double checked the showthread file and my changes are in there and the part of the code where it checks for ismoderator, is commented out.

!!freebsddude 03-21-2002 08:11 AM

I am so grateful/thankful for this hack, Chen. I just wish all of your instructions, including adding smiles would be in one file, to make it easier for everyone to not have to look around all over the thread to get instructions. Good work! Thanks again.
I like when little things do big things.

Quote:

Originally posted by FireFly
JTMON - Add this line:
Code:

        $clickysmilies = getclickysmilies();
to showthread.php right after this:
Code:

        $textareacols = gettextareawidth();
then use $clickysmilies in the showthread_quickreply template to add the box with the smilies in it, but you will also need to add these two lines:
Code:

<script language="Javascript" src="vbcode.js"></script>
<script language="Javascript" src="vbcode_language.js"></script>

to the template right after the <form> tag. That should work. :)

Wow this is even handier than I thought... :D


Admin 03-21-2002 08:21 AM

Quote:

Originally posted by !!freebsddude
I am so grateful/thankful for this hack, Chen. I just wish all of your instructions, including adding smiles would be in one file, to make it easier for everyone to not have to look around all over the thread to get instructions. Good work! Thanks again.
I like when little things do big things.

The reason it's not in the installation file is that it's an extension to the hack a user requested, and not part of the hack. :)
And thank you for the kudos. :D

!!freebsddude 03-21-2002 08:41 AM

Quote:

Originally posted by FireFly
JTMON - Add this line:
Code:

        $clickysmilies = getclickysmilies();
to showthread.php right after this:
Code:

        $textareacols = gettextareawidth();
then use $clickysmilies in the showthread_quickreply template to add the box with the smilies in it

Sorry, for the benefit of dumb folks like us, could you tell us precisely where to put $clickysmilies in the showthread_quickreply template please. Unfortunately, I can't find any of your replies that talk about this.

Thanks in advance!


All times are GMT. The time now is 12:39 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.01623 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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