Title: cyborg4's Replies | WordPress.org

---

# cyborg4

  [  ](https://wordpress.org/support/users/cyborg4/)

 *   [Profile](https://wordpress.org/support/users/cyborg4/)
 *   [Topics Started](https://wordpress.org/support/users/cyborg4/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cyborg4/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cyborg4/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cyborg4/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cyborg4/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cyborg4/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/cyborg4/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cyborg4/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts To-Do List] Feature request](https://wordpress.org/support/topic/feature-request-172/)
 *  [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/feature-request-172/#post-4505318)
 * There 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts To-Do List] Feature request](https://wordpress.org/support/topic/feature-request-172/)
 *  [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/feature-request-172/#post-4505316)
 * This might just be me missing something, but I updated and can’t find any way
   to limit it. Can you help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts To-Do List] Feature request](https://wordpress.org/support/topic/feature-request-172/)
 *  [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/feature-request-172/#post-4505314)
 * If we could filter that dropdown by user role, that would be great.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts To-Do List] Feature request](https://wordpress.org/support/topic/feature-request-172/)
 *  [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/feature-request-172/#post-4505312)
 * Hey, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Posts To-Do List] A simple request](https://wordpress.org/support/topic/a-simple-request-1/)
 *  [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/a-simple-request-1/#post-5132793)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Register Plus Redux] Several features not working](https://wordpress.org/support/topic/several-features-not-working/)
 *  [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/several-features-not-working/#post-4792861)
 * I have this issue too. Please help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Weird error on homepage](https://wordpress.org/support/topic/weird-error-on-homepage/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-error-on-homepage/#post-4670443)
 * Hey,
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Weird error on homepage](https://wordpress.org/support/topic/weird-error-on-homepage/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/weird-error-on-homepage/#post-4670442)
 * OK, thanks. I’ll check my plugins and get back to you 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Adding a page to navigation?](https://wordpress.org/support/topic/adding-a-page-to-navigation/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adding-a-page-to-navigation/#post-4467309)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Adding a page to navigation?](https://wordpress.org/support/topic/adding-a-page-to-navigation/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adding-a-page-to-navigation/#post-4467304)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Adding a page to navigation?](https://wordpress.org/support/topic/adding-a-page-to-navigation/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adding-a-page-to-navigation/#post-4467300)
 * OK, I’ll make a child theme then. Thanks, I’ll reply when it’s done!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Adding a page to navigation?](https://wordpress.org/support/topic/adding-a-page-to-navigation/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adding-a-page-to-navigation/#post-4467296)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Adding a page to navigation?](https://wordpress.org/support/topic/adding-a-page-to-navigation/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adding-a-page-to-navigation/#post-4467293)
 * 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Decode] Adding a page to navigation?](https://wordpress.org/support/topic/adding-a-page-to-navigation/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/adding-a-page-to-navigation/#post-4467286)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTTP 500 server error when entering WP-Admin](https://wordpress.org/support/topic/urgent-http-500-server-error-when-entering-wp-admin/)
 *  Thread Starter [cyborg4](https://wordpress.org/support/users/cyborg4/)
 * (@cyborg4)
 * [13 years ago](https://wordpress.org/support/topic/urgent-http-500-server-error-when-entering-wp-admin/#post-3846969)
 * Sorry, 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.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/cyborg4/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/cyborg4/replies/page/2/?output_format=md)