Joomla.it Forum

Joomla! 1.0.x (versione con supporto terminato) => Le voci di Joomla.it (solo per versione Joomla 1.0.x) => : lounae 19 Jan 2008, 14:43:32

: Aiuto MP3 Gallery
: lounae 19 Jan 2008, 14:43:32
Ciao, ho installato il modulo mp3 gallery.
Ho caricato i files audio in media/audio/
Ho pubblicato il modulo e.... NON FA IL POP UP E QUINDI NON FUNZIONA! Per favore aiutatemi!

Se vi può essere utile qua c'è il mod_mp3gallery_config

<?php
/*
#######################################################################
# MP3 Gallery for Joomla
#      - Copyright (c) 2006-2007 (C) NGUYEN DINH Quoc-Huy
#      - http://www.quoc-huy.com/
#######################################################################
#
# PLEASE READ THE mod_mp3gallery_ReadMe.txt file
#
#########################################################################
*/

   /********* PERSONALIZE ************/
   // This is the direcotry where this module should go
   // and find your MP3 files. You can change it to something
   // else or just create this directory at the root of your
   // Joomla website.
   $mp3gallery_dir = "media/audio/";
   
   // How the MP3 player should look like: slim bar or a button
   $mp3gallery_player_style = "slim"; // "slim" or "button"
   
   // Should the MP3 Player be opened in a popup window (true)
   // or be integrate to the page(false) ?
   $mp3_gallery_player_popup = true;
   
   // How the MP3 player should play the playlist.
   $mp3gallery_repeat_playlist = "true";
   $mp3gallery_autoplay = "true";
   $mp3gallery_autoload = "true";   
   
   // True or false whether you want to display the link to my
   // website or not.
   $mp3gallery_backlink = true;
   /************* END OF PERSONALIZE ************/

   $player_size["slim"] = "width=\"400\" height=\"15\"";
   $player_size["button"] = "width=\"17\" height=\"17\"";
: Re: Aiuto MP3 Gallery
: lounae 19 Jan 2008, 15:11:10
Ho notato adesso che l'mp3 gallery viene visualizzato in alcune pagine, ma solo in alcune, per esempio nella home no e comunque il pop-up non è automatico, ma bisogna premere su Play Now!!!
Aiutatemi!
: Re: Aiuto MP3 Gallery
: kikkotm 27 Feb 2008, 01:34:56
dipende dai settaggi del modulo...
Vai nel pannello amministratore, apri il modulo MP3 GALLERY e nella colonna di sinistra "Pagine / Articoli" dove vedi VOCI DEI MENU seleziona TUTTI se vuoi che appaia in tutte le pagine.