View Full Version : Forum Home Enhancements - Forum Goals with Animated Progress Bar for VB 4.x
BirdOPrey5
01-23-2011, 10:00 PM
This mod will display an animated progress bar on your forum index (FORUMHOME) showing your progress as your forum approaches a "goal" you set, (number of posts, number of threads, or number of members.)
NEW IN VERSION 1.92!
Added two new options allowing you to limit this mod to certain usergroups if you so choose.
NEW IN VERSION 1.9!
One more bug with commas in long numbers, especially evident with forums over 1 Million posts (or threads, or members).
New in Version 1.8!
Fixed another bug with languages that use periods instead of commas to separate groups of larger numbers: (1,000 vs. 1.000).
New in Version 1.6:
Fixes bug with people forums where css is stored in the file system.
New in Version 1.5:
You can now choose a non-animated progress bar which uses vBulletin's built in "Poll" graphics instead of the JavaScript and images included. This will work for anyone having JavaScript conflicts. It will also show to anyone with JavaScript disabled in their browser. (Tested in IE8, Firefox, Chrome, Safari) If you won't be using JavaScript you need not upload any files, just import the product. See txt file for full instructions.
Also fixed in Version 1.5- two phrases were changed from "Users" to "Members" to keep wording consistent with goal types.
If Upgrading from version 1.0 simply import the product file, allow overwrite set to "yes."
See screenshots for examples.
Demo: http://www.juot.net/forums/forum.php (Live Demo is VB 3.8, see screenshots below also.)
Optionally you can set a date for the goal and it will display a countdown of days to reach the goal.
All text output is fully phrased so you can easily change the wording to your needs.
In addition the goals output is its own template, forumgoals, which you can further customize as needed.
You can also easily select a custom icon without needing to edit any templates.
Full instructions are included in the zip file.
This was made and tested on 4.0.8 and should work on all 4.0.x/4.1.x versions.
The animated progress par requires JavaScript to display. If JS is disabled a non-animated bar will show.
The progress bar uses a freely distributed JavaScript library available here:
http://www.bram.us/projects/js_bramus/jsprogressbarhandler/
"The [JavaScrpt] is now released under a creative commons Attribution-ShareAlike 2.5 license."
2 JavaScript and 2 images to upload
1 custom template
3 plugins
12 phrases
The Phrases used are GLOBAL : bop5goal, bop5goalreached, bop5goals, bop5posts, bop5poststogoal, bop5threads, bop5threadstogoal, bop5users, bop5userstogoal, bopdaystogoal , bopgoaldate, bopovertime
Please Mark as Installed if you use this!:)
VB 3.x version here (https://vborg.vbsupport.ru/showthread.php?t=255898).
Known Conflicts!
This mod has a known conflict with the TW7S - New Way To Display Notifications mod. See post # 37 to resolve this.
Basically if you have any mod that calls the jquery javascript library you must make sure the call to the jquery library happens BEFORE this mod's javascript files are called- usually that means moving jquery calls to the top of your headinclude template.
The way to know if this is your problem is if the progress bar doesn't show (but the rest of the table does) AND when you view source of your forumhome page you see the following two lines are in the code:
<script type="text/javascript" src="clientscript/prototype.js"></script>
<script type="text/javascript" src="clientscript/jsProgressBarHandler.js"></script>
If those two lines are there it means this mod is working bu javascript is conflicting preventing the progress bar from showing.
English: Download .zip file. (Version 1.92)
Arabic: Download .xml file. (Version 1.0) (Translated by Dr. osamA)
BirdOPrey5
01-24-2011, 12:34 AM
Reserved.
Juggernaut
01-24-2011, 01:41 AM
This looks nice, but I can't get the progress bar to look like in your forum when I select : forum_stats.png, as the goal icon.
BirdOPrey5
01-24-2011, 03:18 AM
My demo site is vBulletin 3.8, it has different images than vBulletin 4.x. On 3.8 the image is called stats.gif but it's not included in VB4, you might have it if you upgraded from VB 3.x.
The "new" image for VB4 is forum_stats.png, it should be the same as I have in my screen shots- but if you customized your images it could be anything.
Here are the default images if you need them. Put them in your images/misc directory and rename them so you don't overwrite the existing image(s)- then change the setting to point to the new file name.
If you're having another issue please give me a link to your forum I will check it out.
Juggernaut
01-24-2011, 03:26 AM
Actually I meant to say that the progress bar is not visible in my forum, the icon to the left of the progress bar is there, just the bar, I can't see, neither in Chrome or Explorer 8.
BirdOPrey5
01-24-2011, 03:31 AM
That's usually a problem with the javascript files perhaps not being uploaded in the right place, or possible a missing template hook... can I get a link to your forum? PM me if you don't want it public.
Juggernaut
01-24-2011, 03:36 AM
PM sent. :)
BirdOPrey5
01-24-2011, 03:42 AM
I see the JavaScript files aren't loading for some reason on your page... I wonder if your style is missing the hook or possibly a poorly written mod could be hijacking the hook and not letting any other mods use it.
If you want to try and trouble shoot open your headinclude template and look if you have the line:
{vb:raw template_hook.headinclude_javascript}
anywhere in it... if you don't, add it in at the bottom.
If you just want it to work manually add the following to the bottom of your headinclude template:
<vb:if condition="THIS_SCRIPT == 'index'">
<script type="text/javascript" src="clientscript/prototype.js"></script>
<script type="text/javascript" src="clientscript/jsProgressBarHandler.js"></script>
</vb:if>
Juggernaut
01-24-2011, 03:50 AM
Thank you, your second fix did the trick. I did see the {vb:raw template_hook.headinclude_javascript} inside head include, but it still wasn't loading. And I moved it to the bottom of the template, but with no results, the manual edit you provided helped with my issue however. Thank you very much. :D
MAdotcom
01-24-2011, 03:51 AM
Cool mod, I will probably install this in the next few days :up:
BirdOPrey5
01-24-2011, 03:52 AM
Thank you, your second fix did the trick. I did see the {vb:raw template_hook.headinclude_javascript} inside head include, but it still wasn't loading. And I moved it to the bottom of the template, but with no results, the manual edit you provided helped with my issue however. Thank you very much. :D
Cool.
Cool mod, I will probably install this in the next few days :up:
:up:
vidan
01-24-2011, 04:58 AM
Hello, i have request to have this module in this addon
under the goal bar, put like this:
You have contribute xx% of 100% [boardname] Goals!
The_____KinG
01-24-2011, 05:13 AM
Can the modification be added to show donation goals too ?
also would like to see 3 bars just like the poll bars to set 3 different conditions for goals ( members , posts , threads) would be nice to place it below the WGO box
thanks a lot will try to install this
ellinofatsa
01-24-2011, 07:19 AM
hi thank you for this hack its nice!!!!!!!
i need litle help i dont see the bar i have upload oll the files thank you!!!
you cen see in my forum http://www.ellinofatsa.gr/forums/forum.php
tdkmatt
01-24-2011, 10:12 AM
How Do you edit the background color? you can see mine :(
www.fatalitynetworking.com/forum
BirdOPrey5
01-24-2011, 12:10 PM
Hello, i have request to have this module in this addon
under the goal bar, put like this:
You have contribute xx% of 100% [boardname] Goals!
Sounds like it could be a good option for post and thread goals, I will consider this in the next upgrade.
Can the modification be added to show donation goals too ?
also would like to see 3 bars just like the poll bars to set 3 different conditions for goals ( members , posts , threads) would be nice to place it below the WGO box
thanks a lot will try to install this
I will try to implement an option to choose a different location on a future version. (ie- below what's going on box.) At this time I don't plan on allowing for multiple goals to be tracked at one time- quite frankly that would be doing 3 times the coding I've already done and I don't ever think I'll need that feature. I will point out this mod is marked "re-usable" code so you are free to mod it yourself (or convince someone else) to fit your needs.
hi thank you for this hack its nice!!!!!!!
i need litle help i dont see the bar i have upload oll the files thank you!!!
you cen see in my forum http://www.ellinofatsa.gr/forums/forum.php
Looks like you got it working, it's showing up fine for me now. :up:
How Do you edit the background color? you can see mine :(
www.fatalitynetworking.com/forum
You can modify the background color (or anything else) by editing the forumgoals template. To specifically modify the background color find the code:
background-color:#EEEEEE;
and modify #EEEEEE to any hex color code you want. #C0C0C0 is grey, #FFFFFF is white, #000000 is black, etc...
You can also replace it all with a common color name, such as:
background-color:darkblue;
ellinofatsa
01-24-2011, 12:15 PM
https://vborg.vbsupport.ru/external/2011/01/12.jpg
i dont see the red bar any help?
i have vb 4
and i have upload all the files..
i see only this 7% were is the red bar?
BirdOPrey5
01-24-2011, 12:26 PM
https://vborg.vbsupport.ru/external/2011/01/12.jpg
i dont see the red bar any help?
i have vb 4
and i have upload all the files..
i see only this 7% were is the red bar?
It works fine for me on your site:
https://vborg.vbsupport.ru/attachment.php?attachmentid=126033&stc=1&d=1295879098
Maybe you have javascript turned off or disabled on your browser? The bar won't show without javascript enabled. Whatever the problem it's with your browser- it's working for other people who visit your page.
tdkmatt
01-24-2011, 12:30 PM
hey, my bar was working!!!! and then it stopped working :( i've installed a few hacks but none of them should mess with this scrip!!!
Can you check mine please
all ive installed are these:
https://vborg.vbsupport.ru/showthread.php?t=232033&page=19
https://vborg.vbsupport.ru/showthread.php?t=254231
tdkmatt
01-24-2011, 12:31 PM
all i can see is the percentage, i've tried in IE8 and firefox, it was working :( until my pc decided to shut it self down!
ellinofatsa
01-24-2011, 12:33 PM
thank you i thing the problem is from mozila
BirdOPrey5
01-24-2011, 12:52 PM
all i can see is the percentage, i've tried in IE8 and firefox, it was working :( until my pc decided to shut it self down!
If anyone needs help please give me a link to your forum, I can't do much without seeing it.
tdkmatt
01-24-2011, 12:53 PM
<a href="http://www.fatalitynetworking.com/forum" target="_blank">www.fatalitynetworking.com/forum</a>
tdkmatt
01-24-2011, 12:53 PM
i've noticed uploading the new forum_stats.png the image doesn't change from the original one...... i've tried 3 different browser's and cleared all cache..... :(
Dr.osamA
01-24-2011, 01:58 PM
than you bro
5 stars & installed + translated to Arabic
plzz be nice and add arabic xml file to 1st post
3amalah
01-24-2011, 02:01 PM
Amazing Thanks Is There's A Way That I Can make This Goal Show Custom Things Instead Of Posts And Threads ? Like Forum Alexa Ranks ??
ellinofatsa
01-24-2011, 04:32 PM
i see the red bar only in explorer not in mozila my members sey the same any help?
BirdOPrey5
01-24-2011, 06:02 PM
hey, my bar was working!!!! and then it stopped working :( i've installed a few hacks but none of them should mess with this scrip!!!
Can you check mine please
all ive installed are these:
https://vborg.vbsupport.ru/showthread.php?t=232033&page=19
https://vborg.vbsupport.ru/showthread.php?t=254231
I'm going to bet that the jquery mod (the second one listed) here is interfering with this mod. Please try disabling it and letting me know if it works. Some mod is interfering but I can't troubleshoot until I'm sure of which one it is.
i've noticed uploading the new forum_stats.png the image doesn't change from the original one...... i've tried 3 different browser's and cleared all cache..... :(
I just confirmed this feature is working. It must be in your images/misc directory... NOT in a style directory, only in images/misc... I also wouldn't recommend over-writing the existing image since it's used in your real forum stats. I suggest uploaded a new file with a new name.
than you bro
5 stars & installed + translated to Arabic
plzz be nice and add arabic xml file to 1st post
Will do, thanks. :up:
Amazing Thanks Is There's A Way That I Can make This Goal Show Custom Things Instead Of Posts And Threads ? Like Forum Alexa Ranks ??
It can do posts, threads, or users (members). I don't plan on implementing any other options but I suppose if there was a site to query that would supply you with a page rank in a text format someone could edit it to work. My guess is you'd want to cache the pagerank so you aren't making an external request every time your page loads.
i see the red bar only in explorer not in mozila my members sey the same any help?
As you can see from the screen shots it's working fine in Firefox- I'm betting people who say it doesn't work have "NoScript" or some sort of script blocking enabled- without javascript this won't show the progress bar.
I will (eventually) try to add a non-animated non-javascript progress bar for people without javascript.
Dr.osamA
01-24-2011, 09:08 PM
thank you bro
tdkmatt
01-24-2011, 10:11 PM
I've tried uninstalling it and removing all the info on it, but it still doe not work.
but i did also install a live jqurey gamer server monitor too i think it's called gamerz it uses LGSL
maybe this has effected it ?
I'm going to bet that the jquery mod (the second one listed) here is interfering with this mod. Please try disabling it and letting me know if it works. Some mod is interfering but I can't troubleshoot until I'm sure of which one it is.
I just confirmed this feature is working. It must be in your images/misc directory... NOT in a style directory, only in images/misc... I also wouldn't recommend over-writing the existing image since it's used in your real forum stats. I suggest uploaded a new file with a new name.
Will do, thanks. :up:
It can do posts, threads, or users (members). I don't plan on implementing any other options but I suppose if there was a site to query that would supply you with a page rank in a text format someone could edit it to work. My guess is you'd want to cache the pagerank so you aren't making an external request every time your page loads.
As you can see from the screen shots it's working fine in Firefox- I'm betting people who say it doesn't work have "NoScript" or some sort of script blocking enabled- without javascript this won't show the progress bar.
I will (eventually) try to add a non-animated non-javascript progress bar for people without javascript.
tdkmatt
01-24-2011, 10:25 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=244839&page=3" target="_blank">https://vborg.vbsupport.ru/showt...=244839&page=3</a>
tdkmatt
01-24-2011, 10:42 PM
Here is the script ive installed too
https://vborg.vbsupport.ru/showthread.php?t=244839&page=3
BirdOPrey5
01-24-2011, 11:17 PM
I'm not going to try and install 10 different scripts to see which one doesn't work. YOU need to disable your scripts, 1 by 1 if necessary, to tell me which one is conflicting. If you can confirm which script is the problem I will install that one and attempt to figure out the conflict.
If you can't do this I suggest just uninstalling this mod.
tdkmatt
01-25-2011, 01:34 AM
can i just diable them from my cp or do i have to go in via FTP and delete them?
BirdOPrey5
01-25-2011, 02:04 AM
Just go to your Product Manager and choose "Disable" from the drop down menu.
However if a mod had manual template edits you'll have to remove them as well (or better yet just make a new style with no parent, so it's the default style, and test it on that. I would do that first so you can tell if it's a style problem or not.)
tdkmatt
01-25-2011, 12:38 PM
yep it was the pop up thing, so when i removed it it started to work! but i really want to use both :(
https://vborg.vbsupport.ru/showthread.php?t=254231
can you please look into it! :)
BirdOPrey5
01-25-2011, 01:03 PM
yep it was the pop up thing, so when i removed it it started to work! but i really want to use both :(
https://vborg.vbsupport.ru/showthread.php?t=254231
can you please look into it! :)
OK You just have to move the manual template edit for that mod to the TOP of your headinclude template instead of the bottom (the call to the jquery library must come before my mod's code).
I suggest moving his template edit to right below:
<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
<base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin {vb:raw vboptions.templateversion}" />
Near the top of headinclude
If you do this it should work, it works for me anyway.
tdkmatt
01-25-2011, 01:19 PM
So move that entire piece of code to the very top of the headinclude?
tdkmatt
01-25-2011, 01:20 PM
this is that ive done:
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
<meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
<base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]-->
<meta name="generator" content="vBulletin {vb:raw vboptions.templateversion}" />
<vb:if condition="$show['threadinfo']">
<vb:elseif condition="$show['foruminfo']" />
<meta name="keywords" content="{vb:raw foruminfo.title_clean}, {vb:raw vboptions.keywords}" />
<meta name="description" content="<vb:if condition="$pagenumber > 1">{vb:rawphrase page_x, {vb:raw pagenumber}}-</vb:if>{vb:raw foruminfo.description_clean}" />
<vb:else />
<meta name="keywords" content="{vb:raw vboptions.keywords}" />
<meta name="description" content="{vb:raw vboptions.description}" />
</vb:if>
<vb:if condition="$show['fb_opengraph']">
{vb:raw facebook_opengraph}
</vb:if>
<script type="text/javascript" src="{vb:stylevar yuipath}/yuiloader-dom-event/yuiloader-dom-event.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript" src="{vb:stylevar yuipath}/connection/connection-min.js?v={vb:raw vboptions.simpleversion}"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "{vb:raw session.sessionurl_js}";
var SECURITYTOKEN = "{vb:raw bbuserinfo.securitytoken}";
var IMGDIR_MISC = "{vb:stylevar imgdir_misc}";
var IMGDIR_BUTTON = "{vb:stylevar imgdir_button}";
var vb_disable_ajax = parseInt("{vb:raw vboptions.disable_ajax}", 10);
var SIMPLEVERSION = "{vb:raw vboptions.simpleversion}";
var BBURL = "{vb:raw vboptions.bburl}";
var LOGGEDIN = {vb:raw bbuserinfo.userid} > 0 ? true : false;
var THIS_SCRIPT = "{vb:raw this_script}";
var RELPATH = "{vb:raw relpath}";
var PATHS = {forum : "{vb:raw vboptions.vbforum_url}"}
// -->
</script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-core.js?v={vb:raw vboptions.simpleversion}"></script>
{vb:raw template_hook.headinclude_javascript}
<vb:if condition="$vboptions['externalrss']">
<link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} {vb:rawphrase rss_feed}" href="{vb:raw vboptions.bburl}/external.php?type=RSS2" />
<vb:if condition="$show['foruminfo'] OR $show['threadinfo']">
<link rel="alternate" type="application/rss+xml" title="{vb:raw vboptions.bbtitle} - {vb:raw foruminfo.title_clean} - {vb:rawphrase rss_feed}" href="{vb:raw vboptions.bburl}/external.php?type=RSS2&forumids={vb:raw foruminfo.forumid}" />
</vb:if>
</vb:if>
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile main-rollup.css}
{vb:raw template_hook.custom_css_links}
<vb:else />
{vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
</vb:if>
<!--[if lt IE 8]>
{vb:cssfile popupmenu-ie.css,vbulletin-ie.css,vbulletin-chrome-ie.css,vbulletin-formcontrols-ie.css,editor-ie.css}
<![endif]-->
{vb:raw template_hook.headinclude_css}
Still doesnt work :(
tdkmatt
01-25-2011, 01:21 PM
whne i delete the entire directory with the jsquery thing from the forum root it works! but obviously this pop up needs it
tdkmatt
01-25-2011, 01:33 PM
This code is also in headinclude_bottom
{vb:cssfile additional.css}
{vb:raw template_hook.headinclude_bottom_css}
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jscripts/tw7s_notifications/jquery.jgrowl.js"></script>
<link href="jscripts/tw7s_notifications/jquery.jgrowl.css" rel="stylesheet" type="text/css"/>
<!-- TW7S - New Way To Display Notifications (jQuery,CSS,jGrowl) -->
tdkmatt
01-25-2011, 01:45 PM
Sorry to keep posting! but when i change the theme to default it works?!?!?!?!? maybe it is that hadinclude_bottom? :(
tdkmatt
01-25-2011, 01:49 PM
dont worry i fixed it! for some reason it also put the code in the headerinclude_bottom, delete that and it works!!! cheers
tdkmatt
01-25-2011, 01:52 PM
is there anyway for it to display more then the two bars? instead of either a blank bar and a hall full bar, have it go with the percentage? if you get what i mean
BirdOPrey5
01-25-2011, 04:47 PM
is there anyway for it to display more then the two bars? instead of either a blank bar and a hall full bar, have it go with the percentage? if you get what i mean
I don't understand what you mean- there's only 1 progress bar at any time. However I see you seem to have edited the graphics and they aren't working like they should- that is you are at 19% but it's showing 50%. I don't suggest people edit the built in images, if you try you MUST keep the exact dimensions.
BirdOPrey5
01-25-2011, 04:50 PM
I have upgraded this mod to version 1.5.
New in this version you can choose a non-animated progress bar that doesn't use JavaScript at all. In addition even if you have the animated version selected, if any user browsing has JavaScript disabled they will see the non-animated version.
I also fixed a couple of phrases relating to "Users" and changed them to "Members" to be consistent.
https://vborg.vbsupport.ru/attachment.php?attachmentid=126080&stc=1&d=1295981872
Taurus1
01-25-2011, 09:51 PM
Thanks for the update. But it does not matter which poll option I choose, it only shows the following:
126107
Thanks.
BirdOPrey5
01-25-2011, 10:41 PM
Get a link to your site?
Taurus1
01-25-2011, 11:00 PM
I had it disabled. It is enabled now again. Here is the link:
http://creativx.net/forums/
Thank you.
BirdOPrey5
01-25-2011, 11:50 PM
It looks like you customized the template in the old version- the new version won't overwrite a customized template, you'll need to revert it and then make your edits to te new template.
Taurus1
01-26-2011, 12:30 AM
It looks like you customized the template in the old version- the new version won't overwrite a customized template, you'll need to revert it and then make your edits to te new template.
I did that, but it made no difference. It reverted the colors, but the bar is still not showing.
Thanks for the help!
BirdOPrey5
01-26-2011, 01:23 AM
I did that, but it made no difference. It reverted the colors, but the bar is still not showing.
Thanks for the help!
I see, you have css stored in the file system, I forgot to account for that.
Please download the new update version 1.6, it should fix the issue. :o
Taurus1
01-26-2011, 02:50 AM
Sorry, but that also did not work. I reverted the template also. Same thing.
BirdOPrey5
01-26-2011, 02:58 AM
Ugghh!!
OK do me a favor, look in your headinclude template... do you have either of these exact lines?
{vb:raw template_hook.custom_css_links}
{vb:raw template_hook.custom_css_list}
The last one is part of a larger line...
Also can you confirm if you CSS is stored in the file system or not? (This is a Yes/No setting in Options).
Taurus1
01-26-2011, 03:11 AM
Both of those are in my headinclude. And yes, my CSS is stored in the file system.
BirdOPrey5
01-26-2011, 03:29 AM
Then I really can't imagine why the call to poll.css isn't appearing in your source code... it uses the top hook and there isn't much that could go wrong other than another mod poorly programmed (with an = sign instead of .=) that "hijacks" the hook and doesn't let anything else on it.
You could try adding this line to your headinclude template...
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css/style00090l/poll.css" />
That should manually include the poll.css file on this style for your board.
Taurus1
01-26-2011, 04:04 AM
OK great. That worked for my default style. But I have 12 styles installed. And I just tried adding that code (With the style id changed) on another style, but it did not work.
Sorry for the hassle!
EDIT: Disregard that. Sorry. I forgot that I had to first revert the templates. Now it is working perfectly. Thanks again for your help!
BirdOPrey5
01-26-2011, 04:31 AM
Awesome... Finally! :up:
ellinofatsa
01-26-2011, 06:19 AM
thank you i insert the 2 lines in to the top of your headinclude template and now its ok!!!!!!!
if i change the : language from grecce in english its working fine and i see the blue bar.
In grecce language it look like not working its sey Goal: 50,000 P Posts to Goal: 49,966
can you see that please in my forum? if you can help my thank you again!!
http://www.ellinofatsa.gr/forums/forum.php?langid=1
BirdOPrey5
01-26-2011, 01:17 PM
You need to provide translations for those phrases, obviously I can't include a translation for every possible language. This would be normal for any mod that includes phrases.
Go to Phrase Manager in Admin CP and in GLOBAL find the following phrases:
bop5goal
bop5goalreached
bop5goals
bop5posts
bop5poststogoal
bop5threads
bop5threadstogoal
bop5users
bop5userstogoal
bopdaystogoal
bopgoaldate
bopovertime
Click on them, and provide a translation for the Greek language. Alternately you, or anyone, could also provide English translations if you prefer to re-word any of the phrases. For example I use the abbreviation P, T, or M in one place to save space (meaning Posts, Threads, or Members) but if anyone wants they can edit those phrases to make them say anything they want.
A couple of phrases are built in vbulletin phrases so that's why it was partially working in Greek (or any other language a user might have installed.)
Brandon Sheley
01-26-2011, 01:24 PM
nice idea :)
* Brandon Sheley tags
ellinofatsa
01-26-2011, 01:43 PM
you thing thats the problem?
can you take a look in to my forum?
you can see in the 2 language are diferent statics
in grecce its Goal: 50,000 T Threads to Goal: 49,983
and in english its Goal: 50,000 T Threads to Goal: 33,465
why that???
BirdOPrey5
01-26-2011, 03:46 PM
you thing thats the problem?
can you take a look in to my forum?
you can see in the 2 language are diferent statics
in grecce its Goal: 50,000 T Threads to Goal: 49,983
and in english its Goal: 50,000 T Threads to Goal: 33,465
why that???
Oh I see... In Greek you guys use periods instead of commas in numbers...
Example:
English: 16,616 Threads
Greek: 16.616 Threads
My code only removes the commas from the number, it doesn't remove the periods before reading the number so it thought you had 16 and 616/1000th of a thread;
I will fix and release an update shortly.
Quite the international learning experience this has been.
ellinofatsa
01-26-2011, 03:48 PM
ok thank you so mats i am wating for update
ok i have fix that , . in greek and now its ok thank you again !!!!!!!!!
BirdOPrey5
01-26-2011, 03:58 PM
Thank You... Did you fix it yourself?
I just updated the new version please let me know if it works for you too.
Released version 1.7
ellinofatsa
01-26-2011, 04:02 PM
ok i do that
version 1.7 works fine with no problems
BirdOPrey5
01-26-2011, 04:11 PM
excellent. Thank You.
RichieBoy67
01-26-2011, 04:23 PM
Very cool! great work.. I will try this soon for sure.. ]
Thanks!
hilfe-forum
01-27-2011, 09:30 PM
dont work...:(
Themen: 363.989
Beitr?ge: 1.381.120
0%
Goal: 1,400,000 P
Posts to Goal: 1,399,999
BirdOPrey5
01-27-2011, 10:08 PM
Are you sure you're using the latest version, 1.7? It was updated yesterday.
Edit- never mind I see the problem... will release a fix soon.
BirdOPrey5
01-27-2011, 10:22 PM
OK, One more bug fix update, version 1.8. Again this only affects forums that use periods instead of commas for their large numbers.
I am confident this is the final bug fix release, because if any more are found I'm just going to delete it. ;)
COL NIL SATIS
02-04-2011, 05:08 PM
tagged
SoloX
02-10-2011, 02:18 AM
I already have say 200 posts and my goal is to make 500. I put in 300 as my goal. The graph shows 0 % at start. Can it not calculate the % from my already 200 posts made out of 500?
SoloX
02-10-2011, 02:58 AM
not working for me.
Posts: 953,011 0% Goal: 47,043 P Posts to Goal: 47,036
I set the goal when 47043 was required for the 1 million. Now that I have 54 more posts, the posts to goal remain unchanged. Should now say 46,989.
?
BirdOPrey5
02-10-2011, 01:11 PM
A link to your site? PM me if need be.
mohammad6006
02-12-2011, 09:57 AM
can you upgrade mod for select goal time or date ?
mean no thread or post or member
custom goal
BirdOPrey5
02-12-2011, 04:05 PM
can you upgrade mod for select goal time or date ?
mean no thread or post or member
custom goal
I don't intend to make any more changes to this mod for the foreseeable future. Further if there was no posts or threads or members there would be nothing to track and therefore no progress bar and no need for a mod.
tdkmatt
02-14-2011, 10:47 AM
I just installed this and it kiils the progress bar!
https://vborg.vbsupport.ru/showthread.php?t=236480
when i disable the bar in the donate section it will decide to work again!
Thanks for the hack.
I cant get any bar to show up, not sure why at the moment.
vb 4.1.1
BirdOPrey5
03-06-2011, 11:16 AM
Have you tried if the non-animated bar works?
NarutoFTW
03-22-2011, 11:52 PM
whats the code I use to place this mod on another page instead of forumhome?
For example, on another mod (Advance stats), its {vb:raw vsatopstats}.
BirdOPrey5
03-23-2011, 12:15 AM
This mod doesn't work like that- it will only work on forumhome as it is coded, it would require major revision to work on other pages.
You'd need to find a new template hook...
Plus add or edit two plugins and change them from forumhome hooks to other appropriate hooks depending on the page(s) you wanted it on.
NarutoFTW
03-23-2011, 02:01 AM
Any idea why the stats aren't updating?
BirdOPrey5
03-23-2011, 02:12 AM
Nope... Never heard of that issue before... link to forum?
NarutoFTW
03-23-2011, 09:19 PM
I just pmed you the link to my forum.
BirdOPrey5
03-25-2011, 05:49 PM
OK All... had another bug fix today, if you set a goal over 1 Million you'd see this bug- posts (or whatever) wouldn't count towards the goal.
This was part of the comma's (and periods) separating large numbers issue.
I recommend everyone upgrade to 1.9 whether or not you've noticed it.
Mr_Running
03-26-2011, 02:07 AM
Thank you!
1) Are there any user permissions = I prefer to have only login user see the goals.
2) Any way to shorten the poll bar when using vB 4xx forum sidebar is open. It causes the an overlap into the side bar.
BirdOPrey5
03-26-2011, 03:13 AM
I can try and work in usergroup permissions in the next update.
As for the width, it would be very difficult to alter the width of the animated progress bar because the images would also need to be edited.
However if you use the non-animated bar it's easier, just some template edits.
In the template forumgoals:
1) Find all instances of the number 360 and change it to 200 or whatever you want. (there should be 3 instances)
2)Find the line:
<table border="0" width="400"><tr>
And change the number 400 to a number a little bigger than the number above, at least 30 pixels or so bigger, so in this example change 400 to 230.
Mr_Running
03-26-2011, 03:45 AM
Thanks for trying to work in usergroup permissions in the next update.
I see all the other bars but No bar appears for the non-animated bar (just the stats/numbers)?? vb 4.1.2
BirdOPrey5
03-26-2011, 11:07 AM
Thanks for trying to work in usergroup permissions in the next update.
I see all the other bars but No bar appears for the non-animated bar (just the stats/numbers)?? vb 4.1.2
You posted a screen shot above with the non-animated bar showing just fine. :confused:
https://vborg.vbsupport.ru/external/2011/03/7.jpg
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
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:
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
You posted a screen shot above with the non-animated bar showing just fine. :confused:
https://vborg.vbsupport.ru/attachment.php?attachmentid=127693&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:
$template_hook[forumhome_above_forums] .= $templater->render();
and change it to:
$template_hook[forumhome_below_forums] .= $templater->render();
Another option is:
$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.
BirdOPrey5
03-29-2011, 11:03 AM
Did anything show or just the progress bar didn't show?
If nothing showed at all I would first check to make sure the hook forumhome_above_forums exists in the FORUMHOME template... If so I'd look at any other plugins that might use that hook.
Ricsca
03-29-2011, 10:38 PM
Dont work
https://vborg.vbsupport.ru/
BirdOPrey5
03-29-2011, 10:58 PM
Could be a few things... first if you are using a customized style some hooks might be missing or be in the wrong spot. I would look in the headinclude template for the hooks:
headinclude_javascript, custom_css_links, and custom_css_list.
Make sure they exist in the template.
If they both exist the lack of the Javascript bar is most likely to another instance of jquery being called. Look at the instructions in the top thread under "Known Conflicts."
Also if the hooks are there and the non-animated version isn't working it could be your style has customized poll graphics. Some customized poll styles don't work with this mod since it tries to use the default poll css to show the non-animated progress bar.
Ricsca
03-30-2011, 08:19 AM
vbulletin style defoult dont work...
BirdOPrey5
03-30-2011, 10:37 AM
What version of vBulletin?
Mikevet1984
03-30-2011, 11:23 AM
Also if the hooks are there and the non-animated version isn't working it could be your style has customized poll graphics. Some customized poll styles don't work with this mod since it tries to use the default poll css to show the non-animated progress bar.
How this issue be fixed? Is there any solution to the problem?
BirdOPrey5
03-30-2011, 05:46 PM
How this issue be fixed? Is there any solution to the problem?
Not that I know of, I would test on the default style before being sure the style is the issue.
If it is the style if you post your poll.css template I may be able to suggest a work-around.
Mikevet1984
03-31-2011, 06:21 AM
Thank you,BirdOPrey5 for every effort you make to offer in τhe vBulletin community!
Thank you one more time....
''Michael''
beatyourtruck
04-03-2011, 01:58 AM
Dont work
http://img33.imageshack.us/img33/3943/workmh.jpg
Same issue here exactly. vB 4.1.2 No animation, files are in place, using poll styles just gives black bar. My poll.css is not modified from its original version. Looks like Ricsca is running 4.1.2 also: http://www.tartaportal.it/forums/
BirdOPrey5
04-03-2011, 03:39 AM
I can only imagine then that there is some other mod, maybe a fairly popular one, conflicting. I have it running on a 4.1.2 test site without issue, If one of you could copy the HTML Source code on the page for me it might give some clues...
If you enable HTML comments in the general settings I need all code between the following comments:
<!-- BEGIN TEMPLATE: forumgoals -->
and
<!-- END TEMPLATE: forumgoals -->
and paste it in this thread, between tags please.
beatyourtruck
04-04-2011, 04:10 AM
Thanks Joe. I attached the entire HTML source code from my forum home page in a text doc. I don't see anything with "forumgoals"? That could be a clue LOL I also attached a screenshot of the home page.
BirdOPrey5
04-04-2011, 07:59 PM
Thanks beat...
I see the issue is the poll.css file isn't being added as a link in your header. The part of the product that does this is my plugin on forumhome_start called Forum Goals JavaScript and CSS Header.
It uses hook: $template_hook[custom_css_links]
And it adds the poll.css to the header so the pollbar styles can be used.
The question is why isn't this working- My guess is another plugin is interfering with this mod, something else that uses the forumhome_start hook.
To troubleshoot go to your admin cp -> plugin manager, find the plugin in Forum Goals JavaScript and CSS Header and edit it.
Change the "Execution Order" from "5" to "6" - save it and see if it works.
If not change it to "4" and see if that helps at all.
Please let me know if either of these work.
This would also be why the javascript bar isn't working, that is inserted in the same plugin.
beatyourtruck
04-05-2011, 01:21 AM
Thanks very much for your suggestions. I tried going from 5 to 6, no dice. Then tried 4, no dice.
BirdOPrey5
04-06-2011, 02:30 PM
Check in your headinclude template, do you have the template hook: custom_css_links?
beatyourtruck
04-07-2011, 12:26 AM
Yes....it's at the bottom.
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile main-rollup.css}
{vb:raw template_hook.custom_css_links}
<vb:else />
I also have this same black bar issue on 4.1.1.
BirdOPrey5
04-07-2011, 02:36 AM
Yes....it's at the bottom.
<vb:if condition="$vboptions['storecssasfile']">
{vb:cssfile main-rollup.css}
{vb:raw template_hook.custom_css_links}
<vb:else />
Try adding this at the very bottom of your headinclude:
{vb:cssfile poll.css}
I also have this same black bar issue on 4.1.1.
If in your settings you have css stored in the file system set to enabled, you can try the same thing as above.
beatyourtruck
04-07-2011, 03:02 AM
It now works with poll styles but not the animated poll option.
Thanks for the help. I would still like to get the animated version working. I will check my java version and settings...could be that simple.
BirdOPrey5
04-07-2011, 10:05 AM
It now works with poll styles but not the animated poll option.
Thanks for the help. I would still like to get the animated version working. I will check my java version and settings...could be that simple.
OK... cool... now to get it all working... erase the 1 line I told you to add and instead add this at the very bottom of headlinclude:
<vb:if condition="THIS_SCRIPT == 'index'">
{vb:cssfile poll.css}
<script type="text/javascript" src="clientscript/prototype.js"></script>
<script type="text/javascript" src="clientscript/jsProgressBarHandler.js"></script>
</vb:if>
That should manually fix both problems.
beatyourtruck
04-08-2011, 02:13 AM
Nope. Added to the very bottom and the animation does not work. Still works with the poll styles, but not the animation. Only gives the text of "89%"...no bar.
beatyourtruck
04-08-2011, 02:30 AM
Ok - tried changing the settings from poll style to animated a few times and now I can sometimes see the animated bar, sometimes not. When I see the bar, the calculation is incorrect. Doing hard refreshes. Tried FF and IE...same results.
See attachments for random results when trying to use the animation. Updated to latest java as well. Poll styles work every time and calculations are correct.
BirdOPrey5
04-08-2011, 08:29 PM
The numbers calculated in those screen shots for "Posts to Goal" never change so if the animated bar number isn't correct (and it obviously isn't in many cases) the only thing I can imagine is another javascript is conflicting with the javascript from this mod... what other mods do you have installed? If you know all I really need to know are ones that use javascript.
And, FYI, JavaScript, which this mod uses, has no relation to the Java programming language which is what you probably updated. It's unfortunate they have similar names but they are very different. JavaScript is a function of the browser only.
By the way, what browser are you using?
Alien123
04-09-2011, 12:37 AM
I see the JavaScript files aren't loading for some reason on your page... I wonder if your style is missing the hook or possibly a poorly written mod could be hijacking the hook and not letting any other mods use it.
If you want to try and trouble shoot open your headinclude template and look if you have the line:
{vb:raw template_hook.headinclude_javascript}
anywhere in it... if you don't, add it in at the bottom.
If you just want it to work manually add the following to the bottom of your headinclude template:
<vb:if condition="THIS_SCRIPT == 'index'">
<script type="text/javascript" src="clientscript/prototype.js"></script>
<script type="text/javascript" src="clientscript/jsProgressBarHandler.js"></script>
</vb:if>
thansk it worked
um is there a way to move it to the bottom of the forum as well as a shoutbox?
beatyourtruck
04-09-2011, 12:54 AM
Alien - what version of vB are you running?
BirdoPrey5 - this is my list of mods. maybe someone else with the same issue can compare their list to mine?:
AddonChat
Display reputation comments given
Forum Goals by BOP5
GeekyDesigns Default Avatar
GlowHost - Spam-O-Matic
ibProArcade for vBulletin
iTrader
Limited Guest Viewing
Lower Breadcrumbs
Miserable Users
My Threads & My Posts
SevenSkins Image Resizer
Spiders Display on Forumhome and Who's Online
Top Posters
vBH - Add new tabs 1.2
BirdOPrey5
04-09-2011, 03:28 PM
thansk it worked
um is there a way to move it to the bottom of the forum as well as a shoutbox?
See post #99 in this thread for info on how to move it to the bottom of the forums.
Alien - what version of vB are you running?
BirdoPrey5 - this is my list of mods. maybe someone else with the same issue can compare their list to mine?:
AddonChat
Display reputation comments given
Forum Goals by BOP5
GeekyDesigns Default Avatar
GlowHost - Spam-O-Matic
ibProArcade for vBulletin
iTrader
Limited Guest Viewing
Lower Breadcrumbs
Miserable Users
My Threads & My Posts
SevenSkins Image Resizer
Spiders Display on Forumhome and Who's Online
Top Posters
vBH - Add new tabs 1.2
Give me some time, I'll check up on these mods and see if I can figure out the culprit.
CardMafia
06-08-2011, 12:45 AM
images don't seem to work, but I'm only using it for admin and mods. works good :)
BirdOPrey5
06-08-2011, 12:51 AM
images don't seem to work, but I'm only using it for admin and mods. works good :)
The javascript (which uses the images) is proving to be very problematic in terms of playing well with other javascripts. I didn't write the javascript I got it from another site and included the license info for it.
If the non-animated bars as working for you I would just keep the animated disabled, it's proving to be more trouble than it's worth.
CardMafia
06-08-2011, 12:53 AM
wow. quick reply!
The non-animated bars are all a single black line (which is fine by me also). The percentage seems to be accurate and that all I need it for.
BirdOPrey5
06-08-2011, 01:09 AM
You can try what I suggest in post #8 for the animated bar or post #56 to see if you can get the non-animated polls working.
If it's a very custom style though poll.css might not even exist, which is what this uses to make the progress bar.
I think when I get around to updating this I'll include my own css file to help fix these issues.
Mikevet1984
06-08-2011, 12:14 PM
I tried both of the template edits. Only the first one with animaed bar works. The other one not.
I use a completevb,com style....
dlewisr
06-28-2011, 03:39 PM
I really like this mod. Installed and rated. Thank you
Lostboyfan
07-16-2011, 07:25 PM
Tagged for later
Mikevet1984
07-16-2011, 08:02 PM
This mod if the bar is shown above the forums in the top of the page has a conflict with the modifiacation news and announcements by ry215 here: https://vborg.vbsupport.ru/showthread.php?t=239284
If both are active the are shown like the windows of the mods have been merged into one.
BirdOPrey5
07-16-2011, 10:15 PM
This mod if the bar is shown above the forums in the top of the page has a conflict with the modifiacation news and announcements by ry215 here: https://vborg.vbsupport.ru/showthread.php?t=239284
If both are active the are shown like the windows of the mods have been merged into one.
At the very top of the forumgoals template change the line:
<br />
to
<br /> <br />
This will add proper spacing between the boxes.
Mikevet1984
07-16-2011, 11:32 PM
Thank you!
It worked perfecty! :)
River J
08-09-2011, 01:17 AM
http://puu.sh/49kP
all the images are uploaded correctly not sure why this happens can you help me?
River J
08-09-2011, 01:20 AM
this is what happens when i got to any poll style http://puu.sh/49l7
BirdOPrey5
08-09-2011, 10:38 AM
Have you read through this thread? people have had the same issues and I've answered them before. Please let me know what you've tried before that isn't working.
River J
08-09-2011, 01:41 PM
Have you read through this thread? people have had the same issues and I've answered them before. Please let me know what you've tried before that isn't working.
<vb:if condition="THIS_SCRIPT == 'index'">
{vb:cssfile poll.css}
<script type="text/javascript" src="clientscript/prototype.js"></script>
<script type="text/javascript" src="clientscript/jsProgressBarHandler.js"></script>
</vb:if>
i put that in the bottom of headinclude and it works now
cykelmyggen
04-30-2012, 06:02 PM
Works fine in Firefox but progress bar does not show in Chrome?
BirdOPrey5
04-30-2012, 06:27 PM
Does it work for you in Chrome on this page: http://www.qapla.com/mods/forum.php ?
(It works for me with Chrome there.)
cykelmyggen
05-01-2012, 08:30 AM
Does it work for you in Chrome on this page: http://www.qapla.com/mods/forum.php ?
(It works for me with Chrome there.)
Actually it does, yes. Means I'll be looking elsewhere for solutions.
Checked the headinclude as suggested and added the manual fix as suggested earlier in this thread with no effect.
BirdOPrey5
05-01-2012, 08:36 AM
It's working for me in Chrome on your site (the site in your signature) too - I see you are at 99%. ;)
Is it possible you have an extension blocking javascript on your site? Not really sure what it could be.
cykelmyggen
05-01-2012, 08:52 AM
When I log out of my site I can see it as well both in Chrome and in FF, but not when logged in. I've set the usergroup permissions to everybody.
BirdOPrey5
05-01-2012, 09:31 AM
I registered on your site and can't find the log-out button again but I confirm it's not working when logged in.
It looks like errors in the javascript from the shoutbox (which is disabled for guests) is preventing the javascript from this mod from running.
I would suggest simply changing to one of the non-animated progress bar options in the mod settings- those don't require javascript at all.
datoneer
05-09-2012, 10:16 PM
Works perfect thanks BOP5!
Jakub03
05-25-2012, 12:53 AM
Hello,
I just installed the mod, and I am unsure if installed it correctly or not, but the java-script part does not seem to be working.
http://mypokerhub.com/forum.php
BirdOPrey5
05-25-2012, 01:09 AM
There's quite a few things that can affect the JavaScript, they have all been discussed in this thread in the past if you care to read through it.
Personally though I would suggest using one of the non-javascript "poll" options. It isn't animated but works better and faster.
Jakub03
05-25-2012, 03:47 PM
There's quite a few things that can affect the JavaScript, they have all been discussed in this thread in the past if you care to read through it.
Personally though I would suggest using one of the non-javascript "poll" options. It isn't animated but works better and faster.
kk thanks ;)
rgreene1971
11-17-2012, 04:31 AM
is it possible to have this show progress of donations? Even if I have to manually enter the donations. I use google checkout which is not available in the subscription area so I manually keep track of donations.
Aramist
11-18-2012, 05:56 AM
Any clue how to put it in a side block instead below navbar?
Ty in advance
BirdOPrey5
11-18-2012, 08:22 PM
is it possible to have this show progress of donations? Even if I have to manually enter the donations. I use google checkout which is not available in the subscription area so I manually keep track of donations.
Any clue how to put it in a side block instead below navbar?
Ty in advance
Sorry guys, that is a no on both accounts- it's simply not designed to do either- would need to be rewritten from scratch. Code is Re-Usabled so feel free to do so if you wish.
ringnews24
12-15-2012, 07:55 PM
My menu bar stays the same even after picking a new Progress Bar Type.
Javascript is enabled.
http://ringnews24.com/boxingforum/forum.php
Can someone help, thanks.
BirdOPrey5
12-18-2012, 07:05 PM
Something is conflicting with the javascript. I would suggest using a non-JS bar type.
ringnews24
12-19-2012, 12:17 AM
Something is conflicting with the javascript. I would suggest using a non-JS bar type.
Is there anyway to sort this Bird?
fayax
12-22-2012, 05:47 AM
Excellent!
Installed on 4.2.0 pl3. Works perfect- voted 5. But the js progress bar issue is there and no matter which other bar type I use they are all the same like most people here. Template is default.
I am not very technical but can follow directions - whenever you have time. :) http://fe9.org
Thanks BOP5!
BirdOPrey5
12-26-2012, 04:01 PM
Near the beginning of this thread I went through a number of trouble shooting options with the JavaScript- eventually it got to be so much a hassle I added the non-JavaScript options- I strongly urge using them, the JS really slows down loading on tablets and mobile devices.
Rexsor
12-27-2012, 03:59 AM
My thumbs up/down thing keeps spazzing out when I hover my mouse over it..
http://xelaplus.com/forum/forum.php
datoneer
05-22-2013, 04:23 PM
Animated progress bar worked with 4.2 but when i did update to 4.2.1 it doesn't work now
BirdOPrey5
05-23-2013, 12:28 AM
I would suggest not using the animated bar- the javascript is too picky to work reliably. I use it on my 4.2.1 forum with a non-animated bar without issue.
would love to see there donation option as well even if it will be changed manually as I don't use paypal and all that paypal donate bars useless for me...
thanks
jimsflies
02-17-2014, 11:55 AM
Joe- It would be nice if this mod could be used on a per forum basis.
BBNZowner
11-07-2014, 08:13 PM
Try adding this at the very bottom of your headinclude:
{vb:cssfile poll.css}
I'm just bumping this post as it is what fixed my issue with a black line showing when using a custom template on 4.2.2
(marked as installed, working well now :) )
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.