abelony
Forum Replies Created
-
Hi houseofstrauss.
Thanks very much for your interest in Events Planner. Please see my specific answers below.
1- The calendar option is only available in the PRO.
2- Please visit WP Amdin > Settings > Permalinks to flush the rewrite rules.
Events Planner works fine with WP 3.4, with or without custom permalinks. You can test drive Events Planner PRO if interested. Please let me know if you have other questions or notice issues. PRO v1.3 will be coming soon, with a lot of neat features.
Thanks, Abel
Forum: Plugins
In reply to: [Events Planner] [Plugin: Events Planner] TranslationFor now, the admin can do a members only event (i.e. the user must be logged in to register). More refined control is not available yet.
If you would like, you can test drive events planner pro. Hope this helps.
Thanks, Abel
Forum: Plugins
In reply to: [Events Planner] [Plugin: Events Planner] TranslationHi Itsik.
The lite version currently does not support translations. But the pro has
Dutch, French, German, Italian, Spanish, and Swedish translations.Thanks, Abel
Hi Blueflyingfish.
This usually happens when there is a php error being produced by the website. Please set me up as an admin user on your install and I can take a look (send login details to help [a]-t] wpeventsplanner.com.
Thanks, Abel
Forum: Plugins
In reply to: [Events Planner] [Plugin: Events Planner] Canadian currencyHi.
As per our email conversation, Canadian currency is no problem. Still waiting for Moneris to give me access to their developer documents.
Thanks, Abel
Hi Brian.
It is Events Planner Lite related (the pro is ok). I will make a fix available to the lite version soon.
Thanks, Abel
Forum: Plugins
In reply to: [Events Planner] [Plugin: Events Planner] Help with disabling PayPal OptionHi Rahman.
I am glad that you like the plugin.
When you are editing and event, in the Times and Prices section, there is a setting “Is this a free event?”. Set that to “Yes” and the registration process will bypass PayPal.
Thanks, Abel
Out of the 3000+ unique downloads, out of hundreds of people who have contacted me, you are the only one who has said anything like this. I hear nothing but praise from almost every single user that contacts me. I have seen the lite version being used on dozens and dozens of sites with minimal effort. On top of that, you just gave up without asking for any help.
With that said, maybe you should write a plugin and see the amount of time and effort that development, customer support, and documentation takes. Looking at your posting history, all you do is download something, wait for it to magically work, something fails, hit the forum and “waste of time… what a joke… total disaster…” Have a decency and ask for help before writing irresponsible comments.
Pray tell, what has been your contribution to this community?
Abel
Forum: Plugins
In reply to: Customer care plugin for WordPress? (Tender alternative)@markellison, have you found any? I would also love to know.
I have noticed a lot of people using (vanilla forum). I have played with it, like it, but am not very comfortable with the SSO (I had to download the beta version to make it work). Also, no KB and support functionality (there is a Q&A plugin).
If I can’t find any other alternatives, I am going to try this plugin: https://github.com/entp/wordpress-sso-plugin (takes care of the Tenderapp/Wordpress SSO). I really like Tenderapp
Forum: Plugins
In reply to: wp_tiny_mce anchor issueCool Danny.
It took me 3 hours to finally figure this out when wp 3.0 came out. All of a sudden it stopped working for a plugin that I was working on. Another issue that I have seen is that when there is a non wp standard jqueryui component (e.g. datepicker) being loaded on the same page, this dialog inherits the styles from thickbox and jqueryui css and looks a little “broken”. There are two X buttons for closing, the header gets the jqueryui color instead of being black. Still haven’t figured that out.
Very nice and easy to follow post on your blog.
?? Love WP, Codeigniter, and jQuery, too.Forum: Plugins
In reply to: wp_tiny_mce anchor issueI don’t know if it’s related but maybe this will help.
if (function_exists( 'wp_tiny_mce_preload_dialogs' )){ add_action( 'admin_print_footer_scripts', 'wp_tiny_mce_preload_dialogs', 30 ); }