vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)

Detomah 10-31-2005 04:05 AM

Quote:

Originally Posted by divided_by_fear
its really not to hard to be honest... you have to go into the .xml file and for the title where it says "vBulletin" near the top, you have to change it to all lowercase "vbulletin", then resave... that makes it show up in admiccp.... reread my post i asked the same thing cause mine didnt show....

lol, that's one of those silly errors that could take forever to find. :o

Anyway thanks, you've just saved me a lot of time on that as I was wondering why it wasn't showing too. :)

evenmonkeys 10-31-2005 04:19 AM

I just ran the install and the admincp nav didn't come up. >_> Did I mis something? Everything else seems to be working. I did make the edit to the file.

DS MrSinister 10-31-2005 07:31 PM

Quote:

Originally Posted by xYarub
I just ran the install and the admincp nav didn't come up. >_> Did I mis something? Everything else seems to be working. I did make the edit to the file.


Here is the fix.

https://vborg.vbsupport.ru/showpost....&postcount=286

evenmonkeys 10-31-2005 10:59 PM

Ah. Thank you very much.

Case sensitivity > the donations hack.

DS MrSinister 10-31-2005 11:46 PM

now if i only can get the vba module template to work. can anyone help me out on this. so i can get this to work with 3.5 gold. the templates was from 3.0.X. not sure what i need to replace or remove.

any help would be great thanks.

adv_portal_donate

Code:


<!-- Donations Block -->

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
        <tr>
                <td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet] Donations</strong></span></td>
        </tr>
        $donate_goals_bits
        <if condition="$vboptions['showdonors'] == '1'">
                <if condition="$vboptions['toporlast'] == '1'">
                        <tr>
                                <td class="$getbgrow" align="center">
                                        Our Top $vboptions[donate_CMPS_users] Donors
                                        <div class="float: right">
                                                <span class="smallfont">
                                                        <a href="$vboptions[bburl]/alldonors.php">View All Donors</a>
                                                </span>
                                        </div>
                                        <hr />
                                        <table>
                                                $donate_goals_userbits
                                        </table>
                                </td>
                <else />
                        <tr>
                                <td class="$getbgrow" align="center">
                                        Our Last $vboptions[donate_CMPS_users] Donors
                                        <div class="float: right">
                                                <span class="smallfont">
                                                        <a href="$vboptions[bburl]/alldonors.php">View All Donors</a>
                                                </span>
                                        </div>
                                        <hr />
                                        <table>
                                                $donate_goals_userbits
                                        </table>
                                </td>
                </if>
        </if>
        </tr>
        <tr>
                <td class="$getbgrow" align="center">
                        <a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_button.gif" border="0"></a>
                </td>
        </tr>
</table>
<br />

<!-- End Donations Block -->

adv_portal_donate_goals

Code:


<tr>
        <td class="$getbgrow" align="center">
                $title
                <br />
                <img src="$vboptions[bburl]/includes/pp_image.php?fill=$vboptions[bar_fill_color]&border=$vboptions[bar_border_color]&background=$vboptions[bar_background_color]&percentage=$percentage&width=$vboptions[bar_width]&height=$vboptions[bar_height]">
                <br />
                $percentage% of goal has been donated
                <br />
                <br />
                We have collected a total of <if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">?<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$goal_total_formatted
                <br />
                in donations towards our goal of <if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">?<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$amount_formatted.
        </td>
</tr>

adv_portal_donate_goals_user

Code:

<if condition="$show_as_donor == '1'">
        <tr>
                <td>$donor_username</td>
                <td><if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">?<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$user_total</td>
        </tr>
</if>


dreck 11-01-2005 01:51 AM

<font color="Green">/me installs</font>

I will install this tomar, thanks!

RGSMDNR 11-01-2005 11:51 AM

how do i get it so the user has the donator under their name? its not showing up after they donate.

davidw 11-01-2005 02:23 PM

I was just playing around with this and here's something I've come up with. I combined all three into one, but there's a lot of variables I don't know at the moment (so here's a rough draft)...

adv_portal_donate
PHP Code:

<if condition="$vboptions['toporlast'] == '1'">
<
tr>
    <
td class="$getbgrowalign="center">Our Top $vboptions[donations_top_donorDonors
        
<div class="float: right">
            <
table>
                
$donate_goals_userbits
            
</table>
        <
span class="smallfont"><a href="$vboptions[bburl]/alldonors.php">View All Donors</a></span></div><hr />
    </
td>
</
tr>
</if>

<if 
condition="$vboptions['toporlast'] == '0'">
<
tr>
    <
td class="$getbgrowalign="center">Our Last $vboptions[donations_last_donorDonors
        
<div class="float: right">
            <
table>
                
$donate_goals_userbits
            
</table>
        <
span class="smallfont"><a href="$vboptions[bburl]/alldonors.php">View All Donors</a></span><hr />
    </
td>
</
tr>
</if>
    <
tr>
        <
td class="$getbgrowalign="center"><a href="$vboptions[bburl]/donate.php"><img src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" border="0"></a>
        </
td>
    </
tr>
<
br />

<
hr />

 <
tr>
    <
td class="$getbgrowalign="center">$title<br />
        <
img src="$vboptions[bburl]/includes/pp_image.php?fill=$vboptions[bar_fill_color]&border=$vboptions[bar_border_color]&background=$vboptions[bar_background_color]&percentage=$percentage&width=$vboptions[bar_width]&height=$vboptions[bar_height]">
        <
br />
        
$percentageof goal has been donated
        
<br />
        <
br />
        
We have collected a total of <if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">?<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$goal_total_formatted
        
<br />
        
in donations towards our goal of <if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">?<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$amount_formatted.
    </
td>
</
tr>

<
hr />

<if 
condition="$show_as_donor == '1'">
    <
tr>
        <
td>$donor_username</td>
        <
td><if condition="$vboptions['base_currency'] == 'USD' OR $vboptions['base_currency'] == 'AUD' OR $vboptions['base_currency'] == 'CAD'">$<else /><if condition="$vboptions['base_currency'] == 'EUR'">?<else /><if condition="$vboptions['base_currency'] == 'GBP'">?<else /><if condition="$vboptions['base_currency'] == 'JPY'">?</if></if></if></if>$user_total</td>
    </
tr>
</if> 


davidw 11-01-2005 02:28 PM

variables I'm unsure about on what is supposed to be used (or even where some go):

donations_top_donor
$donate_goals_userbits
donations_last_donor
$donate_goals_userbits
$goal_total_formatted
$amount_formatted
$user_total

divided_by_fear 11-01-2005 02:42 PM

i had to remove this cause when i looked at my member.php page it had it messed up major... the Last Activity: Today was all messed up along the side... in the member template it seemed to have 2 of the same codes back to back


All times are GMT. The time now is 04:57 PM.

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.02571 seconds
  • Memory Usage 1,803KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (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