• Resolved webabiz

    (@webabiz)


    where do i fix this error message, pls help.

    Notice: You have multiple Directory Tree or Manager Mode tables on the same page with no drawer id number specified. Please add drawerid=”1″, drawerid=”2″, etc., to each Directory Tree or Manager table shortcode, assigning them each a unique id number.

    https://ww.wp.xz.cn/plugins/file-away/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author thomstark

    (@thomstark)

    In the shortcodes, as the message describes.

    What do your shortcodes currently look like?

    Thread Starter webabiz

    (@webabiz)

    Hi, thanks for the lightening fast respond. here’s how my plugin files look like.

    <?php
    /*
    ** Plugin Name: File Away
    ** Plugin URI: http://ww.wp.xz.cn/plugins/file-away/
    ** Text Domain: file-away
    ** Domain Path: /lib/lng
    ** Description: Upload, manage, and display files from your server directories or page attachments in stylized lists or sortable data tables.
    ** Version: 3.9.6.1
    ** Author: Thom Stark
    ** Author URI: http://imdb.me/thomstark
    ** License: To Fly. File Away comes as is with no guarantees about anything.
    */
    define(‘fileaway’, __FILE__);
    define(‘fileaway_dir’, dirname(fileaway));
    define(‘fileaway_url’, plugins_url(”, fileaway));
    define(‘fileaway_version’, ‘3.9.6.1’);
    if(!class_exists(‘fileaway_autofiler’))
    {
    class fileaway_autofiler
    {
    public function __construct()
    {
    spl_autoload_register(array($this, ‘load’));
    }
    private function load($class)
    {
    $file = fileaway_dir.’/lib/cls/class.’.$class.’.php’;
    if(!file_exists($file)) return false;
    include_once($file);
    }
    }
    }
    new fileaway_autofiler;
    new fileaway_languages;
    fileaway_utility::timezone();
    if(is_admin())
    {
    new fileaway_admin;
    new fileaway_notices;
    }
    new fileaway_attributes;
    new fileaway_definitions;
    new feedaway;
    new fileaway_stats;
    new fileaway_metadata;
    if(!is_admin())
    {
    new fileaway_prints;
    new fileaway;
    new attachaway;
    new fileup;
    new fileaway_values;
    new formaway;
    new fileaframe;
    new stataway;
    new fileaway_tts;
    }
    new fileaway_management;
    new fileaway_cleanup;
    include_once fileaway_dir.’/lib/inc/inc.deprecated.php’;
    date_default_timezone_set(‘UTC’);

    Plugin Author thomstark

    (@thomstark)

    No. I meant what do the shortcodes on your page look like. I know what my source code looks like.

    Thread Starter webabiz

    (@webabiz)

    sorry. here.

    <p> </p><p>[file_away fw_shortcode_id=”3″]</p><p>[file_away fw_shortcode_id=”1″]</p><p>[file_away fw_shortcode_id=”2″]</p>

    Plugin Author thomstark

    (@thomstark)

    Those aren’t even File Away shortcodes. On the page where you got the notice about drawer IDs, what do the shortcodes look like? Please paste them here and I will fix them for you.

    Thread Starter webabiz

    (@webabiz)

    Hi.

    please login to my admin acct. to check i’ll change PW afterwards.

    http://www.veeint.com

    admin
    admin

    Plugin Author thomstark

    (@thomstark)

    Sorry. Was out of the office for a while. You can change your password. I see that you’re using a theme that integrates File Away and only gives you limited shortcode options. On the File Manager page I replaced those theme-created shortcodes with proper ones. You can use the File Away shortcode generator on the tinyMCE toolbar if you need to create additional shortcodes.

    Thread Starter webabiz

    (@webabiz)

    You’re a Genius !

    Thank you. and this plugin rocks!

    Plugin Author thomstark

    (@thomstark)

    Hapoy to help. Have fun.

    Thread Starter webabiz

    (@webabiz)

    just got you coffee for the help, check your paypal.

    Thanks.

    Plugin Author thomstark

    (@thomstark)

    Thanks a bunch! Much appreciated.

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

The topic ‘Drawer ID error. Need Help’ is closed to new replies.