The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
Forum Features Hack
---- About This adds several new options and features to individual forums that can be useful. New Features 1. Meta Tag Keywords set by forum. 2. Meta Tag Description set by forum. 3. Robot Meta Tag set by forum. New Options 1. Censor words by Forum. 2. Minimum Posts required for New Thread. 3. Minimum Posts to view Forum. ---- Credits This hack is distributed under the GPL as an add-on to vBulletin. vBulletin is a commercial product and not subject to this license agreement. Written by: Wayne Luke Portions of the Install script written by: Kier Darby vBulletin is created by Jelsoft Ltd. http://www.jelsoft.com ---- Installation. Run ff_install.php. This will make the modifications to the database and create the new templates. Open admin/forum.php and look for: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
<META NAME="keyword" content="$keyword"> <META NAME="description" content="$description"> <META name="robots" content="$robotext"> These same instructions are included in the readme.txt located in the zip file. Show Your Support
|
Comments |
#72
|
|||
|
|||
man i'm blind
for the other people looking for it: it's on page three (3) |
#73
|
|||
|
|||
This is a REAL dumb question..I installed this hack...so what does it do? Anything I have to configure? I dont see anything new.
Thanks! Ray |
#74
|
|||
|
|||
try adding or modifying a forum, it's at the bottom
|
#75
|
|||
|
|||
I didn't have the option to modify existing forums, and I had the problems others have had with it saying you must have posts to view the forums - if you're uncookied. So I backed this hack out.
|
#76
|
|||
|
|||
UNINSTALLER
Do you have an uninstall for this hack?? It didn't work ... or at least doesn't do what I want it to do ... I've gone through all the notes here...and it STILL will not limit my new user (with no posts) from posting into my forums... Thanks for trying .. seems to work for lots of others though Mr K. |
#77
|
|||
|
|||
Will this work for newer versions, both 2.0.3 and 2.2.0?
|
#78
|
||||
|
||||
For any that are interested, I just installed the meta tag portion of this hack with no problems on 2.20.
I did not install the censor words or minimum post count portions of this hack, because I don't need it on my board. Amy |
#79
|
|||
|
|||
Thanks Amy! That's the part I wanted to, so now I'll go work on it
|
#80
|
||||
|
||||
anyone have this entire hack installed on 2.2?
thanks |
#81
|
||||
|
||||
ok this does not work on 2.2
i get this error Parse error: parse error in /home/partylou/public_html/tof/forumdisplay.php on line 75 and here is the code with line 75 being if (($foruminfo[minviewposts]>$bbuserinfo[posts]) and !(ismoderator($foruminfo[forumid],"",$bbuserinfo[userid]))) { here is that entire block lines 70-79 //WL 04-June-2001 Forum Features Hack (v1.0 Wayne Luke) $keyword=$foruminfo[metakey]; $description=$foruminfo[metadesc]; $robotext=$foruminfo[robotext]; if (($foruminfo[minviewposts]>$bbuserinfo[posts]) and !(ismoderator($foruminfo[forumid],"",$bbuserinfo[userid]))) { eval("standarderror(\"".gettemplate("error_forumno view")."\");"); exit; } //WL End Modifications thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|