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)
-   -   Forum Home Enhancements - Forum Goals with Animated Progress Bar for VB 4.x (https://vborg.vbsupport.ru/showthread.php?t=257689)

Mikevet1984 03-26-2011 11:22 AM

Hello!

Nice mod! I have a little bug which needs to be fixed! I have a transparent skin and the modification backrounds has a white similar color. Can sb please help me to change sth in the stylevars or templates of the skin?

BirdOPrey5 03-26-2011 12:12 PM

Quote:

Originally Posted by Mikevet1984 (Post 2177649)
Hello!

Nice mod! I have a little bug which needs to be fixed! I have a transparent skin and the modification backrounds has a white similar color. Can sb please help me to change sth in the stylevars or templates of the skin?

You can edit the forumgoals template, the second line has this code:
Code:

background-color:#EEEEEE;
That controls the background color... set it to whatever you want or remove it completely for no background.

Mr_Running 03-26-2011 06:58 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2177644)
You posted a screen shot above with the non-animated bar showing just fine. :confused:

https://vborg.vbsupport.ru/attachmen...3&d=1301108790

Oops so I did...It was late and I went to sleep shortly after :)

Thanks I will play around with the bar length and border:up:

BirdOPrey5 03-26-2011 10:31 PM

Updated to 1.92-
Added the ability to show the mod only to selected usergroups if you choose.
Primary or Secondary will work.

Mr_Running 03-26-2011 11:28 PM

Excellent and the numbers in post #88 worked great !!!
Thank you for the usergroup permissions. :)

reddyink 03-26-2011 11:40 PM

Excellent MOD.

Question: Is it possible to pick just a single forum for this or forum by forum rather than the whole board.

I have Forum 1, Forum 2, Forum 3 (I have arranged them in different tabs).

Is it possible to Assign this MOD to a single forum 1 and/or Forum 2 and/or Forum3

BirdOPrey5 03-26-2011 11:44 PM

Not as it's designed now, no. It wouldn't be a simple change either otherwise I'd tell you how to do it, you'd need to add at least 1 and probably several database queries to accomplish that since vBulletin doesn't keep counts of each forum, it gets them in a query as needed.

NarutoFTW 03-27-2011 12:33 AM

Could you add the option to move it to footer?

BirdOPrey5 03-27-2011 12:50 AM

Well you can put it below the forums easily by editing the plugin Forum Goals in your Admin CP -> Plugin Manager.

Find the line:
Code:

$template_hook[forumhome_above_forums] .= $templater->render();
and change it to:
Code:

$template_hook[forumhome_below_forums] .= $templater->render();
Another option is:
Code:

$template_hook[forumhome_wgo_pos5] .= $templater->render();
But that one is inside another DIV, I don't think it looks as good.

Brandon Sheley 03-29-2011 03:58 AM

It didn't show on my forum, I'll have to dig around a bit.


All times are GMT. The time now is 06:40 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.01413 seconds
  • Memory Usage 1,735KB
  • 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
  • (4)bbcode_code_printable
  • (2)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
  • (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