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)

da420 06-28-2006 06:17 AM

Quote:

Originally Posted by GearTripper
no problem; one more thing i forgot to ask... did you happen to install the product version of this hack? because if so, you'll have to make some template edits manually for this to work fully.

https://vborg.vbsupport.ru/showpost....&postcount=119

I installed this one and I get this mysql error and the progress bar on the top just keeps going and going and going.

Code:


The error is huge but here is the last bit.


MySQL Error  : Unknown column 'phrasegroup_ppdonations' in 'field list'
Error Number : 1054
Date        : Wednesday, June 28th 2006 @ 03:10:21 AM
Script      : http://www.mindifidoaj.com/forum/admincp/plugin.php
Referrer    : http://www.mindifidoaj.com/forum/admincp/plugin.php?do=productadd
IP Address  : 71.231.95.48
Username    : da420
Classname    : vB_Database


evesve 06-28-2006 08:33 AM

hi!
Now I have read so many posts and I can?t find MY problem.
I have upgraded to 3.5.4 (from 3.5.0 RC1) and made the changes with vB>vb.
My menu in Adminpanel is OK like before.
When I am trying to open donate.php I get a blank side, no error.
I have uploaded donate.php again, but still nothing.

Nothing wrong with this?
Quote:

Servertyp Linux
Webbserver Apache v1.3.34
PHP 4.4.2
PHP Max Post Size 19.00 MB
PHP Maximum Upload Size 100.00 MB
PHP Memory Limit 20.00 MBMySQL Version 4.0.27-standard-log
Can we get ALL important changes in ONE post, please?

SCRIPT3R 06-28-2006 08:54 PM

Quote:

Originally Posted by crazyhorse
Gear: Did you just upload that module for vba or was there more to it? thinking about putting it on my site but wasn't sure what all was involved.. I see there are some text files, etc but I haven't had time to really eyeball it yet.

the module i modified includes the three templates which are needed and will automatically be created when uploaded.

SCRIPT3R 06-28-2006 08:57 PM

Quote:

Originally Posted by da420
Okay few issues with this hack that I am getting.

No images showing up. Like the Pay Pal Seal. It's not there just some text saying "Official Pay Pal Seal".

check your misc directory to see if you have it in there.
Quote:

Also the vB Options menu is there but the menu to Add new donaters and stuff like that is not there.

It's acting quite funky between those two kknown issues on my forum.
check your "b"

SCRIPT3R 06-28-2006 09:01 PM

Quote:

Originally Posted by da420
But, the images are still not showing. :-|

what images?
Quote:

EDIT: Had to uninstall it was messing up my User Profiles by moving the Last Activity selection to the right of the profile picture.

EDIT2: Aghh! It's still doing it!

EDIT3: I take out this code in MEMBERINFO template and it goes to normal, but it does not show the donate image. So if any one thinks they can help me get it aligned to the left of my profile pic instead of the right because it is also moving my last activity thing to the right as well.
Code:

<!-- DONATIONS -->
                        <if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></if></if>
<!-- END DONATIONS -->


<td class="smallfont" valign="bottom" align="$stylevar[right]">

<!-- DONATIONS -->
                        <if condition="$userinfo['donor'] == '1'"><if condition="$userinfo['showdonor'] == '1'"><a href="$vboptions[bburl]/donate.php"><img src="$stylevar[imgdir_button]/donate_donor.gif" border="0"></a></if></if>
<!-- END DONATIONS -->


where you see "$stylevar[right]" change that to left.
Quote:

Also the donater image in the post bit is not showing up either (along with any of the images for that matter).
did you make your template changes?

SCRIPT3R 06-28-2006 09:03 PM

Quote:

Originally Posted by da420
I installed this one and I get this mysql error and the progress bar on the top just keeps going and going and going.

Code:


The error is huge but here is the last bit.


MySQL Error  : Unknown column 'phrasegroup_ppdonations' in 'field list'
Error Number : 1054
Date        : Wednesday, June 28th 2006 @ 03:10:21 AM
Script      : http://www.mindifidoaj.com/forum/admincp/plugin.php
Referrer    : http://www.mindifidoaj.com/forum/admincp/plugin.php?do=productadd
IP Address  : 71.231.95.48
Username    : da420
Classname    : vB_Database


sounds like you're using one of the 3.6 betas... just make sure you have that phrasegroup installed.

SCRIPT3R 06-28-2006 09:04 PM

Quote:

Originally Posted by evesve
hi!
Now I have read so many posts and I can?t find MY problem.
I have upgraded to 3.5.4 (from 3.5.0 RC1) and made the changes with vB>vb.
My menu in Adminpanel is OK like before.
When I am trying to open donate.php I get a blank side, no error.
I have uploaded donate.php again, but still nothing.

Nothing wrong with this?


Can we get ALL important changes in ONE post, please?

i'm not following what your errors are... your specs are fine.

evesve 06-28-2006 09:13 PM

Quote:

Originally Posted by GearTripper
i'm not following what your errors are... your specs are fine.

The problem is that everything looks fine in adminpanel.(Just as before upgrade)
When I try to open donate.php from the menu I see only a total white page.
No error message, just an emty page.

da420 06-29-2006 01:12 AM

I don't see any template changes. I thought the installer did that...?

Quote:

Originally Posted by GearTripper
check your misc directory to see if you have it in there.

They are there. None of the images uploaded with this hack do not work for me on my forums. I am not using the 3.6 beta. I am using 3.5.4.

Quote:

Originally Posted by GearTripper
what images?

where you see "$stylevar[right]" change that to left.
did you make your template changes?

The images for showing the paypal seal, the donate buttons (after adding the buttons), and the donator button in the post bit for example.

Tried that and it didn't work.

Thank you for helping, I really like this hack and hope I can get it working on my forums.

Here's a link to my donations page.

www.mindifidoaj.com/forum/donate.php

I added this button and it does not show up.

http://www.mindifidoaj.com/forum/ima...ate_button.gif

da420 06-29-2006 02:38 AM

Alls fixed, I had to play wilth the templates a lot though.! :D


All times are GMT. The time now is 09:35 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.02120 seconds
  • Memory Usage 1,761KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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