pampam95
Forum Replies Created
-
Hi Tobias, thanks for helping, I will study this, but I need to get fixed on this point because I am already thinking about my updates and functionalities that I want to realize.
Is this kind of things is possible in Tablepress by using row details or something else ?
I have all the datas to do this, but i’m looking for a simple way to do it.
I really hope I didn’t reach the limits of Tablepress 🙁Regards.
Hi Tobias,
New question, I have a table, with some highlight rows.
Is it possible by clicking on a button on my page to display only highlight rows in my table ?
Like this :
https://ibb.co/Syq4D5POn this page ?
https://betseriesmax.com/demo-football/Thanks for your help.
Regards.
Hi Tobias,
I will need your help for a little bit trouble on this table:
https://betseriesmax.com/demo-football/With CSS, for more visibility, I mooved 3 columns of my row details on the right side of the table.
If you click on “+” to see the row details, you can see that I have a big margin that I dont want to display:
https://ibb.co/Cs3T4VQHow can I do to remove <br> that I want without impacting all the <br> ?
(if tomorrow, I want to display 10 columns, I dont want to have the same trouble…)I hope you understood ahah.
Thanks for helping.
Regards.
Hi Tobias, I solved my trouble in my script by adding a row if the csv is empty, something like “No teams for this method” 🙂
I have technical questions, I told you I added a table in a table to display additional informations on each row.
==>This solution requires me to create as many tables as team beforehand for each method…
To give you an idea, I have 200 teams, and 8 methods, so I need 1600 tables on my ftp, but do not worry, all theses tables will be not display at the same time.
On my main page, I have 8 main tables, one for each method, I will have around 10 or 20 rows for each table (each row will correspond to a team).
Each main table will contain an additionnal column called “TEAM TABLE ID” with the shortcode of each team for one method.
I will not display this column but I will add it as row details.I hope you follow me on these explanations ahah
This solution will require a lot of work but I will only have to do it once and I will have the features that I want, so… here are my questions ^^
-I saw that I could import several table on a zip but can I import 1600 tables in one shot ?
-Is it a trouble to have so many arrays on my ftp ? each tables weigh only 1 Ko (as I said previously, I will have maximum 200 tables on the same time on my main page (8 main tables, one per method, and 192 under tables).
-Do I risk to significantly increase response times on my page ?
Sorry for the novel, but I think you have all informations 🙂
Regards.
Good 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 🙂
Once 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,
You can see the table on this page :
https://betseriesmax.com/demo-football/The table Id is 5 “METHODE +1.5 BUTS”
Thanks 🙂
Hi 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.
I 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 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.
I 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.
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 Tobias, I found a solution to my precedent request.
An easy way to do that is to to create an accordion content on the wordpress page, and I can put my table Id into 🙂
you can see the result here :
https://betseriesmax.com/demo-football/New question, is it possible to my user if he clicks or pass the mouse on a row of my table to display a windows with some infos according to the row in question ?
Best regards.
On this page, I have several array (create with tablepress, imported as csv file) :
http://pampam.tdgt.org/demo-football/Every array has a name “Methode +1,5 BUTS”, “Methode +2,5 BUTS”
Every array has a lot of lines, I want my users have the choice to reduce the arrays they want, for example, to hide the first array to see only the second one.
It can be to click on a button +/- to hide or show each array.
Is it clear enough ?
Regards.
Hi Tobias, I find a solution to my precedent trouble to keep using your plugin.
Did you already reduce a tablepress table ?
I have 20 table on my page and I want to let the possibility to users to reduce the tables they want to.
If you have a code for that it will be great, I will make you a donation if you can help me on that.
Best regards.