Thread: vBulletin CMS Widgets - Widget - Donations / Forum Sidebar - Donations
View Single Post
  #40  
Old 01-01-2010, 02:38 PM
IR15H IR15H is offline
 
Join Date: Feb 2007
Location: England
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Bouncer222 View Post
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 View Post
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 View Post
A donation goal bar would be great if it's possible because other versions still have not been updated.
Quote:
Originally Posted by Bouncer222 View Post
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 View Post
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;
  1. 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
        }
  2. 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 &pound;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 View Post
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 .
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01111 seconds
  • Memory Usage 1,798KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (2)bbcode_html
  • (7)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete