Quote:
Originally Posted by vidan
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.
Quote:
Originally Posted by The_____KinG
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.
Quote:
Originally Posted by ellinofatsa
|
Looks like you got it working, it's showing up fine for me now. :up:
Quote:
Originally Posted by tdkmatt
|
You can modify the background color (or anything else) by editing the
forumgoals template. To specifically modify the background color find the code:
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:
Code:
background-color:darkblue;