vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - VSa - Advanced Forum Rules (https://vborg.vbsupport.ru/showthread.php?t=236069)

imported_ahw 05-08-2012 09:25 AM

I wish some coders will be able to recode this great addon, it is very important.
It works fine with some, others can't get it to work.

espacioprofundo 05-08-2012 11:45 AM

Quote:

Originally Posted by bposner (Post 2301581)
I love this hack, thank you very much.
A couple of questions.
1. When bringing up the "apply to forum" screen, it doesn't seem to remember which ones I already marked with what rule. So when I make a new rule, I can't see which ones I may of already applied it to :(
2. I also have the problem when there is general rules and area specific rules only the General one comes up, not the secondary one as well. Is this by design or am I doing something wrong?
Great mod, perfect for what we are doing.. thanks again for spending time coding this!

I have the same problem. Running on 4.1.12. Great mod, but I cant recall where I've applied rules to....:(

Valter 05-22-2012 06:33 PM

v5.0.6 - May 22 2012.
-Compatible with vBulletin 4.2
-Increased number of maximum rule sets
-Fixed some minor bugs

To upgrade:
-Import XML, allow overwrite
-Revert product templates if modified

AusPhotography 05-22-2012 09:37 PM

Thanks again for your excellent work!!

Kym

jdeveaux 05-24-2012 08:12 PM

I updated my development site to 4.2 and now the rules do not show up on my navtab. Applied the update and still no luck.

And definitely a great product!

jdeveaux 05-24-2012 08:27 PM

Disregard previous post due to operator error :o

Working great now that I applied the correct update :D

rgreene1971 05-25-2012 12:37 AM

I have installed this twice now, once a few weeks ago and now the latest release. The mod installs fine but configuration is messed up. Every time I go to edit the rules or assign them to a specific forum the mod takes me to the smiles page/

Valter 05-25-2012 09:18 AM

Ensure you are member of usergroup 6.

AusPhotography 05-25-2012 11:27 PM

If you want to make a Forum Rules into a tab do this...

1. Add this plugin to the product file...

Code:

        <plugin active="1" product="vsafrules" executionorder="5">
                <title>VSa - Advanced Forum Rules - set tab</title>
                <hookname>set_navigation_tab_fallback</hookname>
                <phpcode><![CDATA[if (THIS_SCRIPT == 'misc' && ($_REQUEST['do'] == 'vsarules' OR $_REQUEST['do'] == 'vsaafr_mng'  OR $_REQUEST['do'] == 'vsaafr_addedit')) $root = 'vsarules';]]></phpcode>
        </plugin>

2. Add Navigation to the product file after</options>

Code:

        <navigation>
                <tab name="vsarules" date="1337937088" username="Valter" version="4.2.0">
                        <active>1</active>
                        <show />
                        <scripts></scripts>
                        <displayorder>500</displayorder>
                        <url><![CDATA[misc.php?do=vsarules]]></url>
                </tab>
        </navigation>

3. Re-install the product file via AdminCP

Mariner1 05-26-2012 07:31 AM

snoopytas,i keep gett ing errors when trying to add this code to the xml.Cant see where im going wrong

AusPhotography 05-26-2012 11:51 AM

1 Attachment(s)
Here is a modified xml (Valter help yourself to the code)

Turn off the option for show link - the tab will always show.

@Valter - Please note the navbar template hook you are using for the link will be deprecated in vB4.2.1 :(
There is a Jira on this http://tracker.vbulletin.com/browse/VBIV-15085

Valter 05-26-2012 01:15 PM

v5.0.7 - May 26 2012.
-Fixed: Navbar link

To upgrade:
-Import product XML, allow overwrite
-Revert product templates if modified

gremrock 05-26-2012 07:09 PM

Brilliant add-on every forum should have it!

Kind Regards

imported_ahw 05-27-2012 11:22 AM

Thanks a lot :)

rgreene1971 05-28-2012 05:01 PM

Quote:

Originally Posted by Valter (Post 2332665)
Ensure you are member of usergroup 6.

I am apart of usergroup 6 and each time I click manage rules I get sent to the "smiles list" page. Very strange, I have no idea why it is doing this.

rgreene1971 05-29-2012 09:53 PM

I give up, uninstalled.

The Rocketeer 05-30-2012 06:38 AM

after upgrading to the past 2 versions my forum shows 1970 as the date rules are accepted on all new users :confused:

Quote:

Rules accepted: 1st January 1970, 11:00 AM

The Rocketeer 05-30-2012 06:40 AM

Quote:

Originally Posted by rgreene1971 (Post 2333944)
I am apart of usergroup 6 and each time I click manage rules I get sent to the "smiles list" page. Very strange, I have no idea why it is doing this.

could be a vbseo issue. i had a similar issue, there is a fix on vbseo site. :erm: first try disabling any other plugin such as vbseo :up:

dany_danay 05-30-2012 09:15 PM

Not working, in Cpanel ot show text...

rgreene1971 05-30-2012 10:33 PM

Quote:

Originally Posted by The Rocketeer (Post 2334557)
could be a vbseo issue. i had a similar issue, there is a fix on vbseo site. :erm: first try disabling any other plugin such as vbseo :up:

I do not have vbseo installed on my forum.

I will however try to disable all the other mods which are not many and see if this fixes the problem.

Disco_Stu 05-31-2012 02:26 AM

Marked as installed. Seems to be working fine with 4.2 but will need to do further testing.

Great mod! Thanks.

mathforum 06-05-2012 05:05 PM

Quote:

Originally Posted by The Rocketeer (Post 2334556)
after upgrading to the past 2 versions my forum shows 1970 as the date rules are accepted on all new users :confused:

These dates are messed up for me as well. It's not a huge problem but it's strange. Any fixes available?

Trumpetrhapsody 06-07-2012 02:43 AM

The Rules link isn't showing up in the navbar after the 4.2 upgrade. I did revert my templates and install the latest version.

lolly01 06-08-2012 02:56 AM

The same here.

Link not visible in the Navbar

AusPhotography 06-08-2012 03:11 AM

It only shows on the Forum page in 4.2
Use the Navigation Manager to put it where you want it

lolly01 06-10-2012 03:54 PM

But then is the link not colored

mathforum 06-12-2012 03:57 PM

Sorry I forgot to mark this as installed and just did. Is there any update on the incorrect dates? All of my new registrations have incorrect dates somewhere in the 1960's or 1970's.

lolly01 06-13-2012 10:39 PM

sorry my vault.

the Navbar Link works great but i have not seen that the Link must reactivated

liamwli 06-17-2012 02:08 PM

When I click a link in the mod options, at the bottom, to manage rules etc, I go to the smilies FAQ entry?

dsantana 06-18-2012 02:29 PM

On my site people are able to create albums and post pics before accepting the rules. I don't see a radio box to disable that in the mod. Am I missing something?

The Rocketeer 06-23-2012 07:20 AM

Quote:

Originally Posted by mathforum (Post 2339031)
Sorry I forgot to mark this as installed and just did. Is there any update on the incorrect dates? All of my new registrations have incorrect dates somewhere in the 1960's or 1970's.

Quote:

Originally Posted by mathforum (Post 2336840)
These dates are messed up for me as well. It's not a huge problem but it's strange. Any fixes available?


Any fixes for this incorrect dates issue yet??

also a fix to make the rules link appear in the nav?

Big Engine 06-25-2012 02:32 PM

This looks great, I guess I should wait for any answers to the 4.2 questions.

a2xm 07-06-2012 05:58 AM

Hi,

I've just installed it.. but I want it to show before the registration form. So, user must click the agree button first before decided to become a member. Just like on vBulletin version 3.

Thanks...

Videx 07-31-2012 06:46 AM

I've just been informed by my co-admin that a lot of new users are showing as having accepted the rules on 12-31-1969. But not all. His words:
Quote:

I just noticed that some of our new members are accepting rules on 12/31/1969 (attached). At least one legit user did accept rules on the current date-he posted about a lost dog.
I wonder if there's a hack going around for this mod?

LgsOfChampions 08-04-2012 03:25 PM

doesnt give me the option to edit rules, am I missing something?

Videx 08-04-2012 11:22 PM

Quote:

Originally Posted by LgsOfChampions (Post 2354411)
doesnt give me the option to edit rules, am I missing something?

It gives you a handy link to do that. Look at the bottom of the settings page "Some useful links to product stuff". I think it's under "Manage Rules".

LgsOfChampions 08-05-2012 12:33 AM

any chance u can screen shot it? I just don't see it and it's driving me nutz lol

Videx 08-05-2012 12:45 AM

<a href="https://www.evernote.com/shard/s153/sh/b10226dd-8427-4cba-88e0-a1c1d5984a79/80883515147a27ae78a92974bd53b19a" target="_blank">http://www.evernote.com/shard/s153/s...a92974bd53b19a</a>

Manage Rules>Edit

LgsOfChampions 08-05-2012 01:42 AM

1 Attachment(s)
see I don't have an "edit button" lol this is what I have a bunch of smilies when I click manage rules

LgsOfChampions 08-05-2012 01:48 AM

i uninstalled and reinstalled still nothing, could I ask u for one more fav and take a screen shot of the next page where u see edit at?

thanks


All times are GMT. The time now is 09:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03822 seconds
  • Memory Usage 1,818KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete