1
SEO / Re:Costruzione link con categorie e sottocategorie
« il: 08 Ott 2018, 19:28:55 »
grazie e scusami, ho avuto problemi con editor, ho aggiornato domanda. Grazie
Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.
&tmpl=component
JHTML::_('behavior.modal');
nella index e ho fatto un test cosi posso farti capire meglio.<?php
JHTML::_('behavior.modal');
?>
<?php
echo '<table id="tblcontent">';
echo ' <tr class="tblrowheader">';
echo '<td width="80px" aligh="left"> Dettagli </td> ';
echo '</tr> ';
while($row = mysql_fetch_array($results))
{
echo ' <tr>';
echo "<td width=\"120px\" aligh=\"left\"> <a class=\"modal\" id=\"modalLink1\" href=\"index.php?option=com_chronoforms&chronoform=visualizzaStruttureDettagli\" rel=\"{handler: 'iframe', size: {x: 500, y: 450}}\">Dettagli</a> </td> ";
echo '</tr>';
}
echo '</table> ';
?>
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9' at line 21 SQL=-- -- Dumping data for table `j873l_update_sites_extensions` -- -- -------------------------------------------------------- -- -- Table structure for table `j873l_usergroups` -- CREATE TABLE IF NOT EXISTS `j873l_usergroups` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', `parent_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id', `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.', `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.', `title` varchar(100) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`), KEY `idx_usergroup_title_lookup` (`title`), KEY `idx_usergroup_adjacency_lookup` (`parent_id`), KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=9Il problema dovrebbe essere della versione di mysql (io ho la 5.0.37 installata sul server).
![]() |
|