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 |
#92
|
||||
|
||||
Hmmm... I don't know why this has a 2.2.1 tag in the forum list. It has never been tested in that version. Also this hack is pretty much unsupported and has been for months.
Recently, I did get asked a question about guests and viewing options.... You have two options to fix this. I used the second option. 1) Set a Guest's postcount to -1 in session.php. 2) Change the fields added to the database for this hack to unsigned and set the value to -1 on a per forum basis. Since a guests post count will be higher at 0, this is the optimal solution. |
#93
|
||||
|
||||
i have changed the forum permissions to -1 but i dont know how to Change the fields added to the database for this hack to unsigned
|
#94
|
|||
|
|||
Where is the file I am supposed to download?
|
#95
|
||||
|
||||
is anyone else still getting the error where your guests cant view the threads
its driving me nuts |
#96
|
||||
|
||||
i was really frustrated after installing this hack as it didnt work and i dont enough enough about php to resolve it
I sent a private message to Bira and he has provided an un-installer for everyone to remove this hack can you believe, he did it on christmas day! I have attached the files. Its very straight forward and all credit should go to Bira. I think i speak for a lot of members when i say 'Muchos Gratius' |
#97
|
||||
|
||||
Where is the file for the hack??
|
#98
|
||||
|
||||
its ok i found it on page 2
|
#99
|
||||
|
||||
hum... when i run the install file i get this:
Database error in vBulletin Control Panel 2.2.1: Invalid SQL: ALTER TABLE forum ADD metakey CHAR(250) NULL, ADD metadesc CHAR(250) NULL, ADD robotext CHAR(50) NULL, ADD showactive SMALLINT(5) DEFAULT '1' NOT NULL, ADD censor SMALLINT(5) DEFAULT '1' NOT NULL, ADD minviewposts SMALLINT(5) DEFAULT '0' NOT NULL, ADD minposts SMALLINT(5) DEFAULT '0' NOT NULL mysql error: Duplicate column name 'minviewposts' mysql error number: 1060 Can anyone help? |
#100
|
|||
|
|||
I'm sure this is a great hack and it accomplishes a lot of things at once.
But... I would like to just require that members reach a minimum # of posts to have permission to start a new thread. So, I would rather not run the whole mechanism in wluke's hack, but instead, just do the single feature of requiring a minimum # of posts to start a thread. Is there a hack on this board that would just accomplish that? Or is there a way that I can just extract that functionality from wluke's hack? Help would be greatly appreciated! |
#101
|
|||
|
|||
Quote:
Need xx posts to make an new thread But have a question, Installed the hack partitially (needed only the "you must have x posts to view this forum" hack, but is there a possiblity that a special Usergroup with NOT the amount of posts can bypass the hack. It seems to be only a small adjustment but don't know how... Think it has to do with a small adjustment in the code below. Code:
if (($foruminfo[minviewposts]>$bbuserinfo[posts]) and !(ismoderator($foruminfo[forumid],"",$bbuserinfo[userid])) { eval("standarderror(\"".gettemplate("error_forumnoview")."\");"); exit; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|