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)
-   -   PayPal Donations For vBulletin 3.5.0 (https://vborg.vbsupport.ru/showthread.php?t=91567)

SCRIPT3R 04-24-2006 12:50 AM

Quote:

Originally Posted by Tyegurl
you mean to tell me that you all have never once asked for help? this is how you treat someone who does? incredible.

i'm not sure if this was directed towards me or not, but anyone should feel free to ask for help. remember that there are no stupid questions, just stupid people. your statements remind me of someone who has to do a project that has a book of instruction, but rather then read the instructions completely, you just jump right in and ask for help. there are many pages of instruction for this particular hack that should be read to avoid the same questions popping up over and over again.

vbreal 04-24-2006 01:11 AM

Quote:

Originally Posted by GearTripper
i'm not sure if this was directed towards me or not, but anyone should feel free to ask for help. remember that there are no stupid questions, just stupid people. your statements remind me of someone who has to do a project that has a book of instruction, but rather then read the instructions completely, you just jump right in and ask for help. there are many pages of instruction for this particular hack that should be read to avoid the same questions popping up over and over again.

man 70 pages is alot to read. when u can just ask a question ad someone can answer it. i can see if it was 10 pages. when i first installed this i read pages 1 - 55 at least once some more. its alot of ish that don't even pertain to what u looking for. then by page 20 ur eyes are all watery and u tired and u may over look what u looking for. or u may not know enough
to realize u just read the answer. knowing what i know now that happened to me a lot when i first started.

Tyegurl 04-24-2006 01:30 AM

anyways back to helping people. just thought i would point out a little common decency and a little less rude would go a long way. i do knkow how to search and i searched and still had to ask....

searching is only as good as the keywords you use.....i searched for an error i got only to find out it didn't exist...but it really did.....found it in the posts word for word...and i put it in the search word for word....only thing is my error #...example "error 5678idon't" understand why i get this....that doesn't come up as error 5678 lol...anyways like i said...search is as good as the key words and the posts. secondly enough about petty little comments....

on to helping people if i can.

SCRIPT3R 04-24-2006 02:04 AM

Quote:

Originally Posted by Real Talk
man 70 pages is alot to read. when u can just ask a question ad someone can answer it. i can see if it was 10 pages. when i first installed this i read pages 1 - 55 at least once some more. its alot of ish that don't even pertain to what u looking for. then by page 20 ur eyes are all watery and u tired and u may over look what u looking for. or u may not know enough
to realize u just read the answer. knowing what i know now that happened to me a lot when i first started.

kinda like how cell phones today have huge instructions BOOKS you have to read to understand everything. i guess people shouldn't read those either? how 'bout new digital cameras with huge instruction books - maybe nobody should read those? why do you think people take the time to write those instructions? why do you think soo many of us have taken the time to write out posts that solve 90% of all questions asked thus far? so that people can READ them and get the answers. i'm shocked this is such a difficult concept for soo many people.

SCRIPT3R 04-24-2006 02:08 AM

Quote:

Originally Posted by Tyegurl
just thought i would point out a little common decency and a little less rude would go a long way.

as have i and many others multiple times already... now it's time for newbies to do their homework rather then just ask for the anwers... hell, the answers are already here - just search for them. as for your numerical error that didn't match up - each database is different and will produce a myriad of different error configurations. you just need to learn how to refine your searches to be more inclusive and less exclusive.

Trana 04-24-2006 02:33 AM

Honestly, if you want to install the hack, you can buzz through the 50+ pages of responses here. For any hack I now read the entire thread. There are a lot of details and cool recommendations in these threads that don't make it into the final code or install.txt.

It is a GOOD habit to develop, don't just install something based on the description and don't expect things to install and work right out of the box.

jodycwilliams 04-24-2006 03:53 PM

Great hack! installed and going!

Tyegurl 04-24-2006 04:03 PM

oh well obviously you two are content being snide. so be it.

i will gladly help if needed...and if i know how lol...

jim6763nva 04-26-2006 07:41 AM

Quote:

Originally Posted by Rich
Hello,

If anyone needs it, here are instructions for adding links to your donations page.

It includes how to add a link to your navbar, quicklinks in navbar, and the footer.

See attachment for instructions.

If you have more ideas or want to know how to add links to other areas of the site, let me know via PM.

You might want to add to this -- how to add to the "Site Navigation" links block on the left since my main navbar is getting a bit crowded and I really don't want to add a second navbar right now.

Thanks,
Jim

Tyegurl 04-27-2006 12:08 AM

Quote:

Originally Posted by jim6763nva
You might want to add to this -- how to add to the "Site Navigation" links block on the left since my main navbar is getting a bit crowded and I really don't want to add a second navbar right now.

Thanks,
Jim


how about a dropdown menu like "quicklinks" thats what i did...want the info for that?? i will post it.. just get rid of all the links you want n the navbar and add them to a dropdown instead...looks much nicer!

Tyegurl 04-27-2006 12:19 AM

Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Navigation / Breadcrumb Templates -> navbar

Find this code and add the green code:

Code:

                <if condition="$show['popups']">               
                        <if condition="$show['searchbuttons']">
                                <if condition="$show['member']">
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
                                <else />
                                <td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
                                </if>
                                <td id="navbar_search" class="vbmenu_control"><a href="search.php?$session[sessionurl]" accesskey="4">$vbphrase[search]</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
                        </if>
                        <if condition="$bbuserinfo['userid']">
                                <td id="usercptools" class="vbmenu_control"><a href="#usercptools">$vbphrase[quick_links]</a> <script type="text/javascript"> vbmenu_register("usercptools"); </script></td>               
                        </if>
                        <td id="mypopupmenu" class="vbmenu_control"><a href="#mypopupmenu">MENU TITLE</a> <script type="text/javascript"> vbmenu_register("mypopupmenu"); </script></td>                <else />               
                        <if condition="$show['searchbuttons']">

Change the MENU TITLE appropriately.

Then in that same template, scroll to the very bottom. Add the the green code:

Code:

                </table>
        </div>
        <!-- / user cp tools menu -->
        </if>

        <!-- mypopupmenu -->
        <div class="vbmenu_popup" id="mypopupmenu_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
               
                <tr><td class="thead">MENU TITLE</td></tr>       
       
                <tr><td class="vbmenu_option"><a href="URL">LINKED TEXT</a></td></tr>
                </table>
        </div>
        <!-- / mypopupmenu -->

<!-- / NAVBAR POPUP MENUS -->
</if>

Change the MENU TITLE, URL, and LINKED TEXT appropriately. Add more instances of the black code within the green code to add more links to the popup menu.

Or to add more popup menu redo the steps adding the code again and changing mypopmenu to mypopupmenu2 and then all the other one associated with it ;)

Originally posted in vBulletin.com by Jake Bunce

jim6763nva 04-27-2006 01:19 AM

Quote:

Originally Posted by Tyegurl
how about a dropdown menu like "quicklinks" thats what i did...want the info for that?? i will post it.. just get rid of all the links you want n the navbar and add them to a dropdown instead...looks much nicer!

Sure, sounds good to me! :) Thanks

Jim

Bhuwan 04-30-2006 12:03 AM

I think it's poossible that adding a guest donor doesn't seem to work.

bashy 04-30-2006 09:16 PM

Hi peeps

I have recently moved server, due to loosing some stuff during the moved i have had to reinstall this hack, since doing this the Donations menu in admincip on the left aint showing (all files uploaded more than 3 times now)
The settings in the Options are there just not the block where you add goals and buttons and what have you....

Please help if you can :)

ps... did a search and nothing stood out at me :(

Tyegurl 04-30-2006 09:21 PM

Quote:

Originally Posted by bashy
Hi peeps

I have recently moved server, due to loosing some stuff during the moved i have had to reinstall this hack, since doing this the Donations menu in admincip on the left aint showing (all files uploaded more than 3 times now)
The settings in the Options are there just not the block where you add goals and buttons and what have you....

Please help if you can :)

ps... did a search and nothing stood out at me :(


you have to edit the cpnav file hold on i will find the exact one...

Tyegurl 04-30-2006 09:22 PM

Quote:

Originally Posted by Real Talk
thanks just saw that started from page 1 got to 20 and didnt see anything

if anyone is having the problem of the button not showing up do the following edit.

Code:

In the cpnav_paypal_donations.xml
 
replace this
<navgroups product="vBulletin">
 
With
<navgroups product="vbulletin">


vBulletin needs to have a lower case b so it would be vbulletin instead. and its right at the top of the file ;)

bashy 04-30-2006 09:27 PM

Wow...To be honest i can remember doing that the last time now :o

Thanks alot, wish all peeps were as helpfull when a memebr struggles
Well done thanks again

Bhuwan 05-01-2006 11:08 PM

ok...the guest donor doesnt update the counters

more importatnly, hw do you make this reset every month? i.e. makedonated amt go back to 0 each month

SCRIPT3R 05-04-2006 04:33 PM

Quote:

Originally Posted by Bhuwan
ok...the guest donor doesnt update the counters

works on mine (vB 3.5.4)
Quote:

more importatnly, hw do you make this reset every month? i.e. makedonated amt go back to 0 each month
AdminCP >> PayPal Donations >> View All Active Goals >> Select & View Goal >> Edit this goal >> Then manually reset the total for "Total Donations Received For This Goal" >> Update Goal

OR

just set a new goal and deactivate the previous one. i think my previous suggestions works best and is easier rather then creating a new goal each month.

NeoToxic 05-04-2006 09:36 PM

Hi,

I uploaded all the files and ran the installation with no problems but when i try to upload the .xml i get this message

http://img231.imageshack.us/img231/97/invail6mk.gif

I also changed the Vbulletin - vbulletin still no joy can someone help me
im using 3.5.4 thanks

SCRIPT3R 05-04-2006 09:41 PM

Quote:

Originally Posted by BroKeN007
Hi,

I uploaded all the files and ran the installation with no problems but when i try to upload the .xml i get this message

can you attach the xml file you're attempting to upload.
Quote:

I also changed the Vbulletin - vbulletin still no joy can someone help me
im using 3.5.4 thanks
see above.

NeoToxic 05-04-2006 11:24 PM

Yes sure here it is

SCRIPT3R 05-04-2006 11:34 PM

<navgroups product="vbulletin"> <---it's not changed in the above file.

NeoToxic 05-04-2006 11:59 PM

this is straight from the zip i downloaded i have already edited it with no luck

NeoToxic 05-05-2006 07:22 PM

AnY1?

Tyegurl 05-05-2006 07:40 PM

Quote:

Originally Posted by BroKeN007
AnY1?

try attaching the edited version...that way someone can look at it and see what might be wrong.

Mikecp421 05-05-2006 07:47 PM

I am confused you are trying to upload that to the FTP and it wont go? thats all you should be doing with that file is uploading it via FTP to the includes/xml/ folder. that eidt you need that Geartripper mentioned which you can accomplish with textpad. Otherwise you should be good.

Xtrato 05-13-2006 10:00 PM

Ok i read like 20 pages and man i really didnt get the answer I wanted.

Question is did anyone get the fix or a fix to the top donators. Everything works but that....

SCRIPT3R 05-14-2006 05:15 PM

Quote:

Originally Posted by Xtrato
Ok i read like 20 pages and man i really didnt get the answer I wanted.

Question is did anyone get the fix or a fix to the top donators. Everything works but that....

what's wrong with your Top Donors? - mine is working by default; attached is a screenshot of my vBA module taken a moment ago showing Top Donors on one of my forums (vB 3.5.4).

Xtrato 05-26-2006 03:34 PM

where you get that??

Ncturnal 05-26-2006 04:00 PM

Quote:

Originally Posted by Xtrato
where you get that??

www.vbadvanced.com We are using on www.mr2board.com as well.

Soljah 05-28-2006 05:01 PM

Fatal error: Call to a member function on a non-object in D:\hshome\grownfol\forum.grownfolkscafe.com\vbport al\forums\admincp\donation_ins tall\donation_install_temponly.php on line 33

HELP!!!!!!!!!!

Skelp 05-29-2006 10:18 PM

OK.... I went through... jeez... I don't know how many pages on this thread but it was A LOT.... and didn't see my problem....

I have the donations thing installed and it's allowing people to donate and such.. that's fine... BUT.... it is not adding the donors to the donor list and it's not updating the goals thing.
Yes I do have the button assigned to the goal and all....
If I add the donors manualy they do get entered and show up.. but it doesn't do it automatically when they donate....
Would very much appreciate getting this problem solved.

SCRIPT3R 06-03-2006 12:14 AM

Quote:

Originally Posted by Xtrato
where you get that??

here...

SCRIPT3R 06-03-2006 12:15 AM

Quote:

Originally Posted by Soljah
Fatal error: Call to a member function on a non-object in D:\hshome\grownfol\forum.grownfolkscafe.com\vbport al\forums\admincp\donation_install\donation_instal l_temponly.php on line 33

might have something to do with your local setup.

SCRIPT3R 06-03-2006 12:19 AM

Quote:

Originally Posted by Skelp
OK.... I went through... jeez... I don't know how many pages on this thread but it was A LOT.... and didn't see my problem....

I have the donations thing installed and it's allowing people to donate and such.. that's fine... BUT.... it is not adding the donors to the donor list and it's not updating the goals thing.
Yes I do have the button assigned to the goal and all....
If I add the donors manualy they do get entered and show up.. but it doesn't do it automatically when they donate....
Would very much appreciate getting this problem solved.

there were a few others here that had a similar problem. have you set up your Instant Payment Notification Preferences correctly and turned them ON?

ex:

Instant Payment Notification (IPN) On
Instant Payment Notification (IPN) URL: http://yourdomain.com/forums/ppverify.php

Skelp 06-03-2006 04:08 PM

Quote:

Originally Posted by GearTripper
there were a few others here that had a similar problem. have you set up your Instant Payment Notification Preferences correctly and turned them ON?

ex:

Instant Payment Notification (IPN) On
Instant Payment Notification (IPN) URL: http://yourdomain.com/forums/ppverify.php

Yep got all that set up.

SCRIPT3R 06-03-2006 05:04 PM

Quote:

Originally Posted by Skelp
Yep got all that set up.

make sure your not TESTING (Set Donations to Test Only! = NO). also verify that your have set up your Notification URL (Place the full URL to your ppverify.php file:
i.e. http://www.yourdomain.com/forum/ppverify.php). other then that, i wouldn't know what to ask other then what has already been asked in previous posts; make sure your host provides CURL capabilities, GD, etc.

Skelp 06-04-2006 05:37 PM

Quote:

Originally Posted by GearTripper
make sure your not TESTING (Set Donations to Test Only! = NO). also verify that your have set up your Notification URL (Place the full URL to your ppverify.php file:
i.e. http://www.yourdomain.com/forum/ppverify.php). other then that, i wouldn't know what to ask other then what has already been asked in previous posts; make sure your host provides CURL capabilities, GD, etc.

Yep... all that is set proper as well..... Can't seem to figure this thing out.... I've followed directions to a tee... but it just ain't working......????

Just wondering.... I saw a post about tihs but didn't think it should matter.... I created my button a while ago and was just using it for donations. Then we decided to set a goal so we created the goal and attached the existing button to the new goal... could this be the problem? Should I have set the goal first and then created a new button and attached that to the goal???

SCRIPT3R 06-04-2006 06:33 PM

Quote:

Originally Posted by Skelp
Just wondering.... I saw a post about tihs but didn't think it should matter.... I created my button a while ago and was just using it for donations. Then we decided to set a goal so we created the goal and attached the existing button to the new goal... could this be the problem? Should I have set the goal first and then created a new button and attached that to the goal???

that shouldn't matter. i've done that and mine still works. if you want me to take a look at your settings, feel free to give my account access on your forums. maybe i'll see something you missed, or something i'm forgetting to ask about. it could also be that you have another hack that is messing with this one. this PayPal mod is not friendly with other hacks at all.


All times are GMT. The time now is 03:24 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.02646 seconds
  • Memory Usage 1,861KB
  • 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
  • (3)bbcode_code_printable
  • (23)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
  • (40)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