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
Media Mod For Icy Phoenix RC1
Subject: 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.
Thank you,
xmenfile.
Subject: 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.
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.
Subject: Re: Media Mod For Icyphoenix
I found a bug on music_cat, select methor sort is not working.
Subject: 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">
my sort method is working fine...
have you this bit of code in your music_cat.tpl
<form action="{S_MUSIC_ACTION}" method="post">
Subject: 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
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,
here is the code and Link
<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>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span> </td>
</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>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<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,
Subject: 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
and this is time descending
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...
:mrgreen: :mrgreen:
I just tested your link and it is working on your site... well from my end it is
this is time ascending

and this is time descending

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...
:mrgreen: :mrgreen:
Subject: 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?
Subject: Re: Media Mod For Icyphoenix
definately an IE problem
find
and remove
find
and remove
find
and replace with
let me know
find
and remove
find
and remove
find
<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>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span>
<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>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span>
and replace with
<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>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span></form>
<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>
{L_ORDER}:
<select name="sort_order">
<option {SORT_ASC} value='ASC'>{L_ASC}</option>
<option {SORT_DESC} value='DESC'>{L_DESC}</option>
</select>
<input type="submit" name="submit" value="{L_SORT}" class="liteoption" />
</span></form>
let me know
Subject: Re: Media Mod For Icyphoenix
:( i have made the changes above and not working, it came out "No File" :(
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.
DWho wrote: [View Post]
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.
Subject: 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
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: | 145 Time(s) |
Subject: 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 :mricy:
Subject: Re: Media Mod For Icyphoenix
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
replace with
let me know
:mrgreen: :mrgreen:
xmenfile wrote: [View Post]
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
<param name="flashvars" value="file={U_SONG}&image={U_IMG}&shuffleOnLoad=no" />
replace with
<param name="flashvars" value="file={U_SONG}&type=flv&image=preview.png&shuffleOnLoad=no" />
let me know
:mrgreen: :mrgreen:
Subject: 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.
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.
Subject: Re: Media Mod For Icyphoenix
I thought I fixed that problem... my bad...
open music_edit.php
and find
replace with
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
:mrgreen: :mrgreen:
open music_edit.php
and find
$song_url = str_replace("'", "''", htmlspecialchars(trim($_POST['song_url'])));
replace with
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
:mrgreen: :mrgreen:
Page 3 of 8
You cannot post new topicsYou 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
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.0946s (PHP: 23% SQL: 77%)
SQL queries: 12 - Debug Off - GZIP Enabled