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 |
#152
|
|||
|
|||
Quote:
Code:
if ($vbulletin->options['vsafrules_enable_global'] AND (THIS_SCRIPT=='misc')) Code:
if ($vbulletin->options['vsafrules_enable_global'] AND ((THIS_SCRIPT=='misc') OR (THIS_SCRIPT=='member'))) |
#153
|
|||
|
|||
someone could please helpme here?
|
#154
|
|||
|
|||
I made some changes using additional.css template in the forum style those changes work fine with all pages but not with the rules page.
example: Public page font style: Attachment 119419 Forum rules font style: Attachment 119420 thank you for your great job ... |
#155
|
||||
|
||||
Awesome mod thanks
|
#156
|
|||
|
|||
Quote:
I had a similar issue with the CSS. Most of the styling was there, but it seemed to be missing the components from the additional.css template. (I'm not storing my style sheets externally/as files.) Here's what worked for me to fix the styling of the rules page. I have no idea if this is the best way, but it seems harmless enough! LOL! Edit the template Valter Templates ? vsa_frules and add the following after {vb:raw headinclude}: PHP Code:
Then scroll down to find the background and text colors for the "highlight" bars at the top and bottom of the rules page. Change them to match your color scheme, save, and you're good to go. Hope this helps! |
#157
|
||||
|
||||
If browser has disabled JS, user will not be able to click "accept" button. Here fix:
In template "vsa_frules" ======================================== REPLACE: <vb:if condition="($vboptions[vsafrules_time]==0)">value="{vb:rawphrase submit}"<vb:else />value="{vb:raw vboptions.vsafrules_time}" disabled="disabled"</vb:if> /> TO: value="{vb:rawphrase submit}" REPLACE: function VSaFR_buttonCounter() { vsaafr_counter = fetch_object('vsaafr_counter'); TO: vsaafr_counter = fetch_object('vsaafr_counter'); vsaafr_counter.disabled = true; vsaafr_counter.value = '{vb:raw vboptions.vsafrules_time}'; function VSaFR_buttonCounter() { ================================= Patched version here: http://github.com/rcdesign/vb-foreig...d_forum_rules/ |
#158
|
|||
|
|||
Hey, great addon.
How can I change the... "I have read, and agree to abide by the *** ****** rules. " colour? At the moment it's in black but my forum is dark so members cannot really see it. Also how can I change so that the banner on the rules page is centered? Thanks |
#159
|
|||
|
|||
Quote:
|
#160
|
|||
|
|||
Hi there!
I have one question. Is there any way to integrate It with VSa - ChatBox? I mean to create rules for ChatBox and before user accept it, he can't chat (for example displaying small notification to accept these rules instead of place to type the text). |
#161
|
|||
|
|||
Great mod (as always). Thanks
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|