estarella
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme and plugin translation for Polylang (TTfP)] add strings for themeOk, solution change theme.
Thanks for all!!!Forum: Plugins
In reply to: [Theme and plugin translation for Polylang (TTfP)] add strings for themeForum: Plugins
In reply to: [Theme and plugin translation for Polylang (TTfP)] add strings for themeForum: Plugins
In reply to: [MultilingualPress] Something doesn’t work??I change to Polylang, and works perfect
Forum: Plugins
In reply to: [MultilingualPress] Something doesn’t work??This is my network:
site1.com in es
site2.com in es
site3.com in esAnd I need:
site1.com/ in essite2.com/ in es
site2.com/cat/ in ca_Es
site2.com/fr/ in fr
site2.com/en/ in en
site2.com/de/ in desite3.com/ in es
site3.com/cat/ in ca_Es
site3.com/fr/ in fr
site3.com/en/ in en
site3.com/de/ in deForum: Plugins
In reply to: [MultilingualPress] adding a new site based on another siteSame to me.
Forum: Fixing WordPress
In reply to: Malicious login attemptsok Thanks!!!!
??Forum: Themes and Templates
In reply to: [Customizr] Second menu isn't being displayedHi!
Me too…Forum: Plugins
In reply to: [Page Restrict] Use my Login form (not wp-login)I resolved with a link to my login page.
Working with theme my login and nextend facebook connectForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Select rowsI can’t try, is very dificult for me…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Select rowsok, i try
??Forum: Plugins
In reply to: [Nextend Social Login and Register] Redirect to Current PageMe too
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Select rowsSorry,
I found where is the problem.
Normaly I have in tabletools.php this:* Evaluate “datatables_tabletools” parameter and add corresponding JavaScript code, if needed
*/
function tablepress_add_tabletools_js_command( $command, $html_id, $parameters, $table_id, $js_options ) {if ( ! $js_options[‘datatables_tabletools’] )
return $command;$table_wrapper = “{$html_id}_wrapper”;
$html_id = str_replace( ‘-‘, ‘_’, $html_id );
$table_name = “oTable_{$html_id}”;
$tabletools_name = “oTableTools_{$html_id}”;
$command = substr( $command, 0, -1 ); // removing ; at the end
$swf_path = plugins_url( ‘swf/copy_csv_xls_pdf.swf’, __FILE__ );
// with text (somme CSS needs to commented out!):
//$tabletools_options = ‘{ “sSwfPath”: “‘ . $swf_path . ‘”, “aButtons”: [ “copy”, “print”, { “sExtends”: “collection”, “sButtonText”: “Save as”, “aButtons”: [ “csv”, “xls”, “pdf” ] } ] }’;
// with images:
$tabletools_options = ‘{ “sSwfPath”: “‘ . $swf_path . ‘”, “sRowSelect”: “multi”, “aButtons”: [ { “sExtends”: “copy”, “sButtonText”: “”, “bSelectedOnly”: true, “mColumns”: “visible”}, { “sExtends”: “xls”, “sButtonText”: “”, “bSelectedOnly”: true, “mColumns”: “visible” }, { “sExtends”: “xls”, “sButtonText”: “”, “bSelectedOnly”: true, “mColumns”: “visible”, }, { “sExtends”: “pdf”, “sButtonText”: “”, “bSelectedOnly”: true, “mColumns”: “visible”, “sPdfOrientation”: “landscape”, }, { “sExtends”: “print”, “bShowAll”: false, “sButtonText”: “”, “bSelectedOnly”: true, “sPrintOrientation”: “landscape”, } ] }’;$command = “var {$table_name} = {$command}, {$tabletools_name} = new TableTools({$table_name}, {$tabletools_options}); $(‘#{$table_wrapper}’).before({$tabletools_name}.dom.container);”;
return $command;
}How can I aply now “bSelectedOnly”: true and “sRowSelect”: “multi”
Thanks!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Select rowsThanks for answer.
I wait for a new version with this addon .
??Regards
Forum: Networking WordPress
In reply to: Multisite: Could not resolve hostok, resolved
??