Pierre_02
Forum Replies Created
-
I’ve just made an other test and the only possibility for my normal admin to be able to edit an user in the back office, is to promote him as “super-admin” from my parent website…
A thing that I don’t want to do :(…
TIA,
Amicably,
Pierre
Ok, not sure to understand…
You mean that, by default, a user sets as admin in WP (and so in UM) can edit any user. It’s exactly what I thought until I did the test by myself :)…
I can confirm that an admin user in WP can’t edit users in backoffice (at least on my website) :(…No solution ?
TIA.
Amicably,
Pierre.
Great π !!
Thanks a lot π !!
Amicably,
Pierre
Hi,
yes π !
Amicably,
Pierre.
Hi,
yes, I’ve checked this parameter and anyway I haven’t change any parameter for admin account ;).
Amicably,
Pierre
YES π !!
Thanks a lot caimin_nwl π !!
That’s works very well !!
Great !!
Have a good day !
Amicably,
Pierre.
Hi Angelo,
yes, in theory what I need seemed quite simple :)… But in practice…
The process :
User load the event page for a category. By default on first load I show him futures events (for the selected category) for the current month.
After what, he can, if he wants, choose an other month (from current month to 2 after) and I show him the events corresponding to its criteria.That’s it π !
TIA,
Pierre.
Hi Angelo,
thanks for your answer.
I’ve found a alternative to do it ;)…In my template, I do :
add_filter('the_content','replace_content'); the_content();and my function is :
function replace_content($content) { global $month; $content = str_replace('[events_list', '[events_list scope="future" month="'.$month.'" year="'.date("Y").'"', $content); return $content; }BTW, I can modify on the fly my month parameter π !!
Amicably,
Pierre.
π
Have an excellent day kindly unknown π !!
Amicably,
Pierre.
Ok, don’t bother with my question :). I found my solution by editinh the page “account” and create “specials rules” for it. I permit only “Admin” users to access it, for members I redirect them to another page ;).
I think I’m gone do the same things for the members area, because users can access it too :)…Anyway, a really big thanks for your support, professionalism and reactivity and, for sure, for your really great plugin π !!
Thanks again !!
Amicably,
Pierre.
No, I only want that Admin can do it ;)…
Forum: Plugins
In reply to: [XML Sitemap & Google News] Which post types to includeOk resolved.
It was a cache problem ;).
Thanks again for the cool plugin and the support.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Which post types to includeIt doesn’t works for me :(, it continues to show my custom post type…
Forum: Plugins
In reply to: [XML Sitemap & Google News] Which post types to includeThanks π !