Subject :Connecting to new Joodatabase tables from menu manager always defaults to sample joodatabase table
Hello tech support can you help with this issue:
Connecting to new Joodatabase tables from menu manager always defaults to sample joodatabase table; I tried to take the url string from the menu item in the backend,
index.php?option=com_joodb&view=catalog
But this too only pulls the sample table data and not my created tables; I noticed when I went into phpmyadmin and changed the id of one of my tables to 1, then my table, catalog view would show. What is the correct url string that will allow me to link up with my catalog tables directly? I have already tried this:
index.php?option=com_joodb&view=catalog&id=1
but that doesn't work. Thank you. |