![]() |
Hi Valter.
Is there any way to make this mod work for users using Opera Mini? some of my users can't post anymore as they are using Opera mini and they are unable to accept the rules. |
I found that the time delay on the accept button wasn't working for some mobile browsers so had to take the time delay down to '0' to allow the button to show and for people to accept them
|
then there should be a no script version of the "accept" button even if it is with loss of delay functionality.
also: Quote:
|
Hi Valter, how can we link to specific rules?
For example, I have ToS, Privacy Statement, Guidelines, Trade Center Rules, Infraction Rules. I can not link them to directly from anywhere :( |
Quote:
|
Quote:
Where X is rules ID. |
:thumbs up:
I wish it supported some kind of SEF urls. www.example.com/go/rules www.example.com/go/ToS www.example.com/go/privacy ^^ this'd rock. I'm currently using htaccess to achieve this. |
Hi Valter.
Is it possible to manual-sort the rulesets? The only current way I see is to edit and switch ruleset contents. also, I want to remove all rules assignment from "cms comment" forum as it people can't post comment in cms unless they have accepted rules and there is no msg telling them to. |
When I enable Automatically add "Force User To Accept Forum Rules" to member profiles it makes it so that EVERYONE can view this in the profile, even regular members. How can I fix this?
|
Is there option to force user to accept rules before every reply in defined forum? I mean, user sent reply in thread/forum, but he need to check and accept defined rules. After accept, reply will be sent in topic. Otherwise reply will be not sent.
|
Quote:
|
Please add rules for social groups.
|
Quote:
|
Quote:
Why? Because some (lot of them) users again and again does not accepting rules in one special forum section. I don't ban them, but if i show them that rules every time when they want to post, i think, lot of them says "Hey, i forgot this" and maybe they edit their post. |
Quote:
|
Quote:
|
desperately need this mod to convert from "forum rules" to "site rules".
new people are flooding blogs with things that should go into the forum. |
Freakin' sweet!
Thanks! |
Having an interesting issue, viewing the rules as a guest on IE doesn't actually show the rules, just the accept button. Anyone else?
|
How can we set it for the count down when they actually register for the first time? That would be awesome! Thanks
|
<font color="DarkOrchid">How can I do to allow other usergroups apart of 6 (admin) to be able to manage rules?</font>
|
Hi. Will you please consider a feature that will allow us to display multiple sets of rules at registration time (one accept button for all)?
|
NVM: Fixed! :D
|
Hello... I am noticing an issue:
when the user accepts the rules, it is being redirected to accept the rule one more time... one more time... on loop... The rules never get accepted. Could you please help? |
Quote:
|
Quote:
I have then tried myself with different browsers and different accounts and the issue is persisting.... any idea? Some more informations that may help to understand what is happening:
P.s. in other forums using the same application it works |
1 Attachment(s)
found an uncached template when i check a user's profile ... need a fix ;)
|
this is great. Thanks
|
how do i add rules to just one specific forum??
|
Is it an error? There is written that this mod is supported, but I think it's not.
The last time Valter wrote here was one month ago and people are asking and asking... |
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 07:43 PM. |
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:
|