adalsanto
Forum Replies Created
-
I think it would be helpful to have a message in the Firewall page that explains this issue. I would have saved 30 minutes of my time had I known it.
Forum: Plugins
In reply to: [Auto Thickbox] PHP StrictAnyway, for those of you who are reading this Q&A in the hope of finding a solution. I commented out the function just above line 928 , i.e. the one that has
__construct
in it, and that fixed the problem.
Forum: Plugins
In reply to: [Auto Thickbox] PHP StrictThank you Mike. So, I guess the solution is to install Auto Thickbox and get rid of the Auto Thickbox Plus. Please, confirm. Andrea
Forum: Plugins
In reply to: [Easy Table] Missing do_shortcode() on shortcode contentTakien, thank you for your answer, I did not know that Easy Table supports shortcode inside table cell. What I am proposing is to make Easy Table able to support shortcode for the whole table. In order to do so, I have edited line 172:
$content = do_shortcode($content);
This way, I can insert a shortcode instead of a table with shortcodes which allows me a flexibility that I could not have otherwise.
I hope this helps.
Forum: Plugins
In reply to: [PayPal Framework] Doesn't work with sandboxThank you very much, Aaron. Andreas
Forum: Plugins
In reply to: [PayPal Framework] Doesn't work with sandboxDear Aaron,
Thank you for your prompt response. I have upgraded to the latest version and the plugin works.
Now, I would like to use $resp from hashCall to show a confirmation message if the payment is successful. I looked at the code and noticed that the listener validates the response, but hashCall() does not. So, I wonder if I can rely on the information in the $resp[‘ACK’] from hashCall() to display a confirmation message to the user:
if ($resp['ACK']=='Success') { echo ('Transaction OK! Thank you'); }
Also, I wonder if there is a ‘trick’ to display a ‘thank you’ page to the user once the listener has recorded the transaction in WP (I doubt, but I may be wrong).
Thank you again,
Andreas
Forum: Plugins
In reply to: Contact Form 7 to Database Extension – Compatibility with 2.9.2I found the answer guys. It’s 1.6.4. This is the latest footprint I have found online (thank you Google). The information is written in a foreign language but the copy paste from wordpress is genuine. I have installed it and the plugin works. If you are aware of a higher version that is compatible with WP 2.9.2, please let me know. And yes, I promise.. I will upgrade to 3.4.2+ soon.
Forum: Plugins
In reply to: Contact Form 7 to Database Extension – Compatibility with 2.9.2Thank you Jan for your answer.
Your point is true: databases must be handled with care, this plugin works on the database so it is better NOT to make a try.
As for the upgrade, I am working on it, but my current theme cannot be upgraded (support discontinued!) and thus, I have to redesign the website. In the meantime, we have to cope with growing online user activity using what we have (WP 2.9.2).
Contact Form to Database will do the trick.. as long as I find the latest release that was compatible with WP 2.9.2.
Someone who is using Contact Form to Database with Fast Secure Contact Form on WP 2.9.2 or earlier versions may see the plugin version they have installed.
Thank you again
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Minimum DonationsI have studied PHP in the meantime and I have got the answer myself.
You should add the ‘<span>xxxx</span>’ code above in donation-plus.php to:
‘<small>(‘.__(‘Currency: ‘,’dplus’).$cur.’)<span id=”errd”></span></small></p>’;’
And add between ‘endif;’ and ‘return $output;’ the following code:
‘$output.=”–copy here code–“;’
Where –copy code here– is the code listed above.
I am surprised an indian freelance expert asked me $100 to do this trick, I am proud that I have saved money while learning a whole lot of PHP!! ??
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Minimum DonationsHi Trizzant, I have followed your instructions but I was not able to make donate-plus work. Could you please tell me after which line of code your code is put in donate-plus.php? Thank you. Andreas
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Minimum DonationsSorry, I didn’t know the Forum Rules on pasting code.
To see code click here: https://pastebin.com/th8si17P
Thank you
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] Minimum DonationsThank you for sharing it.
I have made the suggested changes and now the donate-plus-php looks like the following:
[Code moderated as per the Forum Rules. Please use the pastebin]But the page doesn’t load (error).. Can anyone tell me where I have made the mistake?
(I don’t know anything about PHP..)
Thank you in advance
Indeed I see that when I write the TEST server/wp-admin URL in the browser, I am redirected to LIVE server/wp-admin!!