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)

cr8or 10-15-2010 08:20 AM

Quote:

Originally Posted by TCB (Post 2013105)
Thanks :D

There's one thing not working: the ordered list isn't showing. When I add the code for the ordered listing, after submitting this listing, it doesn't show. But I see in this topic that this problem has already been submitted weeks ago.

Does this work with other people? I think it's an important part of showing the rules, since this is basically always a sorted list?

First of all I want to thank you valter for all the great plugins you've made!

Now I want to tell u that I have a small problem with displaying the forum rules for registered users. Administrators and moderators can see the forum rules and accepted them but if I log as a simple user I can't see forum rules just the button to accept the forum rules :(

Thank you,
Cristian

L.E.: A friend of mine helped me fix this problem: Go to AdminCP -> Plugin Manager and Edit "VSa - Advanced Forum Rules - RA". Find the line "$vsafrexclfids .= ','.$vsafrforum['forumid'];" and just before it add "if ($vsafrforum['forumid'] > 0) ". Save and you're done.

shanef 10-21-2010 12:04 AM

Quote:

Originally Posted by Valter (Post 2026521)
Esure that you have no two instances of navbar_end hook in navbar template.

I have another mod that has that in it for there button, Is there a way that i can change yours?

msolano 10-21-2010 08:04 PM

Great mod but I had to uninstalled it, the page looks very weird. Seems like the template is broken, I have vb 4.0.7. Tagged for the future.

AusPhotography 11-04-2010 02:36 AM

Works for us on vB4.0.7

Cheap hack to put rules on its own TAB (this works, but is redacted from what I did for other reasons)

Find
Code:

                        if ($vbulletin->options['vsafrules_show_link'])
                        {
                                $vsa_frules_link .= '<li>';
                        }
                        $vsa_frules_link .= '<a href="'.$vbulletin->options['bburl'].'/misc.php?do=vsarules"';
                        if ($vbulletin->options['vsafrules_link_color']!='')
                        {
                                $vsa_frules_link .= ' style="color:'.$vbulletin->options['vsafrules_link_color'].'"';
                        }
                        $vsa_frules_link .= '>'.$vbphrase['vsafrules_rules'].'</a>';
                        if ($vbulletin->options['vsafrules_show_link'])
                        {
                                $vsa_frules_link .= '</li>';
                                $template_hook['navbar_end'] .= $vsa_frules_link;
                        }

replace with
Code:

                        if ($vbulletin->options['vsafrules_show_link'])
                        {
                                $vsartabselected = '';
                                if (THIS_SCRIPT == 'misc' && ($_REQUEST['do'] == 'vsarules' || $_REQUEST['do'] == 'vsaafr_mng'  || $_REQUEST['do'] == 'vsaafr_addedit'))
                                {
                                        $vbulletin->options['selectednavtab']='misc';
                                        $vsartabselected = ' class="selected"';
                                }
                                $template_hook['navtab_end'] .= "<li".$vsartabselected."><a class=\"navtab\" href=\"".$vbulletin->options['bburl']."/misc.php?do=vsarules\" title=\"Forum Rules\" >Forum Rules</a></li>" ;
                        }


LordMike 11-11-2010 08:22 AM

Awesome mod !

marcopolo 11-12-2010 09:48 AM

Is there any way to incorporate this into the registration process. We would like to force people to click into the forum rules box as part of the registration rarther than just being able to tick the box?

CoryHawk 11-15-2010 05:21 AM

This seems to be messing with my theme... any thoughts on what is causing the formatting to go wonky when viewing the rules?

http://www.prisonofficer.org/misc.php?do=vsarules

DaPro 11-21-2010 11:44 AM

Quote:

Originally Posted by CoryHawk (Post 2122006)
This seems to be messing with my theme... any thoughts on what is causing the formatting to go wonky when viewing the rules?

http://www.prisonofficer.org/misc.php?do=vsarules

Hey bud I figured it out. Valter needs to update his plugins to include

{vb:raw headinclude_bottom}

in the template. Add this to the "vsa_frules" template under the "Valter Templates". Add it under the <title> tags. Best of luck!

Valter 11-21-2010 01:36 PM

v5.0.2 - Nov 21 2010.
-Fixed: Uncached template
-Fixed: Style issues on Rules page
-Fixed: Style issues on Manage Rules pages
-Fixed: Minor bugs

To upgrade:
-Import product XML, allow overwrite

Taurus1 11-21-2010 02:18 PM

Thanks for the update Valter. But I still don't get the countdown timer or accept button. Can you please help with that. Thanks.


All times are GMT. The time now is 03:33 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.01610 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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