Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Quick Thread Box Details »»
Quick Thread Box
Version: 1.00, by Neo Neo is offline
Developer Last Online: Dec 2009 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 03-16-2002 Last Update: Never Installs: 85
 
No support by the author.

Ok, this is like Fireflys quick reply box, but its for making quick threads. This is at the bottonm of your forumdisplay.

This has the basics to it. There are only the name of the new thread and the new thread message area. And if people wish for more options.. maybe thats what the normal way is for

Enjoy.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 07-17-2002, 06:24 PM
jsell jsell is offline
 
Join Date: Nov 2001
Location: South USA
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I installed this and it works great thanks a bunch

jsell
Reply With Quote
  #53  
Old 07-19-2002, 09:11 AM
ULTIMATESSJ's Avatar
ULTIMATESSJ ULTIMATESSJ is offline
 
Join Date: Nov 2001
Location: Bristol, England
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great hack
Reply With Quote
  #54  
Old 08-06-2002, 06:04 AM
NexDog's Avatar
NexDog NexDog is offline
 
Join Date: Mar 2002
Location: Lost in the Nexus
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #55  
Old 08-18-2002, 12:34 AM
LOD-squa's Avatar
LOD-squa LOD-squa is offline
 
Join Date: Aug 2002
Location: Orlando, Florida
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like it and installed

*clicks install*
Reply With Quote
  #56  
Old 10-30-2002, 02:36 AM
drownedspirit drownedspirit is offline
 
Join Date: Oct 2002
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #57  
Old 10-30-2002, 02:53 AM
LOD-squa's Avatar
LOD-squa LOD-squa is offline
 
Join Date: Aug 2002
Location: Orlando, Florida
Posts: 238
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No you need to go to the forum display templates which is located on the admin control panel.
Reply With Quote
  #58  
Old 10-30-2002, 03:49 AM
drownedspirit drownedspirit is offline
 
Join Date: Oct 2002
Posts: 29
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks, now i know. LOL. and it works. YAY!
Reply With Quote
  #59  
Old 11-05-2002, 12:44 AM
Darkwaltz4's Avatar
Darkwaltz4 Darkwaltz4 is offline
 
Join Date: Oct 2002
Location: Chicago
Posts: 1,538
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #60  
Old 02-21-2003, 08:56 PM
imageconstrux imageconstrux is offline
 
Join Date: Jan 2003
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #61  
Old 03-01-2003, 03:07 PM
Xyphen's Avatar
Xyphen Xyphen is offline
 
Join Date: Dec 2002
Location: ON, Canada
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05951 seconds
  • Memory Usage 2,310KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (5)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete