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)

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


All times are GMT. The time now is 01: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.01034 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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