vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Paypal Donations for vBulletin 3.0.7 (https://vborg.vbsupport.ru/showthread.php?t=82978)

mustang_lex 01-26-2006 03:45 PM

I have installed mine. Heres a few issues I'm hoping someone can help. BTW I have successfully sent a donation with my credit card so I know it works fine!! Awesome

1) I don't have a Paypal menu on the left in my adminCP. I do have one section under Vbulletin Options. I had to type in admincp/donation_admin.php to create my goal and button. If I could just have the template update I can do this mod.

2) I don't see anything by my user in postbits.

Besides that it works great. I did see a few errors during install but couldn't make heads or tails what it meant. Thanks :)

Mikecp421 01-26-2006 04:39 PM

I had the same issue that I stated on post 541 and susequently added my own link to the index.php file that relates to that url you stated. Thats how you have to do it. make up your own link.

mustang_lex 01-26-2006 06:36 PM

Cool. could you post the hack?

Or I did notice all the separet install php files. If I knew which one made the left hand menu addition I could just re-run that script.

Mikecp421 01-26-2006 08:19 PM

its not really a hack but a link to put that box in the admincp. Just go to your root folder in your ftp and go to admincp>index.php DL that and open it in a program that will allow you to edit, I prefer textpad and go to line 577 or thereabouts and the code should look like this;

Code:

        construct_nav_spacer();
        $printhr = false;
        if (can_administer('canadminsettings'))
        {
                $printhr = true;
                construct_nav_option($vbphrase['Donation MOD'], 'http://www.YOURSITE.com/admincp/donation_admin.php', '<br />');
                construct_nav_group("Donation MOD", '<hr />');

                construct_nav_option($vbphrase['vbulletin_options'], 'options.php?null=0', '<br />');
                if ($debug == 1)
                {
                        construct_nav_option($vbphrase['admin_help_manager'], 'help.php?do=manage&script=NOSCRIPT');
                }
                construct_nav_group($vbphrase['vbulletin_options'], '<hr />');
        }
        if ($printhr == true)
        {
                construct_nav_spacer();
        }

the green area is the link to the mod, now I am not a coder of any means, just good at relating other written stuff but I do have one issue with mine, while it gives me a link to the donation mod when you click on it you will see the drop down has an empty box, almost looks like nothing is there but you can click on the blank line, I dont quite know or have dedicated any real time to figuring out how to put the phrase "edit donation" in there. If you do maybe you can send it back to me but that should at least get you a link from the acp.

BiReL41r 01-26-2006 11:26 PM

I installed this hack but was having some problems...I'll find out what they were and come back.

contemptx 02-21-2006 02:16 PM

OK, i have installed this hack but the donation bar is not showing? it just shows an X? like no image link.

but it works on my other sites fine?

nogerorob 03-08-2006 06:41 AM

I installed this plugin and it works great. People should note that it doesn't post dollars until they've cleared at Paypal. I was confused at first. CC donations seem to go through right away, vs. Paypal echecks take a few days.

rob

oldfan 04-08-2006 12:03 AM

I changed my url, saved, transfer, etc...
For some reason when people donate, the addon doesn't work anymore.

xss illz 04-19-2006 06:56 PM

im getting this error

Code:

Fatal error: Call to a member function on a non-object in /home/xclus4/public_html/admincp/donation_install/donation_install_tables.php on line 17
can someone help me

wobbly 05-04-2006 11:35 AM

Quote:

Originally Posted by aranthorn
When using a module designed for the vBa CMPS v1 in v2, the default type doesn't carry over. So All I did was:

Go to your admincp--vBa CMPS--Edit Modules--Donations

In the dropdown list for 'Change Module Type' select PHP

File to include:
Code:

donate.php
Module parent:
Code:

none
Templates Used:
Code:

adv_portal_donate, adv_portal_donate_goals, adv_portal_donate_goals_user
Clean File Output
Code:

No
Those are my settings, works no problem-o :D

Still not working, Ive done everything but the block dont show up in my main page. Any other ideas?


All times are GMT. The time now is 03:19 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.02142 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
  • (6)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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