Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

Reply
 
Thread Tools
vBadvanced CMPS Donations Module Add-On Details »»
vBadvanced CMPS Donations Module Add-On
Version: 1.00, by SCRIPT3R SCRIPT3R is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 03-01-2007 Last Update: Never Installs: 46
 
No support by the author.

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.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-14-2007, 05:33 PM
aakhan136 aakhan136 is offline
 
Join Date: Nov 2006
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #23  
Old 07-16-2007, 04:03 PM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So nothing for 3.6.7 yet?

SVT
Reply With Quote
  #24  
Old 07-16-2007, 04:12 PM
SCRIPT3R SCRIPT3R is offline
 
Join Date: Jan 2005
Posts: 1,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cloudrunner View Post
As was placed in the original threads, I give full permission to port, hack and/or otherwise modify my original work as I no longer have the ability or time to dedicate to the mod. From what I have seen elsewhere, GearTripper, you have my full confidence and permission to flat out ignore what anyone else says about permissions on my previous works. Feel free to modify, port, rework and release or not, as you please.

Cloudrunner
not sure why i missed this the other day... i appreciate you posting that.

Quote:
Originally Posted by SVTCobraLTD View Post
So nothing for 3.6.7 yet?

SVT
there was, but i stopped work on the project due to all the flames and thread-crapping i was getting when i released if for 3.6.x. i eventually just removed the whole hack and thread. i'm at work now and don't have access to my files at home. i'm not even sure if i still have them or not, but i'll check.
Reply With Quote
  #25  
Old 08-01-2007, 09:38 PM
krustyx krustyx is offline
 
Join Date: Jul 2007
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where can i modify the language and create french translation for this? Thank you
Reply With Quote
  #26  
Old 08-01-2007, 11:37 PM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by krustyx View Post
where can i modify the language and create french translation for this? Thank you
You would have to change the phrases in the paypal donations 3.5 mod
Reply With Quote
  #27  
Old 08-02-2007, 02:06 AM
krustyx krustyx is offline
 
Join Date: Jul 2007
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sinisterpain View Post
You would have to change the phrases in the paypal donations 3.5 mod
yeah, i am trying to find the specific place and i cant
Reply With Quote
  #28  
Old 08-02-2007, 02:22 AM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All phrases are in the XML file
Reply With Quote
  #29  
Old 11-13-2007, 05:24 AM
sinistergaming's Avatar
sinistergaming sinistergaming is offline
 
Join Date: Jan 2007
Location: WorldWide
Posts: 83
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got it running on vb 3.6.8
what i had to do is manually enter this into my database..

using phpmyadmin
open your vb database..
view structure of vbphrasetype..
add 1 field to the end of table (phrasetypeid) VARCHAR
save.

now the installation for PayPal Donations For vBulletin 3.5.0 will complete without database error.(so long as a previous installation attempt does not interfere. the uninstall does not remove the cronjob, you may need to remove it manually)

after i finished the install.
i used the attached xml to get the phrases in the admin cp. and it works fine.

I have also modified the module (donate.php) to include latest subscribers.
for this you will need to install this....
(vBaCMPS Recent Subscribers PLUS Donate Button Module)

to add this to the donate module
you will need to edit your ./modules/donate.php i have it attached as well.
and include these templates to the donations module
adv_portal_subscribers
subscribers_bit

my adv_portal_subscribers is edited from the original

Code:
<tr>
  <td class="$getbgrow" align="center"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<a href="{$vbulletin->options[bburl]}/payments.php" title="Be A Supporting Member" class="style1">Become A Subscriber Today</a>
<br>
<center>Latest Subscribers </center></strong></div>
<span class="smallfont">

<table cellpadding="0" cellspacing="0" border="0" width="100%"> 
<tr>
<td width="100%">
<table cellpadding="2" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> 
<center>$subscribers_bit</center>
</table></td></tr></table>

</span>
</td>
</tr>
as you can see all the paypal stuff is removed from the particular template.
Reply With Quote
  #30  
Old 12-29-2007, 10:26 AM
CypherSTL CypherSTL is offline
 
Join Date: Mar 2006
Location: St. Charles, MO
Posts: 306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you get the color progress bar? It is not in the default module install that I can see.

BTW...this works on 3.7 beta 3 along with the zip from Andreas
Reply With Quote
  #31  
Old 12-29-2007, 11:49 AM
sinisterpain's Avatar
sinisterpain sinisterpain is offline
 
Join Date: Feb 2006
Location: New Hampshire
Posts: 571
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Its part of the 3.5 paypal mod, you need to have GD libraries installed.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:01 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.04803 seconds
  • Memory Usage 2,303KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete