vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - VSa - PayPal Donate (https://vborg.vbsupport.ru/showthread.php?t=236480)

udomueller 05-22-2012 10:16 PM

Please add an option caneditlist so that not only the admin can edit donations!

whitey92lx 05-23-2012 01:37 PM

I upgraded the XML file just before I upgraded from VB 4.1.12 to Vb 4.2.0. It worked fine before I upgraded but now it doesnt show up on the navbar with 4.2.0. I tried to re-upload the xml file again and still no luck.

masterross 05-23-2012 01:53 PM

Hi Valter,

Could you include option for showing total donations per user?
I wrote this code to show the Total donations per user in Postbit:

Product: VSa - PayPal Donate
Hook Location: postbit_display_start
Title: total_don

PHP Code:

if ($this->post['userid'])
                {
    global 
$db$vbulletin;
                    
$userdon $db->query_read("
                        SELECT userid, SUM(amount) AS TotalDon
                        FROM " 
TABLE_PREFIX "vsa_ppdonate
                        WHERE (userid = "
.$this->post['userid'].") AND (confirmed=1)
                        GROUP BY userid
                    "
);
                
                    while (
$array $db->fetch_array($userdon))
                        {
                        
$post['total_dons'] = $array['TotalDon'];
                        }  


                } 

In postbit I use:
Code:

<vb:if condition="$post['total_dons']"><dt>Donated so far</dt> <dd> ${vb:raw post.total_dons}</dd></vb:if>
P.S>
Maybe you could include the Top Donators in your Advanced Stats too?


Regards,
Ross

Deathjam 05-23-2012 02:05 PM

can this be made to use paypals ipn?

whitey92lx 05-24-2012 08:18 PM

The Lime green "Donate" link is not showing up in my navbar after the 4.2.0 upgrade and new XML upgrade.

MB Meacham 05-24-2012 08:58 PM

I'm working on a plugin and lost the nav links under the navtabs, what did yo have to change to make yours work in this plugin?

Nelson58 05-27-2012 07:36 PM

Installed in VB 4.2, got this error:

XML Error: Not well-formed (invalid token) at Line 1

How do I fix this?

Thanks,

Nelson

Valter 05-28-2012 07:18 AM

Use original XML.

Nelson58 05-28-2012 03:00 PM

Quote:

Originally Posted by Valter (Post 2333811)
Use original XML.

Valter,

I am hoping please you could help me.

I changed servers, and the mod was not working. I uninstalled it and reloaded it (wrong thing to do).

All previous data was lost. However, I have a backup from before I changed servers.
Which files can I overwrite to try to get my data back?

Thanks!! (Danke!!)


Nelson

Hippy 05-28-2012 03:44 PM

Quote:

Originally Posted by Allthumbz (Post 2333900)
Valter,

I am hoping please you could help me.

I changed servers, and the mod was not working. I uninstalled it and reloaded it (wrong thing to do).

All previous data was lost. However, I have a backup from before I changed servers.
Which files can I overwrite to try to get my data back?

Thanks!! (Danke!!)


Nelson

Ill take care of it while I am fixing the downloads ;)

Never uninstall.. you will (as you see ) all data..
ask before or just over write the xml


All times are GMT. The time now is 09:51 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.03862 seconds
  • Memory Usage 1,746KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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