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)

Valter 06-29-2010 06:01 PM

Quote:

Originally Posted by KURTZ (Post 2059304)
found an uncached template when i check a user's profile ... need a fix ;)

Change this line:
Code:

if ($vbulletin->options['vsafrules_enable_global'] AND (THIS_SCRIPT=='misc'))
to:
Code:

if ($vbulletin->options['vsafrules_enable_global'] AND ((THIS_SCRIPT=='misc') OR (THIS_SCRIPT=='member')))
in "VSa - Advanced Forum Rules - CT" plug-in.

LuisManson 06-29-2010 06:21 PM

Quote:

Originally Posted by LuisManson (Post 2060644)
how do i add rules to just one specific forum??

someone could please helpme here?

orok 07-08-2010 05:21 PM

1 Attachment(s)
I made some changes using additional.css template in the forum style those changes work fine with all pages but not with the rules page.
example:
Public page font style:
Attachment 119419

Forum rules font style:
Attachment 119420

thank you for your great job ...

snnggledel 07-12-2010 04:51 PM

Awesome mod thanks

Toni3055 07-20-2010 12:02 AM

Quote:

Originally Posted by orok (Post 2066423)
I made some changes using additional.css template in the forum style those changes work fine with all pages but not with the rules page.
example:
Public page font style:
Attachment 119419

Forum rules font style:
Attachment 119420

thank you for your great job ...

I agree, Valter! Thank you so much for a fabulous mod!

I had a similar issue with the CSS. Most of the styling was there, but it seemed to be missing the components from the additional.css template. (I'm not storing my style sheets externally/as files.)

Here's what worked for me to fix the styling of the rules page. I have no idea if this is the best way, but it seems harmless enough! LOL!

Edit the template Valter Templates ? vsa_frules and add the following after {vb:raw headinclude}:

PHP Code:

{vb:cssfile additional.css


Then scroll down to find the background and text colors for the "highlight" bars at the top and bottom of the rules page. Change them to match your color scheme, save, and you're good to go.

Hope this helps! :)

Vitaly 09-14-2010 03:57 AM

If browser has disabled JS, user will not be able to click "accept" button. Here fix:

In template "vsa_frules"
========================================

REPLACE:

<vb:if condition="($vboptions[vsafrules_time]==0)">value="{vb:rawphrase submit}"<vb:else />value="{vb:raw vboptions.vsafrules_time}" disabled="disabled"</vb:if> />

TO:

value="{vb:rawphrase submit}"

REPLACE:

function VSaFR_buttonCounter() { vsaafr_counter = fetch_object('vsaafr_counter');

TO:

vsaafr_counter = fetch_object('vsaafr_counter');
vsaafr_counter.disabled = true;
vsaafr_counter.value = '{vb:raw vboptions.vsafrules_time}';
function VSaFR_buttonCounter() {
=================================

Patched version here:
http://github.com/rcdesign/vb-foreig...d_forum_rules/

MonsterDK 09-22-2010 02:45 PM

Hey, great addon.

How can I change the...
"I have read, and agree to abide by the *** ****** rules. " colour?
At the moment it's in black but my forum is dark so members cannot really see it.

Also how can I change so that the banner on the rules page is centered?
Thanks

taxick 09-23-2010 02:24 PM

Quote:

Originally Posted by Toni3055 (Post 2071777)
I agree, Valter! Thank you so much for a fabulous mod!

I had a similar issue with the CSS. Most of the styling was there, but it seemed to be missing the components from the additional.css template. (I'm not storing my style sheets externally/as files.)

Here's what worked for me to fix the styling of the rules page. I have no idea if this is the best way, but it seems harmless enough! LOL!

Edit the template Valter Templates ? vsa_frules and add the following after {vb:raw headinclude}:

PHP Code:

{vb:cssfile additional.css

Then scroll down to find the background and text colors for the "highlight" bars at the top and bottom of the rules page. Change them to match your color scheme, save, and you're good to go.

Hope this helps! :)

Thanks - This fix help me a lot..

pgc-cs 09-24-2010 09:07 PM

Hi there!

I have one question. Is there any way to integrate It with VSa - ChatBox? I mean to create rules for ChatBox and before user accept it, he can't chat :) (for example displaying small notification to accept these rules instead of place to type the text).

mishb68 09-29-2010 12:20 AM

Great mod (as always). Thanks :)


All times are GMT. The time now is 10:52 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
  • Page Generation 0.02096 seconds
  • Memory Usage 1,752KB
  • 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
  • (2)bbcode_php_printable
  • (4)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