Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter crynos

    (@crynos)

    I’ve found the way to populate the categories, but i have parent and child categories, and it not showing this, only a full list. How can i solve this ?

    I just downloaded and the debbuger shows that reload_code.js are missing…

    Some variables points to it:

    $file = fopen(plugin_dir_path(__FILE__) . ‘/reload_code.js’, ‘w’);

    <script type=”text/javascript” src=”<?php echo plugins_url( ‘reload_code.js’ , __FILE__ );?>”></script>

    Inside advanced-ajax-page-loader.php

    And it didn’t work at all for me … can someone help me ?

    Thread Starter crynos

    (@crynos)

    I’ve found my problem.. Was a plugin called “User control”.. the Test user i was using was disabled. My bad.

    But,
    Still have some problems…

    Now i can see the “Online (x)” tab, but when i click on it, it do nothing… i can’t see the list of users online, or start a chat.

    Any tips ?

    Thread Starter crynos

    (@crynos)

    Sorry.. i’m new in worpress… i have wp_dropdown_categories not wp_category_dropdown … line 252

    wp_dropdown_categories(array(‘id’=>’cat’, ‘hide_empty’ => 0, ‘name’ => ‘cat’, ‘orderby’ => ‘name’, ‘selected’ => $postcategoryid, ‘hierarchical’ => true, ‘show_option_none’ => __(‘None’)));
    }

    well.. its the 1 step… worked. Do you know how to ident it? i mean:

    This plugin do almost all i need. But i need to exclude the Excerpt and Tag fields from the post page. Its posible ?

    – Category 1 Title (not selectable)
    – Option 1
    – Option 2
    – Option 3

    – Category 2 Title (not selectable)
    – Option 1
    – Option 2
    – Option 3

Viewing 4 replies - 1 through 4 (of 4 total)