Results 1 to 6 of 6

Thread: Prevent posting in main category

  1. #1
    Thread Starter
    Veteran spymare's Avatar
    Join Date
    Aug 2010
    Location
    Denmark
    Posts
    871
    Thanks
    16
    Thanked 82 Times in 61 Posts

    Prevent posting in main category

    HI. From classipress 3.0.4 I have the following code:

    in step1.php add:


    <script type="text/javascript">
    var dropdown = document.getElementById("cat");
    var i;
    for(i=dropdown.options.length-1;i>=0;i--)
    {
    if(dropdown.options[i].className === 'level-0')
    dropdown[i].disabled="disabled";
    }
    </script>



    after:

    wp_dropdown_categories('show_option_none='.__('Sel ect one','cp').'&class=dropdownlist&orderby=name&order =ASC&hide_empty=0&hierarchical=1&exclude_tree='.CP _BLOG_CAT_ID);

    }

    ?>
    It work's for classipress 3.0.4 but not for 3.0.5.3 can someone help me fix it ?

  2. #2
    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.

  3. #3
    Thread Starter
    Veteran spymare's Avatar
    Join Date
    Aug 2010
    Location
    Denmark
    Posts
    871
    Thanks
    16
    Thanked 82 Times in 61 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    jlfaverio's Avatar
    Join Date
    Nov 2010
    Location
    United States
    Posts
    31
    Thanks
    1
    Thanked 2 Times in 2 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [MOD NEEDED] Prevent a category from listing in home page tabs
    By joniboy in forum ClassiPress General Discussion
    Replies: 14
    Last Post: August 21st, 2012, 11:30 AM
  2. Drop down menu for Main category and sub category
    By anthonyportal1 in forum ClassiPress General Discussion
    Replies: 4
    Last Post: February 10th, 2011, 10:20 AM
  3. How to solve massive main category and sub-category.
    By anthonyportal1 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: February 8th, 2011, 07:13 AM
  4. [TUTORIAL] Prevent Posting In Main Category Easy Fix
    By isdngirl in forum ClassiPress General Discussion
    Replies: 48
    Last Post: January 20th, 2011, 02:25 AM
  5. [SOLVED] Prevent Main category Posting
    By abhitom in forum ClassiPress General Discussion
    Replies: 6
    Last Post: December 2nd, 2010, 08:19 AM