Results 1 to 6 of 6

Thread: classipress dashboard news tweets etc

  1. #1
    AppThemes Affiliate dan1000's Avatar
    Join Date
    Dec 2010
    Location
    United States
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    classipress dashboard news tweets etc

    I need to clean up the main dashboard..I need to remove everything but the current state..latest news.tweets etc.. I do this on the main wordpress dashboard by adding this to the functions file..[code]// disable default dashboard widgets
    function disable_default_dashboard_widgets() {
    remove_meta_box('dashboard_recent_comments', 'dashboard', 'core');
    remove_meta_box('dashboard_incoming_links', 'dashboard', 'core');
    remove_meta_box('dashboard_plugins', 'dashboard', 'core');
    remove_meta_box('dashboard_recent_drafts', 'dashboard', 'core');
    remove_meta_box('dashboard_primary', 'dashboard', 'core');
    remove_meta_box('dashboard_secondary', 'dashboard', 'core');
    }
    add_action('admin_menu', 'disable_default_dashboard_widgets');
    // remove upgrade nag***/
    if ( !current_user_can( 'edit_users' ) ) {
    add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 );
    add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) );
    }[code]

    I need a similar code for your dashboard and the file to add it to
    thanks
    DAN
    Last edited by dan1000; December 26th, 2010 at 09:44 PM. Reason: spelling

  2. #2
    Marketplace Seller thesyndicate's Avatar
    Join Date
    Aug 2009
    Location
    The Matrix
    Posts
    1,842
    Thanks
    17
    Thanked 52 Times in 51 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!


    I love to help out you out but please read this first Have you tried to install in a root domain? Have you tried to Resave permalinks? Have you tried to disable all plug in? Have you tried the default theme of Wordpress?

    ++ If the issue is fixed consider closing the thread and change to solved, thank you for helping us helping you. ++

  3. #3
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  4. #4
    AppThemes Affiliate dan1000's Avatar
    Join Date
    Dec 2010
    Location
    United States
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    moonpm's Avatar
    Join Date
    Aug 2011
    Location
    United Kingdom
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Last edited by moonpm; September 13th, 2011 at 06:47 AM. Reason: corrected spelling

  6. #6
    Marketplace Seller thesyndicate's Avatar
    Join Date
    Aug 2009
    Location
    The Matrix
    Posts
    1,842
    Thanks
    17
    Thanked 52 Times in 51 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!


    I love to help out you out but please read this first Have you tried to install in a root domain? Have you tried to Resave permalinks? Have you tried to disable all plug in? Have you tried the default theme of Wordpress?

    ++ If the issue is fixed consider closing the thread and change to solved, thank you for helping us helping you. ++

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [TUTORIAL] Filter Your Ads on Classipress Dashboard - firestormcs Freebie
    By firestormcs in forum ClassiPress General Discussion
    Replies: 1
    Last Post: November 4th, 2010, 02:35 PM
  2. 3.0.4 - News?
    By rodeoramsey in forum Help Using ClassiPress
    Replies: 3
    Last Post: August 11th, 2010, 09:02 PM
  3. Any news on Classipress 3.0?
    By kiltin in forum ClassiPress General Discussion
    Replies: 62
    Last Post: February 17th, 2010, 10:34 PM
  4. Re: 3.0 News?
    By cdnbook in forum ClassiPress General Discussion
    Replies: 51
    Last Post: January 21st, 2010, 10:50 PM
  5. 3.0 News?
    By cdnbook in forum ClassiPress General Discussion
    Replies: 6
    Last Post: January 5th, 2010, 04:48 PM