![]() |
I am receiving donations, so it's working. Just an error (sometimes) displaying to users.
|
Well, try to capture the error and we may be able to narrow down what is causing it. It isn't this hack, so at least we have a place to start from.
|
i noticed the error to but its not the mod its on paypals end... the mod really cant give a error from donating as its only really a form being used to submit the info...
|
Quote:
PayPal -> Profile -> Selling Preferences -> website Payment preferences Make sure you either dont have autoreturn on, or if you do, that it goes to a valid page on your site. |
Quote:
They will either have formatting tags or a class name. You need to add that to the donations link code so it will use your custom formatting. If you post the code for a couple of those links in your custom navbar menu here we may be able to tell you exactly what you need to enter. |
I hope this is right, here's some of them:
<!-- nav buttons bar --> <div align="center"> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px"> <tr align="center" style="height: 24px;"> <if condition="$show['member']"> <td class="topnav"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td> </if> <if condition="$show['registerbutton']"> <td class="topnav"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td> </if> <td class="topnav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> <td class="topnav"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> <td class="topnav"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <if condition="$show['popups']"> |
Quote:
|
not sure what you changed from previous build but now its not 100% HTML compliant fixed alot on mine i have 2 left to fix
|
Can you share the fixed one with us here, sir, when you get it done? ;)
|
Quote:
You custom style is using a different name to the default one (vbmenu_control). Code:
<td class="topnav"><a href="billspaypal.php?">$vbphrase[billspp_donate]</a></td> So, If we want to have the link between your FAQ and Members you need to find Code:
<td class="topnav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> Code:
<td class="topnav"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td> |
All times are GMT. The time now is 07:21 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|