ciao Pete78,
benvenuto sul forum di Joomla.it!
Dunque non č stata rilasciata una versione appositamente sviluppata per Joomla 1.7 perņ sul sito ufficiale di Remository si puņ trovare una guida a riguardo
Running Remository in Joomla 1.6 Remository 3.53.10 should basically work in Joomla 1.6, although a correction is required in the Joomla code. It has to go into ../administrator/components/com_menus/models/fields/menutype.php around line 254. The corrected version reads:
// Following line is a bug. Line after it is MNB fix. // $o->request = array('option' => $component); $o->request = array('option' => $component, 'view' => 'default');
and replaces a single line in the published Joomla code. Hopefully the code above makes it clear what is the before and after.
ciao grazie della risposta Jeckdevelopment ,quindi io una volta installata l'estensione divrei tramite ftp ,
modificare il file menutype.php sovrascrivendo alla linea 256 la seguente stringa
// Following line is a bug. Line after it is MNB fix. // $o->request = array('option' => $component); $o->request = array('option' => $component, 'view' => 'default')
appena a casa provo a farlo