benjaminniess
Forum Replies Created
-
Forum: Plugins
In reply to: [Recommend to a friend] permalinkYes there is no tag because the content of the email is what you fill in the textarea. All recent emails readers automatically convert URLS into actual links.
I’m still open to include a patch if you have something to improve the plugin.
Thanks.
Forum: Plugins
In reply to: [Recommend to a friend] permalinkHi @lombino,
I still don’t get the point. You don’t have to copy paste anything to send a link to your friends. I’m sorry if you’re not into programming, you can ask some help to the WordPress official slack or any others online developement support.
Forum: Plugins
In reply to: [Recommend to a friend] permalinkHi,
What do you mean by tag to the permalink? Anyway here you’ll find the function you’ll need to generate a custom link. https://plugins.trac.www.ads-software.com/browser/recommend-a-friend/trunk/inc/functions-tpl.php
Forum: Plugins
In reply to: [LH User Taxonomies] Taxonomy with multiple object typesHi mate,
Yes it seems much better. I had a fatal error with the manage_edit-{$taxonomy}_columns probably due to my version of php (5.6) so I changed it with dots.
I also changed a bit the structure si it’s WP coding standards friendly ??
Thanks again
BenForum: Plugins
In reply to: [LH User Taxonomies] Taxonomy with multiple object typesHi Pete,
I’d prefer if you do it because it’s already hard for me to maintain my own plugins.
Thanks mate!
BenForum: Plugins
In reply to: [Recommend to a friend] Where are shortcodes?Hi!,
There’s no shortcode button. You’ll find a widget in Appearance > Widgets or you can use the php function as per the installation tab.
Forum: Plugins
In reply to: [Recommend to a friend] change email shipperHi @ rlm23rainbowweb,
It’s not in my roadmap but you can simply add a piece of code in your functions.php file or in a custom plugin with this filter: https://codex.www.ads-software.com/Plugin_API/Filter_Reference/wp_mail_from
This condition: https://developer.www.ads-software.com/reference/functions/is_user_logged_in/
and this function to get the current user email: https://codex.www.ads-software.com/Function_Reference/wp_get_current_user
Forum: Plugins
In reply to: [Recommend to a friend] no openinviterYes it’s been fixed as well.
Forum: Plugins
In reply to: [Recommend to a friend] no openinviterHi @rlm23rainbowweb,
I’m really sorry about the time I took to have a look at the situation. Plus, you were right, only the last email address was able to receive the email.
I’ve released a new version of the plugin that fix it.
Thanks for your message.
Forum: Plugins
In reply to: [Recommend to a friend] send only last emailHi @rlm23rainbowweb,
I’m really sorry about the time I took to have a look at the situation. Plus, you were right, only the last email address was able to receive the email.
I’ve released a new version of the plugin that fix it.
Thanks for your message.
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] Release tagsCheers mate!
The problem if you decide to change the version number for the semantic way, it that your users will not see your update because WordPress compares the version numbers and 2.0 is wayyy smaller than 20161114 but you should consider it for your next plugin ??
Forum: Plugins
In reply to: [BBQ Firewall – Fast & Powerful Firewall Security] Release tagsHi @specialk,
Thanks for your quick reply. Actually in the case you mentioned yes it is but let’s say that for some reason you need to compare version 1.0.4 and 1.0.7 and your current version number is 1.0.9, then you can’t.
It’s common to keep the history of your plugins versions like WordPress does with the core https://codex.www.ads-software.com/WordPress_Versions
And like most of the plugin authors do with their plugins :
https://www.ads-software.com/plugins/jetpack/developers/As I mentioned in my previous comment, it’s also important for people like us who use to work with composer which requires a specific plugin version number.
Thanks mate!
Forum: Plugins
In reply to: [Multisite Robots.txt Manager] Change not possible for a specific websiteHi @jzahlaway,
Without any response from the plugins author, I created a fork on github and fixed the issues : https://github.com/benjaminniess/multisite-robotstxt-manager
You can download the fixed version here.
Then, if you want to have a different version of the robots.txt file on each site, you need to set the main network setting to “{APPEND_WEBSITE_ROBOTSTXT}”. In each site, settings, you can then setup it as you want. I didn’t really understand why it works like that but I guessed it by reading the code.
Message for the plugin’s author : You created an helper class but you were still using methods from the old class so I had to instantiate the helper class and call it from the admin class. I sent you a pull request on github.
Forum: Plugins
In reply to: [Multisite Robots.txt Manager] Change not possible for a specific websiteHi,
Did you manage to investigate on my issue?
Thanks again.
- This reply was modified 8 years, 5 months ago by benjaminniess.
Forum: Plugins
In reply to: [Loco Translate] Error: Server returned invalid data, check console outputHi,
Any news of this ticket?
Thanks