In the shortcodes, as the message describes.
What do your shortcodes currently look like?
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’);
No. I meant what do the shortcodes on your page look like. I know what my source code looks like.
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>
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.
Hi.
please login to my admin acct. to check i’ll change PW afterwards.
http://www.veeint.com
admin
admin
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.
You’re a Genius !
Thank you. and this plugin rocks!
just got you coffee for the help, check your paypal.
Thanks.
Thanks a bunch! Much appreciated.