Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 3 of 8
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
 
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
I have the embed code working fine on my test site I just need to know what media formats are working or not..

I have quicktime, mp3, wmv, flv, flash,wma, midi works in firefox but not IE

wav does not work....

some of these formats will not work on your sites as I need to test the file for the codes to work...

I will add the updated package as soon as find out what formats others have got to work or wish to work...

The problem on the formats a lot do not like to be embeded... I downloaded realplayer which I hate and that wanted me to fill out a load of info before it would let me use their software.. so I uninstalled it...

If anyone has a problem watching anything let me know what format they are trying to watch so I can test it.

Once we figure out what can be viewed and what cannot I can emend my first post with all the correct code and what video formats work
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
as far as i know MP3, WMA and Youtube work.  My site has Googlevideo, Megaupload, Veoh, Daily BBCode installed, if you can add those to media mod.  I appreciate it

Thank you,

xmenfile.
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Publicity In My Icyphoenix? 
 
With the new embed code working all the sites you named above will work....

I am going to upgrade my first post with the newer version... I recommend you undo everything and then start from scratch to be honest as this was not as easy as I first thought and there are a lot of changes..

I have updated my first post...again sorry for the inconveniance just want to get it working right.
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
I found a bug on music_cat, select methor sort is not working.
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
Which part...?

my sort method is working fine...

have you this bit of code in your music_cat.tpl

    <form action="{S_MUSIC_ACTION}" method="post">
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
I do have it and somehow the bottom "select sort method" of music_cat is not working.  

here is the code and Link
Code: [Download] [Hide] [Select]
  <tr>
    <td class="catBottom" colspan="7" align="center" height="28"> <span class="gensmall">{L_SELECT_SORT_METHOD}:
      <select name="sort_method">
        <option {SORT_TIME} value='song_time'>{L_TIME}</option>
        <option {SORT_SONG_TITLE} value='song_title'>{L_SONG_TITLE}</option>
        <option {SORT_SINGER} value='song_singer'>{L_SINGER}</option>
        <option {SORT_USERNAME} value='username'>{L_USERNAME}</option>
        <option {SORT_VIEW} value='song_view_count'>{L_VIEW}</option>
            {SORT_RATING_OPTION}
            {SORT_COMMENTS_OPTION}
            {SORT_NEW_COMMENT_OPTION}
        
      </select>
      &nbsp;{L_ORDER}:
      <select name="sort_order">
        <option {SORT_ASC} value='ASC'>{L_ASC}</option>
        <option {SORT_DESC} value='DESC'>{L_DESC}</option>
      </select>
      &nbsp;
      <input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
      </span> </td>
  </tr>


ps:  is there anyway i can make a pop up media player windows instead of direct to music_page.  i want my users able to browse my site while playing music

Thanks,
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
Hi

I just tested your link and it is working on your site... well from my end it is

this is time ascending

 sort

and this is time descending

 sor1

it list the files in order as it should

or is there something else I missed..

let me know




When you mean a pop up do you mean when you go to the video play page you can then have a link to open a pop up of the video so you can then go to another page...?

If so I can have a look for you...

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
That is wired, i tried to sort by username, singer, song... and nothing changed at all.  Can you try that for me?  or maybe because of IE7 brownser?
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
definately an IE problem

find
Code: [Download] [Hide] [Select]
    <form action="{S_MUSIC_ACTION}" method="post">


and remove

find

Code: [Download] [Hide] [Select]
</form>


and remove

find

Code: [Download] [Hide] [Select]
      <select name="sort_method">
        <option {SORT_TIME} value='song_time'>{L_TIME}</option>
        <option {SORT_SONG_TITLE} value='song_title'>{L_SONG_TITLE}</option>
        <option {SORT_SINGER} value='song_singer'>{L_SINGER}</option>
        <option {SORT_USERNAME} value='username'>{L_USERNAME}</option>
        <option {SORT_VIEW} value='song_view_count'>{L_VIEW}</option>
            {SORT_RATING_OPTION}
            {SORT_COMMENTS_OPTION}
            {SORT_NEW_COMMENT_OPTION}
        
      </select>
      &nbsp;{L_ORDER}:
      <select name="sort_order">
        <option {SORT_ASC} value='ASC'>{L_ASC}</option>
        <option {SORT_DESC} value='DESC'>{L_DESC}</option>
      </select>
      &nbsp;
      <input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
      </span>


and replace with

Code: [Download] [Hide] [Select]
    <form action="{S_MUSIC_ACTION}" method="post">
      <select name="sort_method">
        <option {SORT_TIME} value='song_time'>{L_TIME}</option>
        <option {SORT_SONG_TITLE} value='song_title'>{L_SONG_TITLE}</option>
        <option {SORT_SINGER} value='song_singer'>{L_SINGER}</option>
        <option {SORT_USERNAME} value='username'>{L_USERNAME}</option>
        <option {SORT_VIEW} value='song_view_count'>{L_VIEW}</option>
            {SORT_RATING_OPTION}
            {SORT_COMMENTS_OPTION}
            {SORT_NEW_COMMENT_OPTION}
        
      </select>
      &nbsp;{L_ORDER}:
      <select name="sort_order">
        <option {SORT_ASC} value='ASC'>{L_ASC}</option>
        <option {SORT_DESC} value='DESC'>{L_DESC}</option>
      </select>
      &nbsp;
      <input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
      </span></form>


let me know
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
i have made the changes above and not working, it came out "No File"


DWho wrote: [View Post]

When you mean a pop up do you mean when you go to the video play page you can then have a link to open a pop up of the video so you can then go to another page...?

If so I can have a look for you...

   

I have DM Music Mod installed on my board take a look and I want to combine this with Media Mod.  When you click on the link, new windows will pop up.
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
try this file back up your old one and replace it with this one




I will have look at the pop up on your site

music_cat_body.rar
Description: music_cat_body.tpl 
Download
Filename: music_cat_body.rar
Filesize: 1.35 KB
Downloaded: 117 Time(s)

 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
That works and i found other bug; flv is not playing and it may cause by IE.  Take a look at this i am so sorry Dwho for keep asking for my errors  
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
xmenfile wrote: [View Post]
i am so sorry Dwho for keep asking for my errors  


Not a problem if we iron out the bugs then we can have a good finished mod...

here is the fix.. I missed a bit of code for IE

open music_page.tpl and find

Code: [Download] [Hide] [Select]
        <param name="flashvars" value="file={U_SONG}&image={U_IMG}&shuffleOnLoad=no" />


replace with
Code: [Download] [Hide] [Select]
        <param name="flashvars" value="file={U_SONG}&type=flv&image=preview.png&shuffleOnLoad=no" />


let me know

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
That works Dwho more bug, upload embeded code is fine, but if any reason needs to edit it even just edit title or description/lyric then video won't play anymore.  It shows code only.

example:  I want to edit title or description/lyric only and after finish edited.  It won't play video anymore and it only shows embed code.
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Media Mod For Icyphoenix 
 
I thought I fixed that problem... my bad...

open music_edit.php

and find
Code: [Download] [Hide] [Select]
    $song_url = str_replace("'", "''", htmlspecialchars(trim($_POST['song_url'])));


replace with
Code: [Download] [Hide] [Select]
    $song_url = str_replace("'", "''", $_POST['song_url']);


that will fix it....

Also regarding your pop up where do you want it in music_cat... and do you want to be able to still go to music page...

This will not work with the chart mod you have as the code is not the same but it will open a pop up in the same way..

Let me know

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 3 of 8
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events