Version: 2.1.0, by akanevsky
Developer Last Online: Feb 2016
Version: 3.5.x
Rating:
Released: 10-22-2005
Last Update: 06-04-2009
Installs: 121
DB Changes Uses Plugins Auto-Templates
Additional Files Translations
No support by the author.
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*=============================================*\
|| vBRules
||
|| Author : Anton Kanevsky
|| Works on : vBulletin 3.5.x - 3.8.x
|| Released : Jun 04, 2009
||
|| Time required to install: ~30 seconds
|| Difficulty: easy
\*=============================================*/
DESCRIPTION
Do you need to create a custom "Website Rules" page within your forums? This modification features a friendly admin cp control, where you can easily create a page of rules for your website.
STATISTICS
Products to Install: 1
FEATURES
Zero file or template modifications.
Automatic generation of the table of contents.
Support for multiple rule sections with titles.
Support for vB Code, HTML and Smilies.
Ability to remove native vBulletin rules from registration system and replace them with your own set of rules.
Flexible per-rule settings
Title
Message
Display in Site Rules
Display in Registration
Display in Table of Contents
Allow HTML
Allow Smilies
Allow BB Code
Allow [IMG] Code
Auto Linebreaks
Display Order
VERSION HISTORY
2.1.0 [+] The hack is now compatible with vBulletin 3.5.x - 3.8.x. [+] Eliminate all template edits.
2.0.3 [+] The software is now free.
2.0.2 [F] Corrected a Phrasing Issue [F] Corrected a couple of Template Issues [+] Officially Compatible With vBulletin 3.6.0
2.0.1 [F] Corrected a Licensing Issue
2.0.0 [F] First Release of the Gold Edition.
1.0.0
Initial Release of Lite Edition
The installation manual is contained within the attached file.
Hi. I did everyting, seemed to be going fine, but on the rules page (http://www.dutchjoomlers.com/rules.php) there're no rules... Where can I put these in?
Perfectly fine! BUT.. I'm having a problem with forum rules page. I get:
Fatal error: Call to a member function on a non-object in /home/xxxx/public_html/forums/rules.php on line 25
Maybe I should, but that is irrelevant to this hack... You forget that I did this hack for my purposes, and I only share it here for those who might find it useful.
// pre-cache templates used by all actions
$globaltemplates = array(
'RULES',
);
Maybe you are using a different rules page? Upload the one in my archive
omg!? I do not have that line 25 in rules.php
line 25 is:
PHP Code:
// ########################################################################
// ######################### START MAIN SCRIPT ############################
// ########################################################################
==== this is line 25 as blank line ====
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());