News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Errone mod smf media gallery

Started by pierpis, January 08, 2012, 05:05:53 AM

Previous topic - Next topic

pierpis

Ho provato ad installare SMF MEDIA GALLERY 2.0.5 nel mio ultimo aggiornamento del forum (vers 2.02) e durante l'installazione della mod mi dice che ha fallito il test su ./Sources/Subs.php
Questo:
Codice: (Trova) [Seleziona]

         'mlist' => array(

Codice: (Aggiungi prima) [Seleziona]

         'mgallery' => array(
            'title' => $txt['mgallery_gallery'] . (empty($user_info['mgal_unseen']) || $user_info['mgal_unseen'] == -1 ? '' : ' [<b>' . $user_info['mgal_unseen'] . '</b>]'),
            'href' => $scripturl . '?action=mgallery',
            'show' => allowedTo('mgallery_access'),
            'sub_buttons' => empty($user_info['mgal_unseen']) || $user_info['mgal_unseen'] == -1 ? array() : array(
               'mgallery_home' => array(
                  'title' => $txt['mgallery_home'],
                  'href' => $scripturl . '?action=mgallery',
                  'show' => true,
               ),
               'mgallery_unseen' => array(
                  'title' => $txt['mgallery_unseen'],
                  'href' => $scripturl . '?action=mgallery;sa=unseen',
                  'show' => true,
               ),
            ),
         ),

Dove posso correggere manualmente?

emanuele

http://www.simplemachines.org/community/index.php?topic=464728.0

P.S.
Subs.php non ha subito modifiche con l'ultimo aggiornamento, quindi trattasi di altro mod che hai installato precedentemente, oppure di un errore del mod stesso.


Take a peek at what I'm doing! ;D




Hai bisogno di supporto in Italiano?

Aiutateci ad aiutarvi: spiegate bene il vostro problema: no, "non funziona" non è una spiegazione!!
1) Cosa fai,
2) cosa ti aspetti,
3) cosa ottieni.

Advertisement: