serbill
Forum Replies Created
-
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] IMAGE SIZEJust perfect!
Take care
Forum: Plugins
In reply to: [DB Toolkit] Data Source(Import Data from external XML)Forgive me if the bellow are mistaken I am not a programmer but I can read some code.
I just had a look at your code. data_report\class.phpecho $in + $not . ” entries inserted.\r\n”;
echo “=========================================\r\n”;
echo $in . ” entries captured.\r\n”;
if (!empty($not)) {
echo $not . ” entries exclude. (failed or already captured)”;
}
exit;I think echo $not . ” entries exclude. (failed or already captured)”;
should be active in my case the second time I am running
https://www.i-contact.gr/xml/dt_intfc51e532251612d/import
from my browser.I also haven’t found $not anywhere else in your files so maybe there is no “checking if already captured code” written?
Forum: Plugins
In reply to: [DB Toolkit] Data Source(Import Data from external XML)Oh sorry about that I wasn’t aware. Thanks!
Is there a setting I can change in order to update the existing fields instead of writing new entries in the db?
Or is this something that requires development by your side?
Forum: Plugins
In reply to: [DB Toolkit] Data Source(Import Data from external XML)Hi David!
https://www.i-contact.gr/xml
https://www.i-contact.gr/xml/wp-admin
admin
123feel free to play to do anything you need. This is a test installation
Forum: Plugins
In reply to: [DB Toolkit] Data Source(Import Data from external XML)I am not able to find a solution.
Dear Developer is there any update you can give me about this?
I know that import is experimental but do you have any estimation about this?Thanks in advance!:-)
Forum: Plugins
In reply to: [DB Toolkit] Data Source(Import Data from external XML)I was trying to short this out but there was no result.
I think this is a developer’s issue…