vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Cyb - PayPal Donate (https://vborg.vbsupport.ru/showthread.php?t=177563)

GSeybold 01-08-2009 03:49 PM

Anyone come up with a a solution to the previous after security update donation bar problem? We've looked at everything.

Many Thanks

Gabby

Racecar 01-08-2009 04:12 PM

What will show on the member's credit card statements if they donate by credit card? My thoughts are it will show "Donation from (name of site)" If so, is there a way to change that? Apparently some members do not want everyone to know that they donated to a flirting site...lol

JJ the Fox 01-08-2009 04:30 PM

Does this work with 3.8 Gold?

redlabour 01-08-2009 04:47 PM

Yes - there is not really much which has changed between 3.7.x and 3.8.x.

Rckcrwlr 01-09-2009 01:27 AM

Quote:

Originally Posted by Rckcrwlr (Post 1702269)
Still having a problem with this...

I click on the link in the PM Notification and it takes me to ...forums/misc.php?do=donlist

What comes up is ... Forum>FAQ>Smilie List

There is definitely something wrong.

Plus the DonBar is still not showing...

Cyber,
I don't know what is wrong...could I have missed something in the set up?

I imported the XML file...and then went to the options and set everything that you said.

Any other suggestions??? I cannot confirm donations at all.

Sorry to be a PITA :confused:

Rckcrwlr 01-09-2009 01:55 AM

Quote:

Originally Posted by Rckcrwlr (Post 1705821)
Cyber,
I don't know what is wrong...could I have missed something in the set up?

I imported the XML file...and then went to the options and set everything that you said.

Any other suggestions??? I cannot confirm donations at all.

Sorry to be a PITA :confused:

I uninstalled and the reinstalled and it is working now.

Who would da figured...

Eneswar 01-15-2009 12:24 AM

Hey, im using this skin: https://vborg.vbsupport.ru/showthread.php?t=171410
And the navbar code is in header.
whenever I add $cyb_paypal_donate_link it skews the header and won't show anything that would come after the "Donate" link.

https://vborg.vbsupport.ru/external/2009/01/43.png


Any idea how to fix it please?

EvilSeph 01-15-2009 12:46 AM

You need to put it in between proper <td></td> tags like the rest of the items in the navbar menu.

Eneswar 01-15-2009 02:34 AM

Would you please please give me a working example?
Been trying to fix this for almost a week now :(

EvilSeph 01-15-2009 03:54 AM

Oh, your style uses DIVs instead.

Find:
PHP Code:

<div class="nvlink" align="center">
<if 
condition="$show['member']"><a href="usercp.php$session[sessionurl_q]>$vbphrase[user_cp]</a></if>
<if 
condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]rel="nofollow" >$vbphrase[register]</a></if> 

Change it to:
PHP Code:

<div class="nvlink" align="center">
<if 
condition="$show['member']"><a href="usercp.php$session[sessionurl_q]>$vbphrase[user_cp]</a></if>
<if 
condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]rel="nofollow" >$vbphrase[register]</a></if>
$cyb_paypal_donate_link 

Basically I just added the $cyb_paypal_donate_link to the bottom of the snippet. I'm thinking your style is breaking because you're inserting a table when there really shouldn't be one.

Note: I'm not sure if this works because I don't use that style - but I don't see why it shouldn't. Just make sure to turn off the auto-insertion.

Hope this helps. :)


All times are GMT. The time now is 09:52 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.01701 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)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
  • (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