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 |
#2
|
|||
|
|||
How spooky is that!
I was sat at my PC last night wondering what the easiest way would be to: a) Set meta tags per forum. b) Restrict posting and reading individual forums based on posts Perfect! Thanks for this |
#3
|
|||
|
|||
Whoa! Nice job Wayne!!! Thanks.
|
#4
|
||||
|
||||
I am glad you like it. Several of the features we have been using at SitePoint so I thought others would like them as well.
|
#5
|
||||
|
||||
Thanks Wayne.
|
#6
|
||||
|
||||
The code above has been updated with to correct two bugs that I am surprised didn't cause errors in my testing. Sorry for any inconvenience.
Thanks to Fastforward for noticing this. |
#7
|
|||
|
|||
just an idea, something we do at BT is to dynamically generate meta-tags and descriptions using information already available.
as i see it, the information for the meta tags already exists, you just need to use it better. you already have the meta-description, by using that forum's description. for example this forum would have the decription: "Posts your code hack releases for version 2 in here. Please, no requests!" you already have the meta-keywords, by using the 'breadcrumb' of that forum. for example this forum would have the keywords: "vBulletin, Community, Forum, Customising, vBulletin, vBulletin, Code, Hacks, Releases" i know it's not perfect, but it's pretty damn close to all the information you want, and you could always add an override facility. generally though, we found at BT that meta tags are never maintained properly, but dynamically generating them takes into account when the forum is moved in the hierarchy, etc. or if you re-purpose a board, it just works out the new variables. again, just a suggestion that doesn't need to be listened to, but thought you'd like to know how other people do this stuff. cheers david k |
#8
|
|||
|
|||
Installed it and it works perfect, But how can they make their first post if they cant get in to the forum, they can only view the board, Have i done something wrong or am I just stupid.
|
#9
|
||||
|
||||
Good Job! I love it!
|
#10
|
||||
|
||||
Quote:
The reason we do it is because we have an advertising forum where each member can post one ad a month. We made a requirement that they have to have 20 posts minimum so that they contribute to the community in a meaningful way (since posts in the general chat forum don't count) before they post their advertisement. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|