Forum
TF Content sample data and deleting Apps
- TF Content
I created an App in TF Content called Directory (Database Table Name: #__tfc_directory)
I can't reproduce how I found the option in my Admin panel, but at one point I was given the option to import sample data. Including a directory. Unfortunately I could not import it. because I had already created a table called directory.
There are two issues here:
1) There is no button or clear path to the option for importing sample data. (can you please tell me how to get back there?)
2) Deleting an app does not delete the sql table. I deleted my directory app but it still appeared in the dashboard. I had to phpMyAdmin and drop the table 'directory' to remove it. For Users without cPanel access, this is a problem. I recommend for a future release, giving the option to drop the table for unwanted apps (with all appropriate warnings before they do so).