Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Support Forum Helper Hack v1.1 Details »»
Support Forum Helper Hack v1.1
Version: 1.00, by g-force2k2 g-force2k2 is offline
Developer Last Online: May 2008 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-29-2002 Last Update: Never Installs: 58
 
No support by the author.

Download the latest version (v1.1)[ Here ]

As requested [ Here ] by z3comp...

Well here's my first hack for vb2.2.8 thought you'd never see me again right? (joking )

Instructions in the Installation.php file attached below... open in a text editor

What does this hack do?
// +++++++++++++++++++++
* Allows you to specify a help forum in which users can decipher which threads have been helped and vice-versa
* Allows for specifically Administrators, Smods, Moderators, and the user that created the thread to confirm that help has been given
* Customizeable Prefixes (vbulletin options)
* Option to close thread upon help being recieved!

What to do?
// +++++++++++++++++++++
Queries to Run (5) **
File Modification (6)
forumdisplay.php (2)
newthread.php (1)
postings.php (1)
showthread.php (2)
Template Edits (2)
Templates to Add (3)
** runs no extra queries

This hack has been tested on vbulletin 2.2.7 & 2.2.8
If you like this hack i would be greatful if you click [ Install ] and gave some feedback about difficulties and what not thanks in advance!

Screenshots Below...

g-force2k2

Show Your Support

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

Comments
  #62  
Old 06-02-2003, 11:26 AM
WEForums WEForums is offline
 
Join Date: Apr 2003
Location: Jacksonville, Florida
Posts: 195
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would do whatever steps you did on the test forum since it worked. If it works once, it should work twice.
Reply With Quote
  #63  
Old 08-07-2003, 02:25 AM
Matt's Avatar
Matt Matt is offline
 
Join Date: Oct 2001
Location: UK
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
10-05-02 at 09:45 PM Matt said this in Post #45
How do I make it so that threads that are stuck in the forum don't have this other sticky please?
Anyone?
Reply With Quote
  #64  
Old 08-07-2003, 09:28 PM
DaQuixlet DaQuixlet is offline
 
Join Date: Aug 2003
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you run a query?
Reply With Quote
  #65  
Old 11-04-2003, 09:42 AM
Kane Da Don's Avatar
Kane Da Don Kane Da Don is offline
 
Join Date: Sep 2002
Location: Vegas
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i love this hack but i was wondering if any one could help me out on telling me wat i need to do so i can add more options to it like a drop down menu and more selection instead of the "answered" and "unanswered" ones like "repeated question" , "More Help" something like that
Reply With Quote
  #66  
Old 01-16-2004, 08:25 PM
wolfman wolfman is offline
 
Join Date: Aug 2002
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any plans for a vb3 version of this?
Reply With Quote
  #67  
Old 01-16-2004, 11:11 PM
g-force2k2 g-force2k2 is offline
 
Join Date: Mar 2002
Location: Everywhere you wanna be..
Posts: 1,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Me! make sure that you did not block out the line afterwards.

PHP Code:
$DB_site->insert_id(); 
If not post the code around my code and I will see what I can do.

Wolfman I will work on a port to vb3.

Cheers,
g-force2k2
Reply With Quote
  #68  
Old 03-18-2004, 12:39 PM
rodrigoke rodrigoke is offline
 
Join Date: Jan 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

$helpoption = iif($foruminfo[forumid] == $HELPforum,'0','');

shouldn't this be
$helpoption = iif($foruminfo[forumid] == $HELPforum,'0','1');
to set if the thread is specified?

anyway i can't make it to work...
it doesn't show up...
i'll have a look later
Reply With Quote
  #69  
Old 03-18-2004, 01:00 PM
rodrigoke rodrigoke is offline
 
Join Date: Jan 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the vars
$HELPforum
$HELPundone
$HELPdone
(which come from the db table setting)

aren't available in forumdisplay.php
that's why the prefix isn't shown....
the rest works

how can we make them available?
Reply With Quote
  #70  
Old 03-18-2004, 01:21 PM
rodrigoke rodrigoke is offline
 
Join Date: Jan 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok you have to go to the control panel and save your vbulletin options
that way the new setting is loaded
Reply With Quote
  #71  
Old 03-18-2004, 01:39 PM
rodrigoke rodrigoke is offline
 
Join Date: Jan 2004
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

one last thing:
Note: If you want to add an image (button) instead of the word link simply replace '[ Thread Helped ]' with:
<a href='{imagesfolder}/image_name_here.gif' border='0' alt='Thread has been helped!'>
Replace 'image_name_here' with the image file name and place the image in your images folder!

the "<a href" needs to be an "<img" tag

<img src="{imagesfolder}/image_name_here.gif" border="0" alt="Thread has been helped!">
Reply With Quote
Reply

Thread Tools

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 05:26 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.04681 seconds
  • Memory Usage 2,295KB
  • 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
  • (1)bbcode_php
  • (1)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
  • (3)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