• Resolved c7movieman

    (@c7movieman)


    Forgive my ignorance, I am new to php and sql. I am working with a site that utilizes this table very well. I am needing to make changes, but after reading through the documentation, I can’t seem to figure it out.

    Our table is used to hold business locations. When the business location on the front end is selected, it opens a page generated by the table information (I believe.) What I am needing to do is to add a URL cell to the table for each row so that when the location is selected on the front end, it will take the user to that specific page.

    So, I don’t know how to add the cells, nor how to adapt the php to send the user to the new webpage.

    I may be asking for too much here, and I might not have been clear. i can provide more information if needed and can pay for work if this is a big task.

    Thanks!

    The site is https://westernshamrock.com/locations

    https://www.ads-software.com/plugins/wp-db-table-editor/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bobbysmith007

    (@bobbysmith007)

    This is pretty outside of the scope of things I can help with, but my best guess would be that you need to add storage for that data by adding a column to the table like:

    ALTER TABLE locations ADD COLUMN linksto varchar(1024);

    That might be good enough, but you might also need to modify the call to add_db_table_editor, to include this new column (if there is ‘sql’ specified).

    I am sorry but this plugin definitely DOES require the use of both PHP and SQL as stated in the read me and on the plugins page. If you need to purchase support, you may contact my project manager rebecca (at) acceleration.net.

    Thanks!

    Thread Starter c7movieman

    (@c7movieman)

    Okay, thanks for the advice. I have some little SQL knowledge so I may be able to make this work. If not, we’ll purchase support.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding cells’ is closed to new replies.