vzhilov
Forum Replies Created
-
… or changing the Rich Text Editor to TinyMCE (like in Visual Editor Biography) should handle all possible problems. Is this hard to do?
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] Error activating pluginI get fatal error too. WordPress 3.2.2.
Would be nice to have that working.
Great! Thank you very much. I will be ready to donate for this from my first profit.
Thank you very much for your great work!
May I ask you just last question. This all is new to me as I’m doing my first web site and this is my first payment gateway. I’m going to try to use it to accpet real money. But my friends who have their own internet shops said that another Russian gateway called RBK Money is more easy to work with. Is it hard to make a similar plugin for RBK too?
I see now this is working. No, don’t change anything as I remember. Maybe I have some old version? Do I need to install a new one? Or it is fine now?
Yep, seems working now. The Robokassa responds that the account is not approved to accept the money but that is not a pluging problem, I guess. The javascrip problem dissapeared. Thank you very much for that.
Just last question – when I put Test Mode – Yes, should it do anything? I get a blank page.
Hello!
I thought so!
I just made new administrator account with “loomst” as login and as a password. You can login and edit the file via editor in plugin section.
I’m sorry.
I’m trying to make the Robokassa pluging for JigoShop working on my site I’m currently makeing – https://www.escriptum.ru. I have created the Robokassa account and set all the URLs as per the Plugin installation instruction, I have enabled the Robokassa payment gateway in my JigoShop and set the two passwords from my Robokassa account.
The checkout hungs up with a message: “Thank you for your order. Now you will be redirected to BIDS to complete your payment”, and then nothing happens. Do I need to adjust something else on the plugin settings?
Forum: Plugins
In reply to: [WP-PostRatings] [Plugin: WP-PostRatings] Thums Up OnlyHa! I have found a solution myself. In wp-postratings.php we need to limit the display cycles only to display second image from the image array. That means to replaces line:
for($i=1; $i <= $ratings_max; $i++) {
on
for($i=2; $i <= $ratings_max; $i++) {
in “Function: Gets HTML of rating images” and “Function: Gets HTML of rating images for voting” sections.
I have implemented it on my blog and that seems fine.
Thank you for the great plugin!