![]() |
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'))) |
Quote:
|
1 Attachment(s)
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 ... |
Awesome mod thanks
|
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! :) |
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/ |
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 |
Quote:
|
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). |
Great mod (as always). Thanks :)
|
All times are GMT. The time now is 10:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|