RedfishTheCat
Forum Replies Created
-
Hi,
The emails take 24h to come (cause Hostinger I suppose), but they come !
So it’s work.Thank again, very much, for all mattyrob.
I’m looking with my association to have something for you (just make a small myself).
As on others topics (not closed) if some want give something (I’ll give the hack to them).
??I back…
Hargl, don’t work.
I received well notification mail for regulars posts, but not for events posts.Code well added in funtion.php.
I see this in subscribe2 parameters:
“Subscribe2 enverra des notifications par email pour les types d’articles personnalisés suivants: Event”
So seem to be ok.But in category with square to check, I only see the regulars “post type”, not my 5 events “post type”.
What can we do now ?
With regards
RedfishForum: Plugins
In reply to: [Comment Edit Core - Simple Comment Editing] Don't work with Author roleFind from where come the problem:
In the index php, we can find that:
if ( current_user_can( ‘moderate_comments’ ) ) return; //They can edit comments anyway, don’t do anything
if ( current_user_can( ‘edit_post’, $post_id ) ) return; //Post author – User can edit comments for the post anywaySo, Author role can edit post (only own in fact), but it cannot moderate comments mostly (he can only do it for is own posts, with all comments in that post, but not to others posts).
In wordpress logic, author:
-Have edit_post capability.
-Don’t have moderate_comments capability.So, Simple Comment Editing so as Author can manage comments, and don’t modify is capability.
And wordpress don’t guive Author capability do modify post.
So, it’s dont work.I delete this line:
if ( current_user_can( ‘edit_post’ ) ) return; //They can edit comments anyway, don’t do anything
And now it work.
On others posts, Author can now modify is own comment (only) with the plugin.
And on in own posts, Author can modify (as before) all comments with plugin for is comments, with wordpress function for the others comments on this post.Can you modify you plugin ?
Or next time we make upgrade of your plugin, will loose this edit.Thank !
With regards
RedfishThis short code is enought ?
Incredible and great !
Ho can I have miss it ?!I test this as soon as possible and I tell you.
Thank in advance…
??Only way I found to do that is to set your events to private and use “user role editor” plugin (or other) to allow subscriber/contributor/author to see private posts/events (without this, only admin/editor can see private content).
Forum: Plugins
In reply to: [Theme My Login] Logout 404Hum… I delete all my blog folder, install a new copy of wordpress, just install Theme my login, and problem is always here.
So, this mean Theme my login writed something wrong in my database.Forum: Plugins
In reply to: [Theme My Login] Logout 404Edit: I go to 3.9 with my 2nd website… no problem, logout is ok.
So, what is the problem, Theme my login was ok few day before, and have change nothing.Already have read this topics… many time even.
My english is not enough good I seem to understand all, but it seem this work (as designed for) with all in one calendar (and even, not work fine if I good understand).
I have tried to look in the Events Calendar if I can find the arguments it use (as ai1ec_event for exemple), but not able.
I even tried to use All in one calendar instead Events Calendar, but it don’t work on last releases of wordpress…PS/ The mini plugin seem to not be available anymore (I suppose code is not enought, can’t work without this mini plugin).
Hi mattyrob,
Thanks very much for your reply.I just not really understand about taxonomies.
I was graphist, I understand nothing to php/msql or code.
I come to wordpress since a month only, I read all things I can, but most of is to hard to understand for me.Is you can write the code, this will be wonderfull.
Where will it be placed ? Will it be lost on plugin update ?
If I can do anything at my level, tell it.I make a website for my climbing association… we have no funds (just enought to rent acces to our artificial wall climing).
But this feature is necesserary to get organized for outdoor climbing.
Before we haved “Affinitiz” (maybe you know), all in one & turnkey solution private blog with many tools (used mainly for event>notify all)… but it close, after 12 years, the 30th april.
So if need to donate, we do it (and I do it too), with pleasure.And, for all people I see on forum who try to make subscrib2 work with events manager, I can find them and ask if some want to join in.
Thats is the minimum for your work… I don’t feel I can learn php/mysql (even if it would please me ^^) in a so few short time (with new baby at home, not have time now).
With regards,
RedfishPS: Sorry again for my terrific english level… I’m french (and french are know to be bad languages learners).
??