Good evening, I am a new member and first of all I would like to greet all users.
My problem is this: I'm developing for version Joomla 3.10.12 ( which I will then update to the new versions), a catalog extension and I have a custom admin view (adminlist) for the list of records and another for the detail view (cardview), the code for the link is this:However, it happens that when I click on "Mostra Scheda" nothing happens, but if I copy and paste the link or right-click to open in another tab, the page opens, only structure however without loading the records.
The component is used only on the back end. I thank everyone for the precious help you want to give me.
Michele
My problem is this: I'm developing for version Joomla 3.10.12 ( which I will then update to the new versions), a catalog extension and I have a custom admin view (adminlist) for the list of records and another for the detail view (cardview), the code for the link is this:
Code:
<td class = "primo" ><a href="<?php echo'index.php?option=com_cat_prata&view=cardview&id='. $item->id; ?>"><button>Mostra Scheda</button></a></td>
The component is used only on the back end. I thank everyone for the precious help you want to give me.
Michele
Statistics: Posted by infotecnica — Fri Jan 19, 2024 5:10 pm