Garymorin
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] Unable to remove other roles from usersI’m still having the same problem.
I have custom capabilities assigned to my other roles, so when I add my other roles the custom capabilities get toggled on to, as I would expect.
I have found if I toggle of the other roles AND the custom capabilities, I can remove them, but I don’t think it should be working this way.
Note my intention is to do some custom code so when a user logs in Roles are added or removed for them.
Forum: Plugins
In reply to: [User Role Editor] Unable to remove other roles from usersHI Vladimiir
When I toggle off the other roles for a user, press update to remove them, the page is redisplayed but with the other roles stilled toggled on. This is also reflected in the list view of all users, with other roles being listed against the user.
Thanks
Forum: Plugins
In reply to: [Events Made Easy] Customised CSV exportHi
just clicking on CSV export from the normal event list page in the dashboard.
Perhaps my question is not that clear, I wish to include the event name and date in each record exported.
Thanks
Forum: Plugins
In reply to: [Events Made Easy] Customised CSV exportHi
just clicking on CSV export from the normal event list page in the dashboard.
Perhaps my question is not that clear, I wish to include the event name and date in each record exported.
Thanks
Forum: Plugins
In reply to: [Events Made Easy] 404 error when clicking on eventCheers, that fixed it.
Thanks
Forum: Fixing WordPress
In reply to: WordPress RSS feed not workingHi
having spent a few hours trying to solve the problem and then posting above, I decided to have a new search and found this link straightaway, http://www.w3it.org/blog/wordpress-feed-error-output-solution-how-to/
It says use these lines in feed-rss.php and feed-rss2-comments.php.
$out = ob_get_contents();
$out = str_replace(array(“\n”, “\r”, “\t”, ” “), “”, $input);
ob_end_clean();I’m pleased to say this fix the problem, but I know the linefeed is still lurking in the code somewhere.
Forum: Plugins
In reply to: [Simple Fields] Settings page is corruptjust to let you know, the problem seemed to be with 1.3, I’ve just gone back to 1.2.4 and it seems to work okay
Regards