"Download audio"

dc2698

Joined: 2007-01-23
Posts: 17
Posted: Mon, 2007-02-26 17:03

Hi all,

I am using the PGtheme for my gallery2.1.2.
When I uploaded a MP3 to an album, it just shows a link to "Download audio". I went into each file in the gallery root and searched for "Download audio" but no success returned. Where can I find and change this "Download audio" to something else (i.e. a flash audio player or just wm player or other wording).

Plus, whenever I am at this "Download audio" page, there is a Javascript syntax error in this line:

<script type="text/JavaScript">
//<![CDATA[
<!--
function fsizeopen(url,title){
;
css = "<link rel='stylesheet' type='text/css' href='themes/PGtheme/theme.css'/>";
wsource = ; <----------- syntax error reported
witem = ;
hitem = ;
w = screen.width;
h = screen.height;

lines omitted.....

}
//-->
//]]>
</script>

Any help is appreciated very much!


Gallery version (not just "2"):2.1.2
PHP version (e.g. 4.3.11):4.4.0
PHPInfo Link (see FAQ):N/A
Webserver (e.g. Apache 1.3.33):IIS
Database (e.g. MySql 4.0.11):4.0.20a
Activated toolkits (e.g. NetPbm, GD):GD, FFMPEG
Operating system (e.g. Linux): Win2000 adv server
Browser (e.g. Firefox 1.0): I.E. & Firefox

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2007-02-26 18:24

the flash audio player is not available for g2.1.2.
you need g2.2 and its mp3audio module for that.

--------------
Doumentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage

 
dc2698

Joined: 2007-01-23
Posts: 17
Posted: Tue, 2007-02-27 09:08

Thanks for your tip, valiant. But at least where can I change the words "Download link" and fix the JS error please?