Dhaval Parekh
Forum Replies Created
-
Hello @nunosarmento
Thanks for creating this plugin.
I have created a patch file which should address the issue. Please check the below link.
Patch: https://gist.github.com/dhaval-parekh/d52bfcf66202ff2d8ae1784364350814
Let me know if there is anything.
Thank you
Dhaval ParekhHi ruipedrosampaio
you can make room for transaltion for custome post-type by simpley edit plugin ( file “multilanguage.php” )Make changes (only if you are developer and know how to write code otherwise you will get big problem)
At Line NO: 296
Replace this =>
post_type IN ('page', 'post' ) AND
=> With =>
post_type IN ('page', 'post', 'your-custome-post-type-slug') AND
AT Line NO: 1181 , 1228, 1774, 1840
Replace this =>
if ( $mltlngg_post_type == 'post' || $mltlngg_post_type == 'page' ) {
=> With =>
if ( $mltlngg_post_type == 'post' || $mltlngg_post_type == 'page' || $mltlngg_post_type == 'your-custome-post-type-slug' ) {
At Line No : 1815
Replace This =>
} elseif ( $item->type == 'post_type' && ( $item->object == 'post' || $item->object == 'page' ) ) {
=> With =>
} elseif ( $item->type == 'post_type' && ( $item->object == 'post' || $item->object == 'page' || $item->object == 'your-custome-post-type-slug' ) ) {
Plugin version 1.1.2
Forum: Plugins
In reply to: [Wordpress Database Administrator] Couldn't get SQL query to runHi..! Pete
Thank you for your Suggestion. i will add this functionality in new Major version of plugin.and, Yes that some spelling mistake its “Custom Query”.
-Dhaval Parekh
Forum: Plugins
In reply to: [Wordpress Database Administrator] Error when ActivatingHi..! AHJ
yes, There is confirmation for Truncate and Delete option.
so, not need to worry about if you accidentally click on it.Thank you for your Support.
-Dhaval Parekh
Forum: Plugins
In reply to: [Wordpress Database Administrator] Error when ActivatingHi..! AHJ
I have made changes in plugin to remove error in activation of plugin.
so, you can check new version [1.0.3] of plugin.
and Thank you for your response, If any query do not hesitate ,Thanks..
-Dhaval Parekh
Forum: Plugins
In reply to: [Wordpress Database Administrator] Couldn't get SQL query to runHi..! Pete
I have solved the problem in new version of plugin[1.0.3].
Please check it.
And sorry for delay.Thanks..
-Dhaval Parekh
Forum: Plugins
In reply to: [Wordpress Database Administrator] Error when ActivatingHi..! AHJ
sorry, for delay. but i could not found error in plugin in installation. but i will release beta version of plugin in couple of day with few changes.
so, can please help me for testing.Thanks Again
-Dhaval ParekhForum: Plugins
In reply to: [Wordpress Database Administrator] Error when ActivatingHi..! AHJ
i have re-tested the plugin. but couldn’t found the problem.
so, can you please tell me the wordpress version which you use..Thanks..
-Dhaval ParekhForum: Plugins
In reply to: [Wordpress Database Administrator] Couldn't get SQL query to runHi..! Pete
sorry for inconvenience.
i will resolve this problem in next version of plugin.
Thanks..-Dhaval Parekh
Forum: Plugins
In reply to: [Wordpress Database Administrator] Couldn't get SQL query to runHi..! Pete
Query box will now shows Last Executed query.
please check it new version[1.0.2].
Thanks..
-Dhaval ParekhForum: Plugins
In reply to: [Wordpress Database Administrator] Couldn't get SQL query to runHi..! Pete
when you submit query like insert,update,delete[except from SELECT statement ]. it will display the how many rows are affected in top [of query box] even error also.
I have noted your request. I will include your requirement in next release of plugin version. it will be very soon.
Thanks..
-Dhaval ParekhForum: Plugins
In reply to: [Wordpress Database Administrator] Couldn't get SQL query to runHi..! Pete
you are right. it seems like it was minor bug. but don’t worry it solved now.
Please download the latest version of plugin[1.0.1],
and Thank you for your response, If any query do not hesitate