The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Support Forum Helper Hack v1.1 Details »» | |||||||||||||||||||||||||
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
|
Comments |
#52
|
||||
|
||||
I wonder how Tim could place images before the postinginfo, how did you do this Tim (or someone else)?
The images don't show up here in showthread either. |
#53
|
|||
|
|||
@ Nuclion:
Had the same problem. I just copied the helpbutton template directly in the showthread template. Now it does show up! Regards, Hp |
#54
|
|||
|
|||
Thx a very fine hack.
Run fantastical on my 2.3.0g Gru? CS |
#55
|
|||||
|
|||||
I'm having some trouble getting those sql queries to work. I get a syntax error message for each:
Quote:
Quote:
Quote:
Quote:
Quote:
|
#56
|
|||
|
|||
Can't find the code
Code:
<td width="100%"><smallfont color="#EEEEFF" class="thtcolor"><b>Thread</b></smallfont></td> Code:
<td width="100%"><smallfont color="#EEEEFF"><b>$timezone</b></smallfont></td> |
#57
|
||||
|
||||
Quote:
kind of glad people bumped this thread up,installed and working fine |
#58
|
|||
|
|||
INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,9,'Help Forum','HELPforum','1','The forumid of the forum that you want the Forum Help Option to avialable in. (to make available for multiple forums simply seperate each forumid with a comma!)','','15')
INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,9,'User Question Answered','HELPdone','<i>[Answered]</i> ','The name of the prefix for thread where the user has been helped!','','16') INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,9,'User Question Unanswered','HELPundone','<i>[Un-Answered]</i> ','The name of the prefix for the thread where the user is awaiting help!','','17') INSERT INTO setting (settingid,settinggroupid,title,varname,value,desc ription,optioncode,displayorde r) VALUES (NULL,9,'Help Thread Status','HELPopen','0','Close that particular thread once help is provided?','yesno','18') ALTER TABLE thread ADD helpoption smallint(6) NOT NULL DEFAULT '0' got this error when i queried the above Error SQL-query : INSERT INTO setting( settingid, settinggroupid, title, varname, value, description, optioncode, displayorder ) VALUES ( NULL , 9, 'Help Forum', 'HELPforum', '1', 'The forumid of the forum that you want the Forum Help Option to avialable in. (to make available for multiple forums simply seperate each forumid with a comma!)', '', '15' ) INSERT INTO setting( settingid, settinggroupid, title, varname, value, description, optioncode, displayorder ) VALUES ( NULL , 9, 'User Question Answered', 'HELPdone', '<i>[Answered]</i> ', 'The name of the prefix for thread where the user has been helped!', '', '16' ) INSERT INTO setting( settingid, settinggroupid, title, varname, value, description, optioncode, displayorder ) VALUES ( NULL , 9, 'User Question Unanswered', 'HELPundone', '<i>[Un-Answered]</i> ', 'The name of the prefix for the thread where the user is awaiting help!', '', '17' ) INSERT INTO setting( settingid, settinggroupid, title, varname, value, description, optioncode, displayorder ) VALUES ( NULL , 9, 'Help Thread Status', 'HELPopen', '0', 'Close that particular thread once help is provided?', 'yesno', '18' ) ALTER TABLE thread ADD helpoption smallint( 6 ) NOT NULL DEFAULT '0' MySQL said: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO setting( settingid, settinggroupid, title, varname |
#59
|
|||
|
|||
installed somehow......but i dont find any options there
|
#60
|
|||
|
|||
Hmm... try creating it in your /admin/setting.php file. Run it in your browser and do the following steps:
Forum Display Options > click [add setting] Title: Help Forum Variable Name: HELPforum Value 16 Description: The forumid of the forum that you want the Forum Help Option to avialable in. (to make available for multiple forums simply separate each forumid with a comma!) Code to generate option: Display Order: 15 ---------------------------------------------------------------------- Forum Display Options > click [add setting] Title: User Question Answered Variable Name: HELPdone Value: [Answered] Description: The name of the prefix for thread where the user has been helped! (You may use HTML.) Code to generate option: Display Order: 16 --------------------------------------------------------------------- Forum Display Options > click [add setting] Title: User Question Unanswered Variable Name: HELPundone Value: [Un-Answered] Description: The name of the prefix for the thread where the user is awaiting help! (You may use HTML.) Code to generate option: Display Order: 17 ----------------------------------------------------------------------------- Forum Display Options > click [add setting] Title: Help Thread Status Variable Name: HELPopen Value: 0 Description: Close that particular thread once help is provided? Code to generate option: yesno Display Order: 18 ----------------------------------------------------------- That should do it for you. They'll be in the vBulletin Options page. |
#61
|
|||
|
|||
wowowo really it worked now on the test forum....but a question if i need to intall on my orginal forum can i follow the same procudure or run mysql queries manually ?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|