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)
-   -   vBadvanced CMPS Donations Module Add-On (https://vborg.vbsupport.ru/showthread.php?t=140826)

SCRIPT3R 02-28-2007 10:00 PM

vBadvanced CMPS Donations Module Add-On
 
vBAdvanced Donations Module Add-On...

Installation:
  1. download donations.zip & extract donations.module
  2. AdminCP >> vBa CMPS >> Download / Upload Module >> donations.module
Requirements: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: 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

Quote:

Originally Posted by hotmasala4u (Post 1193544)
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

Quote:

Originally Posted by cashpath (Post 1193732)
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.

nyqnzguju 07-10-2007 12:59 PM

doest this hack support v3.6.7

SCRIPT3R 07-10-2007 03:32 PM

Quote:

Originally Posted by nyqnzguju (Post 1287559)
doest this hack support v3.6.7

this is an add-on only; vBadvanced CMPS Donations Module Add-On (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).

nyqnzguju 07-11-2007 08:20 PM

Quote:

Originally Posted by GearTripper (Post 1287730)
that's the following hack (PayPal Donations For vBulletin 3.5.0).


BUT DOESN'T SUPPORT V3.6.7

SCRIPT3R 07-11-2007 09:59 PM

Quote:

Originally Posted by nyqnzguju (Post 1288587)
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

Quote:

Originally Posted by Roachy (Post 1292236)
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
Code:

<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

Code:

<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.


All times are GMT. The time now is 03:28 AM.

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.01132 seconds
  • Memory Usage 1,764KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (22)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete