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)

Ncturnal 12-27-2005 06:35 AM

Quote:

Originally Posted by RaceJunkie
Also there are now 4 out of date templates.

MEMBERINFO
Default Template Updated in 3.5.2 by Ed Sullivan
Your Custom Template Last Edited in 3.5.0 by Paypal Donations

modifyoptions
Default Template Updated in 3.5.1 by Kier
Your Custom Template Last Edited in 3.5.0 by Paypal Donations

postbit
Default Template Updated in 3.5.2 by Kier
Your Custom Template Last Edited in 3.5.0 by Paypal Donations

postbit_legacy
Default Template Updated in 3.5.2 by Kier
Your Custom Template Last Edited in 3.5.0 by Paypal Donations

Running Default vB Style on test board with no hacks version 3.5.2

Anyone have any ideas on the templates? I'd rather revert them and make the necessary changes manually. Any help would be much appreciated.

xOzzie 12-27-2005 12:08 PM

I don't have any "real" solutions but I did notice that after I installed a new skin, I now only have two templates (MEMBERINFO and modifyoptions) showing as needing modifications rather than the four that Ncturnal lists.

I don't mind making the mod if I knew what changes needed to be made.

The only changes between the MEMBERINFO template was the addition of
Code:

<td class="smallfont" valign="bottom" align="$stylevar[right]">
<!-- DONATIONS -->
            <if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></if></if>
<!-- END DONATIONS -->

the first line of which is a duplicate of the line just above.

xOzzie 12-27-2005 12:19 PM

Hey, I figured it out, at least for the MEMBERINFO and modifyoptions templates.

Go into the Find Updated Templates section under Style & Templates in admincp.

Find
Code:

<td class="smallfont" valign="bottom" align="$stylevar[right]">
there will be a second identical line just below it, followed by the DONATIONS section.

Just delete one of the duplicate lines. MEMBERINFO no longer is showing as needing modification. :)

For the modifyoptions template there is also a duplicate line.
Find
Code:

<if condition="$show['reputationoption']">
and delete the duplicate.

/edit - the other two templates appear unchanged. I just reverted them without any problems thus far. ;)

Willnot 12-31-2005 04:23 PM

Quote:

Originally Posted by xOzzie
Hey, I figured it out, at least for the MEMBERINFO and modifyoptions templates.

Go into the Find Updated Templates section under Style & Templates in admincp.

Find
Code:

<td class="smallfont" valign="bottom" align="$stylevar[right]">
there will be a second identical line just below it, followed by the DONATIONS section.

Just delete one of the duplicate lines. MEMBERINFO no longer is showing as needing modification. :)

For the modifyoptions template there is also a duplicate line.
Find
Code:

<if condition="$show['reputationoption']">
and delete the duplicate.

/edit - the other two templates appear unchanged. I just reverted them without any problems thus far. ;)

I've got it all working , with the exception of getting that DONOR picture to show up for the users that have donated. Highly annoying...I've made all the edits, it's just not working. Not a deal breaker, but certainly annoying.

SCRIPT3R 12-31-2005 04:52 PM

Quote:

Originally Posted by Willnot
I've got it all working , with the exception of getting that DONOR picture to show up for the users that have donated. Highly annoying...I've made all the edits, it's just not working. Not a deal breaker, but certainly annoying.

make sure your MEMBERINFO template has the following..
Quote:

<!-- DONATIONS -->
<if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></if></if>
<!-- END DONATIONS -->
then make sure you actually uploaded the GIF image to the correct directory.

Willnot 12-31-2005 05:40 PM

Quote:

Originally Posted by GearTripper
make sure your MEMBERINFO template has the following..

then make sure you actually uploaded the GIF image to the correct directory.

Yes on both counts but no go. Not a deal breaker, but frustrating.

jellybaby 12-31-2005 06:07 PM

Ive just upgraded to 3.5.2 and now have a white screen does anyone know whats causing this please?

Thanks :rolleyes:

grrrlromeo 12-31-2005 06:21 PM

I would prefer that the specific amount a donor has donated not be visible while still showing who has donated. Is this possible? I just want to give people who have donated equal props regardless of how much they donate.

Mith 12-31-2005 07:00 PM

Quote:

Originally Posted by Willnot
Yes on both counts but no go. Not a deal breaker, but frustrating.

iirc,

there are 2 fields in sql that you will probably need to change manually if you want to show members

The table is vb3_users (vb3 is what my prefix is, yours may be different)

find:

donor
showdonor

for all the people that have donated, set those two fields to 1

(donor is if the person is a donor, showdonor is relative to the checkbox in the users cp)

Quote:

Originally Posted by jellybaby
Ive just upgraded to 3.5.2 and now have a white screen does anyone know whats causing this please?

re-install the templates, that fixes the white screens for me after upgrades.

A useful tip for anyone that has a lot of donors etc set up, but wants to uninstall / reinstall without losing all their info, backup the following tables in myphpadmin or whatever system you use:
vb3_donation_buttons
vb3_donation_currency_exchange
vb3_donation_donors
vb3_donation_goals
vb3_donation_paypalipn
when you do a reinstall, just load the saved sql back up and all your buttons, donors etc are all back as they were ( i can't be held responsible if you don't do this correctly!)

For peoples general info, I use the plugin version of donations, which i find is a lot better when upgrading etc. (I think it can be found around page 10 of this thread)
I have no problems with it on Vb 3.5.2

Hope that helps some folks

mackers8923 12-31-2005 09:59 PM

What do I need to edit to have these amounts both showing the same?

bashy 12-31-2005 10:08 PM

Im glad your Goal Bar still works....mine still aint working :(
Turn it off was the fix :(

Bashy

Happy New Year

MB Dreamz 01-01-2006 10:22 PM

I'm not sure if it's been coverd yet in this thread, but some of my members are questioning why they should have to pay tax if they're in the same state? Are donations taxable?

mholtum 01-01-2006 10:36 PM

Quote:

Originally Posted by DanKao
I'm not sure if it's been coverd yet in this thread, but some of my members are questioning why they should have to pay tax if they're in the same state? Are donations taxable?

Depends on the state. Some states tax everything. Some states dont tax "service".

Plus, since they are in the same state they would have to pay tax. If they lived out of state then they might not.

MB Dreamz 01-02-2006 12:39 AM

Thank you sir!

iTaLiAnBoY165 01-02-2006 03:49 AM

all my isntalation was succesfully. but when i go to th admin cp
itry to look in the admin tools in the left side of the the window nothning appaers . there is no such as option toplace a meta???

can anyone help me out..

Ncturnal 01-02-2006 03:58 AM

iTaLiAnBoY165, here's the fix.

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

LBSources 01-02-2006 03:58 AM

Quote:

Originally Posted by iTaLiAnBoY165
all my isntalation was succesfully. but when i go to th admin cp
itry to look in the admin tools in the left side of the the window nothning appaers . there is no such as option toplace a meta???

can anyone help me out..

ya didnt read far enough before posting :ermm:

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

iTaLiAnBoY165 01-02-2006 04:04 AM

Quote:

Originally Posted by LBSources
ya didnt read far enough before posting :ermm:

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

Quote:

Originally Posted by Ncturnal


Thanks so much guys.!!!
and sorry about that.!!
i really apresiate it.:D:D :nervous:

Snake 01-02-2006 06:47 AM

Is this going to work fine on 3.5.2?

LBSources 01-02-2006 01:02 PM

Aftermath, yep :)

Lenny

Eddymvp 01-02-2006 11:05 PM

for some reason I don't get the menu option on admincp and i allowed all the steps correctly.
How do I add the donations?

DS MrSinister 01-03-2006 01:51 AM

try this one

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

MB Dreamz 01-03-2006 08:42 PM

I've seen this question asked 2 or 3 times in this thread, but no one has really come up with a solution. It would be nice to upgrade the donor's usergroup after they donate, like to a special membership level, ie more privileges, etc. Can someone figure this out? Thanks.

Synth 01-03-2006 08:48 PM

That would be nice, you could just add them to a speacial group yourself

Ncturnal 01-03-2006 08:49 PM

Quote:

Originally Posted by DanKao
I've seen this question asked 2 or 3 times in this thread, but no one has really come up with a solution. It would be nice to upgrade the donor's usergroup after they donate, like to a special membership level, ie more privileges, etc. Can someone figure this out? Thanks.

While I agree that would be nice, it's very unlikely to happen as there is no support for this hack. I'm sure it's feasible to do because the built-in subscription function in vBulletin will do it.

Trana 01-04-2006 01:22 AM

If this is an upgrade, why did it automatically delete all of my previous donor records (from 3.0.7).

Also, can anyone suggest what I should be checking if my CMPS module gives me a blank page whenever it is enabled?

Thanks!

Mith 01-04-2006 09:57 AM

It is one of the problems with the upgrade script, it actually does uninstall the tables you need.... ask the ever silent cloudrunner why it does that by design, we are still hoping there is some good coder out there that can update a few probs with the way he has done things.

Of course, you backed up your database before you upgraded... so its easy to restore your users goals and buttons to their former glory:

Read this thread which tells you which tables you need to restore:
https://vborg.vbsupport.ru/showpost.php?p=861377&postcount=689

If you didn't backup your DB before your upgrade, well your a bit up the creek.

If you are getting a "white page" when you click on your donations link
Reinstall the templates (there is an option to reinstall templates, if you run the install script iirc)

The VBa CMPS module was only for 3.07. Cloudrunner did not include a new updated version for this newer version.

Another member however got the functionality to work,

it can be found here:
https://vborg.vbsupport.ru/showpost.php?p=816754&postcount=370
You may need to go a bit back and forward from post #370, as i remember there were a couple of problems but all fixed around there.


the instructions for adding links to donations can be found here:
https://vborg.vbsupport.ru/showpost.php?p=806309&postcount=310


The admincp not showing up:
Head to /forum/includes/xml and edit cpnav_paypal_donations.xml

Find:

Code:


<?xml version="1.0" encoding="ISO-8859-1"?><navgroups product="vBulletin">

Replace with:
Code:


<?xml version="1.0" encoding="ISO-8859-1"?><navgroups product="vbulletin">

For anyone installing for first time, I would reccomend installing the Plugin version of this hack, and doing the template changes manually.
(its much safer this way!)

See this thread:
https://vborg.vbsupport.ru/showpost.php?p=762511&postcount=119

Trana 01-05-2006 02:22 AM

Thanks for the response!

OK, so I have a backup of the databases, I can restore them (I'm actually doing this on a test BB to work out all my 3.0.7-3.5.1 problems).

I am still having a problem with the CMPS module. I checked the settings, and repasted the templates as per post #370, but every time I enable the module I only get a blank screen. As an FYI, when I load donate.php I do get the script to run, so I know the script itself is not the problem, it just seems like CMPS is screwed up.

This is my first non-standard module for CMPS after upgrading to 3.5. Does anyone have any suggestions for what I should check? I have no idea how to troubleshoot CMPS module problems.

Thanks!

Cork 01-05-2006 02:44 AM

ok,,can someone tell where to donate please, i have paypal,,,,,,im new at this and still in vb diapers,but i belive in supporting,,,im on disability,,,,but i can send a few bucks.
after all,,i need all the help i can get on building my forum,,,,,lol please send me addy to send donation.:ermm:

DS MrSinister 01-05-2006 03:50 AM

Quote:

Originally Posted by Trana
Thanks for the response!

OK, so I have a backup of the databases, I can restore them (I'm actually doing this on a test BB to work out all my 3.0.7-3.5.1 problems).

I am still having a problem with the CMPS module. I checked the settings, and repasted the templates as per post #370, but every time I enable the module I only get a blank screen. As an FYI, when I load donate.php I do get the script to run, so I know the script itself is not the problem, it just seems like CMPS is screwed up.

This is my first non-standard module for CMPS after upgrading to 3.5. Does anyone have any suggestions for what I should check? I have no idea how to troubleshoot CMPS module problems.

Thanks!

I have updated post 370. see if this helps at all..

Admincp > vBa CMPS > Add Module > PHP File

Module Title: Donations
Column: left or right
Display Order: Up to you.
Active: yes
File to Include: donate.php
Templates Used: adv_portal_donate, adv_portal_donate_goals, adv_portal_donate_goals_user

Trana 01-05-2006 04:21 AM

DS,

Thanks for the help.

Did you change the templates at all in your recent revision? I didn't compare them with the previous version.

I deleted the donate module and readded it per your instructions and the page is still coming up blank.

What a PITA. This worked fine under 3.0.7 and it is the only thing I have not gotten to work with 3.5.1.

Thanks again.

Trana 01-05-2006 04:22 AM

Cork,

Send a donation to whoever helps you if you get stuck. Do not donate to the script author as he is not supporting it and has left many bugs unresolved.

DS MrSinister 01-05-2006 04:27 AM

Quote:

Originally Posted by Trana
DS,

Thanks for the help.

Did you change the templates at all in your recent revision? I didn't compare them with the previous version.

I deleted the donate module and readded it per your instructions and the page is still coming up blank.

What a PITA. This worked fine under 3.0.7 and it is the only thing I have not gotten to work with 3.5.1.

Thanks again.

the templates are the same..not sure if they are the same as version 3.0.7 just added how to add the module. which i forgot to do. did you downloaded the donate.php that i attach? I am running vb 3.5.3....

http://www.sinisterslair.com
test
test

Trana 01-05-2006 04:30 AM

Yes, I downloaded and then readded it as per your instructions. It is still a blank page.

DS MrSinister 01-05-2006 04:39 AM

what version of vba cmps are you running?

Cork 01-05-2006 01:05 PM

Oh I apologize.. for my ignorance, I thought this was for donations,my bad thank you Trana..
Quote:

Originally Posted by Trana
Cork,

Send a donation to whoever helps you if you get stuck. Do not donate to the script author as he is not supporting it and has left many bugs unresolved.


jellybaby 01-07-2006 01:52 PM

So can I just confirm, I just upgraded to the latest forum version and now this isnt working for me. In fact when I do donate.php its also not working either. What in the recent upgrade will have caused this and what can I do to get donate.php to work again?

Mith 01-07-2006 02:30 PM

Quote:

Originally Posted by jellybaby
So can I just confirm, I just upgraded to the latest forum version and now this isnt working for me. In fact when I do donate.php its also not working either. What in the recent upgrade will have caused this and what can I do to get donate.php to work again?

Read this thread:
https://vborg.vbsupport.ru/showpost.php?p=864129&postcount=707

Namely the
Quote:

If you are getting a "white page" when you click on your donations link
Reinstall the templates (there is an option to reinstall templates, if you run the install script iirc)
this however may mess up the look of some of the templates, beacause it can double up some of the changes made in the templates... namely memberinfo template, and some double up of certain icons (like the postbit donator icon in some cases)

I have just upgraded to VB 3.5.3 and this is the first time I have not had to make any changes to my donations, because I am using theplugin version as linked in my post above...
Basically the plugin version has a few of the minor bugs removed... (the vBulletin-vbulletin iirc)
It performs all the install steps for you.
the only thing you need to do yourself is the manual template changes

If you plan on using that version, you need to completely uninstall the original version and any associated template changes AND backup the correct fields from your SQL before you import the new product.

It may help for an admin to create a new thread with the plugin version on it... we can then help out there rather than getting all muddled up here.

Hope this helps some of you....

docvader 01-07-2006 06:13 PM

"make sure your MEMBERINFO template has the following..

then make sure you actually uploaded the GIF image to the correct directory."

Quote:

Originally Posted by Willnot
Yes on both counts but no go. Not a deal breaker, but frustrating.

Anyone get this to show the donor button on the memberinfo page? I can't.

rich

DS MrSinister 01-07-2006 06:21 PM

in MEMBERINFO template

find

Code:

<td class="smallfont" valign="bottom" align="$stylevar[right]">
add below

Code:

<!-- DONATIONS -->
                        <if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></if></if>
<!-- END DONATIONS -->

see if this works


All times are GMT. The time now is 06:28 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.02520 seconds
  • Memory Usage 1,859KB
  • 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
  • (9)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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