The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VSa - Advanced Forum Rules Details »» | |||||||||||||||||||||||||||||||||||||||
Info:
Advanced Forum Rules system for vBulletin. Main Features: -Rules shown on separate page (no file uploads required) -Several sets of rules can be created and applied to individual forums -Choose between BB codes and HTML in rules -Options to force users to accept Forum Rules before can view forums or threads, post replies, PMs, or e-mails... -Option to replace registration rules with this product ones -Option to reset user acceptance status when infraction is received View screenshots. Installation: -Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product] To set options: Go to: AdminCP > vBulletin Options > VSa - Advanced Forum Rules Versions: v1.0 - Oct 06. 2005. -First version v4.0.2 - May 08. 2009. -Latest vB 3.x version v5.0 - Feb 17. 2010. -Updated for vB 4 -Code optimized, some bugs fixed v5.0.1 - Apr 18. 2010. -Fixed: Link to Rules in forumdisplay -Fixed: Ordered list parsing in Rules v5.0.2 - Nov 21 2010. -Fixed: Uncached template -Fixed: Style issues on Rules page -Fixed: Style issues on Manage Rules pages -Fixed: Minor bugs v5.0.3 - May 04 2011. -Fixed: Security bug v5.0.4 - May 06 2011. -Fixed: vbseo users not able to switch rules v5.0.5 - May 18 2011. -Fixed: Security bug -Improved rule acceptance check v5.0.6 - May 22 2012. -Compatible with vBulletin 4.2 -Increased number of maximum rule sets -Fixed some minor bugs v5.0.7 - May 26 2012. -Fixed: Navbar link v5.0.8 - Sep 17 2012. -Fixed: Incorrect acceptance status for some users Download Now
Screenshots
Show Your Support
|
12 благодарности(ей) от: | ||
kizy, Life Revived, mmodder, nacaruncr, nalinikpriya, Teascu Dorin, Toorak Times, too_cool_3, v123shine, victorvu, wmturkey, xorex |
Comments |
#402
|
|||
|
|||
I wish some coders will be able to recode this great addon, it is very important.
It works fine with some, others can't get it to work. |
#403
|
|||
|
|||
Quote:
|
#404
|
|||
|
|||
v5.0.6 - May 22 2012.
-Compatible with vBulletin 4.2 -Increased number of maximum rule sets -Fixed some minor bugs To upgrade: -Import XML, allow overwrite -Revert product templates if modified |
Благодарность от: | ||
AusPhotography |
#405
|
||||
|
||||
Thanks again for your excellent work!!
Kym |
#406
|
|||
|
|||
I updated my development site to 4.2 and now the rules do not show up on my navtab. Applied the update and still no luck.
And definitely a great product! |
#407
|
|||
|
|||
Disregard previous post due to operator error
Working great now that I applied the correct update |
#408
|
|||
|
|||
I have installed this twice now, once a few weeks ago and now the latest release. The mod installs fine but configuration is messed up. Every time I go to edit the rules or assign them to a specific forum the mod takes me to the smiles page/
|
#409
|
|||
|
|||
Ensure you are member of usergroup 6.
|
#410
|
||||
|
||||
If you want to make a Forum Rules into a tab do this...
1. Add this plugin to the product file... Code:
<plugin active="1" product="vsafrules" executionorder="5"> <title>VSa - Advanced Forum Rules - set tab</title> <hookname>set_navigation_tab_fallback</hookname> <phpcode><![CDATA[if (THIS_SCRIPT == 'misc' && ($_REQUEST['do'] == 'vsarules' OR $_REQUEST['do'] == 'vsaafr_mng' OR $_REQUEST['do'] == 'vsaafr_addedit')) $root = 'vsarules';]]></phpcode> </plugin> Code:
<navigation> <tab name="vsarules" date="1337937088" username="Valter" version="4.2.0"> <active>1</active> <show /> <scripts></scripts> <displayorder>500</displayorder> <url><![CDATA[misc.php?do=vsarules]]></url> </tab> </navigation> |
#411
|
|||
|
|||
snoopytas,i keep gett ing errors when trying to add this code to the xml.Cant see where im going wrong
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|