Quote:
Originally Posted by Bouncer222
Hmm its too much stretched out, gotta figure out how to make it less wider, any ideas?
|
The widget's width is determined by the setting you chose in your
Grid Manager and
Layout Manger in your Admin CP under CMS options.
Quote:
Originally Posted by jonah1892
is there anyway to allow custom ammounts to be input by the donator?
|
Yes

. Find;
HTML Code:
<select name="amount">
<option value="10.00">10</option>
<option value="15.00">15</option>
<option value="20.00">20</option>
<option value="25.00">25</option>
<option value="50.00">50</option>
<option value="100.00">100</option>
</select>
Replace with;
HTML Code:
<input type="text" value="" size="5" name="amount"/>
Quote:
Originally Posted by unit727
A donation goal bar would be great if it's possible because other versions still have not been updated.
|
Quote:
Originally Posted by Bouncer222
Cyb has not responded for a long time to any of his mods, and the other mod is really really old, so if you could create it, it would be great 
|
Quote:
Originally Posted by maidos
there is no reply... wondering if u can work on the donation bar which can display on forum home?
|
Cyb has stated in his signature;
Quote:
Note: All of my products are supported, but I'm busy with my main job, so please be patient when asking for support. *** vBulletin 4 versions will be released once we buy new license. No ETA ATM.
|
None the less, a basic one to do until that happens. Taken pretty much directly from
this guide;
- Edit Template
- Admin CP > Styles & Templates > Style Manager > Edit Template > vbulletin.css
- At then end of the template, add;
Code:
div.progress-container {
border: 1px solid #ccc;
width: 100px;
margin: 2px 5px 2px 0;
padding: 1px;
background: white;
}
div.progress-container > div {
background-color: #ACE97C;
height: 12px
}
- Edit Widget/Sidebar
- ADMIN CP > vBulletin CMS > Widgets > Configure and/or ADMIN CP > Forums & Moderators > Forum Blocks Manager > Edit
- Chose where you want the progress bar to appear, insert;
Code:
We're currently 50% of the way to achieving our goal of £100.
<br />
<div class="progress-container" align="left">
<div style="width: 50%"></div>
</div>
- Change percentage, currency and goal amount to suit your needs.
You should end up with something like below;
Quote:
Originally Posted by linuxututs
Guess I'll have to wait till the update release comes out, because its not showing for me no matter who's code I use.
The thing is, this is the only problem I've came across since "Finally" getting my board upgraded. ( Took a few restores to get it right [ or so I thought] )
Thanks,
|
I don't understand your problem, sorry.
---------------------
Again, thanks to all those who have marked installed

.