I am creating a database of diets. Each diet must be assigned to a specific client.
Now I want to creat a client list that, when I click on a client name, it will open the page profile of this specific client. This page must contain some information about the the above client (for example diets list)
I attached some photos taken from a similar website. They are just an example.
Thanks for your reply. I read the documentation and I understant that it is something that I have to do manually. In particular:
- I add new client (Pasquale)
- in the URL link I have to manually write a link like www........com/client/Pasquale||Pasquale to be showed in the table as —> Pasquale
If I want to do it automatically? For example:
- I add new client (Pasquale)
- in the URL link I set as predefine value www...........com/client/ + Pasquale (automatically taken by Name input box in which I wrote Pasquale before) + “||” + Pasquale (automatically taken by Name input box in which I wrote Pasquale before)
The other method which maybe not help you but just to have in mind would be to write an mySQL query that will get the inserted values and returns that values as a link.
Hi guys,
I am creating a database of diets. Each diet must be assigned to a specific client.
Now I want to creat a client list that, when I click on a client name, it will open the page profile of this specific client. This page must contain some information about the the above client (for example diets list)
I attached some photos taken from a similar website. They are just an example.
Please, can you help me?
Thank you in advance
Pasquale
Hi Pasquale,
Thank you for your purchase.
You can take a look at our documentation about URL Link columns and how you can create them.
If you already have the table this might help you .
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi Bogdan,
Thanks for your reply. I read the documentation and I understant that it is something that I have to do manually. In particular:
- I add new client (Pasquale)
- in the URL link I have to manually write a link like www........com/client/Pasquale||Pasquale to be showed in the table as —> Pasquale
If I want to do it automatically? For example:
- I add new client (Pasquale)
- in the URL link I set as predefine value www...........com/client/ + Pasquale (automatically taken by Name input box in which I wrote Pasquale before) + “||” + Pasquale (automatically taken by Name input box in which I wrote Pasquale before)
- the result will be (in URL link) —> www.........com/client/Pasquale||Pasquale —> showed in the table as “Pasquale”
HI Pasquale,
Unfortunately that is the only way for now.
The other method which maybe not help you but just to have in mind would be to write an mySQL query that will get the inserted values and returns that values as a link.
Best regards.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables