Changeset 178

Show
Ignore:
Timestamp:
12/24/07 02:19:36 (1 year ago)
Author:
timh
Message:

-updated instructions for elgg 0.9

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • mediagallery/READ_ME.TXT

    r136 r178  
    11test 
    2 http://www.jeroenwijering.com/?item=Flash_Media_Player 
     2http://www.jeroenwijering.com/?item=JW_Media_Player 
    33 
    4 This plugin relies on the Flash Media Player from http://www.jeroenwijering.com/ 
     4This plugin relies on the JW Media Player from http://www.jeroenwijering.com/ 
    55but due to licensing issues some of the required files can't be included in this 
    6 package. Read the licensing info here http://www.jeroenwijering.com/?item=Flash_Media_Player 
     6package. Read the licensing info here http://www.jeroenwijering.com/?item=JW_Media_Player 
    77before deciding to use this code... 
    88 
    99Read the insructions CAREFULLY to be sure this plugin works for you. 
    1010 
    11 Installation (BASED ON ELGG 0.7
     11Installation (BASED ON ELGG 0.9
    1212------------------------------------------------------------------------------------------------------ 
    13131. Download this package, uncompress it. 
    14142. FTP the "mediagallery" folder into your elgg/mod directory 
    15 3. Download the flash media player package from http://www.jeroenwijering.com/?item=Flash_Media_Player 
     153. Download the flash media player package from http://www.jeroenwijering.com/?item=JW_Media_Player 
    16164. Uncompress it, then copy the mediaplayer.swf file into your elgg/mod/mediagallery directory. 
    17175. Edit the css file to match your site's style (optional) 
     
    21211. add the following line of code after line 30 of your elgg/lib/filelib.php file... 
    2222   'flv'  => array ('type'=>'video/x-flv', 'icon'=>'video.gif'), 
    23 2. add the following block of code to units/files/files_links_make.php, right after line 27. 
     232. add the following block of code to mod/file/lib/files_links_make.php, right after line 27. 
    2424   It will enable handling of inserted .flv files to blog/forum posts 
    2525 
     
    3333                                                 
    34343. To use FlashMediaPlayer the default handler for inline .mp3 files in blog posts as well, delete the case "audio/mp3" block of code  
    35 in units/files/files_links_make.php and replace it with: 
     35in mod/file/lib/files_links_make.php and replace it with: 
    3636 
    3737                    case "audio/mp3": 
     
    7878History 
    7979------------------------------------------------------------------------------------------------------ 
     80v0.4 - December, 2007 
     81Updated for Ellg 0.9 
     82 
    8083v0.3 - April, 2007 
    8184Updated to support for FlashMediaPlayer v3.6