![]() |
Hello, it is possible the integration in your mod of that request?
https://vborg.vbsupport.ru/showthread.php?t=157882 |
Quote:
Upgraded to FF 2.0.0.6 and works fine too |
Cybernetec, can you move, please,
Code:
$cyb_frules_link = "<td class=\"vbmenu_control\"><a href=\"misc.php?do=cfrules\">".$vbphrase['cybfrules_rules']."</a></td>"; For example as it was done in vBulletin's Blogs. Template blog_navbar_link This will allow as to modify cybfrules_navbar_link for each style separately! For example some styles will have image before words "Forum Rules" and others not. Thanks |
Quote:
|
Quote:
Can I PLEASE get some help here.... |
Quote:
Can I please have some attention here expecially from the author. I would like to get this link back so can use this product... |
Uninstall and reinstall it. I'd start there.
|
tryed that a few times didnt help
|
Quote:
yes i'm having that same issue im looking through the templates to remove it but i can't find it i don't wan to add the navbar part...any help will do.. |
I like the mod. The only problem I am having is when I set a time limit for users to read rules, it nevers reveals the submit button. It just shows 10 seconds and never changes. I had to disable option and make it to where they did not have a mandatory time limit to view rules. Any ideas on how to make the time limit work or what I may of did wrong?
|
Can someone please help me with this I have posted several times and now assistance is this hack not supported by the author any longer?
|
It works fine with me in firefox and the submit button time delay works too on my end.
|
Just to inform if that helps, it works fine on my vB 3.6.8 forum with:
FF 2.0.0.7 IE 7 IE 6 |
Can someone please help me here I have recently upgrade to version 3.5.4 of this hack and ever since I did this I cant reset the members rules from the memberinfo (user Profile page)
Does not matter if I place the $cyb_frules_force in memberinfo manually or I check to allow the hack to do so , the link will not show up. I have applied it to the correct style as it was working before I upgraded to 3.5.4. I asked for help several times and no luck not even from the coder of this hack.. I really need this link to appear again can I please get some help on this please. |
LOOKS LIKE Cybernetec is no longer supporting neither versions of this hack anymore. I have asked for help several times and no response
|
Quote:
Sep 26. 2007.: Quote:
|
Quote:
I will set you up with admin and PM you the details. I only ask that you tell me when your going to login and when your done. I will PM you the details |
Works great with vb368.Simple to use and installed!
|
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 To upgrade: Import product XML, allow overwrite. |
Upgraded. I still get the problem with the counter where it stays at 20. Any reasons you know why?
|
Mind posting the code for just the timer function for the button? I'm sure we can find the source of the problem from there.
|
Hi
In my Forum i have the old Database Structure from v 3.4 and the files from v 3.6. Is there anything i should do about that? were some changes made in the DB Structure since 3.4? |
Quote:
|
Hi Cyb,
Thanks for another awesome hack :D Are there any plans to include 'Per Forum(s)' options? Cheers, Adam. |
Quote:
This may be added in future releases. |
Cybernetec,
there is some difference in there two phrases Quote:
Quote:
Quote:
Code:
<phrase name="setting_cybfrules_show_resetmi_desc" username="Cybernetec"><![CDATA[Automatically add "Force User To Accept Forum Rules" to member profiles]]></phrase> |
i've clicked installed but most deff waiting for
Originally Posted by Arachnophiles View Post Thanks for another awesome hack Are there any plans to include 'Per Forum(s)' options? |
Cybernetec,
1. Why you don't replace (I checked it works in this way) Code:
value=\"Reset Acceptance Status For All Members\" Code:
value=\"$vbphrase[cybfrules_resetall]\" Code:
<phrase name="cybfrules_resetall" username="Cybernetec"><![CDATA[Reset Acceptance Status For All Members]]></phrase> This one code: Code:
<optioncode><![CDATA[ Works in Opera 9.* and in FireFox 2.* [S]Why you not to use something like:[/S] [S] Code:
<optioncode><![CDATA[ [S]This one works everywhere, I checked.[/S] [S]3. Also when I press this button in Opera or Firefox an "empty" page is opened (with out any information). Attachment 71405 When to open URL by hands I get the same "empty" page. Code:
http://my.forum.123/admincp/misc.php?do=cfrresetall |
1. Should be changed.
2. Confirmed (does not work in bloody IE) 3. No bug here. It seems you have tested it using your custom code. It's: FORUM/misc.php?do=cfrresetall NOT: FORUM/admincp/misc.php?do=cfrresetall With original code it works fine. |
Cybernetec, yes. I was wrong :( with <form examle. This one can't work in any way as form inside form doesn't work. I killed my brain today. Sorry for disinformation.
The same for Code:
/admincp/misc.php?do=cfrresetall This one works ok. Code:
http://my.forum.123/misc.php?do=cfrresetall |
Thanks for the update.
And yes, nested forms are not allowed. |
Quote:
when I saw your info about new version, I thought that it will solve issue that I mentioned in post #394, but it is still the same after upgrade :-(. |
Quote:
|
User acceptance countdown doesn't countdown, stays at 10, any thoughts?
|
i installed this hack but there are no rules if i click on this link
http://www.gunsnrosesforum.de/misc.php?do=cfrules why? |
work with charms! thanks Cyb.
|
Hello everyone,
we have a litte problem concerning Firefox ... everything works like a charme ... but with Firefox I am able to accept the forum rules without checking the checkbox ... with Internet Explorer JavaScript pops up if the checkbox is not activated - but not so in Firefox (this even works in Cyb's Example) can anyone confirm this? or is my Firefox running wild? ;) Regards from Dresden, Germany |
I just duplicated the above issue where you are not required to check off the box.
|
For some reason it stopped working in Firefox.
It works fine in IE and Opera. I'll fix this later... |
Here are the code changes we made to make this work. Feel free to use this cyb if you have something better always appreciated. We are not javascript pros.
Code:
<script language="JavaScript" type="text/javascript"> Code:
Code:
<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> <if condition="($vboptions[cybfrules_time]!='')"><input type="submit" class="button" id="cfrules_counter" name="cfrules_counter" style="width:80px;" value="$vboptions[cybfrules_time]" disabled="disabled" /><else /><input type="submit" class="button" style="width:80px" value="$vbphrase[submit]" /></if></td> Code:
|
All times are GMT. The time now is 04:32 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:
|