Status
Not open for further replies.
Can you give some idea when it could be fixed?

It's not something that just requires X hours of coding to be fixed, it's an issue without a known solution at the moment. Darkwaltz4 is working on it, but obviously he doesn't know when he'll find a solution until he finds it =(

Cosmic
 
Was playing around with it over the weekend, and was getting the error sporadically locally. Still testing to make sure if I have it fixed for good.
 
Can I get this latest fix please? At this stage I don't mind if it's not working sporadically. Better that way than not at all. Thanks.
 
I believe this will fix your internet explorer form problems:

In the template credits_popup, find

HTML:
$('<form action="' + test[0] + '" method="' + test[1] + '">').html(test[2]).appendTo('#credits_purchase_form').submit();

and change it to

HTML:
$('<form action="' + test[0] + '" method="' + test[1] + '"></form>').html(test[2]).appendTo('#credits_purchase_form').submit();

It sends you to paypal for me even in ie6! :) Still working on the actual paypal problems, but at least this is some progress
 
Status
Not open for further replies.

Legacy vBCredits II Deluxe

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
845
Customer rating
0.00 star(s) 0 ratings
Back
Top