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 Thread Box (https://vborg.vbsupport.ru/showthread.php?t=36248)

jsell 07-17-2002 06:24 PM

I installed this and it works great thanks a bunch

jsell

ULTIMATESSJ 07-19-2002 09:11 AM

great hack

NexDog 08-06-2002 06:04 AM

Help!

Why do I get this:

Quote:

Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /var/www/vhosts/hostnexus.com/httpdocs/forum/forumdisplay.php(64) : eval()'d code on line 1
Ideas? I'm a hacking dunce. :D

LOD-squa 08-18-2002 12:34 AM

I like it and installed

*clicks install*

drownedspirit 10-30-2002 02:36 AM

Quote:

(Note: You have the option to put this anywhere with your forumdisplay templates,to better style your site)
##### now in the forumdisplay template find #####

$forumdisplay[ threadslist ]
do i find this over forumdisplay.php? cos i searched for the code.. i found these..
Quote:

if ($totalthreads>0 || $stickyids != '') {
// there are threads
eval("\$forumdisplay[threadslist] = \"".gettemplate('forumdisplay_threadslist')."\";") ;
} else {
// just announcements
eval("\$forumdisplay[threadslist] = \"".gettemplate('forumdisplay_announcementsonly'). "\";");
}

} else {
// there are no threads or announcements to show
eval("\$forumdisplay[threadslist] = \"".gettemplate('forumdisplay_nothreads')."\";" );
}
im new to installing hacks.. please help..

LOD-squa 10-30-2002 02:53 AM

No you need to go to the forum display templates which is located on the admin control panel.

drownedspirit 10-30-2002 03:49 AM

thanks, now i know. LOL. and it works. YAY!

Darkwaltz4 11-05-2002 12:44 AM

hmm....while most version changes in vB are subtle (somewhat)

version 2.2.8 has a problem with this hack (and i installed it exactly)

in where it hides subforums...and yes, i checked the forums active controls and such...but the hack seems to hide subforums...if u could help with this, it would be great, cause i like this hack, and to have it not work is dissapointing..

imageconstrux 02-21-2003 08:56 PM

I've got a problem with this hack - it appears to kill email notification for my 2.2.9 board.

Once I reverted to the old forumdisplay, email notification worked again. I noticed an addition to Firefly's Quick Reply hack that provide an if/then. I have that hack installed and it works fine, and inluded that extra codechunk.

Is there a fix out there, or a problem anyone else is having with email notification with this hack?

Xyphen 03-01-2003 03:07 PM

Add this line:

Code:

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

Code:


        $textareacols = gettextareawidth();

Open newthreadbox template and add these to lines to the very begining:

Code:

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

then use $clickysmilies in the "newthreadbox" template to add the box with the smilies in it.

To add it where I added mine find:

Code:

<normalfont><b>Message:</b></normalfont>
Add it right beside it so the smilies box displays under Message:

Code:

$clickysmilies
I know hellsatan did this already but he asked to edit the wrong file. This works perfectly fine on vB2.3.0.


All times are GMT. The time now is 01:21 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.01605 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)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