View Full Version : Miscellaneous Hacks - Cyb - Advanced Forum Rules
Valter
04-29-2008, 10:00 PM
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:
1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
2. OPTIONAL (for some customized styles)
Open template "navbar" and add "$cyb_frules_link" after "vbphrase[faq]</a></td>".
3. OPTIONAL (to add 'reset acceptance status' to different place than default one)
Open template "MEMBERINFO" and add "$cyb_frules_force" wherever you wish.
To set options:
Go to: AdminCP > vBulletin Options > Cyb - Advanced Forum Rules
Versions:
v1.0 - Oct 06. 2005.
-First version
v1.5 - Apr 22. 2006.
-Navbar link is added automatically now (one installation step less)
-Navbar "Forum Rules" link can be disabled in hack settings
-"Manage Rules" link is on settings page now (no need for .xml menu file anymore - one file less to upload when installing)
-"Unknown Location" fixed
-Added function to enable/disable whole hack (predefined error message is displayed instead)
-Templates now goes to "Cybernetec" group in Style Manager
To upgrade from 1.0 to 1.5:
-Import product XML through AdminCP > Plugin System > Manage Products > [Add/Import Product] (Be sure "overwrite" is checked). Upload cfrules.php and cfrulesadmin.php (replace old files). Delete file \includes\xml\cpnav_cfrulesadmin.xml.
v1.6 - Aug 04. 2006.
-Release of this hack for vB v3.6
v1.7 - Aug 05. 2006.
-Uncached template bug fixed
v2.0 - Aug 07. 2006.
-Completely changed way this hack works. No more queries, no more file uploads. Now Rules can be exported because it's part of vB settings. Now you can use BB Codes, which means you can use all standard text formatting functions, smilies, etc. To upgrade: Uninstall old version > Import XML as product > Delete "cfrules.php" from your forums root > Delete "cfrulesadmin.php" from "admincp" folder of your forums
v2.1 - Aug 07. 2006.
-Fixed "Edit Forum Rules" link (didn't worked for some users)
v2.2 - Aug 25. 2006.
-If your forum's index.php file was renamed, for any reason, now you can enter new filename in ACP hack options to have this hack working properly
-Added "Product Version Checking" - https://vborg.vbsupport.ru/showthread.php?t=124679
v2.3 - Aug 26. 2006.
-New: User must accept Rules to be able to post on Forums (option can be disabled/enabled)
-Look improved (see screenshots)
-Codes improved
-Hack name changed to "Cyb - Advanced Forum Rules"
v2.4 - Aug 27. 2006.
-Fixed small javascript bug
-Removed redirection to forum index after Rules acceptance
-Note 1/2 lines replaced by boxes in hack settings
-Removed navbar link HTML Markup options
-Separate phrase created for navbar link
v2.5 - Aug 31. 2006.
-Added ability to reset read status for all users. After this they will need to accept the Forum Rules again
-Added note at the top of Forum Rules when user need to accept it to be able to post on forums
-Added explanation on how to check which users had (not) accepted Rules
v2.6 - Aug 31. 2006.
-Fixed bug (index file location/name setting doesn't work)
-Fixed bug (if user who haven't accepted Rules try to post via quick reply in IE he gets undefined error)
-Fixed bug (resetting the accepts doesn't work if index file was renamed)
-Added: Guests now also need to accept Forum Rules to be able to post (cookie-based)
-Added: redirection message for user who try to post but haven't accepted Rules
v2.6.1 - Aug 31. 2006.
-Fixed bug (if user has no permissions to post he will get standard "no permission" message, not redirection to Forum Rules)
v2.7 - Sep 11. 2006.
-After acceptance users are redirected to the page they were previously viewing
-No more need to set filename for "index.php" if it was renamed. Now misc.php is used, which nobody has need to rename.
NOTE: Don't forget to update the links to the Rules you were posted on your site - change it to YOURFORUMS/misc.php?do=cfrules
-Added confirmation dialog for resetting acceptance status for all registered users
v2.8 - Sep 14. 2006.
-Added option to exclude usergroups from accepting Rules
-Navbar link title moved from phrases to settings for easier translation/make-up
v2.9 - Sep 24. 2006.
-Added option to reset acceptance status for individual member
v3.0 - Oct 30. 2006.
-Whole code is now valid XHTML 1.0 Transitional
v3.1 - Nov 13. 2006.
-Option to force user to accept rules again in member profile can be turned off
-Added variable for above function that you can place it to another place in MEMBERINFO template ($cyb_frules_force)
-Bug fixed (if some user knows exact link for resetting acceptance status he can do it)
-Several other improvements/fixes
v3.2 - Mar 06. 2007.
-New: User must accept Rules before can send PMs
-New: Options to choose what user can't do before accepting Rules
-New: Option to replace Registration Rules with this hack's one
-New: Better counter (with miliseconds, improved browser compatibility)
-Fixed some "invisible" bugs in code and improved compatibility with the latest vB releases
v3.3 - Apr 21. 2007.
-New: Option to force user to accept Rules before can view forums
-Fixed bug where three queries are executed on places where not needed
-Fixed bug where blank rows are shown twice on registration rules page
-New in registration rules options (disable completely)
-Better redirection after Rules acceptance
-Some other optimizations in codes...
v3.4 - Apr 22. 2007.
-Fixed bug where PMs can not be sent even Rules are accepted
-Fixed bug where Quick Reply does not work even Rules are accepted
-Improved counter and added ability to completely disable it (tested and worked on IE, Firefox, and Opera)
-Improved compatibility with right-to-left styles (note: in Rules use [right] tags anyway)
-Fixed navbar link
v3.5 - Jul 22. 2007.
-Fixed bug (MySQL injection vulnerability - attacker can trick admin to reset rules acceptance status for all members)
-Group membership checking works now for supplementary usergroups too
-Several code improvements
v3.5.1 - Jul 22. 2007.
-Fixed bug (XSS Vulnerability)
v3.5.2 - Jul 23. 2007.
-Another security exploit fixed
v3.5.3 - Jul 25. 2007.
-Fixed bug where user is not properly redirected after accepting rules
v3.5.4 - Jul 25. 2007.
-Bug fixed where username info is not shown when going to reset acceptance status
v3.6 - Oct 14. 2007.
-Fixed bug where some mods are not able to reset acceptance status
-Improved javascript code to fix problems with the counter some users reported
-Minor bug fixes
v3.7 - Apr 30. 2008.
-CSRF protection added
-Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
-Fixed bug where "reset all" button in hack options does not work in IE
-Minor bugs fixed
v3.8 - Jun 19. 2008.
-Fixed bug where user is able to submit form without checking "agree"
-Option to disable BB Codes in Forum Rules
-Option to change "Forum Rules" link color or set to style's default
-Better placement of "Force User To Accept Forum Rules" link in user profiles
v3.9 - Apr 19. 2009.
-New: Ability to create several rules sets, and apply them to individual forums
-New: Exclude individual forums from restrictions
-New: Rules management page where rules sets can be easily added/deleted/edited/applied to forums
-'General Forum Rules' item can be changed but not deleted. Please use it always as general rules.
-Bug fix: Option to disable registration rules does not work on vB 3.8.x
-Bug fix: Counter on 'Accept rules' button does not work on some configs
-Forum Rules link in showthread now leads to this product's 'General Forum Rules'
-If user has not accepted rules, then 'Force to accept rules' link in their profile is not shown
-New: Option to reset user acceptance status when infraction is received
-Some minor bugs fixed
v3.9.1 - Apr 20. 2009.
-Fixed bug: Forum Permissions sometimes needs to be rebuild manually after upgrade
-Fixed bug: Redirection after accepting rules does not work properly in some cases
v3.9.2 - Apr 21. 2009.
-New: Drop-down menu with the rule set list on Rules page
-New: General Rules always shown at the top of table, requested Rules below it
-New: 'Forum Rules' link at the bottom of forumdisplay will lead user to that forum's rule set
-Fixed bug: Navbar link is not disabled when you disable product in options
-Fixed bug: Quick Reply hidden for users who have not accepted Rules even if forum is excluded from restrictions
-Forums better sorted on the list, now linked and some more details are shown
v3.9.3 - Apr 25. 2009.
-New: User can not view Rule sets applied to no-permissions-to-view forums
-Above works also with 'Cyb - Advanced Permissions Based on Post Count' add-on
-New: Choose if General Rules will be Always shown, Collapsed if there is another rule set requested, or Disabled when there are other rules shown
-'Forum Rules' links in showthread, newthread, and newreply are also now redirected to the Cyb Forum Rules
-New: "Rules NOT accepted" shown in user profiles when they have this status
v4.0 - Apr 28. 2009.
-New: User must accept Rules to be able to view thread content
-New: User must accept Rules to be able to send e-mails ('contact us' or 'e-mail user')
-New: Different Rule sets are accepted individually
-New: Reset acceptance status for individual Rule sets
-New: Rules acceptance date/time info shown in member profile
-Fixed bug: Quotes can not be used in Rule Set name
-Some minor bugs fixed
v4.0.1 - Apr 28. 2009.
-Fixed bug: Reply w/quote switches to basic reply after redirection
-Fixed bug: Forums exclusion does not work properly in v4.0
-New: When PM restrictions are enabled Quick Reply is hidden in ShowPM until General Rules are accepted
v4.0.2 - May 08. 2009.
-Fixed bug: In some cases wrong items are listed in 'Accepted Rules' drop-down
-Fixed bug: 'Reset user acceptance status when infraction received' does not work properly
v4.0.3 - May 04. 2011.
-Security bug fixed
v4.0.4 - May 06. 2011.
-Fixed: vbseo users not able to switch rules
v4.0.5 - May 18. 2011.
-Fixed: Security bug
-Improved rule acceptance check
If you like this hack please click INSTALL.
Bounce
04-29-2008, 11:24 PM
Installed :up::up:
taheri6
04-29-2008, 11:31 PM
Installed
dannykilla
04-30-2008, 12:06 AM
installed thanks
Endurer
04-30-2008, 12:38 AM
Thanks, definitely installed.
Mrdby
04-30-2008, 01:14 AM
why is this not under my options when trying to edit the rules? it shows installed..but not under options..thoughts?
KURTZ
04-30-2008, 05:41 AM
finally Cyb is arrived onto 3.7.x ... :D
*INSTALLED!
Hornstar
04-30-2008, 06:29 AM
Thanks for the update, this always comes in handy!
Ren? Kunze
04-30-2008, 07:30 AM
Hello,
i have upgrade to 3.7 and now i have the Rules doppel in the Navbar.
See Picture:
79524
ramsayeg
04-30-2008, 07:42 AM
Hello,
i have upgrade to 3.7 and now i have the Rules doppel in the Navbar.
See Picture:
79524
You can disable that in the hack options.
Thanks, Cyb! installed.
Ren? Kunze
04-30-2008, 07:44 AM
That brings me unfortunately nothing if I disable it.
I would indeed be a link in the navbar.
Mrdby
04-30-2008, 09:34 AM
installed!
franzis
04-30-2008, 11:55 AM
installed! Thx :)
LG Franzis
redraider
04-30-2008, 12:40 PM
I already have the mod installed for 3.6.10 ....do I need to upgrade for 3.7.0 ... what are the upgrade instructions? Please help.
KURTZ
04-30-2008, 01:30 PM
I already have the mod installed for 3.6.10 ....do I need to upgrade for 3.7.0 ... what are the upgrade instructions? Please help.
maybe uninstall the previous version then install this? :)
maniguang
04-30-2008, 01:39 PM
nice job
slowphantom
04-30-2008, 06:16 PM
nice keep it up
redlabour
04-30-2008, 08:45 PM
Get the following Database Errors after Upgrading to your latest Release and upgrading to vBulletin 3.7 GOLD :
Datenbankfehler in vBulletin 3.7.0:
Invalid SQL:
UPDATE vb3_user SET cfrules_read_status = '1' WHERE userid = 2237;
MySQL-Fehler : Unknown column 'cfrules_read_status' in 'field list'
Fehler-Nr. : 1054
Fehler-Zeit : Wednesday, 30.04.2008 @ 23:38:45
Datum : Wednesday, 30.04.2008 @ 23:38:45
Skript : http://www.politikstube.de/forum/misc.php?do=cfrulesagree
Referrer : http://www.politikstube.de/forum/misc.php?do=cfrules&adis=1
IP-Adresse : 195.XX.XX.X
Benutzername : USERNAME
Klassenname : vB_Database_MySQLi
MySQL-Version : 5.0.51
But it works after complete Deinstall and Reinstall of the Hack.
Valter
05-01-2008, 02:46 AM
I believe it's vBulletin bug:
http://www.vbulletin.com/forum/project.php?issueid=25373
IvyKeepMommy
05-01-2008, 05:24 PM
I had the same problem and was able to overcome it by completely uninstalling the old version and installing the new version as a new install.
farzana
05-01-2008, 06:58 PM
i dont like the link color that appeared in the navigation bar.. otherwise this is great..
avsunforum
05-01-2008, 09:04 PM
thanks you
Valter
05-01-2008, 09:47 PM
i dont like the link color that appeared in the navigation bar.. otherwise this is great..
Change it in Phrase Manager.
epoc fitness
05-01-2008, 09:50 PM
Change it in Phrase Manager.
How do I do that?
Mrdby
05-01-2008, 11:06 PM
why does Error show while viewing my installed products in my admin cp?
taxick
05-01-2008, 11:07 PM
Thanks, So nice
Amiga Harrison
05-03-2008, 09:27 AM
I had the same problem with the SQL errors and no one able to post. I uninstalled completely and then reinstalled and it seems to be working correctly again.
H_A_R_R_Y
05-03-2008, 11:12 AM
Thanks Man,,
Good Work,,
leginag
05-03-2008, 12:03 PM
The mod is showing up as having being updated today...what has changed?
I didn't notice any change in the main post...
Valter
05-03-2008, 12:15 PM
Just changed product id to lowercase to fix importing problem:
http://www.vbulletin.com/forum/project.php?issueid=25373
epoc fitness
05-03-2008, 02:22 PM
The mod is showing up as having being updated today...what has changed?
I didn't notice any change in the main post...
I had the same question
Just changed product id to lowercase to fix importing problem:
http://www.vbulletin.com/forum/project.php?issueid=25373
perfect thank you.
toddos
05-03-2008, 10:37 PM
my seconds dont count down ? WHat can this be ? It is always 40 seconds... doesnt change.
an i got this sql error via email:
Invalid SQL:
UPDATE vb7user SET cfrules_read_status = '1' WHERE userid = 3122;
MySQL-Fehler : Unknown column 'cfrules_read_status' in 'field list'
Fehler-Nr. : 1054
Fehler-Zeit : Sunday, 04.05.2008 @ 01:24:24
Datum : Sunday, 04.05.2008 @ 01:24:24
Skript : http://2page.de/forum/misc.php?do=cfrulesagree
Referrer : http://2page.de/forum/misc.php?do=cfrules&adis=1&styleid=3
Mondi
05-04-2008, 01:33 AM
Great stuff - load of thanks for putting this together.
What I was looking for - nice work!
And - of course - marked as installed!
Inferno Dragon
05-04-2008, 11:09 AM
one question: Can I use HTML instead of BBcode in the rules field in admincp? as I feel more comfortable in formating my rules in a HTML editor then wasting my time in adding bbcode tags in formating the rules page?
wcsconcierge
05-04-2008, 08:02 PM
Thank you for such a great mod!!! Very easy to install and modify. A true winner!!:up:
Mrdby
05-05-2008, 11:05 PM
<a href="http://img233.imageshack.us/img233/8176/admincp1si0.jpg" target="_blank">http://img233.imageshack.us/img233/8176/admincp1si0.jpg</a>
is this normal to see ERROR in the latest version section?
Mondi
05-06-2008, 03:52 AM
Great, great, great, great, GREAT, great!
Installed too, believe it or not.....
Cheers Mate!
webspider
05-06-2008, 08:16 PM
I'm getting the link "Force User To Accept Forum Rules" showing up twice (link hr link) in the user profile.
Makc666
05-07-2008, 03:55 PM
Cybernetec, it will be nice if you moved phrase "<font color="#66ff00">Forum Rules</font>" ($vbphrase[cybfrules_rules]) which is added to navbar to the template.
Different user's have different styles.
For example some users can have some images around each menu in navbar.
So it will be nice if we can edit template with this phrase for each color.
Also we will be able to set up different color for the phrase "Forum Rules" for each style.
In other words if you will add template you will be able to move color for this one from phrases to templates.
Thanks in advance!
I'm not sure if anyone else was having this issue (haven't seen anyone report it)... or if it had something to do with my style or I don't know what... But when viewing the rules page.. above the tables it was displaying part of the template code: body >
I ended up taking out the following code from the template (cyb_frules):
<if condition="(!$cfrulesagreed AND $cfrshowaccform)" >onload="Cafr_buttonCounter();"</if>
So yeah, just took it out entirely... which is ok for us cause we have the timer disabled anyways (or perhaps thats the problem)... I think that's for the timer anyways LOL
Another factors that may or may not have an impact on this... I have already accepted the rules so the accept button of course doesn't appear for me. I didn't check to see if the same issue occurs if I haven't accepted the rules.
Anyways... thought I'd bring that up in case it wasn't just me...
Either way.. Thanks a bunch Cyb.. This is an awesome mod (I feel like a broken record when referring to your mods but I truly mean it hehe)..
Always, Bree
I've been getting a lot of database errors since I upgraded to 3.7. For this product, I'm getting this error:
Invalid SQL:
UPDATE vbulletin_session
SET lastactivity = 1210350669, location = '/admincp/plugin.php?do=productversioncheck&productid=cfrules&s=', inforum = 0, inthread = 0, incalendar = 0, badlocation = 0, useragent = 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)'
WHERE sessionhash = '4c6c8bf60283e0a01763b853e5a041c2';
MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Friday, May 9th 2008 @ 12:31:09 PM
Error Date : Friday, May 9th 2008 @ 12:31:23 PM
Script : http://politicity.net/admincp/plugin.php?do=productversioncheck&productid=cfrules&s=
Referrer : http://politicity.net/admincp/index.php?loc=plugin.php%3Fdo%3Dproduct
I have the latest version installed...what's the problem?
joakandr
05-10-2008, 04:11 AM
How do I change the color? Currently it is green on the navbar.
Valter
05-10-2008, 06:37 AM
Phrase Manager
joakandr
05-10-2008, 07:00 PM
Under what phrase type?
Arachnophiles
05-11-2008, 02:21 AM
Nice work updating to 3.7 thanks!
Cyb, I previously made a suggestion for this to be implemented on a 'per forum' basis (ie I want to force users entering our 'For Sale' section to accept the rules before they gain access).
Would you consider adding this to future versions ?
Cheers,
Adam.
junaid
05-12-2008, 10:42 AM
why I canot uninstall this script
Mondi
05-13-2008, 10:13 AM
Hmm..
Somehow lost all connections with my Forum Rules page. Anyone know top-of-head what the url/ext is leading me back to it?
Or, of course, any other idea on how I can get to this page?
Cheers!
freebase69
05-13-2008, 11:33 AM
http://www.mysite.com/forums/misc.php?do=cfrules&adis=1
or whatever your main link to your forums is. That should work.
Or if you look up in his demo link in the mod description, the path is:
http://www.bihforum.com/misc.php?do=cfrules
Try that.
webspider
05-13-2008, 11:43 AM
Anyone else with this problem?
I'm getting the link "Force User To Accept Forum Rules" showing up twice (link hr link) in the user profile.
freebase69
05-13-2008, 11:54 AM
Not me.
Are you using custom skins or something similar to that?
I don't have the my rule link in the Navbar. Did you tell the mod to auto add it and then did you manually do this to:
2. OPTIONAL (for some customized styles)
Open template "navbar" and add "$cyb_frules_link" after "vbphrase[faq]</a></td>".
3. OPTIONAL (to add 'reset acceptance status' to different place than default one)
Open template "MEMBERINFO" and add "$cyb_frules_force" wherever you wish.
That would throw it off.
installed Thanx :rolleyes:
mojo8850
05-14-2008, 04:14 AM
Phrase Manager
What Exactly Are We Looking For In Pharase Manager, To Change Font Colour.
Also If You View The Navbar I Get A Purple Underline Through It, I Think Is My Theme, But How I Remove It..
Screenshot Below. :):):)
myown
05-14-2008, 10:47 AM
one question: Can I use HTML instead of BBcode in the rules field in admincp? as I feel more comfortable in formating my rules in a HTML editor then wasting my time in adding bbcode tags in formating the rules page?
any thing about it ?
vithorius
05-16-2008, 10:29 AM
Hi! Is it possible to enabe/disable this hack for some selected sub-forums only? :confused:
I mean, I do not need my users to accept some rules, except on the "Classifieds" sub-forum.
Thank you so very much! :up:
Boards.ie
05-20-2008, 11:21 AM
Nice work updating to 3.7 thanks!
Cyb, I previously made a suggestion for this to be implemented on a 'per forum' basis (ie I want to force users entering our 'For Sale' section to accept the rules before they gain access).
Would you consider adding this to future versions ?
Cheers,
Adam.
Would also like to see this.
digicom
05-20-2008, 10:51 PM
Installed Much Aprrciated :up:
Pamela
05-25-2008, 03:27 AM
This is awesome! Just what I needed...thanks! :D
*clicks install*
Pamela
05-25-2008, 07:29 PM
How do I do that?
How do I change the color? Currently it is green on the navbar.
What Exactly Are We Looking For In Pharase Manager, To Change Font Colour.
In your AdminCP, go to:
Languages & Phrases >> Search in Phrases
Then type in:
Forum Rules (click on Find)
Look for the Phrase:
cybfrules_rules (click on Edit)
You will see this line as the Standard Phrase:
<font color="#66ff00">Forum Rules</font>
Change the font color to anything you want in the box that says "English (US) Translation", then click save.
HTH! :)
GeoMapia
05-26-2008, 10:44 PM
How do I change the background color on the navbar in customized style?
Parture
05-27-2008, 04:07 PM
When a new registrant tries to post they are directed to the advanced rules page, but the screen loads to the top of that page. I have Notices for that new registrant that are in the way and would prefer the top of the screen starts where you see the phrase, "Forum Rules". How can this be done? I designated <a name="forumrules">Forum Rules</a> for the phrase forum_rules, but that is as far as I got. I have to find where there instructions are to go to the forum rules page and start the screen at #forumrules.
Chimpie
05-28-2008, 03:36 AM
In my Forum Rules page there is a 'body >' above the rules, but the template looks fine.
http://www.skywarnforum.org/forums/misc.php?do=cfrules
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="210">
<thead>
<tr>
<td class="thead">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumrules')"><img id="collapseimg_forumrules" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumrules].gif" alt="" border="0" /></a>
$vbphrase[posting_rules]
</td>
</tr>
</thead>
<tbody id="collapseobj_forumrules" style="$vbcollapse[collapseobj_forumrules]">
<tr>
<td class="alt1" nowrap="nowrap"><div class="smallfont">
<if condition="!$show['codeonly']">
<div><if condition="$can['postnew']">$vbphrase[you_may_post_new_threads]<else />$vbphrase[you_may_not_post_new_threads]</if></div>
<div><if condition="$can['reply']">$vbphrase[you_may_post_replies]<else />$vbphrase[you_may_not_post_replies]</if></div>
<div><if condition="$can['attachment']">$vbphrase[you_may_post_attachments]<else />$vbphrase[you_may_not_post_attachments]</if></div>
<div><if condition="$can['editpost']">$vbphrase[you_may_edit_your_posts]<else />$vbphrase[you_may_not_edit_your_posts]</if></div>
<hr />
</if>
<div><phrase 1="misc.php?$session[sessionurl]do=bbcode" 2="$bbcodeon">$vbphrase[bb_code_is_x]</phrase></div>
<div><phrase 1="misc.php?$session[sessionurl]do=showsmilies" 2="$smilieson">$vbphrase[smilies_are_x]</phrase></div>
<div><phrase 1="misc.php?$session[sessionurl]do=bbcode#imgcode" 2="$imgcodeon">$vbphrase[img_code_is_x]</phrase></div>
<div><phrase 1="$htmlcodeon">$vbphrase[html_code_is_x]</phrase></div>
</div></td>
</tr>
</tbody>
</table>
Thoughts?
unforsaken
06-04-2008, 03:10 PM
How can I make it where all my admins have access to reset a users acceptance of the rules thru the admincp user profile? I used to have this on the old version, but now only I can do it. I am user 1 so I didn't know if this was a default, or if there was a way to make it for the whole user group, etc.
Valter
06-04-2008, 04:52 PM
Chimpie, your page and codes seems fine.
unforsaken, all Staff members able to moderate users will be able to reset forum rules acceptance status too.
Chimpie
06-04-2008, 05:05 PM
Chimpie, your page and codes seems fine.
unforsaken, all Staff members able to moderate users will be able to reset forum rules acceptance status too.
Thanks... the problem was corrected last week. Thanks for replying though.
ChrisDean
06-05-2008, 03:39 PM
I have installed this fine :) and want to use it to force acceptance of the forum rules for all users, so when a new member registers they are taken directly to the signup form, bypassing the rules page.
How do i do this?
I tried adding $cyb_frules_force to MEMBERINFO but that didn't do it.
Thanks in advance for any help
Chris
TheInsaneManiac
06-13-2008, 05:30 PM
Is it possible to rename it to where I can have a file like rules.php?
Scandal
06-13-2008, 11:15 PM
Thanks for the updated version!!! :D
-petros
g0dfather1984
06-14-2008, 04:15 AM
I love this! Thank you!
WXM Matty
06-18-2008, 03:44 PM
I installed but its not working. I now have a nice Rules page but every time I rest acceptance status in the options it never prompts me. I also reset it on a single user and it still does not prompt them to accept the rules. They can still vie the forum, post ect....
Any ideas as to whats wrong?
I had to manualy make a button on my style to point to http://www.xninelivesx.com/forums/misc.php?do=cfrules
Is this the problem?
Valter
06-19-2008, 12:23 PM
v3.8 - Jun 19. 2008.
-Fixed bug where user is able to submit form without checking "agree"
-Option to disable BB Codes in Forum Rules
-Option to change "Forum Rules" link color or set to style's default
-Better placement of "Force User To Accept Forum Rules" link in user profiles
To upgrade:
-Import XML, allow overwrite
-Revert hack templates if any modified
M-Tuning
06-19-2008, 01:07 PM
Thanks for the update!
WXM Matty
06-19-2008, 04:06 PM
Installed the update but still it never asks anyone to accept the rules. I have the rules page and reset the acceptance but nothing happens.
Can you help?
EDIT: Got it to work, best mod I have so far, thanks!
dannykilla
06-19-2008, 04:22 PM
I now have 3 forum rules links in my navbar, can anyone help?
DAn
Valter
06-19-2008, 04:29 PM
I now have 3 forum rules links in my navbar, can anyone help?
DAn
Save your rules to your computer (to txt, doc etc... document), then uninstall all instances of Forum Rules hack, then install latest version and update settings.
dannykilla
06-19-2008, 04:41 PM
Cheers Cyb,
Sorted now
Dan
Mrdby
06-19-2008, 06:02 PM
i installed it..and 3.7 was still there along with 3.8 I removed 3.7 and now 3.8 is showing in my productions section but not under vbulletin options. thoughts?
Chimpie
06-19-2008, 10:05 PM
Thanks for the update/upgrade!
i installed it..and 3.7 was still there along with 3.8 I removed 3.7 and now 3.8 is showing in my productions section but not under vbulletin options. thoughts?
did you use allow overwrite in your upgrade?
newguy
06-20-2008, 09:08 AM
v3.8 - Jun 19. 2008 has a bug.
-Fixed bug where user is able to submit form without checking "agree"
After I installed v3.8 on Jun 19 all my members check I agree and click submit and nothing happens. The page does not do anything and they can't agree. I have turned this mod off until you can check into this.
pauldack
06-20-2008, 10:13 AM
Excellent mod from Cybernetec again. This is my 4th mod from you that I've installed. Please, please keep up the good work.
Mr Peabody
06-20-2008, 10:20 AM
v3.8 - Jun 19. 2008 has a bug.
After I installed v3.8 on Jun 19 all my members check I agree and click submit and nothing happens. The page does not do anything and they can't agree. I have turned this mod off until you can check into this.
yes we get a blank page + when installed there are 2 instances of the mod installed, it doesnt over write the old one.
Valter
06-20-2008, 11:58 AM
vBulletin does not accept uppercase characters in product IDs anymore.
This means if you have installed older version of some hack, which used uppercase characters in ID, they may not be upgraded properly.
So save Forum Rules to your computer, to some txt file, then uninstall all instances of hack, then install latest version and update settings.
Mr Peabody
06-20-2008, 08:34 PM
vBulletin does not accept uppercase characters in product IDs anymore.
This means if you have installed older version of some hack, which used uppercase characters in ID, they may not be upgraded properly.
So save Forum Rules to your computer, to some txt file, then uninstall all instances of hack, then install latest version and update settings.
I ended up having to do this last time, only issue I have is everybody had to accept the rules again, then i get 100 pms asking me if they did something wrong.
Is there a way to set everybody as accept?
Valter
06-20-2008, 09:14 PM
Run this query to set acceptance status to YES for all existing users:
UPDATE user SET cfrules_read_status = '1'
Mr Peabody
06-20-2008, 10:48 PM
Ok that works cheers. Maybe add a option to set the read status to 1 for all users for the next update :)
Thank you.
cmedic101
06-20-2008, 10:54 PM
Great Mod!
thanks
installed!!!
Big-K
06-21-2008, 02:22 PM
Run this query to set acceptance status to YES for all existing users:
UPDATE user SET cfrules_read_status = '1'
SHould the query be
UPDATE vb3_user SET cfrules_read_status = '1'
Valter
06-21-2008, 02:50 PM
For "vb3_" prefix, yes.
newguy
06-21-2008, 07:28 PM
vBulletin does not accept uppercase characters in product IDs anymore.
This means if you have installed older version of some hack, which used uppercase characters in ID, they may not be upgraded properly.
So save Forum Rules to your computer, to some txt file, then uninstall all instances of hack, then install latest version and update settings.
Run this query to set acceptance status to YES for all existing users:
UPDATE user SET cfrules_read_status = '1'
I did as you said and all seem fine for me now. Thanks Cybernetec!
PeteBlume
06-22-2008, 06:03 PM
Hello,
i have a problem. The users would not forced to agree to the forum rules. I don't kno, where's the error.
Can you help me?
I use vbulletin 3.7.1
vbseo rc7
rockinaway
06-23-2008, 04:18 PM
In my Forum Rules page there is a 'body >' above the rules, but the template looks fine.
http://www.skywarnforum.org/forums/misc.php?do=cfrules
Thoughts?
Thanks... the problem was corrected last week. Thanks for replying though.
How did you fix that then?
infinityloop
06-24-2008, 04:50 AM
this is once again a wonderful modification!
thank you very much. :)
Amiga Harrison
06-24-2008, 11:50 AM
Save your rules to your computer (to txt, doc etc... document), then uninstall all instances of Forum Rules hack, then install latest version and update settings.
To upgrade:
-Import XML, allow overwrite
-Revert hack templates if any modified
I've found that upgrading never works for this mod. Every time you try to import the latest version and allow overwrite it always installs it as a completely new version and you end up with both the old and new versions installed.
The only way to upgrade each time that actually works is to first make sure you have a backup copy of all of your site rules, and the rest of the settings in the mod, then completely uninstall the existing version, install the new one, and then re-enter all of the settings and rules.
Is this happening because each new version is actually named differently? So vB thinks it is a completely different product when you install it? i.e each version has the version number in the name of the file at the end such as 3.7, 3.8 etc. If this version number wasn't in the filename then would the mod update correctly and overright the existing mod instead of installing another one alongside the existing one? Would make life much easier if you could get it to do this.
I forgot to also add that having to uninstall an old version, and then install the new one means it resets members having to accept the rules again. This really annoyed some of my existing forum members.
Valter
06-24-2008, 12:54 PM
No, this mod always had the same ProductID.
There was only few uppercase characters in ID till version 3.7.
Ingress
06-28-2008, 05:34 PM
Encountered a very strange behaviour while implementing this.
The "Submit"-Button is jammed if you enter translations for (a) certain phrase(s). It just remains at 20.0 and not clickable, no matter how long you wait.
Verified this with deleting all my phrases for this product after which it worked perfectly again. My phrases just contain plain text, no HTML, GFX or whatsoever. Maybe it could be a charset-issue with UTF-Chars but for now this is only a supposition.
I will do further investigation which phrase(s) actually seem(s) to cause the jamming of the button.
Ingress
anderow
06-28-2008, 07:47 PM
Thanks Cybernetec
Great Mod. Top work :)
Ingress
06-28-2008, 11:23 PM
Maybe it could be a charset-issue with UTF-Chars but for now this is only a supposition.
I found the cause, it was the character " included in the phrase "cybfrules_not_agreed".
Having replaced it with a ' the whole thing works fine now.
Is this a design flaw or did you want it to work like this? Maybe this deserves a deeper look.
Thanks for the mod, I really appreciate your work!
Ingress
EagleNick
06-29-2008, 12:34 AM
To upgrade, I'm assuming we uninstall the current version and then re-install the latest.
However, will doing so delete the settings and rules text I have set and entered?
Valter
06-29-2008, 01:02 PM
I found the cause, it was the character " included in the phrase "cybfrules_not_agreed".
Having replaced it with a ' the whole thing works fine now.
Thanks for the info, I'll fix this in next version.
To upgrade, I'm assuming we uninstall the current version and then re-install the latest.
However, will doing so delete the settings and rules text I have set and entered?
Save your Rules to txt file, then try to upgrade normally. If it add new item instead of replacing old product in Product Manager, then uninstall it and install latest version, then restore rules from txt, check other settings and update if needed, then save.
Chimpie
06-30-2008, 12:10 AM
I found the cause, it was the character " included in the phrase "cybfrules_not_agreed".
Having replaced it with a ' the whole thing works fine now.
Can you break down your fix a little more please? I have ran into the same problem and could not find that phrase to be able to fix it.
Thanks for the info, I'll fix this in next version.
Do you know when that will be? I've had to disable to the mod until the fix has been made.
Ingress
06-30-2008, 12:32 PM
Can you break down your fix a little more please? I have ran into the same problem and could not find that phrase to be able to fix it.
Log into your ACP.
Under "Languages & Phrases" choose "Search in Phrases"
Fill in the search form:
Search for Text: cybfrules_not_agreed
Product: Cyb - Advanced Forum Rules
Search in ... : Phrase Variable Name Only
After clicking "Find" you should see the phrase, click on edit and replace or erase every " that you might have used in the translation of the phrase, that should do the trick.
Ingress
Chimpie
06-30-2008, 01:06 PM
Log into your ACP.
Under "Languages & Phrases" choose "Search in Phrases"
Fill in the search form:
Search for Text: cybfrules_not_agreed
Product: Cyb - Advanced Forum Rules
Search in ... : Phrase Variable Name Only
After clicking "Find" you should see the phrase, click on edit and replace or erase every " that you might have used in the translation of the phrase, that should do the trick.
Ingress
I followed your instructions and when clicking on Find it takes me to this...
Ingress
06-30-2008, 06:54 PM
Ok then, did you alter any of the phrases? If not, I have no idea what causes the behaviour with your board. With mine I can definitely reproduce it when I use a phrase with ".
Ingress
Ingress
07-05-2008, 02:53 PM
Noticed that quoted text is not displayed correctly if you view the forum rules while registration (i.e. "replace with forum rules" is switched on. If you view the forum rules via /do=cfrules it displays just fine) with Opera 8 or MSIE 7 - Firefox 2.x displays fine. The div with the quote is very, very narrow. Happens even in default style for me.
Any idea what the cause may be? Had no problems with this under 3.5.8.
Ingress
epoc fitness
07-05-2008, 03:58 PM
Question I had to reinstall my vbulletin last night. I did a whole backup and when I went to install this plugin again it erased all my rules. I was curious can I take my backup of my while and find the file which the rules were written into and just copy that file to my new install? If so what file am I looking for and where would it be?
Valter
07-05-2008, 07:40 PM
Rules are stored in database.
Ingress
07-05-2008, 08:46 PM
If so what file am I looking for and where would it be?
The rules are entered via the according part of the ACP. You need to copy them from there to a text file for backup purposes or you might extract them from a database backup you hopefully made before you reinstalled - the files from the webserver alone don't hold much of all the vB-data and they definitely don't hold your forum rules.
Ingress
epoc fitness
07-07-2008, 02:14 AM
The rules are entered via the according part of the ACP. You need to copy them from there to a text file for backup purposes or you might extract them from a database backup you hopefully made before you reinstalled - the files from the webserver alone don't hold much of all the vB-data and they definitely don't hold your forum rules.
Ingress
Thanks, I do have a backup of the database before I reinstalled. Do you mean if I log into my webhost and do a full backup that isn't a good method or are you saying that going into vbulletin and doing a backup isn't a good method.
Ingress
07-07-2008, 07:51 AM
To be honest: I can't tell ;-)
It depends on what a "full backup if I log into my webhost" actually means. Does it backup files on the webserver? Does it backup the database? Does it both? In which format does it store the backups and how are they restored? This are questions that only your webhost can answer.
Database backups that are done via the ACP may cause problems on some hosts and with big databases when you try to restore them - just do a search on backing up your forum or moving it to another host, there are plenty of threads that deal with this here and on vbullettin.com.
Ingress
Doomday
07-07-2008, 06:16 PM
Is there anyway to show this only in some sections in the forum?maybe to add the id of the forum to show it only there?
CurtisK
07-08-2008, 12:53 PM
can we put html im the forum rules box or is it bbcode only?
ShackMaster
07-09-2008, 05:23 AM
Where can I place a space [ ] in front of the "Forum Rules" link that is placed in the Navbar?
Thanks!
Ingress
07-09-2008, 08:26 AM
Any ideas about the quotation-problem I posted here (https://vborg.vbsupport.ru/showpost.php?p=1567411&postcount=104)?
Ingress
RACHR
07-10-2008, 08:25 AM
User donĀ“t go on the Rules after Log in......all on NO...........about view forum and so on
No Groups excluded for this.................
When I make a Force Read Thread, how can i change the Thread ID for the Rules.....
And i dont can view who accept this........Fehlerbeschreibung: Table 'eselfaqc_eff.user' doesn't exist
I am German,sry for the English
Xenofox
07-10-2008, 09:08 PM
Does this degrade gracefully? If javascript is turned off it appears the rules are unable to be agreed to.
RACHR
07-11-2008, 07:58 AM
All on.
I must accept them, but not other people. In the Evening i make a new install for test
ShackMaster
07-12-2008, 07:52 AM
Hmmm....
Any reason why this would be blocking all members from posting and the submit button being hung on 30 seconds?
Unfortunately I have had to disable it until I can figure out what's going on.
Chimpie
07-12-2008, 10:58 AM
Hmmm....
Any reason why this would be blocking all members from posting and the submit button being hung on 30 seconds?
Unfortunately I have had to disable it until I can figure out what's going on.
You're not the only one. Others have had to disable the mod until the original coder fixes it.
redlabour
07-12-2008, 12:28 PM
Question I had to reinstall my vbulletin last night. I did a whole backup and when I went to install this plugin again it erased all my rules. I was curious can I take my backup of my while and find the file which the rules were written into and just copy that file to my new install? If so what file am I looking for and where would it be?
Better save your Rules next Time into a *.txt. :rolleyes:
It was saved in the Database. Just search in your mySQL Backup.
ShackMaster
07-12-2008, 03:28 PM
I think that may have been my issue... upgrading to Patch Level 1 of vBulletin. I am not sure, but it is shortly after that when a user had the issue and I logged in as various users and noticed no one could post and the submit button was hung.
I uninstalled the mod (of course I did save everything first) and then reinstalled it... and all seems to be okay now. I also did not have all the usergroups listed in the field to disable the mod for certain usergroups, so I added those. Hopefully that will help prevent situations like this again. Fortunately it was almost 4am and not many users were online posting at the time.
Chimpie
07-12-2008, 03:34 PM
I think that may have been my issue... upgrading to Patch Level 1 of vBulletin. I am not sure, but it is shortly after that when a user had the issue and I logged in as various users and noticed no one could post and the submit button was hung.
I uninstalled the mod (of course I did save everything first) and then reinstalled it... and all seems to be okay now. I also did not have all the usergroups listed in the field to disable the mod for certain usergroups, so I added those. Hopefully that will help prevent situations like this again. Fortunately it was almost 4am and not many users were online posting at the time.
So an uninstall and fresh install worked for you?
ShackMaster
07-12-2008, 05:28 PM
Back to square one... that is obviously not the issue.
The submit button freezes when set to a time limit. If the time limit is disabled and the submit button is available, clicking it does nothing and does not free up the user to post.
Disabled for now... hopefully the bug will be fixed. Thanks!
Ingress
07-12-2008, 06:12 PM
Do you use the default language (i.e. English) or do you use phrases?
Ingress
ShackMaster
07-12-2008, 06:39 PM
Our default language is English, but we do use phrases as well.
I just tried reinstalling it again, but no luck.
Apparently it has something to do with the vB 3.7.2 Patch Level 1 update. Everything was working fine until the update.
Ingress
07-12-2008, 07:40 PM
Our default language is English, but we do use phrases as well.
Did you use any custom phrases for this hack? If so, then please have a look at this post of mine (https://vborg.vbsupport.ru/showpost.php?p=1561632&postcount=97), maybe it's of some help for you.
Ingress
Chimpie
07-12-2008, 07:58 PM
Did you use any custom phrases for this hack? If so, then please have a look at this post of mine (https://vborg.vbsupport.ru/showpost.php?p=1561632&postcount=97), maybe it's of some help for you.
Ingress
Can you copy and paste your code for the entire template here so we can try a copy and paste of our own to see if it will fix it?
I looked for the not_agreed part and everything looks fine (').
Thanks!
ShackMaster
07-12-2008, 08:03 PM
I didn't realize you were asking about custom "English" phrases in your previous post. Now I understand what you were asking. But, NO... All of our phrases for this mod are standard phrases. Every thing is standard other than the actual language for the rules, but again, it was all working fine until the PL1 update from vBulletin.com. There has to be some sort of conflict somewhere.
Ingress
07-12-2008, 08:54 PM
Can you copy and paste your code for the entire template here so we can try a copy and paste of our own to see if it will fix it?
Which template do you mean exactly? I didn't alter any templates for this hack to work since it does everything automatically.
I didn't realize you were asking about custom "English" phrases in your previous post. Now I understand what you were asking. But, NO... All of our phrases for this mod are standard phrases. Every thing is standard other than the actual language for the rules, but again, it was all working fine until the PL1 update from vBulletin.com. There has to be some sort of conflict somewhere.
With my forum there was only a problem if I entered a translation for the given hack-specific phrase. I also upgraded to 3.7.2 PL1, had several registrations since then and the users ARE able to post - I doubt there's a specific problem with PL1.
Did you disable all other hacks to verify they don't interfere with this one? Is it all users of yours that have the problem or just a part of them? Then maybe it's worth a try and ask them if they all use the same Virscan / Anti-Ad / Privacy-Proxy, they often cripple javascript and may cause such behaviour.
Cyb, you should take a serious look at this, maybe there's still something other than the phrase thing that may cause the javascript to malfunction.
Ingress
ShackMaster
07-12-2008, 09:20 PM
I did add a couple of plugins after I installed this mod, but I disabled each one of them and still had the problem. Maybe I should disable them, reinstall this mod and see if it works... and if so, reinstall the other plugins.
It is any new user. I can login as any of them and the submit button will not work. I also registered as a new user myself to test it, since it had been working previously for me with this same new user that I kept deleting and re-registering with again and again to test the mod.
Ingress
07-13-2008, 12:13 PM
Which browser(s) do you use for your tests? Since it's yourself everytime that does the testing (that is what I understood) we should be certain about it's not a client issue.
Hey, 463 installs of this mod and it's only us three who observed the error. There must be something in common although I managed to fix it for my board.
Ingress
Chimpie
07-13-2008, 12:32 PM
Which template do you mean exactly? I didn't alter any templates for this hack to work since it does everything automatically.
You said you changed " to ' or something like that.
Ingress
07-13-2008, 01:48 PM
That was just in a translation of a phrase.
Ingress
ShackMaster
07-13-2008, 05:40 PM
Which browser(s) do you use for your tests? Since it's yourself everytime that does the testing (that is what I understood) we should be certain about it's not a client issue.
Hey, 463 installs of this mod and it's only us three who observed the error. There must be something in common although I managed to fix it for my board.
Ingress
A member brought this to my attention. I then logged in as this member and it gave me the same problem. I logged in randomly as a couple of other members and still had the same problem. I decided then to register myself as a new member to test it. I have tested it in IE7 and FF from my laptop at home and my work computer in another city. I have reinstalled it twice. I am about out of options on what to do or try next.
For it to be working fine and then after PL1 it start acting up is strange to me.
ShackMaster
07-14-2008, 02:39 AM
Still puzzling me.
I went back and disabled all of the plugins that I installed after this one and even a few before this one. Uninstalled this plugin and re-installed it. Still the Submit button does nothing and freezes if I place a countdown on it.
When I mouse over it shows the link, "misc.php?do=cfrulesagree"
The link is already "forums/misc.php?do=cfrules" ... if I add "agree" to the end and enter, all works well. So the problem is that the submit button is not acting as an enter click.
ShackMaster
07-14-2008, 03:33 AM
It's a temporary fix, but could be permanent I suppose. I altered the cyb_frules as follows:
<td class="alt1" align="center" style="background-color:#DEF3BD;color:black;">
<phrase>$vbphrase[cybfrules_iagree_note]</phrase>
<a href="http://www.hometheatershack.com/forums/misc.php?do=cfrulesagree">
<img src="http://www.hometheatershack.com/images/submitbutton.gif" border="0" alt="Press this button!" />
</a>
</td>
I basically just made my own submit button with the link that clears the new member. So far it seems to be working okay.
Xenofox
07-14-2008, 10:24 AM
I think i have this working so that it doesn't require JS anymore.
This removes the countdown timer completly.
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
<title>$vboptions[bbtitle] - $vbphrase[cybfrules]</title>
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
<script language="JavaScript" type="text/javascript">
function Cafr_checkAgree(form) {
if (form.cafr_agree.checked)
{
form.submit();
}
else
{
alert("$vbphrase[cybfrules_not_agreed]");
}
}
<if condition="($vboptions[cybfrules_time]!='')">
var cyb_ms = 0;
var cyb_s = $cyb_counter_time;
function Cafr_buttonCounter() {
cfrules_counter = fetch_object('cfrules_counter');
if (cyb_ms <= 0)
{
cyb_ms = 9;
cyb_s -= 1;
}
if (cyb_s <= -1)
{
cyb_ms = 0;
cyb_s += 1;
cfrules_counter.disabled = false;
cfrules_counter.value = "$vbphrase[submit]";
} else {
cyb_ms -= 1;
cfrules_counter.disabled = true;
cfrules_counter.value = cyb_s + "." + cyb_ms;
setTimeout("Cafr_buttonCounter()", 100);
}
}
</if>
</script>
</if>
</head>
<body <if condition="(!$cfrulesagreed AND $cfrshowaccform)">onload="Cafr_buttonCounter();"</if>>
$header
$navbar
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
<form action="misc.php?do=cfrulesagree" name="agree_cfrules" id="agree_cfrules" method="post" onsubmit="return false;">
<input type="hidden" name="securitytoken" value="$cybfr_sectok" />
</if>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" align="$stylevar[left]"><if condition="($bbuserinfo[usergroupid]==6)"><a class="smallfont" style="float:$stylevar[right]" href="$admincpdir/options.php?do=options&dogroup=cfrules#editrules" title="$vbphrase[cybfrules_edit]" accesskey="E" target="_blank">$vbphrase[cybfrules_edit]</a></if>$vbphrase[cybfrules]</td>
</tr>
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
<tr>
<td class="alt1" align="center" valign="middle" style="background-color:#DEF3BD;color:black;"><phrase 1="$bbuserinfo[username]">$vbphrase[cybfrules_agree_note]</phrase></td>
</tr>
</if>
<if condition="($vboptions['cybfrules_note1']!='')">
<tr>
<td class="panelsurround" align="center">
<div class="panel" align="$stylevar[left]">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td class="smallfont" align="$stylevar[left]">
$vboptions[cybfrules_note1]
</td>
</tr>
</table>
</div>
</td>
</tr>
</if>
<tr>
<td class="panelsurround" align="center">
<div class="panel" align="$stylevar[left]">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td class="smallfont" align="$stylevar[left]">
$vboptions[cybfrules_rules]
</td>
</tr>
</table>
</div>
</td>
</tr>
<if condition="($vboptions['cybfrules_note2']!='')">
<tr>
<td class="panelsurround" align="center">
<div class="panel" align="$stylevar[left]">
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
<tr>
<td class="smallfont" align="$stylevar[left]">
$vboptions[cybfrules_note2]
</td>
</tr>
</table>
</div>
</td>
</tr>
</if>
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
<tr>
<td class="alt1" align="center" valign="middle" style="background-color:#DEF3BD;color:black;"><input type="checkbox" name="cafr_agree" value="1" /> <phrase 1="$vboptions[bbtitle]">$vbphrase[cybfrules_iagree_note]</phrase> <input type="submit" class="button" style="width:80px;" value="$vbphrase[submit]" onclick="Cafr_checkAgree(this.form);" /></td>
</tr>
</if>
</table>
<if condition="(!$cfrulesagreed AND $cfrshowaccform)">
</form>
</if>
<br />
$footer
</body>
</html>
Crystal Shards
07-18-2008, 04:30 PM
I am trying to edit the template for Blaze on my site (http://mercuryice.com)... If you change the template to Blaze you can see my problem--in the header the background is black, and I want to change that, but I can't find the right code anywhere.
http://img178.imageshack.us/img178/5623/forumproblemvf4.jpg
~Crystal
Ingress
07-18-2008, 05:41 PM
The upper link does use the same CSS as the lower one. You need to deactivate "Automatically add "Forum Rules" to Navbar" in the options and add the links manually. While doing this assign the according CSS classes to the links for them to be styled differently from each other.
For information about how to manually add the links have a look into info.txt. It's only a $cyb_frules_link that must be added to the templates.
Ingress
Crystal Shards
07-18-2008, 05:41 PM
Thank you.
~Crystal
Makc666
07-18-2008, 08:47 PM
Cybernetec, 1st, thanks for "Option to change "Forum Rules" link color or set to style's default".
2nd, it will be nice if you move the phrase and the color to the new template.
Because for example on my forum every link in navtab has its own icon.
And every style has its icons.
So if your product had one more template with "Forum Rules" phrase it will be wonderfull.
Because in the current varinat of how the "Forums Rules" is coded it is not so easy to add some icon or decoration separate for every style.
If you didn't understand we, tell we I will try to say in other words.
Thank, Maxim
Valter
07-18-2008, 09:08 PM
It can be done but I don't like idea to make template for one phrase only.
What about putting some rules icon (transparent gif) which will be fine for all styles inside the phrase?
cygy2k
07-20-2008, 06:40 PM
Great mod!
Can you tell me what type of load on the server this would create? Number of queries per page load?
Valter
07-20-2008, 07:55 PM
Great mod!
Can you tell me what type of load on the server this would create? Number of queries per page load?
One simple query when user click to accept forum rules on Rules page. No other queries are executed on any page.
cygy2k
07-20-2008, 09:31 PM
Thank you very much.
cygy2k
07-20-2008, 09:32 PM
I am having a problem. When I enforce the rules, it works correctly but the button to accept the rules doesn't do anything when a user clicks on it. This happens with or without the countdown function working and happens on both Safari 3.1.2 and FireFox. 3.0.1.
shotkey
07-25-2008, 03:18 PM
I know this was asked before, but I didn't see an answer - right now the rules show up in two different places 1- in the original registration window (not so pretty) , and 2 - on a separate page (nice looking) accessible from the nav bar "Forum Rules" link.
I know this doesn't apply to sites whos rules in the registration window are different from their forum rules - however when the rules are the same in both windows I would like to know if its possible when a user registers to force the Forum Rules page from the nav bar to be displayed, user accepts & then the registration process continues?
StarBuG
07-29-2008, 03:19 PM
Would it be possible to only force user to accept rules for specific forums?
I have one subforum that needs specific rules that I want the user to accept before they post.
The rest of my forums don't need this rules.
Would that be possible?
StarBuG
Would it be possible to only force user to accept rules for specific forums?
I have one subforum that needs specific rules that I want the user to accept before they post.
The rest of my forums don't need this rules.
Would that be possible?
StarBuG
I'm also looking for this as well. To be able to turn on this mod on a "per forum" basis.
Would it be possible to only force user to accept rules for specific forums?
I have one subforum that needs specific rules that I want the user to accept before they post.
The rest of my forums don't need this rules.
Would that be possible?
StarBuG
i need this also
symptome
07-31-2008, 08:54 PM
I know this was asked before, but I didn't see an answer - right now the rules show up in two different places 1- in the original registration window (not so pretty) , and 2 - on a separate page (nice looking) accessible from the nav bar "Forum Rules" link.
I know this doesn't apply to sites whos rules in the registration window are different from their forum rules - however when the rules are the same in both windows I would like to know if its possible when a user registers to force the Forum Rules page from the nav bar to be displayed, user accepts & then the registration process continues?
I need this too. Because of this, and because of the fact, that the countdown seems to freeze sometimes (or that I am not 100% sure, that it doesn't), I have inactivated the mod now.
Macindy
08-06-2008, 06:47 PM
Hi folks!
If I set the timer to 0 my users can send the form?
What can I do?
Michigan Morels
08-07-2008, 08:37 AM
How can I reset a "single user" instead of "all users", to force them to view/accept the rules again?
Thanks in advance.
Been testing it out in my testvb forum, and so far so good. I like it.:up:
Valter
08-07-2008, 10:19 AM
There is an option in member profile to do this.
Michigan Morels
08-08-2008, 06:47 AM
I don't see this
There is an option in member profile to do this.
in either admincp profile of the user in the "Quick User Links" dropdown menu , or in the drop down menu under their username in their posts.
I thought it may be this option,
3. OPTIONAL (to add 'reset acceptance status' to different place than default one)
Open template "MEMBERINFO" and add "$cyb_frules_force" wherever you wish.
but I've searched phrases for $cyb_frules_force and get no hits on it.
I also cannot find the phrase $cyb_frules_force anywhere in the MEMBERINFO template. Where is it supposed to show up with the default install?
Where am I going wrong? Everything seems to be working fine, except for this one thing.
I'm no coder for sure. Strictly copy and paste, and even that is iffy at times. :o
I'm sure it's staring me right in the face, but I need more specific instructions for it I guess.
I'm using vBulletin 3.7.2 Patch Level 1.
The only other hacks I've installed on it is the "Change Posts Owner 1.7.0", "NoSpam! 4.0" and this one "Cyb - Advanced Forum Rules 3.8".
Help?
Andyrew
08-08-2008, 01:40 PM
In the public profile.
The link in mine is just above the style changer at bottom of screen in public user profile.
fragov
08-08-2008, 03:41 PM
May you add ability to give different rules for each language on forum?
Michigan Morels
08-09-2008, 06:15 AM
Duh! I found it. :o Thanks Andyrew. I misunderstood it to be in admin dropdown menu.
Everything is hunky dory now and I'm off to install it on my live board. Thanks
*Installed* Aug 8th -- Love it!
shotkey
08-10-2008, 04:51 PM
I know this was asked before, but I didn't see an answer - right now the rules show up in two different places 1- in the original registration window (not so pretty) , and 2 - on a separate page (nice looking) accessible from the nav bar "Forum Rules" link.
I know this doesn't apply to sites whos rules in the registration window are different from their forum rules - however when the rules are the same in both windows I would like to know if its possible when a user registers to force the Forum Rules page from the nav bar to be displayed, user accepts & then the registration process continues?
I need this too. Because of this, and because of the fact, that the countdown seems to freeze sometimes (or that I am not 100% sure, that it doesn't), I have inactivated the mod now.
Is there anyone here that can answer this question?
tomasrey88
08-11-2008, 04:04 PM
Hi,
If I were to use the cyb advanced forum rules plug-in, would it make search engines not catalog or unfavorably catalog my forum with regard to search engine optimization? I mean, some similar plug-ins would redirect viewers to another webpage with the forum rules on it. This redirect causes some search engines such as Google to either not catalog the webpage in the forum or give it an unfavorable ranking with regard to search engine optimization.
Thank you for your help,
Tom.
IvyKeepMommy
08-13-2008, 03:51 PM
I just made a change in my forum rules and twice tried to reset all users statuses to make them accept the new rules and it didn't work either time.
I am going to just use a query to force it, but wanted to let you know I'd run into a problem with it.
It looked like it should work (asked me to confirm, and then told me all statuses had been reset, but it didn't actually require any users to re accept the rules.
Fraxter
08-17-2008, 11:16 AM
Is it possible to use phrases in this addon? Because my forum have two languages, it would be easier if i can handle the rules with a phrase.
best regards
Pander23
centralss
08-19-2008, 09:30 PM
not sure if asked, but I have 1 section I want to use this on. Can this be used for just one forum section? I don't want it to apply to EVERY forum section, just ONE!!
Basically when the user clicks on a particular link, I want this mod to pop up for display, they read it, what 20 seconds, then they can enter the section!!
Ok this has been asked about 4-5 times, but no response in this question yet.
goblues
08-21-2008, 10:07 PM
How about a global plugin. Have to agree wherever they are on the site, not just forums?
z0diac
08-22-2008, 06:25 PM
NIce - ESPECIALLY for me because right now me and my moderators are having problems with the forum and how to get people to follow the rules, with our upcoming sports season starting. It's a sports board so the people are VERY passionate in their posts and can lose control, which effects everyone.
The ONLY thing I don't like is that the rules come from a BBCode type box. I entered a text file straight into this box, but when it's displayed, there's NO carriage returns - it appears as one non-stop jumbled mess.
So I put a <p> after each line, and it displayed fine.
But if there was any way to make it accept a text file (or even better, the body of a message since my rules are listed in thread #1)
I LOVE however how it auto-added the rules link to my navbar. Now there's NO EXCUSE for anyone to say they didn't know the rules. :)
CtrlAltDelete
08-24-2008, 11:36 PM
Nice, but had to disable. Some members were not getting the submit button after the countdown ended nor with it set to no countdown.
email from one of my members....
I tried last night and today to respond to one of my posts on the forum and am being told that I must accept the forum rules before I can access features(including PMing a mod to ask about it, or posting) I clicked the box that says I accept(after re-reading them) and clicked submit, but it did not do anything. I tried in a separate window and it did the same thing probably a half dozen times now. Thanks
symptome
08-26-2008, 09:58 AM
Too bad, I can't go on using this mod, because ...
- there are moments, when users can't click the ok-box because it isn't clickable (!!)
- users have to double-accept the rules (first at registration)
Isn't it possible to correct this?
There was a post https://vborg.vbsupport.ru/showpost.php?p=1574923&postcount=136 where somebody wrote about canceling the whole JS-Thing with the ok-box.
How to do this in detail? Does it work?
Thanks!!
Tom McConnell
08-27-2008, 07:50 PM
vBulletin Options -> Cyb - Advanced Forum Rules -> Before Accepting Rules User Can Not.
How can I add: "Cannot Upload Files"
gnavpott
08-28-2008, 08:50 AM
indstall
Alfa1
08-29-2008, 10:25 PM
I would like to donate to you by e-gold. Do you have e-gold?
If you add this function then I will double the donation:
Can you please add the function that if a member receives a infraction, he/she is forced to read the rules?
Masiello
09-03-2008, 04:29 AM
I've insalled (upgraded from a previous version) on vB 3.7.3 - vBSEO 3.2 but seems do not working...when the users click acceptance rules, they redirect on a inexistent forum, and after validate the account, are able anyway to posts, read, ecc...
FiMeTi
09-06-2008, 08:01 AM
Thanks man, great job!
Installed :D
maidos
09-13-2008, 04:35 PM
no longer working for 3.7.3 pl1
newguy
09-13-2008, 07:37 PM
no longer working for 3.7.3 pl1
What part of it? I went to 3.7.3 pl1 two days ago and what I use it for is fine.
maidos
09-14-2008, 12:30 PM
use internet explorer and it will keep saying i need to read forum rules but it keep showing that msg even if i click thelink it doesnt take me anywhere
basskiller
09-27-2008, 01:18 PM
First.. I love the concept of this hack.. Great Job!!!
Question: Can this be used for 1 specific category of forums?
My regular rules suffice for the rest of the board, But one category demands a secondary set of rules that govern just those forums within a specific category. I have a rules sticky post.. But we all know how often (Rule) stickies are read before someone posts something wrong..
I just need this to do the one category, not the entire board.. is this possible
Nadeemjp
09-27-2008, 04:16 PM
works fine with 3.7.3
thanx
Masiello
09-28-2008, 06:27 PM
use internet explorer and it will keep saying i need to read forum rules but it keep showing that msg even if i click thelink it doesnt take me anywhere
I can confirm on 3.7.3 PL1
kommuni
09-30-2008, 03:35 PM
If i select to deactivate the forum default rules on registration it doesn't work. The users trying to register get a message that they've choosen not to accept the rules.
Blade-uk
10-06-2008, 09:27 AM
Brilliant mod, shows up fine in vbulletin in the nav bar, but not in my vBA CMPS, because it's not pointing to forums/misc.php? it's just pointing to misc.php?
Any ideas?
Chimpie
10-06-2008, 11:48 AM
Brilliant mod, shows up fine in vbulletin in the nav bar, but not in my vBA CMPS, because it's not pointing to forums/misc.php? it's just pointing to misc.php?
Any ideas?
Edit the code. :confused:
Blade-uk
10-06-2008, 04:01 PM
Edit the code. :confused:
What bit?
Andy
Blade-uk
10-07-2008, 06:34 PM
Anyone?
Andy
scabbed
10-09-2008, 05:27 PM
thanks i have installed this great hack
but a little question, when i add this hack my quick reply is disable and only the 'post reply' button stay
is it possible to let the "quick reply" and to write inside something like "you must read and accept the forum rules to post quick reply"
thanks in advance
FENIX
10-10-2008, 09:25 AM
Ok so it seems people are having loads of problems with the timer and member's agreeing to the forum rules. There is a post with a mod to stop the timer - but my question is how can I set this up like on 3.6? I do not wish members to have to agree/push a button or whatever it is..I'd like the option to turn this on or off and it appears this is not included in the hack?
Blade-uk
10-11-2008, 03:56 PM
Unistalling due to no support.
Andy
Videx
10-12-2008, 12:19 AM
Unistalling due to no support.Does that mean you tried editing the code and it didn't work? Since you'd already been given the answer, I imagine the author saw no need to repeat it.
I'd suggest a Search & Replace in the .xml file.
I'm going to have to disable this. Too many people are complaining that it's not letting them accept...
haytham
11-07-2008, 03:49 PM
can we put html im the forum rules box or is it bbcode only?
No one answered this question. Wouldn't it have been easier if we could use html?
haytham
11-07-2008, 03:50 PM
Hey...who said it ain't working? It's doing great on 3.7.2 no problems at all. Just wish I could use html.
BushyTea
11-07-2008, 09:08 PM
Yeah, as of right now I have it install on VB 3.7.3 but it never takes anybody to the rules page to have to agree with the new rules.
I know someone in the thread fixed the problem but failed to put how they did it.
dmknights
11-11-2008, 12:13 AM
*Installed*
piepo86
11-12-2008, 05:06 PM
Hey,
It would be great if I could add multiple rules for different forums.
What I mean is a possibility to create rules for different forums, for which the rules can be assigned to the specific forums.
Videx
11-12-2008, 05:18 PM
It would be great if I could add multiple rules for different forums.There have been several other requests for this, but I don't get it. There's nothing at all preventing you from doing this right now by simply writing it into the rules.
Maybe I'm missing something. You have a public board, but a private forum with stuff so sensitive you don't even want to mention it in the main rules?
GotWalked
11-12-2008, 06:47 PM
will this hack allow you to set rules/user agreements PER forum like the others I've seen?
effeff70
11-12-2008, 08:02 PM
Thanks for that....
Could You please tell me how to change the "Green" to "White"
Videx
11-12-2008, 08:26 PM
Thanks for that....
Could You please tell me how to change the "Green" to "White"It's in the options. You probably just want to leave that space blank.
effeff70
11-12-2008, 08:47 PM
Ooops.....thanks.... :-)
Desesperao
11-12-2008, 11:04 PM
Hey,
It would be great if I could add multiple rules for different forums.
What I mean is a possibility to create rules for different forums, for which the rules can be assigned to the specific forums.let's hope so! :(
Just like this: https://vborg.vbsupport.ru/showthread.php?p=1649235
kiwichris
11-13-2008, 04:05 AM
this is how i amended the navbar code
<td class="navigation_seperator"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>$cyb_frules_link
my site is http://www.chicksinkicks.com/sneaker-forum/misc.php?do=cfrules
how can i make it look right?
ravelink69
11-25-2008, 06:38 PM
I have this installed on my forums and everything works great except one thing. i have the vbadvanced CMPS installed and when im viewing the forums, the forum rules link says forums/misc.php?do=cfrules but when im viewing the main page it comes up as /misc.php?do=cfrules
how do i change the default location to be /forums/misc.php instead of just misc.php?
Ingress
11-26-2008, 07:24 AM
Noticed that quoted text is not displayed correctly if you view the forum rules while registration (i.e. "replace with forum rules" is switched on). If you view the forum rules via /do=cfrules it displays just fine) with Opera 8 or MSIE 7 - Firefox 2.x displays fine. The div with the quote is very, very narrow. Happens even in default style for me.
Any idea what the cause may be? Had no problems with this under 3.5.8.
Ingress
I tracked it down a bit further. The output html is malformed just before the quote tags.
Example:
2.2 Blah Blah Rules<br />
<div style="margin:20px; margin-top:5px; ">
<div class="smallfont" style="margin-bottom:2px">Zitat:</div>
<table cellpadding="6" cellspacing="0" border="0" width="100>
<tr>
<td class="alt2" style="border:1px inset">
Since there is no unit given, the browsers interpret the value differently. Opera interpretes it as "100px", MSIE and Firefox as "100%". This explains why it only occurs in Opera.
Again, it does it only while registration, /do=cfrules shows the rules completely right and the parameter for with is given out correctly as "100%".
I was unable to finde the cause for this in the sourcecode and have to rely on you to have a look into it. Hope you will find the time finally. :)
Ingress
tom212
11-26-2008, 06:50 PM
Great mod!
I'm confused about one thing.
I'm trying to add a link to forumrules to my second navbar.
I currently have the "add link to navbar" button set to yes. While that is set to "yes" it puts a link on my navbar just like it should. I can then add the phrase $cyb_frules_link to either my main navbar or my second navbar and it adds another link. I can even add it a couple times and it keeps adding more of them.
But, as soon as I set the radio button to not automatically display the link on forum home, the link I've added becomes malformed and messes up the navbar.
How can I disable the standard link and still have it allow me to place it elsewhere?
Thanks for the help!
Tom
Chevy II
12-06-2008, 06:56 PM
Great mod, thank!
digicom
12-08-2008, 07:21 AM
I have had this installed and running fine till few days ago and noticed that the countdown timer is stuck so members can no longer agree to rules,can any one advice me what problem may be? thankyou
haytham
12-11-2008, 11:28 AM
Yeah, as of right now I have it install on VB 3.7.3 but it never takes anybody to the rules page to have to agree with the new rules.
I know someone in the thread fixed the problem but failed to put how they did it.
Just noticed that on my forums. Gotta look for a solution. Don't wanna have to let this mod go.
Chimpie
12-11-2008, 11:35 AM
I'm hoping that a new, corrected version comes out for 3.8.x .
haytham
12-11-2008, 11:39 AM
My bad. I had myself added under
((Usergroups excluded from restrictions (comma separated ID list)))) so I wasn't asked to accept the rules but as soon as I took my usergroup from under there, I was asked to accept the rules so I must say it's working on 3.7.4 without a glitch.
Valter
12-11-2008, 05:04 PM
I'm hoping that a new, corrected version comes out for 3.8.x .
I don't work with beta versions. Once they release final version of vB 3.8 all of my hacks will be updated and released in 3.8 category.
Ingress
12-12-2008, 12:01 PM
Cyb, do you plan to release any fixed version vor the 3.7 branch?
Ingress
RobVXD
12-18-2008, 02:31 PM
I have this installed on my forums and everything works great except one thing. i have the vbadvanced CMPS installed and when im viewing the forums, the forum rules link says forums/misc.php?do=cfrules but when im viewing the main page it comes up as /misc.php?do=cfrules
how do i change the default location to be /forums/misc.php instead of just misc.php?
I'm having the same issue. Everything is working fine except the link in the Navbar on the homepage which points to /misc.php?do=cfrules. Again with vbadvanced CMPS installed.
Can anyone shed any light on this please?
RobVXD
12-22-2008, 07:20 PM
I'm having the same issue. Everything is working fine except the link in the Navbar on the homepage which points to /misc.php?do=cfrules. Again with vbadvanced CMPS installed.
Can anyone shed any light on this please?
Sorted.
Need to go to Admin CP, Plugin Manager, Cyb - Advanced Forum Rules - parse_templates - edit.
Scroll down until you find $cyb_frules_link .= '<a href="misc.php?do=cfrules"';
and change it to $cyb_frules_link .= '<a href="http://www.yoursite/forums/misc.php?do=cfrules"';
Hope this helps those of you running vbadvanced CMPS :up:
Alfa1
12-23-2008, 01:20 PM
I have posted this paid work request. Since it highly relates to this mod and I also want Cybernetic to notice, I will quote it here. I would like to have the following functions coded, as a vb product:
Make infracted member read the rules.
I use Cyb - Advanced Forum Rules (https://vborg.vbsupport.ru/showthread.php?t=177559&highlight=advanced+forum+rules)
A great hack, that amongst other functions, makes members read the rules, if the following function is activated:
/misc.php?do=cfrresetuser&tu=[userid]&tun=[username]
I would like this function to be activated, whenever a member receives an infraction. i.e. if a member receives a infraction, he/she is forced to read the rules
Please contact me by PM to let me know:
- the costs
- what other hacks you have coded
- if this functionality description raises questions
- how you would like to design these functions
- payment options
I would prefer it, if this hack would be made available to vb.org after I pay for it. Though if this is against the preference of the coder, I would agree.
Once a coder is selected, I will provide feedback here.
Valter
12-23-2008, 06:41 PM
Next version will have this feature.
limmengwei
12-25-2008, 12:04 AM
Thanks for the great mod!
May I know how do I customise the mod so that I can set rules more than just one forum i.e. different rules for different forums of my site?(giving control to my moderators to set their own rules)
This mod works like a popup notice, something I have been hunting high and low looking for one that works in 3.7.4.
Thanks again
the stig
12-31-2008, 12:38 PM
^^ Exactly. I would like to set up TWO different rules for my forums. I currently have two rules -- one for regular members and one for paid members.
1 for all my regular forums and 1 just for paid member (as soon as their status change to paid member via paid subscription)
Is this possible with this version? or is there a new one coming with this feature?
Valter
12-31-2008, 03:11 PM
I'll definitely add this in the next version as it has been requested several times.
YeMojuD
01-08-2009, 03:22 AM
I installed it on version 3.7.5, but don't work!
redlabour
01-08-2009, 03:45 PM
Please give us the Option to replace the Forum-Rules Links in the whole Forum to CybRules at 3.8.
abrecher
01-08-2009, 08:41 PM
Is this mod 3.8 compatible ?
redlabour
01-09-2009, 02:57 AM
Yes.
C138 Kaysone
01-16-2009, 05:10 PM
I have a problem with this, on my sites primary style, the countdown is not doing nothing, but on another style i tried it on, it works and counts down and lets me submit a yes to abide the rules, but I want it to work on my sites primary style, but I dont know whats missing and what is not allowing it to function, can someone help me trouble shoot this? PM me with details or something if anyone, especially the coder if you can help me with this, it would greatly be appreciated if your able to help me
Joe Siegler
01-19-2009, 02:21 PM
The info at the top of this thread is inconsistent. The changelog says the version is 3.8, but the info at the very top part - the sticky stuff that stays across all pages says 3.7.
The Realist
01-19-2009, 03:11 PM
For some unknown reason the 20 second timer has stopped working, any ideas why?
Makc666
01-19-2009, 07:30 PM
The info at the top of this thread is inconsistent. The changelog says the version is 3.8, but the info at the very top part - the sticky stuff that stays across all pages says 3.7.
Version: 3.7.x - is the version of vBulletin and not the version of this MOD.
Version of the mod is showen above that:
Version: 3.8, by Cybernetec (Coder)
ChrisChristian
01-20-2009, 06:59 AM
Forget it... Figured out. :p
Great Mod!
CPOWA
01-23-2009, 12:40 AM
Installed. Thank you Cyb! :)
Blade-uk
01-23-2009, 08:05 AM
I have this installed on my site - www.eteknix.com which is a vb portal.
when on the forum the rules link works, but on the vb portal it doesn't as it doesnt point to the forum bit.
It only points to - misc.php?do=cfrules instead of http://forums.eteknix.com/misc.php?do=cfrules
Any ideas?
Andy
nalexandre
01-23-2009, 10:32 PM
Hello, thank you for this useful add-on. Everything works , but in the navbar, the search , quick links & communite just dont work since then, can you help? My forum uses 3.8.0.
Thank you and sorry my english.
HaS?R
01-28-2009, 04:26 PM
Thanks.
jawatkin
03-20-2009, 08:44 PM
Is there a way we can generate a link in a user's postbit?
Makaveli007
03-20-2009, 09:04 PM
Installed, Thanks CYB
PamelaE
04-16-2009, 11:07 PM
Any ideas when the next version with individual forums will be released?
Thank you :)
Valter
04-19-2009, 04:39 PM
v3.9 - Apr 19. 2009.
-New: Ability to create several rules sets, and apply them to individual forums
-New: Exclude individual forums from restrictions
-New: Rules management page where rules sets can be easily added/deleted/edited/applied to forums
-'General Forum Rules' item can be changed but not deleted. Please use it always as general rules.
-Bug fix: Option to disable registration rules does not work on vB 3.8.x
-Bug fix: Counter on 'Accept rules' button does not work on some configs
-Forum Rules link in showthread now leads to this product's 'General Forum Rules'
-If user has not accepted rules, then 'Force to accept rules' link in their profile is not shown
-New: Option to reset user acceptance status when infraction is received
-Some minor bugs fixed
To upgrade:
-Save your rules to txt file, just in case something goes wrong
-Import product XML, allow overwrite
-Revert any hack template you have modified earlier
umbrae12
04-19-2009, 05:45 PM
Thank you! I've been waiting for this update. Loving the multiple rules feature.
I had hard time finding it, so I'll post this here for others who might not know where to configure the new features:
Go to:
[whatever_site]/misc.php?do=cfrules_mng
And look for:
"Manage Rules", "Apply to Forums", "Apply to Forums" under nav menu:
https://vborg.vbsupport.ru/external/2009/04/17.png
*EDIT* How do you change the "header" and "footer" portion of the rules? :confused: There used to be an option through the rules config page~
The Realist
04-19-2009, 07:42 PM
Dont work for me, cant find the area to add the rules and the timer does not work.
Skyrider
04-19-2009, 07:44 PM
Dont work for me, cant find the area to add the rules and the timer does not work.
Indeed, I can't add general rules anymore under the CYB options menu in the adminCP. Even if I apply the rules to every single section, I still can't add it. Even the rules showing on misc.php?do=cfrules is now completely empty.
The Realist
04-19-2009, 07:45 PM
Also when I go to the rules link I get the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.5.30729; .NET CLR 3.0.30618; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
Timestamp: Sun, 19 Apr 2009 20:39:06 UTC
Message: Syntax error
Line: 42
Char: 17
Code: 0
URI: http://www.xxxxxxx.co.uk/misc.php?do=cfrules
The Realist
04-19-2009, 07:47 PM
Just go to the following as explained above:
[whatever_site]/misc.php?do=cfrules_mng
Your able to add rules there.
Indeed, I can't add general rules anymore under the CYB options menu in the adminCP. Even if I apply the rules to every single section, I still can't add it. Even the rules showing on misc.php?do=cfrules is now completely empty.
Skyrider
04-19-2009, 07:49 PM
Nevermind, works now, thanks! :D
Valter
04-19-2009, 11:04 PM
Link to 'Rules Management' is found on 'Forum Rules' page: :)
https://vborg.vbsupport.ru/external/2009/04/58.jpg
Valter
04-19-2009, 11:20 PM
How do you change the "header" and "footer" portion of the rules?
For breaking above rules you may be warned/banned appropriately! is now in Phrases. This is better for forums where several languages are used. "Header" was removed.
Counter should work fine now. I've tested it on two forums using Firefox Win 3.0.8, Firefox Mac 3.0.8, Safari 3.2.1, and IE8.
Peter_AUS
04-20-2009, 01:11 AM
Thanks for the update installed no problem at all.
flashwave
04-20-2009, 11:28 AM
Thanks for a great plugin, but...
the 3.9 update broke a few settings on my forum:
Some part of the text on the rules page disappeared and the "force.." - link on the profile page disappeared.
Infraction -> "reset acceptance status" does not work either.
I am running the latest vB version (3.8.2)
Valter
04-20-2009, 12:11 PM
If member has not accepted rules, then 'Force to accept' link in their profile is not shown.
Infraction should reset acceptance status if you have enabled this in product options. I've just tested this again, and it worked with no problems.
Please check your settings and update if needed.
flashwave
04-20-2009, 04:18 PM
I just tested it again with a new user account. It's no longer possible to force any user to accept the rules. The link on the profile appears, but when I reset acceptance status for a single user, that user can still post threads despite the current settings.
Resetting acceptance status gives users the possibility to accept the rules again, but it's not forcing them to.
Here are my settings:
http://g.imagehost.org/0052/settings.png
Valter
04-20-2009, 04:37 PM
Forum permissions needs to be rebuilt.
Please go to 'Manage Rules' page, then 'Apply to Forums' tab, then select at least one forum and apply some Rules Set to it. This will update permissions for all forums and product will start working properly.
flashwave
04-20-2009, 04:45 PM
Forum permissions needs to be rebuilt.
Please go to 'Manage Rules' page, then 'Apply to Forums' tab, then select at least one forum and apply some Rules Set to it. This will update permissions for all forums and product will start working properly.
Excellent, thanks for the fast help! Problem solved :)
Valter
04-20-2009, 05:01 PM
v3.9.1 - Apr 20. 2009.
-Fixed bug: Forum Permissions sometimes needs to be rebuild manually after upgrade
-Fixed bug: Redirection after accepting rules does not work properly in some cases
To upgrade:
-Import XML, allow overwrite
flashwave
04-20-2009, 05:12 PM
........
a squared
04-21-2009, 12:34 AM
Thanks for the super fast update! :up::up::up:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.