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\"";