Request: Auto Table Import Extension – Allow Javascript
-
I apologize if this isn’t the right location, but seemed the best option.
The Automatic Periodic Table Import extension, it does not import the onclick part of a link or button. Specifically, something like this:
<input type="button" value="rate" onclick="window.open('https://someurl.com', '_blank', 'toolbar=no,scrollbars=1,resizable=yes,top=100,left=100,width=450,height=300');">
It’s just missing when auto-imported, but shows up when importing the same file manually.If possible to do this, it would probably be useful to some people to have this functionality.
Thanks.
-
I dont really understand how it’s work.
For my example, https://betseriesmax.com/demo-football/
On my first tab called “CONSEILS DU JOUR”, I want for each row, to display additionnals informations like “Winning percent : 75%”
This additionnals informations that I want to display, I generate it by a script.
So for each row, I am able to generate additonnals informations that I can export in csv or other format.
I dont want to write additonnals informations manually for each row because datas in my tabs are updated everyday.This plugin can display only manually additionals informations ?
Hi,
yes, the information has to be part of your table.
Regards,
TobiasI understood the concept, it allows to hide columns from the table and display them in row details, this is exactly what I need.
However, on this link, for the first table (ID 14) :
https://betseriesmax.com/demo-football/I pasted the following shortcode :
[table id=14 datatables_row_details=true datatables_row_details_columns=”A” /] to test the plugin, nothing happens, an idea why ?Sorry for the delay of donation, but I need to be sure that your plugin can do everything I want and I promise you I will do it.
Regards.
Hi,
please check if the “Use DataTables” checkbox on the table’s “Edit” screen is activated. This is mandatory for the Extension to work. The checkboxes for the features like sorting, search, etc. can be turned off, if you don’t want to use these features.
Regards,
TobiasHi Tobias, once again, you were right, it was the checkbox.
I just donated to you, thanks again for your help…
I would like to know if one of your extensions would allow me to make this kind of sorting on my tables :
before the filter :
https://ibb.co/C1cxTvrafter the filter :
https://ibb.co/GTTwmJXI want to let my users the possibility to select the numbers of matchs minimum they want, this list box is linked to the column “SERIE EN COURS”, the numbers of occurrences on each row represents the number of matchs in the listbox. (For example if row of “SERIE EN COURS” is 3-3-4-5, the number of match is 4.
So in the tab, there are only row with 4 matchs minimums that will be displayed.To facilitate this filter, I directly create a column “SERIE EN COURS” with the number of matchs on each row, as you can see on this link for the METHODE +1,5 BUTS :
https://betseriesmax.com/demo-football/#toggle-id-2Can you help me on this please ?
Regards.
Hi,
I’m really sorry, but the current filtering algorithms can’t do something like this 🙁 You will need a custom solution for that.
Best wishes,
TobiasI thought so, I tested your filter extensions and I couldn’t do what I wanted…
I can pay you to custom this, let me know if you are insterested or if you know someone who might be interested.
Regards.
Hi,
unfortunately, that’s beyond what I can offer, even as professional support, sorry.
Regards,
TobiasHi Tobias,
I found a great solution that I wanted to share you for my precedent need about your plugin “Row Details”
To remind you, I wanted to display additionals informations for each row of my tables.
I discover that I could use this plugin and add a new tablepress table as additional informations of each row on my initial table.
You can see the result here :
https://ibb.co/b6Y918yThis is certainly not new for you^^
Unfortunately, as you can see, I have a small trouble with this discovery:
Each row of my additional tablepress table has a little “+” that inherits from the initial tablepress tab.
Is there a way to not display these “+” for my additionnal tablepress tab ?
Best regards.
Hi,
cool idea, yes 🙂
Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!
Regards,
TobiasHi,
You can see the table on this page :
https://betseriesmax.com/demo-football/The table Id is 5 “METHODE +1.5 BUTS”
Thanks 🙂
Hi,
thanks! To hide the extra “+” symbols, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress .tablepress .row-details-toggle { display: none; }Regards,
TobiasOnce again… many thanks !
Last question and I stop bothering you 🙁
I changed host for my website, from a linux server with an external cron to OVH with default cron, so my path of folder “www” changed too.
==> I deleted the line corresponding to the deactivation of wordpress cron in wp.config.php
What path I need to put on “Source” for a source type “File on server” ?
This is the screens of my ftp and my settings auto imports :
https://ibb.co/ZS2VQbt
https://ibb.co/ZHVw8krI tried :
/www/wp-content/plugins/tablepress/tab/TableTempMethodeMoins15.csv
/home/www/wp-content/plugins/tablepress/tab/TableTempMethodeMoins15.csv
home/www/wp-content/plugins/tablepress/tab/TableTempMethodeMoins15.csv==>With these 3 paths, my last auto import failed
Thanks for help 🙂
Hi,
/www/wp-content/plugins/tablepress/tab/TableTempMethodeMoins15.csvlooks correct to me, but I’m not sure.
What does the input field for the manual import from the server say (in the normal import section)?Note that you should not put the tables inside the TablePress plugin folder, because that gets deleted when you update TablePress! Instead, I recommend something like
.../wp-content/tables/....csvRegards,
TobiasGood idea, I found the good path checking the input field for the manual import, it was :
/home/betserm/www/… I couldn’t guess it ^^Thanks for the info for the tables’s path if Tablepress need to be updated !!!
I just noticed a case that I need to be able to manage :
I have a script that updates my different tablepress tables from csv files on server.
It may happens that my files are empty, it is rare, but it can happen.
Currently, when this case happens, the imports have the status “failed”, you can confirm that ?And I have the last versions of my tables on my page containing my tables and I especially don’t want that to happen.
Do you have a workaround for that ?
Thanks 🙂
The topic ‘Request: Auto Table Import Extension – Allow Javascript’ is closed to new replies.