joao.parana
Forum Replies Created
-
Forum: Plugins
In reply to: [Polymer for WordPress] Feel free to send me suggestions / ideasHi Mattia,
Congratulations for your very good job.
do you have plan to support Polymer 1.0 version ? In this version is possible to us define a Theme CSS code inside a HTML file and import them. It’s a very nice Polymer 1.0 feature. There is a lot of others improvement too.
You can see the theming feature in this video: https://www.youtube.com/watch?v=omASiF85JzI
Forum: Plugins
In reply to: [Lively Chat via SMS] Error caused by ChatBox on jQuery codeWhich file ? admin/includes/functions.php or shared/includes/functions.php ?
See below the result from find linux command :
find . -name “*.php” -print -exec grep “\$agent_id” {} \;
./admin/includes/functions.php
$agent_id = get_current_user_id();
$convos = $wpdb->get_results(“SELECT DISTINCT $convos_table.* FROM $convos_table INNER JOIN $messages_table ON $convos_table.token = $messages_table.convo_token WHERE $convos_table.agent_id = ‘$agent_id’ AND $messages_table.created_at >= ‘$start’ AND $messages_table.created_at <= ‘$finish'”);
./shared/includes/functions.php
$agent_id = 0;
$agent_id = get_current_user_id();
$messages = $wpdb->get_results(“SELECT * FROM $messages_table INNER JOIN $convos_table ON $convos_table.token = $messages_table.convo_token WHERE $convos_table.agent_id = ‘$agent_id’ AND $messages_table.id > ‘$id'”);
“agent_id” => $agent_id,Forum: Plugins
In reply to: [Lively Chat via SMS] Error caused by ChatBox on jQuery codeYes.
Forum: Reviews
In reply to: [Backup, Restore and Migrate your sites with XCloner] Does not workPerhaps the problem was the default value 755 for permissions on administrator directory when we install the plugin.