View Full Version : vBadvanced CMPS Donations Module Add-On
SCRIPT3R
02-28-2007, 10:00 PM
vBAdvanced Donations Module Add-On...
Installation:
download donations.zip & extract donations.module
AdminCP >> vBa CMPS >> Download / Upload Module >> donations.moduleRequirements:
vBadvanced CMPS (http://www.vbadvanced.com/products.php?do=productinfo&p=4)
PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)
Support/Updates:
Please click Mark as Installed for support and so that you will be notified instantly upon any major updates.
SCRIPT3R
03-01-2007, 04:05 PM
Brought over here by request...
Requirements:
vBadvanced CMPS (http://www.vbadvanced.com/products.php?do=productinfo&p=4)
PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)Support:
Click Mark as Installed for support. I'll provide as much support as I can for this, including any customized buttons if your style's PSD button is provided.
hotmasala4u
03-01-2007, 06:18 PM
Can u use in v3.6.4???
SCRIPT3R
03-01-2007, 06:57 PM
Can u use in v3.6.4???
vBadvanced CMPS 2.1.0 (vB 3.5) - verified
vBadvanced CMPS 2.2.1 (vB 3.6) - unverified
cashpath
03-01-2007, 10:43 PM
Are you going to make one for 3.6?
SCRIPT3R
03-01-2007, 10:44 PM
Are you going to make one for 3.6?
yup, working on it this evening as time permits. it will be released as an Add-On for PayPal Donations For vBulletin 3.6.0 (https://vborg.vbsupport.ru/showthread.php?t=140856).
nyqnzguju
07-10-2007, 12:59 PM
doest this hack support v3.6.7
SCRIPT3R
07-10-2007, 03:32 PM
doest this hack support v3.6.7
this is an add-on only; vBadvanced CMPS Donations Module Add-On (https://vborg.vbsupport.ru/showthread.php?t=140869) (3.6.x)
nyqnzguju
07-10-2007, 03:46 PM
How can i get a donation system like the picture bellow
http://maxupload.com/img/4842DC54.png
SCRIPT3R
07-10-2007, 05:08 PM
that's the following hack (PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)).
nyqnzguju
07-11-2007, 08:20 PM
that's the following hack (PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)).
BUT DOESN'T SUPPORT V3.6.7
SCRIPT3R
07-11-2007, 09:59 PM
BUT DOESN'T SUPPORT V3.6.7
you're posting in the 3.5.x section. on a side note, the hack does work in vB 3.6.x sometimes with some work. i believe if you read the whole thread or at least the last several pages, you'll see a few users are currently supporting it.
Roachy
07-14-2007, 01:16 AM
I know this is kind of the wrong section (3.5) but I was wondering if there was an easy way to change the text color on the module. We have a rather dark background and it's hard to see the black text.
Refer to the top-most, right-most module at http://www.goochassassins.org/
SCRIPT3R
07-14-2007, 02:18 AM
yes, you are able to alter the text color in various ways... CSS, html, and whatnot.
Support/Updates:
Please click Mark as Installed for support and so that you will be notified instantly upon any major updates.
Roachy
07-15-2007, 10:34 PM
Forgive my noobiness, but the only way I really know how to change stuff inside a module like this is to go and manually edit the php file from which it pulls it's content, which in this case, is donate.php.
But that file is nothing but vb code too advanced for myself. If I really can change the text color in question, would someone be kind enough to point me in the direction of some lesser code (html, css) that would affect the appropriate text? I'm really not sure how to handle this issue, the problem seems to lie too deep in the code for me to solve.
Thanks anyone,
sinisterpain
07-16-2007, 08:31 PM
Forgive my noobiness, but the only way I really know how to change stuff inside a module like this is to go and manually edit the php file from which it pulls it's content, which in this case, is donate.php.
But that file is nothing but vb code too advanced for myself. If I really can change the text color in question, would someone be kind enough to point me in the direction of some lesser code (html, css) that would affect the appropriate text? I'm really not sure how to handle this issue, the problem seems to lie too deep in the code for me to solve.
Thanks anyone,
The font and colors in the module have nothing to due with editing php files. It has everything to due with the donation module template.
Just from looking at your donations block you or someone else already altered the original donation module template with custom changes. Its not due to the author's original template or code.
From what I can tell of your skin you did not set <td class= ""> to anything in the template.
try this
<td class="alt2">
dizzine
09-25-2007, 11:50 AM
how do i remove the [Ranked by Total Donated] column..?
would rather it was not known who donated what amount..just want to show the users that did donate but no specifics..
many thanks for this great add-on..
sinisterpain
09-25-2007, 08:19 PM
The ranked total donated is in the paypal 3.5 mod templates. If you wish to get rid of the amount on the CMPS module and just show the user
you will need to edit the template adv_portal_donate_goals_user and remove
<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>
rollinjunk
10-03-2007, 05:43 PM
i just got this error message
Database error in vBulletin 3.6.8:
Invalid SQL:
SELECT donor.userid, donor.total, user.username, user.showdonor
FROM donation_donors AS donor
LEFT JOIN user AS user ON(user.userid = donor.userid)
WHERE donor.userid != '0'
ORDER BY total DESC
LIMIT 0,3;
MySQL Error : Table 'bapetalk2vbull.donation_donors' doesn't exist
Error Number : 1146
Date : Wednesday, October 3rd 2007 @ 01:41:30 PM
Script : http://bapetalk2.com/cmps_index.php
Referrer :
IP Address : 66.108.233.115
Username : rollinjunk
Classname : vB_Database
sinisterpain
10-03-2007, 08:34 PM
do you have paypal donation 3.5 installed? This is and addon for that mod
MissKalunji
06-30-2009, 09:34 PM
to fix the uninstall problem when you get the showdonor error
there is 4 plugin under vbulletin that you have to manually delete : wol ones
intheghost1
08-10-2012, 08:05 AM
Thank you very much. I will use this module.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.