cyborg4
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts To-Do List] Feature requestThere is a section that says
Assign post to specific user
Role [dropdown]
User [dropdown]The role dropdown doesn’t have any effect as far as I can see though.
Forum: Plugins
In reply to: [Posts To-Do List] Feature requestThis might just be me missing something, but I updated and can’t find any way to limit it. Can you help?
Forum: Plugins
In reply to: [Posts To-Do List] Feature requestIf we could filter that dropdown by user role, that would be great.
Forum: Plugins
In reply to: [Posts To-Do List] Feature requestHey, any updates on this? The idea of limiting the users in the “assign posts to a specific user” dropdown is something that I was just about to post.
Forum: Plugins
In reply to: [Posts To-Do List] A simple requestI work with Rory, and I implemented a patch for this. Firstly, upload and activate the plugin (you must do this first), then go to Plugin Editor and change the line
self::$posts_to_do_list_dashboard_page_slug = add_dashboard_page( "Posts To Do List", "Posts To Do List", 'manage_options', 'posts_to_do_list', array( $this, 'posts_to_do_list_dashboard' ));
in posts-to-do-list.php to
self::$posts_to_do_list_dashboard_page_slug = add_dashboard_page( "Posts To Do List", "Posts To Do List", 'edit_posts', 'posts_to_do_list', array( $this, 'posts_to_do_list_dashboard' ));
. This will allow any user that can post (i.e. Admins, Authors, Editors and Contributors) to see the dashboard page, but only admins can see the options.
Forum: Plugins
In reply to: [Register Plus Redux] Several features not workingI have this issue too. Please help!
Forum: Themes and Templates
In reply to: [Decode] Weird error on homepageHey,
It was a custom code change of mine in the theme files. Sorry, my automatic assumption was the recent Decode update broke my site ??
Thanks, and sorry to bother you! ??
Curtis
Forum: Themes and Templates
In reply to: [Decode] Weird error on homepageOK, thanks. I’ll check my plugins and get back to you ??
Forum: Themes and Templates
In reply to: [Decode] Adding a page to navigation?Hi,
Did you remember to import Decode’s stylesheet?
Yeah, I referenced it.
But.. I have sorted the problem by adding a Login/Register widget into the sidebar in Decode. Thanks so much everyone for the help and advice, I will be continuing to use this theme and am about to give it a great review!
Once again, thanks for the fast help!
Curtis
Forum: Themes and Templates
In reply to: [Decode] Adding a page to navigation?Hi,
Using the child theme breaks Decode. It displays in a nearly all-text manner, with only a few images remaining. It also doesn’t use the right fonts.
Any ideas?
Curtis
Forum: Themes and Templates
In reply to: [Decode] Adding a page to navigation?OK, I’ll make a child theme then. Thanks, I’ll reply when it’s done!
Forum: Themes and Templates
In reply to: [Decode] Adding a page to navigation?I was trying to do it in the main theme file. I have a backup of the old theme files (and the entire WP install).
Forum: Themes and Templates
In reply to: [Decode] Adding a page to navigation?Hi,
Where should this code be placed in functions.php? I tried it but it didn’t work – the homepage just returned a blank page.
Thanks!
Curtis
Forum: Themes and Templates
In reply to: [Decode] Adding a page to navigation?Hi,
Thanks, that’s partly solved my problem, but I also want a Login/Register link to appear there if you’re not logged in to /wp-login, but not when you’re logged in. Is there any way to do this?
Once again, thanks for the prompt response!
Curtis
Forum: Fixing WordPress
In reply to: HTTP 500 server error when entering WP-AdminSorry, complete newbie, how do I regenerate .htaccess? I know what it is, and I checked it, but I have no clue how to regenerate it.