khunmax
Forum Replies Created
-
Double Bump
Forum: Plugins
In reply to: adding FSCF submissions to Alo EasyMail subscribers listDouble Bump
Forum: Plugins
In reply to: [Wise Chat] add icons to output from stats shortcodeThanks.
A bit disturbing that a bug in your plugin can shut down the functionality of all of my other plugins.
Can you please elaborate on what the bug was and why your “backup” plugin could create a SECURITY and ACCESS related error.
I like to support independent developers such as yourself, but not if your coding breaches the security of my site.
Kind Regards
Max
Forum: Plugins
In reply to: [Advanced Editor Tools] Conflict with another plugin in IEThanks Andrew for your response. I have moved on to another chat plugin to fix/avoid the issue.
So I finally fixed the problem without any meaningful assistance from your team.
Warning to other WP members. If you install this plugin to try it and then uninstall, it does not delete its data nor the tables it creates in your DB. If you delete the db tables created by this plugin manually you are still left with “secret” user roles created that this plugin assigns when you create a new membership plan in the back end settings. Even if you reinstall the plugin and then delete the remain subscription plan, the assigned user roll is STILL NOT deleted.
I created a plan that was called Gold Plan. But BE AWARE that the user role it creates is not the same name. It is entirely obscure. In my case the created user role from the Gold Plan was
pms_subscription_plan_1215I only discovered this after running the following php in a hook in my theme to list all user roles:
$wp_roles = new WP_Roles(); $names = $wp_roles->get_names(); print_r($names);Interesting that despite all of my previous posts in this thread the developers did not ONCE mention that their plugin creates the pms_subscription_plan user role.
Upon finding the name of the user role I then deleted it by running this php in a hook in my theme:
$wp_roles->remove_role(pms_subscription_plan_1215);I have just reinstalled your plugin and manually deleted the Gold Plan.
I noticed that it still retained some information regarding my paypal details. DESPITE ME HAVING REMOVED ALL OF THE TABLES CREATED BY YOUR PLUGIN IN MY DB!
So it would seem that your plugin stores data in tables other than its own.
I also tried to remove the gold plan user role using the WP function:
$wp_roles = new WP_Roles(); $wp_roles->remove_role("your_role");However, that also did not remove it.
NO need to open a support ticket. Just tell me where your plugin has stored Gold Plan data. That’s it.
Kind Regards
Max
Forum: Plugins
In reply to: [bbPress Enable TinyMCE Visual Tab] tinyMCE not working in Internet ExplorerHey Kineta
Thank you very much for replying with a solution and so very promptly.
Much appreciated.
I am not as smart as you, nor very experienced with WP.
I am running my own functionality plugin. However I tried your code in there and it didn’t work/parse.
I am also running a child theme.
My theme is Generator press which from what I can see does not have a js file but rather a folder with a dozen or so js files therein.
Any chance you could explain to me, like I was a very small child, a golden retriever, where I should put your code.
Sorry to bother you and thanks again for any assistance you can offer.
Forum: Plugins
In reply to: [Wise Chat] BUG: Wise chat removes tinymce editor from BBpress in IE9I found a similar issue arising with another plugin, perhaps the thread is of some use:
https://wordpress.org/support/topic/problem-with-bbpress-tinymce?replies=9
Forum: Plugins
In reply to: [bbPress Enable TinyMCE Visual Tab] tinyMCE not working in Internet ExplorerThanks for any help
Forum: Plugins
In reply to: [bbPress Enable TinyMCE Visual Tab] tinyMCE not working in Internet ExplorerKineta
I have this problem also.
The solution you list above. Where exactly are you putting the js file inside your theme?
How can I delete the custom post types created by your plugin and where are they located in my db tables?
You are not fully understanding the issue. The private groups plugin has a function to create restricted content that can only be view by a member of a specific group. There is a back end setting in the plugin that allows you to add any one (who purchased a plan via you plugin) to a group. This is a good feature because you can marry your plugin with private groups and then accept payments via your plugin but the provide access to a new customer to content restricted in both WP and BBpress.
I deleted your plugin AND the db tables it created. However when I installed private groups it still found the Gold plan I created when I tested your plugin. So there is data from your plugin remaining even though I deleted the dB table that it created. Where is that data located so that I can delete it?
Thanks.
Forum: Plugins
In reply to: [Wise Chat] add icons to output from stats shortcodeHey
Thanks for you prompt reply.
You didn’t answer my question about inserting an icon before your stats output.
For example I am running the following code in my functionality file to insert an icon before the output from a rego/profile shortcod:
return '<a class="myrego" href="' . esc_url( wp_registration_url( get_permalink() ) ) . '"><i class="fa fa-sign-out fa-lg fa-fw"><!-- HTML comment --></i>Register</a>';Is there a snippet I can run to insert an icon infront of the outputs from your stats widget?
Forum: Plugins
In reply to: adding FSCF submissions to Alo EasyMail subscribers listBump