You can subscribe to this list here.
| 2005 |
Jan
|
Feb
|
Mar
(95) |
Apr
(270) |
May
(111) |
Jun
|
Jul
|
Aug
(64) |
Sep
(130) |
Oct
(319) |
Nov
(17) |
Dec
(191) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2006 |
Jan
(53) |
Feb
|
Mar
|
Apr
|
May
(6) |
Jun
(387) |
Jul
(102) |
Aug
(247) |
Sep
(120) |
Oct
(1) |
Nov
(8) |
Dec
(21) |
| 2007 |
Jan
(38) |
Feb
(36) |
Mar
|
Apr
(32) |
May
(135) |
Jun
(523) |
Jul
(192) |
Aug
(103) |
Sep
(533) |
Oct
(77) |
Nov
(23) |
Dec
(203) |
| 2008 |
Jan
(312) |
Feb
(1193) |
Mar
(404) |
Apr
(67) |
May
(62) |
Jun
(497) |
Jul
(297) |
Aug
(110) |
Sep
(335) |
Oct
(256) |
Nov
(50) |
Dec
(118) |
| 2009 |
Jan
(67) |
Feb
(10) |
Mar
(1) |
Apr
(1) |
May
|
Jun
(10) |
Jul
(61) |
Aug
|
Sep
(16) |
Oct
(45) |
Nov
(12) |
Dec
(14) |
| 2010 |
Jan
(30) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
(7) |
Aug
(7) |
Sep
(5) |
Oct
(5) |
Nov
|
Dec
|
| 2011 |
Jan
(7) |
Feb
(3) |
Mar
(89) |
Apr
(11) |
May
(5) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
(2) |
Oct
|
Nov
(2) |
Dec
(89) |
| 2012 |
Jan
(7) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(3) |
Oct
(42) |
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
(19) |
Apr
(90) |
May
(38) |
Jun
(235) |
Jul
(38) |
Aug
(10) |
Sep
|
Oct
(29) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
(52) |
Jun
|
Jul
(7) |
Aug
|
Sep
(17) |
Oct
|
Nov
|
Dec
|
|
From: FlorinCB <ory...@us...> - 2008-09-09 07:29:21
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28900 Modified Files: music.php Log Message: more viewprofile with username Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** music.php 9 Sep 2008 07:04:31 -0000 1.21 --- music.php 9 Sep 2008 07:29:17 -0000 1.22 *************** *** 1042,1053 **** ); ! if( ($songrow[$j]['user_id'] == MUSIC_GUEST) or ($songrow[$j]['username'] == '') ) ! { ! $song_poster = ($songrow[$j]['song_username'] == '') ? $lang['Guest'] : $songrow[$j]['song_username']; ! } ! else ! { ! $song_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $songrow[$j]['user_id']) .'">'. $songrow[$j]['username'] .'</a>'; ! } // ------------------------------------ --- 1042,1047 ---- ); ! $song_poster = music_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); ! // ------------------------------------ *************** *** 1702,1713 **** ); ! if( ($topsongrow[$j]['user_id'] == MUSIC_GUEST) or ($topsongrow[$j]['username'] == '') ) ! { ! $top_poster = ($topsongrow[$j]['song_username'] == '') ? $lang['Guest'] : $topsongrow[$j]['song_username']; ! } ! else ! { ! $top_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $topsongrow[$j]['user_id']) .'">'. $topsongrow[$j]['username'] .'</a>'; ! } $template->assign_block_vars('top_songs.top_detail', array( --- 1696,1700 ---- ); ! $top_poster = music_get_profile_url('full', $topsongrow[$j]['user_id'], $topsongrow[$j]['username'], false); $template->assign_block_vars('top_songs.top_detail', array( *************** *** 1815,1826 **** ); ! if( ($topsongrow[$j]['user_id'] == MUSIC_GUEST) or ($topsongrow[$j]['username'] == '') ) ! { ! $top_poster = ($topsongrow[$j]['song_username'] == '') ? $lang['Guest'] : $topsongrow[$j]['song_username']; ! } ! else ! { ! $top_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $topsongrow[$j]['user_id']) .'">'. $topsongrow[$j]['username'] .'</a>'; ! } $template->assign_block_vars('top_songs.top_detail', array( --- 1802,1806 ---- ); ! $top_poster = music_get_profile_url('full', $topsongrow[$j]['user_id'], $topsongrow[$j]['username'], false); $template->assign_block_vars('top_songs.top_detail', array( |
|
From: FlorinCB <ory...@us...> - 2008-09-09 07:20:46
|
Update of /cvsroot/mxbb/mx_music/contrib In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24831 Removed Files: chinese.zip vietnamese.zip Log Message: this zips can be downloaded from phphacks --- vietnamese.zip DELETED --- --- chinese.zip DELETED --- |
|
From: FlorinCB <ory...@us...> - 2008-09-09 07:18:31
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23957 Modified Files: release.txt Log Message: hmm.... Index: release.txt =================================================================== RCS file: /cvsroot/mxbb/mx_music/release.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** release.txt 7 Sep 2008 18:06:28 -0000 1.6 --- release.txt 9 Sep 2008 07:18:24 -0000 1.7 *************** *** 1,16 **** ! [b][Release][mx_music]: Music Center[/b] ! [b][Authors]: Cf Manager, OryNider[/b] ! [b][Version]: 2.9.2 [/b] ! [b]Designed for mxBB Version: 2.8.x/3.0.x[/b] ! [b][Support]:[/b] [u]Here[/u] ! [b][DEMO]:[/b] [url=http://atcer.ministry.ro/board/?page=16]Here[/url] [b][Note]:[/b] ! [color=red]If you upgrade from 2.7.x and you have mx_musiconline, the posibility of migration to mx_music it's just teoretical with unknown rezult, and you do it at your own risc!!! A mx_musiconline module for 2.8.0 may be relesed by Selven.[/color] [b][Description]:[/b] --- 1,16 ---- ! [b][RELEASE]MEDIA CENTER[/b] ! [b][AUTHOR[CREDIT]][/b]: Cf Manager [OryNider] ! [b][Version]:[/b] 2.9.3 ! [b]Designed for MXP Version[b]: 2.8.x/3.0.x (all backends) [phpBB 2.0.23 - not tested] ! [b][SUPPORT]:[/b] [u]Here[/u] ! [b][DEMO]:[/b] [url=http://activ.caleacrestina.com/?page=8]Here[/url] [b][Note]:[/b] ! [color=red]If you upgrade from 2.7.x and you have mx_musiconline, the posibility of migration to mx_music it's just teoretical with unknown result, and you do it at your own risc!!![/color] [b][Description]:[/b] *************** *** 30,50 **** [*][u]Music Cat Views[/u] - is adding a viewed counter of each Category; ! [*][u]Music Download Song[/u] - alows users to directly download the song to their computer.[/list] [b]Special Note:[/b] [color=blue] In version 2.0.2 and above if you are posting a radio stream that ends with "/listen.pls" on music_page will be swiched to music_stream mode and will make traffic on your website, but if it's submited like a normal url with no "/listen.pls" will make traffic on the shotcast server who is brotcasting the stream. But if it's submited with "/listen.pls" can be listened with your favorite player and the original stream informations will he hidden To do this copy the link from Download/Listen in your player on the website or local computer such as WinAMP :wink: But do not try to save the file couse you will just make not needed traffic and get a very large file!!![/color] ! [b][Download]:[/b] [URL=http://www.mx-system.com/modules/mx_pafiledb/dload.php?action=download&file_id=368]mx_music_center.zip[/URL] ! ! [b][Languages]:[/b] ! [color=blue]Please if you traslate the language files to your language post a link to a zip with the traslated files. Thaks![/color] ! ! [b][Romanian Language][/b]: [url=http://pubory.uv.ro/portal/modules/mx_pafiledb/dload.php?action=download&file_id=44]mx_music_romanian_language.zip[/url] ! ! [b][German Language][/b]: [url=http://pubory.uv.ro/portal/modules/mx_pafiledb/dload.php?action=download&file_id=45]mx_music_german_language.zip[/url] ! ! [b][Dutch Language][/b]: [url=http://pubory.uv.ro/portal/modules/mx_pafiledb/dload.php?action=download&file_id=46]mx_music_lang_dutch.zip[/url] ! ! [b][Chinese Language][/b]: [url=http://pubory.uv.ro/portal/modules/mx_pafiledb/dload.php?action=download&file_id=47]mx_music_lang_chinese.zip[/url] ! ! [b][Vietnamese Language][/b]: [url=http://pubory.uv.ro/portal/modules/mx_pafiledb/dload.php?action=download&file_id=48]mx_music_lang_vietnamese.zip[/url] \ No newline at end of file --- 30,38 ---- [*][u]Music Cat Views[/u] - is adding a viewed counter of each Category; ! [*][u]Music Download Song[/u] - alows users to directly download the song to their computer. ! [/list] [b]Special Note:[/b] [color=blue] In version 2.0.2 and above if you are posting a radio stream that ends with "/listen.pls" on music_page will be swiched to music_stream mode and will make traffic on your website, but if it's submited like a normal url with no "/listen.pls" will make traffic on the shotcast server who is brotcasting the stream. But if it's submited with "/listen.pls" can be listened with your favorite player and the original stream informations will he hidden To do this copy the link from Download/Listen in your player on the website or local computer such as WinAMP :wink: But do not try to save the file couse you will just make not needed traffic and get a very large file!!![/color] ! [b][Download]:[/b] [URL=http://www.mx-publisher.com/modules/mx_pafiledb/dload.php?action=download&file_id=368]mx_music_center.zip[/URL] \ No newline at end of file |
|
From: FlorinCB <ory...@us...> - 2008-09-09 07:04:39
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16355/music_box/modules Modified Files: music_cat.php music_comment.php music_comment_edit.php music_list.php music_media_cat.php music_modcp.php music_page.php music_pic_cat.php music_rate.php Log Message: fix Index: music_comment_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment_edit.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_comment_edit.php 9 Sep 2008 06:54:12 -0000 1.4 --- music_comment_edit.php 9 Sep 2008 07:04:33 -0000 1.5 *************** *** 173,177 **** Comments Screen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); // // Start output of page --- 173,177 ---- Comments Screen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ ! $poster = music_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); // // Start output of page Index: music_pic_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_pic_cat.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_pic_cat.php 9 Sep 2008 06:54:13 -0000 1.7 --- music_pic_cat.php 9 Sep 2008 07:04:33 -0000 1.8 *************** *** 409,413 **** ); ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ --- 409,413 ---- ); ! $song_poster = music_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_cat.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** music_cat.php 9 Sep 2008 06:54:12 -0000 1.9 --- music_cat.php 9 Sep 2008 07:04:32 -0000 1.10 *************** *** 195,199 **** // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . album_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- --- 195,199 ---- // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . music_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- *************** *** 744,748 **** ); ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ --- 744,748 ---- ); ! $song_poster = music_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_modcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_modcp.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_modcp.php 9 Sep 2008 06:54:13 -0000 1.5 --- music_modcp.php 9 Sep 2008 07:04:33 -0000 1.6 *************** *** 328,332 **** for ($i = 0; $i <count($songrow); $i++) { ! $song_poster = album_get_profile_url('full', $songrow[$i]['user_id'], $songrow[$i]['username'], false); $template->assign_block_vars('songrow', array( --- 328,332 ---- for ($i = 0; $i <count($songrow); $i++) { ! $song_poster = music_get_profile_url('full', $songrow[$i]['user_id'], $songrow[$i]['username'], false); $template->assign_block_vars('songrow', array( Index: music_list.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_list.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_list.php 9 Sep 2008 06:54:13 -0000 1.4 --- music_list.php 9 Sep 2008 07:04:33 -0000 1.5 *************** *** 155,159 **** ); ! $search_poster = album_get_profile_url('full', $searchsongrow[$j]['user_id'], $searchsongrow[$j]['username'], false); $template->assign_block_vars('search_songs.search_detail', array( --- 155,159 ---- ); ! $search_poster = music_get_profile_url('full', $searchsongrow[$j]['user_id'], $searchsongrow[$j]['username'], false); $template->assign_block_vars('search_songs.search_detail', array( Index: music_media_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_media_cat.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_media_cat.php 9 Sep 2008 06:54:13 -0000 1.7 --- music_media_cat.php 9 Sep 2008 07:04:33 -0000 1.8 *************** *** 436,440 **** } ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ --- 436,440 ---- } ! $song_poster = music_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_comment.php 9 Sep 2008 06:54:12 -0000 1.5 --- music_comment.php 9 Sep 2008 07:04:32 -0000 1.6 *************** *** 261,265 **** for ($i = 0; $i < count($commentrow); $i++) { ! $poster = album_get_profile_url('full', $commentrow[$i]['user_id'], $commentrow[$i]['username'], false); if ($commentrow[$i]['comment_edit_count'] > 0) --- 261,265 ---- for ($i = 0; $i < count($commentrow); $i++) { ! $poster = music_get_profile_url('full', $commentrow[$i]['user_id'], $commentrow[$i]['username'], false); if ($commentrow[$i]['comment_edit_count'] > 0) Index: music_page.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_page.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_page.php 9 Sep 2008 06:54:13 -0000 1.7 --- music_page.php 9 Sep 2008 07:04:33 -0000 1.8 *************** *** 237,241 **** ); ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); if ($music_config['rate']) --- 237,241 ---- ); ! $poster = music_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); if ($music_config['rate']) Index: music_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_rate.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_rate.php 9 Sep 2008 06:54:13 -0000 1.4 --- music_rate.php 9 Sep 2008 07:04:33 -0000 1.5 *************** *** 184,188 **** ); ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); $template->assign_vars(array( --- 184,188 ---- ); ! $poster = music_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); $template->assign_vars(array( |
|
From: FlorinCB <ory...@us...> - 2008-09-09 07:04:37
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16355 Modified Files: music.php music_flv.php music_lists.php Log Message: fix Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** music.php 9 Sep 2008 06:54:12 -0000 1.20 --- music.php 9 Sep 2008 07:04:31 -0000 1.21 *************** *** 206,210 **** // // --------------------- ! // Check $album_user_id // --------------------- if (isset ($_POST['user_id'])) --- 206,210 ---- // // --------------------- ! // Check $music_user_id // --------------------- if (isset ($_POST['user_id'])) *************** *** 494,498 **** // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . album_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- --- 494,498 ---- // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . music_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- Index: music_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_lists.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** music_lists.php 9 Sep 2008 06:54:12 -0000 1.6 --- music_lists.php 9 Sep 2008 07:04:32 -0000 1.7 *************** *** 51,55 **** // // --------------------- ! // Check $album_user_id // --------------------- if (isset ($_POST['user_id'])) --- 51,55 ---- // // --------------------- ! // Check $music_user_id // --------------------- if (isset ($_POST['user_id'])) *************** *** 219,223 **** // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . album_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- --- 219,223 ---- // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . music_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- *************** *** 434,438 **** else { ! $top_poster = album_get_profile_url('full', $topsongrow[$j]['user_id'], $topsongrow[$j]['username'], false); } --- 434,438 ---- else { ! $top_poster = music_get_profile_url('full', $topsongrow[$j]['user_id'], $topsongrow[$j]['username'], false); } Index: music_flv.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_flv.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** music_flv.php 9 Sep 2008 06:54:12 -0000 1.6 --- music_flv.php 9 Sep 2008 07:04:31 -0000 1.7 *************** *** 396,400 **** */ ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); --- 396,400 ---- */ ! $poster = music_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:54:18
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11737/music_box/modules Modified Files: music_cat.php music_comment.php music_comment_edit.php music_list.php music_media_cat.php music_modcp.php music_page.php music_pic_cat.php music_rate.php Log Message: color username on music page all backends Index: music_comment_edit.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment_edit.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_comment_edit.php 7 Sep 2008 18:06:43 -0000 1.3 --- music_comment_edit.php 9 Sep 2008 06:54:12 -0000 1.4 *************** *** 173,186 **** Comments Screen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ ! ! if( ($thissong['song_user_id'] == MUSIC_GUEST) or ($thissong['username'] == '') ) ! { ! $poster = ($thissong['song_username'] == '') ? $lang['Guest'] : $thissong['song_username']; ! } ! else ! { ! $poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $thissong['user_id']) .'">'. $thissong['username'] .'</a>'; ! } ! // // Start output of page --- 173,177 ---- Comments Screen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); // // Start output of page Index: music_pic_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_pic_cat.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** music_pic_cat.php 7 Sep 2008 18:06:48 -0000 1.6 --- music_pic_cat.php 9 Sep 2008 06:54:13 -0000 1.7 *************** *** 409,420 **** ); ! if( ($songrow[$j]['user_id'] == MUSIC_GUEST) or ($songrow[$j]['username'] == '') ) ! { ! $song_poster = ($songrow[$j]['song_username'] == '') ? $lang['Guest'] : $songrow[$j]['song_username']; ! } ! else ! { ! $song_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $songrow[$j]['user_id']) .'">'. $songrow[$j]['username'] .'</a>'; ! } // ------------------------------------ --- 409,413 ---- ); ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_cat.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** music_cat.php 9 Sep 2008 06:23:57 -0000 1.8 --- music_cat.php 9 Sep 2008 06:54:12 -0000 1.9 *************** *** 195,208 **** // Write username of last poster // ---------------------------- ! ! if( ($lastrow['user_id'] == MUSIC_GUEST) or ($lastrow['username'] == '') ) ! { ! $last_song_info .= ($lastrow['song_username'] == '') ? $lang['Guest'] : $lastrow['song_username']; ! } ! else ! { ! $last_song_info .= $lang['Poster'] .': <a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $lastrow['user_id']) .'">'. $lastrow['username'] .'</a>'; ! } ! // ---------------------------- --- 195,199 ---- // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . album_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- *************** *** 210,214 **** // Truncate it if it's too long // ---------------------------- - if( !isset($music_config['last_song_title_length']) ) { --- 201,204 ---- *************** *** 754,765 **** ); ! if( ($songrow[$j]['user_id'] == MUSIC_GUEST) or ($songrow[$j]['username'] == '') ) ! { ! $song_poster = ($songrow[$j]['song_username'] == '') ? $lang['Guest'] : $songrow[$j]['song_username']; ! } ! else ! { ! $song_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $songrow[$j]['user_id']) .'">'. $songrow[$j]['username'] .'</a>'; ! } // ------------------------------------ --- 744,748 ---- ); ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_modcp.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_modcp.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_modcp.php 7 Sep 2008 18:06:46 -0000 1.4 --- music_modcp.php 9 Sep 2008 06:54:13 -0000 1.5 *************** *** 328,339 **** for ($i = 0; $i <count($songrow); $i++) { ! if( ($songrow[$i]['user_id'] == MUSIC_GUEST) or ($songrow[$i]['username'] == '') ) ! { ! $song_poster = ($songrow[$i]['song_username'] == '') ? $lang['Guest'] : $songrow[$i]['song_username']; ! } ! else ! { ! $song_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $songrow[$i]['user_id']) .'">'. $songrow[$i]['username'] .'</a>'; ! } $template->assign_block_vars('songrow', array( --- 328,332 ---- for ($i = 0; $i <count($songrow); $i++) { ! $song_poster = album_get_profile_url('full', $songrow[$i]['user_id'], $songrow[$i]['username'], false); $template->assign_block_vars('songrow', array( Index: music_list.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_list.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_list.php 7 Sep 2008 18:06:44 -0000 1.3 --- music_list.php 9 Sep 2008 06:54:13 -0000 1.4 *************** *** 155,166 **** ); ! if( ($searchsongrow[$j]['user_id'] == MUSIC_GUEST) or ($searchsongrow[$j]['username'] == '') ) ! { ! $search_poster = ($searchsongrow[$j]['song_username'] == '') ? $lang['Guest'] : $searchsongrow[$j]['song_username']; ! } ! else ! { ! $search_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $searchsongrow[$j]['user_id']) .'">'. $searchsongrow[$j]['username'] .'</a>'; ! } $template->assign_block_vars('search_songs.search_detail', array( --- 155,159 ---- ); ! $search_poster = album_get_profile_url('full', $searchsongrow[$j]['user_id'], $searchsongrow[$j]['username'], false); $template->assign_block_vars('search_songs.search_detail', array( Index: music_media_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_media_cat.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** music_media_cat.php 7 Sep 2008 18:06:45 -0000 1.6 --- music_media_cat.php 9 Sep 2008 06:54:13 -0000 1.7 *************** *** 436,447 **** } ! if( ($songrow[$j]['user_id'] == MUSIC_GUEST) or ($songrow[$j]['username'] == '') ) ! { ! $song_poster = ($songrow[$j]['song_username'] == '') ? $lang['Guest'] : $songrow[$j]['song_username']; ! } ! else ! { ! $song_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $songrow[$j]['user_id']) .'">'. $songrow[$j]['username'] .'</a>'; ! } // ------------------------------------ --- 436,440 ---- } ! $song_poster = album_get_profile_url('full', $songrow[$j]['user_id'], $songrow[$j]['username'], false); // ------------------------------------ Index: music_comment.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_comment.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_comment.php 7 Sep 2008 18:06:42 -0000 1.4 --- music_comment.php 9 Sep 2008 06:54:12 -0000 1.5 *************** *** 261,272 **** for ($i = 0; $i < count($commentrow); $i++) { ! if( ($commentrow[$i]['user_id'] == MUSIC_GUEST) or ($commentrow[$i]['username'] == '') ) ! { ! $poster = ($commentrow[$i]['comment_username'] == '') ? $lang['Guest'] : $commentrow[$i]['comment_username']; ! } ! else ! { ! $poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $commentrow[$i]['user_id']) .'">'. $commentrow[$i]['username'] .'</a>'; ! } if ($commentrow[$i]['comment_edit_count'] > 0) --- 261,265 ---- for ($i = 0; $i < count($commentrow); $i++) { ! $poster = album_get_profile_url('full', $commentrow[$i]['user_id'], $commentrow[$i]['username'], false); if ($commentrow[$i]['comment_edit_count'] > 0) Index: music_page.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_page.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** music_page.php 7 Sep 2008 18:06:47 -0000 1.6 --- music_page.php 9 Sep 2008 06:54:13 -0000 1.7 *************** *** 237,249 **** ); ! if( ($thissong['song_user_id'] == MUSIC_GUEST) or ($thissong['username'] == '') ) ! { ! $poster = ($thissong['song_username'] == '') ? $lang['Guest'] : $thissong['song_username']; ! } ! else ! { ! $poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $thissong['song_user_id']) .'">'. $thissong['song_username'] .'</a>'; ! } ! if ($music_config['rate']) --- 237,241 ---- ); ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); if ($music_config['rate']) Index: music_rate.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_rate.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_rate.php 7 Sep 2008 18:06:49 -0000 1.3 --- music_rate.php 9 Sep 2008 06:54:13 -0000 1.4 *************** *** 184,195 **** ); ! if( ($thissong['song_user_id'] == MUSIC_GUEST) or ($thissong['username'] == '') ) ! { ! $poster = ($thissong['song_username'] == '') ? $lang['Guest'] : $thissong['song_username']; ! } ! else ! { ! $poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $thissong['user_id']) .'">'. $thissong['username'] .'</a>'; ! } $template->assign_vars(array( --- 184,188 ---- ); ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); $template->assign_vars(array( |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:54:16
|
Update of /cvsroot/mxbb/mx_music/music_box/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11737/music_box/includes Modified Files: music_functions.php Log Message: color username on music page all backends Index: music_functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/includes/music_functions.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_functions.php 7 Sep 2008 18:06:29 -0000 1.3 --- music_functions.php 9 Sep 2008 06:54:12 -0000 1.4 *************** *** 174,177 **** --- 174,179 ---- global $lang, $userdata; + $lang['Guest'] = $lastrow['song_username'] ? $lastrow['song_username'] : $lang['Guest']; + switch (PORTAL_BACKEND) { *************** *** 199,203 **** $profile_url = ''; ! $full_url = ($user_id == ANONYMOUS) ? '<span ' . $topic_poster_style . '>' . $lang['Guest'] . '</span>' : '<span ' . $topic_poster_style . '>' . $username . '</span>'; break; --- 201,205 ---- $profile_url = ''; ! $full_url = (($user_id == ANONYMOUS) || ($user_id == MUSIC_GUEST)) ? '<span ' . $topic_poster_style . '>' . $lang['Guest'] . '</span>' : '<span ' . $topic_poster_style . '>' . $username . '</span>'; break; |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:54:16
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11737 Modified Files: music.php music_flv.php music_lists.php Log Message: color username on music page all backends Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** music.php 9 Sep 2008 06:23:57 -0000 1.19 --- music.php 9 Sep 2008 06:54:12 -0000 1.20 *************** *** 494,507 **** // Write username of last poster // ---------------------------- ! ! if( ($lastrow['user_id'] == MUSIC_GUEST) or ($lastrow['username'] == '') ) ! { ! $last_song_info .= ($lastrow['song_username'] == '') ? $lang['Guest'] : $lastrow['song_username']; ! } ! else ! { ! $last_song_info .= $lang['Poster'] .': <a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $lastrow['user_id']) .'">'. $lastrow['username'] .'</a>'; ! } ! // ---------------------------- --- 494,498 ---- // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . album_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- *************** *** 509,513 **** // Truncate it if it's too long // ---------------------------- - if( !isset($music_config['last_song_title_length']) ) { --- 500,503 ---- Index: music_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_lists.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_lists.php 9 Sep 2008 03:28:44 -0000 1.5 --- music_lists.php 9 Sep 2008 06:54:12 -0000 1.6 *************** *** 219,232 **** // Write username of last poster // ---------------------------- ! ! if( ($lastrow['user_id'] == MUSIC_GUEST) or ($lastrow['username'] == '') ) ! { ! $last_song_info .= ($lastrow['song_username'] == '') ? $lang['Guest'] : $lastrow['song_username']; ! } ! else ! { ! $last_song_info .= $lang['Poster'] .': <a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $lastrow['user_id']) .'">'. $lastrow['username'] .'</a>'; ! } ! // ---------------------------- --- 219,223 ---- // Write username of last poster // ---------------------------- ! $last_song_info .= $lang['Poster'] .': ' . album_get_profile_url('full', $lastrow['user_id'], $lastrow['username'], false); // ---------------------------- *************** *** 234,238 **** // Truncate it if it's too long // ---------------------------- - if( !isset($music_config['last_song_title_length']) ) { --- 225,228 ---- *************** *** 444,448 **** else { ! $top_poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $topsongrow[$j]['user_id']) .'">'. $topsongrow[$j]['username'] .'</a>'; } --- 434,438 ---- else { ! $top_poster = album_get_profile_url('full', $topsongrow[$j]['user_id'], $topsongrow[$j]['username'], false); } Index: music_flv.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_flv.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** music_flv.php 7 Sep 2008 18:06:27 -0000 1.5 --- music_flv.php 9 Sep 2008 06:54:12 -0000 1.6 *************** *** 396,407 **** */ ! if( ($thissong['song_user_id'] == MUSIC_GUEST) or ($thissong['username'] == '') ) ! { ! $poster = ($thissong['song_username'] == '') ? $lang['Guest'] : $thissong['song_username']; ! } ! else ! { ! $poster = '<a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $thissong['song_user_id']) .'">'. $thissong['song_username'] .'</a>'; ! } --- 396,400 ---- */ ! $poster = album_get_profile_url('full', $thissong['user_id'], $thissong['username'], false); |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:25:06
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20992/templates/_core Modified Files: music_cat_xs.tpl music_index_body.tpl Log Message: subcategory support fully added Index: music_index_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_index_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** music_index_body.tpl 7 Sep 2008 18:06:57 -0000 1.3 --- music_index_body.tpl 9 Sep 2008 06:23:58 -0000 1.4 *************** *** 8,20 **** <!-- BEGIN top_songs --> <tr> ! <th class="thTop" height="25" colspan="6" nowrap="nowrap">{L_TOP_SONGS} </tr> <tr> ! <td width="38%" class="catbottom" align="center"><span class="gen">{L_SONG_TITLE}</span></td> ! <td width="16%" class="catbottom" align="center"><span class="gen">{L_SINGER}</span></td> ! <td width="22%" class="catbottom" align="center"><span class="gen">{L_POSTED}</span></td> ! <td width="6%" class="catbottom" align="center"><span class="gen">{L_VIEW}</span></td> ! <td width="8%" class="catbottom" align="center"><span class="gen">{L_RATING}</span></td> ! <td width="10%" class="catbottom" align="center"><span class="gen">{L_COMMENTS}</span></td> </tr> <!-- END top_songs --> --- 8,20 ---- <!-- BEGIN top_songs --> <tr> ! <th class="thTop bg2" height="25" colspan="6" nowrap="nowrap">{L_TOP_SONGS} </tr> <tr> ! <td width="38%" class="row1 bg1" class="catbottom" align="center"><span class="gen">{L_SONG_TITLE}</span></td> ! <td width="16%" class="row2 bg2" class="catbottom" align="center"><span class="gen">{L_SINGER}</span></td> ! <td width="22%" class="row1 bg1" class="catbottom" align="center"><span class="gen">{L_POSTED}</span></td> ! <td width="6%" class="row2 bg2" class="catbottom" align="center"><span class="gen">{L_VIEW}</span></td> ! <td width="8%" class="row1 bg1" class="catbottom" align="center"><span class="gen">{L_RATING}</span></td> ! <td width="10%" class="row2 bg2" class="catbottom" align="center"><span class="gen">{L_COMMENTS}</span></td> </tr> <!-- END top_songs --> *************** *** 24,38 **** <!-- BEGIN top_detail --> <tr> ! <td width="38%" class="row1" align="center"><span class="genmed">{top_songs.top_detail.TITLE}</span></td> ! <td width="16%" class="row2" align="center"><span class="genmed">{top_songs.top_detail.SINGER}</span></td> ! <td width="22%" class="row1" align="center"><span class="gensmall">{top_songs.top_detail.POSTER}<br />{top_songs.top_detail.TIME}</span></td> ! <td width="6%" class="row2" align="center"><span class="gensmall">{top_songs.top_detail.VIEW}</span></td> ! <td width="8%" class="row1" align="center"><span class="gensmall">{top_songs.top_detail.RATING}</span></td> ! <td width="10%" class="row2" align="center"><span class="gensmall">{top_songs.top_detail.COMMENTS}</span></td> <!-- END top_detail --> </tr> <tr> ! <td class="catbottom" colspan="6" height="28" align="center"><span class="cattitle"> {L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='song_time'>{L_TIME}</option> --- 24,38 ---- <!-- BEGIN top_detail --> <tr> ! <td width="38%" class="row1 bg1" align="center"><span class="genmed">{top_songs.top_detail.TITLE}</span></td> ! <td width="16%" class="row2 bg2" align="center"><span class="genmed">{top_songs.top_detail.SINGER}</span></td> ! <td width="22%" class="row1 bg1" align="center"><span class="gensmall">{top_songs.top_detail.POSTER}<br />{top_songs.top_detail.TIME}</span></td> ! <td width="6%" class="row2 bg2" align="center"><span class="gensmall">{top_songs.top_detail.VIEW}</span></td> ! <td width="8%" class="row1 bg1" align="center"><span class="gensmall">{top_songs.top_detail.RATING}</span></td> ! <td width="10%" class="row2 bg2" align="center"><span class="gensmall">{top_songs.top_detail.COMMENTS}</span></td> <!-- END top_detail --> </tr> <tr> ! <td class="catbottom cat" colspan="6" height="28" align="center"><span class="cattitle"> {L_SELECT_SORT_METHOD}: <select name="sort_method"> <option {SORT_TIME} value='song_time'>{L_TIME}</option> *************** *** 140,144 **** </form> ! <!-- IF S_CATROW is even --> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> --- 140,144 ---- </form> ! <!-- IF SWITCH_HAS_CATROW eq 1 --> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> *************** *** 229,234 **** <tr> <td width="44%" colspan="7" class="row1" align="center"> ! <!-- IF song_detail.S_ROW_TYPE eq MEDIA --> ! <SCRIPT LANGUAGE="JavaScript"> var WMP7; var Mac; --- 229,234 ---- <tr> <td width="44%" colspan="7" class="row1" align="center"> ! <!-- IF song_detail.S_ROW_TYPE eq MEDIA --> ! <SCRIPT LANGUAGE="JavaScript"> var WMP7; var Mac; Index: music_cat_xs.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_cat_xs.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_cat_xs.tpl 7 Sep 2008 18:06:57 -0000 1.2 --- music_cat_xs.tpl 9 Sep 2008 06:23:58 -0000 1.3 *************** *** 5,21 **** <form action="{S_MUSIC_ACTION}" method="post"> ! <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr> ! <td valign="bottom" width="100%"><a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a><br /> ! <span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span></td> ! <td align="right" valign="bottom" nowrap="nowrap"><span class="nav">{PAGINATION}</span></td> </tr> </table> ! </div></div> ! </div> <span class="corners-bottom"><span></span></span> ! </div> <br clear="all" /> <table width="100%" cellspacing="2" cellpadding="2" border="0"> --- 5,72 ---- <form action="{S_MUSIC_ACTION}" method="post"> ! <table width="100%" cellpadding="1" cellspacing="0" border="0" class="forumline"> ! <!-- IF SWITCH_HAS_CATROW eq 1 --> <tr> ! <th width="70%" class="thCornerL" height="25" nowrap="nowrap"> {L_CATEGORY} </th> ! <th width="60" class="thTop" nowrap="nowrap"> {L_CAT_VIEWS} </th> ! <th width="60" class="thTop" nowrap="nowrap"> {L_SONGS} </th> ! <th class="thCornerR" nowrap="nowrap"> {L_LAST_SONG} </th> ! </tr> ! <tr> ! <td class="catLeft" colspan="4" height="28"><span class="cattitle">{L_PUBLIC_CATS} {SUBCAT_NAV}</span></td> ! </tr> ! <!-- BEGIN catrow --> ! <tr> ! <td> ! <table width="100%" cellpadding="2" cellspacing="0" border="0" class="forumrow"> ! <tr> ! <td class="row1 bg1" width="1%" valign="top"><img src="{catrow.CAT_IMG}" alt="" /></td> ! <td class="row1 bg1" height="50" width="50%"> ! <span class="forumlink topictitle cat" style="font-weight: bold;"> <a href="{catrow.U_VIEW_CAT}" class="forumlink">{catrow.CAT_TITLE}</a></span><br /> ! <span class="genmed">{catrow.CAT_DESC}</span><br /> ! <span class="gensmall"> ! {catrow.L_MODERATORS} ! {catrow.MODERATORS} ! <!-- BEGIN subcat_link --> ! {subcat_link.SUBCATS} ! <!-- END subcat_link --></span> ! </td> ! <td class="row1 bg1" height="49%" width="49%"> ! <!-- BEGIN virtualimagecat --> ! <span class="gensmall"> <a alt="images" href="{catrow.U_VIEW_PIC_CAT}">{catrow.L_ALL_CAT_PICS}</a></span> ! <!-- END virtualimagecat --> ! <!-- BEGIN virtualmediacat --> ! <br /> ! <span class="gensmall"> <a alt="videos" href="{catrow.U_VIEW_MEDIA_CAT}">{catrow.L_ALL_CAT_SONGS}</a></span> ! <!-- END virtualmediacat --> ! </td> ! </tr> ! </table> ! </td> ! <td class="row2" align="center"><span class="gensmall">{catrow.CAT_VIEWS}</span></td> ! <td class="row2" align="center"><span class="gensmall">{catrow.SONGS}</span></td> ! <td class="row2" align="center" nowrap="nowrap"><span class="gensmall">{catrow.LAST_SONG_INFO}</span></td> ! </tr> ! <!-- END catrow --> ! <!-- ENDIF --> ! <tr> ! <td class="catBottom row2 bg2" height="28" colspan="4"> ! <span class="gensmall"> </span><br /> ! <span class="gensmall"> <a target="_blank" alt="music_rss" href="{U_RSS}">{L_RSS}</a></span> ! </td> </tr> </table> ! </div></div></div> <span class="corners-bottom"><span></span></span> ! </div></div> <br clear="all" /> + <table> + <tr> + <td><a class="maintitle" href="{U_VIEW_CAT}">{CAT_TITLE}</a><br /> + <span class="gensmall"><b>{L_MODERATORS}: {MODERATORS}</b></span></td> + <td align="right" valign="bottom" nowrap="nowrap"><span class="nav">{PAGINATION}</span></td> + </tr> + </table> <table width="100%" cellspacing="2" cellpadding="2" border="0"> |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:25:03
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20992 Modified Files: music.php Log Message: subcategory support fully added Index: music.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** music.php 7 Sep 2008 18:06:26 -0000 1.18 --- music.php 9 Sep 2008 06:23:57 -0000 1.19 *************** *** 328,335 **** */ ! $cat_id = $_POST['c'] ? $_POST['c'] : ( $_GET['c'] ? $_GET['c'] : 0 ); $cat_where = "cat_parent = $cat_id"; ! if ($cat_id != 0) { $sql = "SELECT cat_id,cat_title --- 328,335 ---- */ ! $cat_id = $mx_request_vars->request('c', MX_TYPE_INT, 0); //$_POST['c'] ? $_POST['c'] : ( $_GET['c'] ? $_GET['c'] : 0 ); $cat_where = "cat_parent = $cat_id"; ! if (!$mx_request_vars->is_empty_request('c')) { $sql = "SELECT cat_id,cat_title *************** *** 664,667 **** --- 664,674 ---- ); } + elseif ($userdata['user_level'] == ADMIN) + { + $template->assign_block_vars('catrow.subcat_link', array( + 'L_SUBCATS' => '<i>' . $lang['Music_sub_categories'] . '</i>', + 'SUBCATS' => $subcats) + ); + } } // ------------------------------------------ *************** *** 699,711 **** } ! $template->assign_vars(array( ! 'U_VIEW_CAT' => mx_append_sid(this_mo_mxurl("music_mode=music_cat&cat_id=". $catrows[$i]['cat_id'])), ! 'CAT_TITLE' => $thiscat['cat_title'], ! 'CAT_VIEWS' => $thiscat['cat_views'], ! 'CAT_DESC' => $thiscat['cat_desc'], ! 'WIDTH' => ( !empty($media_width) ? $media_width : '425' ), ! 'HEIGHT' => ( !empty($media_height) ? $media_height : '350' ), ! 'S_CATROW' => 2) ! ); if(empty($template->xs_version)) --- 706,734 ---- } ! ! if (!$mx_request_vars->is_empty_request('c')) ! { ! $template->assign_vars(array( ! 'U_VIEW_CAT' => mx_append_sid(this_mo_mxurl("music_mode=music_cat&cat_id=". $catrows[$i]['cat_id'])), ! 'CAT_TITLE' => $thiscat['cat_title'], ! 'CAT_VIEWS' => $thiscat['cat_views'], ! 'CAT_DESC' => $thiscat['cat_desc'], ! 'WIDTH' => ( !empty($media_width) ? $media_width : '425' ), ! 'HEIGHT' => ( !empty($media_height) ? $media_height : '350' ), ! 'SWITCH_HAS_CATROW' => true) ! ); ! } ! else ! { ! $template->assign_vars(array( ! 'U_VIEW_CAT' => mx_append_sid(this_mo_mxurl("music_mode=music_cat&cat_id=". $catrows[$i]['cat_id'])), ! 'CAT_TITLE' => $thiscat['cat_title'], ! 'CAT_VIEWS' => $thiscat['cat_views'], ! 'CAT_DESC' => $thiscat['cat_desc'], ! 'WIDTH' => ( !empty($media_width) ? $media_width : '425' ), ! 'HEIGHT' => ( !empty($media_height) ? $media_height : '350' ), ! 'SWITCH_HAS_CATROW' => false) ! ); ! } if(empty($template->xs_version)) |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:25:03
|
Update of /cvsroot/mxbb/mx_music/music_box/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20992/music_box/modules Modified Files: music_cat.php Log Message: subcategory support fully added Index: music_cat.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/modules/music_cat.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_cat.php 7 Sep 2008 18:06:42 -0000 1.7 --- music_cat.php 9 Sep 2008 06:23:57 -0000 1.8 *************** *** 20,30 **** // Check the request // ------------------------------------ ! if( isset($HTTP_POST_VARS['cat_id']) ) ! { ! $cat_id = intval($HTTP_POST_VARS['cat_id']); ! } ! else if( isset($HTTP_GET_VARS['cat_id']) ) { ! $cat_id = intval($HTTP_GET_VARS['cat_id']); } else --- 20,26 ---- // Check the request // ------------------------------------ ! if (!$mx_request_vars->is_empty_request('cat_id')) { ! $cat_id = $mx_request_vars->request('cat_id', MX_TYPE_INT, 0); } else *************** *** 32,39 **** --- 28,387 ---- mx_message_die(GENERAL_ERROR, 'No categories specified'); } + + // If not set, set the subcat output count to 50 + //To do: Add a setting in AdminCP for maximum number of subcategories to show in a category and add pagination + $count = $mx_request_vars->request('c', MX_TYPE_INT, 50); // // END check request // + // --------------------------------------------- + // Ckeck is category has subcats start + // --------------------------------------------- + $sql_count = "SELECT count(cat_id) as count + FROM ". MUSIC_CAT_TABLE ." + WHERE cat_parent = " . $cat_id; + if (($result_count = $db->sql_query($sql_count))) + { + $cat_count = $db->sql_fetchrow($result_count); + } + else + { + $cat_count = ""; + } + // -------------------------------------------- + // Ckeck is category has subcats end + // -------------------------------------------- + + //Start subcats + //If cat has subcats pass them to the template + if ($cat_count > 0) + { + + $sql = "SELECT c.*, COUNT(s.song_id) AS count + FROM ". MUSIC_CAT_TABLE ." AS c + LEFT JOIN ". MUSIC_TABLE ." AS s ON c.cat_id = s.song_cat_id + WHERE cat_parent = " . $cat_id . " + GROUP BY cat_id + ORDER BY cat_order ASC"; + if( !($result = $db->sql_query($sql)) ) + { + mx_message_die(GENERAL_ERROR, 'Could not query subcategories list', '', __LINE__, __FILE__, $sql); + } + + $catrows = array(); + + while( $row = $db->sql_fetchrow($result) ) + { + $music_user_access = music_user_access($row['cat_id'], $row, 1, 0, 0, 0, 0, 0); // VIEW + if ($music_user_access['view'] == 1) + { + $catrows[] = $row; + } + } + + $allowed_cat = ''; // For Recent Public Songs below + + // + // $catrows now stores all categories which this user can view. Dump them out! + // + for ($i = 0; $i < count($catrows); $i++) + { + // -------------------------------- + // Build allowed category-list (for recent songs after here) + // -------------------------------- + + $allowed_cat .= ($allowed_cat == '') ? $catrows[$i]['cat_id'] : ',' . $catrows[$i]['cat_id']; + + + // -------------------------------- + // Build moderators list + // -------------------------------- + + $l_moderators = ''; + $moderators_list = ''; + + $grouprows= array(); + + if( $catrows[$i]['cat_moderator_groups'] != '') + { + // We have usergroup_ID, now we need usergroup name + $sql = "SELECT group_id, group_name + FROM " . GROUPS_TABLE . " + WHERE group_single_user <> 1 + AND group_type <> ". GROUP_HIDDEN ." + AND group_id IN (". $catrows[$i]['cat_moderator_groups'] .") + ORDER BY group_name ASC"; + if ( !$result = $db->sql_query($sql) ) + { + mx_message_die(GENERAL_ERROR, 'Could not obtain usergroups data', '', __LINE__, __FILE__, $sql); + } + + while( $row = $db->sql_fetchrow($result) ) + { + $grouprows[] = $row; + } + } + + if( count($grouprows) > 0 ) + { + $l_moderators = $lang['Moderators']; + + for ($j = 0; $j < count($grouprows); $j++) + { + $group_link = '<a href="'. mx_append_sid($phpbb_root_path. "groupcp.$phpEx?". POST_GROUPS_URL .'='. $grouprows[$j]['group_id']) .'">'. $grouprows[$j]['group_name'] .'</a>'; + + $moderators_list .= ($moderators_list == '') ? $group_link : ', ' . $group_link; + } + } + + // ------------------------------------------ + // Get Last song of this Category + // ------------------------------------------ + + if ($catrows[$i]['cat_type'] == 0) + { + if ($catrows[$i]['count'] == 0) + { + // + // Oh, this category is empty + // + $last_song_info = $lang['No_Songs']; + $u_last_song = ''; + $last_song_title = ''; + } + else + { + // ---------------------------- + // Check Song Approval + // ---------------------------- + + if(($catrows[$i]['cat_approval'] == MUSIC_ADMIN) or ($catrows[$i]['cat_approval'] == MUSIC_MOD)) + { + $song_approval_sql = 'AND s.song_approval = 1'; // song Approval ON + } + else + { + $song_approval_sql = ''; // song Approval OFF + } + + + // ---------------------------- + // OK, we may do a query now... + // ---------------------------- + + $sql = "SELECT s.song_id, s.song_title, s.song_singer, s.song_user_id, s.song_username, s.song_time, s.song_cat_id, u.user_id, u.username + FROM ". MUSIC_TABLE ." AS s LEFT JOIN ". USERS_TABLE ." AS u ON s.song_user_id = u.user_id + WHERE s.song_cat_id = '". $catrows[$i]['cat_id'] ."' $song_approval_sql + ORDER BY s.song_time DESC + LIMIT 1"; + if ( !$result = $db->sql_query($sql) ) + { + mx_message_die(GENERAL_ERROR, 'Could not get last song information', '', __LINE__, __FILE__, $sql); + } + $lastrow = $db->sql_fetchrow($result); + + + // ---------------------------- + // Write the Date + // ---------------------------- + + $last_song_info = music_create_date($board_config['default_dateformat'], $lastrow['song_time'], $board_config['board_timezone']); + + $last_song_info .= '<br />'; + + + // ---------------------------- + // Write username of last poster + // ---------------------------- + + if( ($lastrow['user_id'] == MUSIC_GUEST) or ($lastrow['username'] == '') ) + { + $last_song_info .= ($lastrow['song_username'] == '') ? $lang['Guest'] : $lastrow['song_username']; + } + else + { + $last_song_info .= $lang['Poster'] .': <a href="'. mx_append_sid($phpbb_root_path . "profile.$phpEx?mode=viewprofile&". POST_USERS_URL .'='. $lastrow['user_id']) .'">'. $lastrow['username'] .'</a>'; + } + + + // ---------------------------- + // Write the last song's title. + // Truncate it if it's too long + // ---------------------------- + + if( !isset($music_config['last_song_title_length']) ) + { + $music_config['last_song_title_length'] = 25; + } + + $lastrow['song_title'] = $lastrow['song_title']; + + if (strlen($lastrow['song_title']) > $music_config['last_song_title_length']) + { + $lastrow['song_title'] = substr($lastrow['song_title'], 0, $music_config['last_song_title_length']) . '...'; + } + + $last_song_info .= '<br />'. $lang['Song_Title'] .': <a href="'; + + $last_song_info .= mx_append_sid(this_mo_mxurl("music_mode=music_page&song_id=". $lastrow['song_id'])) .'">' ; + + $last_song_info .= $lastrow['song_title'] .'</a>'; + } + // END of Last Song + + $template->assign_vars(array( + 'L_PUBLIC_CATS' => $lang['Public_Categories'], + 'L_CAT_VIEWS' => $lang['Cat_Views'], + 'L_LAST_SONG' => $lang['Last_Song'], + 'SWITCH_HAS_CATROW' => true) + ); + + $template->assign_block_vars('catrow', array( + 'U_VIEW_CAT' => mx_append_sid(this_mo_mxurl("music_mode=music_cat&cat_id=". $catrows[$i]['cat_id'])), + 'U_VIEW_PIC_CAT' => mx_append_sid(this_mo_mxurl("music_mode=music_pic_cat&cat_id=". $catrows[$i]['cat_id'])), + 'U_VIEW_MEDIA_CAT' => mx_append_sid(this_mo_mxurl("music_mode=music_media_cat&cat_id=". $catrows[$i]['cat_id'])), + 'CAT_TITLE' => $catrows[$i]['cat_title'], + 'CAT_IMG' => $images['folder'], + 'CAT_DESC' => $catrows[$i]['cat_desc'], + 'SONGS' => $catrows[$i]['count'], + 'CAT_VIEWS' => $catrows[$i]['cat_views'], + 'L_MODERATORS' => $l_moderators, + 'L_ALL_CAT_PICS' => $lang['Category_pics'], + 'L_ALL_CAT_SONGS' => $lang['Category_songs'], + 'MODERATORS' => $moderators_list, + 'LAST_SONG_INFO' => $last_song_info) + ); + + $sql = "SELECT s.*, u.user_id, u.username, r.rate_song_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments + FROM ". MUSIC_TABLE ." AS s + LEFT JOIN ". USERS_TABLE ." AS u ON s.song_user_id = u.user_id + LEFT JOIN ". MUSIC_RATE_TABLE ." AS r ON s.song_id = r.rate_song_id + LEFT JOIN ". MUSIC_COMMENT_TABLE ." AS c ON s.song_id = c.comment_song_id + WHERE s.song_cat_id = '". $catrows[$i]['cat_id'] ."' $song_approval_sql + AND s.song_filetype NOT LIKE 'jpg' + AND s.song_filetype NOT LIKE 'gif' + AND s.song_filetype NOT LIKE 'png' + GROUP BY s.song_id"; + if( !($result = $db->sql_query($sql)) ) + { + mx_message_die(GENERAL_ERROR, 'Could not query songs information', '', __LINE__, __FILE__, $sql); + } + + $mediarow = array(); + + while( $row = $db->sql_fetchrow($result) ) + { + $mediarow[] = $row; + } + + $total_media = count($mediarow); + + if(!empty($template->xs_version)) + { + if ($total_media > 0) + { + $template->assign_block_vars('catrow.virtualmediacat', array()); + } + } + + $sql = "SELECT s.*, u.user_id, u.username, r.rate_song_id, AVG(r.rate_point) AS rating, COUNT(DISTINCT c.comment_id) AS comments + FROM ". MUSIC_TABLE ." AS s + LEFT JOIN ". USERS_TABLE ." AS u ON s.song_user_id = u.user_id + LEFT JOIN ". MUSIC_RATE_TABLE ." AS r ON s.song_id = r.rate_song_id + LEFT JOIN ". MUSIC_COMMENT_TABLE ." AS c ON s.song_id = c.comment_song_id + WHERE s.song_cat_id = '". $catrows[$i]['cat_id'] ."' $song_approval_sql + GROUP BY s.song_id"; + if( !($result = $db->sql_query($sql)) ) + { + mx_message_die(GENERAL_ERROR, 'Could not query songs information', '', __LINE__, __FILE__, $sql); + } + + $totalrow = array(); + + while( $row = $db->sql_fetchrow($result) ) + { + $totalrow[] = $row; + } + + $total_items = count($totalrow); + + $total_images = $total_items - $total_media; + + if(!empty($template->xs_version)) + { + if ($total_images > 0) + { + $template->assign_block_vars('catrow.virtualimagecat', array()); + } + } + } + else + { + // this is a parent category + $sc_sql = "SELECT * + FROM ". MUSIC_CAT_TABLE ." + WHERE cat_parent = " . $catrows[$i]['cat_id'] . " + GROUP BY cat_id + ORDER BY cat_order ASC"; + + if ( !($sc_result = $db->sql_query($sc_sql)) ) + { + mx_message_die(GENERAL_ERROR, 'Could not query sub categories', '', __LINE__, __FILE__, $sql); + } + + $sql_count = "SELECT count(cat_id) as count + FROM ". MUSIC_CAT_TABLE ." + WHERE cat_parent = " . $catrows[$i]['cat_id']; + if ( ($result_count = $db->sql_query($sql_count)) ) + { + $subcat_count = $db->sql_fetchrow($result_count); + $subcat_count = $subcat_count['count'] . " sub catagories"; + } + else + { + $subcat_count = ""; + } + + $subcats = '<br /><span class="gensmall" style="font-weight: bold;">' . $lang['Music_sub_categories'] . ':<br />'; + while ( $subcatrow = $db->sql_fetchrow($sc_result) ) + { + $subcats .= ' <img src="' . $images['folder'] . '" alt="' . $subcatrow['cat_name'] . '" title="' . $subcatrow['cat_name'] . '" /> <a class="gensmall" href="' . mx_append_sid(this_mo_mxurl('music_mode=music_cat&cat_id='. $subcatrow['cat_id'])) . '">' . $subcatrow['cat_title'] . '</a></li><br />'; + } + $subcats .= '</span><br />'; + + $template->assign_block_vars('catrow', array( + 'U_VIEW_CAT' => mx_append_sid(this_mo_mxurl("music_mode=music_index&c=". $catrows[$i]['cat_id'])), + 'CAT_TITLE' => $catrows[$i]['cat_title'], + 'CAT_DESC' => $catrows[$i]['cat_desc'], + 'SONGS' => $subcat_count, + 'CAT_IMG' => $images['forum'], + 'CAT_VIEWS' => $catrows[$i]['cat_views'], + 'L_MODERATORS' => $l_moderators, + 'L_ALL_CAT_PICS' => $lang['Category_pics'], + 'L_ALL_CAT_SONGS' => $lang['Category_songs'], + 'MODERATORS' => $moderators_list, + 'LAST_SONG_INFO' => $last_song_info) + ); + + if ($music_config['show_index_subcats'] == 1) + { + $template->assign_block_vars('catrow.subcat_link', array( + 'L_SUBCATS' => $lang['Music_sub_categories'], + 'SUBCATS' => $subcats) + ); + } + elseif ($userdata['user_level'] == ADMIN) + { + $template->assign_block_vars('catrow.subcat_link', array( + 'L_SUBCATS' => '<i>' . $lang['Music_sub_categories'] . '</i>', + 'SUBCATS' => $subcats) + ); + } + } + } + } + //Subcats end + // ------------------------------------ // Get this cat info |
Update of /cvsroot/mxbb/mx_music/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20992/templates/subSilver Removed Files: music_cat_body.tpl music_cat_xs.tpl music_comment_body.tpl music_edit_body.tpl music_flv_body.tpl music_index_body.tpl music_list_body.tpl music_lists.tpl music_media_cat_body.tpl music_modcp_body.tpl music_move_body.tpl music_page_body.tpl music_pic_cat_body.tpl music_rate_body.tpl music_upload_body.tpl mx_music.cfg Log Message: subcategory support fully added --- mx_music.cfg DELETED --- --- music_rate_body.tpl DELETED --- --- music_list_body.tpl DELETED --- --- music_modcp_body.tpl DELETED --- --- music_upload_body.tpl DELETED --- --- music_edit_body.tpl DELETED --- --- music_page_body.tpl DELETED --- --- music_media_cat_body.tpl DELETED --- --- music_cat_body.tpl DELETED --- --- music_flv_body.tpl DELETED --- --- music_pic_cat_body.tpl DELETED --- --- music_comment_body.tpl DELETED --- --- music_lists.tpl DELETED --- --- music_move_body.tpl DELETED --- --- music_index_body.tpl DELETED --- --- music_cat_xs.tpl DELETED --- |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:24:20
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver/images/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20992/templates/subSilver/images/lang_english Removed Files: upload_song.gif Log Message: subcategory support fully added --- upload_song.gif DELETED --- |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:24:20
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver/images In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20992/templates/subSilver/images Removed Files: icon_mini_music.gif no_image.gif Log Message: subcategory support fully added --- no_image.gif DELETED --- --- icon_mini_music.gif DELETED --- |
|
From: FlorinCB <ory...@us...> - 2008-09-09 06:24:15
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20992/templates/subSilver/admin Removed Files: music_admin_body_ext.tpl music_auth_body.tpl music_cat_body.tpl music_cat_delete_body.tpl music_cat_new_body.tpl music_cat_select_body.tpl music_config_body.tpl Log Message: subcategory support fully added --- music_config_body.tpl DELETED --- --- music_cat_select_body.tpl DELETED --- --- music_cat_new_body.tpl DELETED --- --- music_auth_body.tpl DELETED --- --- music_cat_delete_body.tpl DELETED --- --- music_cat_body.tpl DELETED --- --- music_admin_body_ext.tpl DELETED --- |
|
From: FlorinCB <ory...@us...> - 2008-09-09 05:05:23
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/modules In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18911 Modified Files: album_rss.php Log Message: using wrapper class Index: album_rss.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/modules/album_rss.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** album_rss.php 30 Aug 2008 04:37:11 -0000 1.4 --- album_rss.php 9 Sep 2008 05:05:18 -0000 1.5 *************** *** 77,81 **** $server_name = trim($board_config['server_name']); $server_protocol = ( $board_config['cookie_secure'] ) ? 'https://' : 'http://'; ! $server_port = ( $board_config['server_port'] <> 80 ) ? ':' . trim($board_config['server_port']) . '/' : '/'; $site_name = strip_tags($board_config['sitename']); $site_description = strip_tags($board_config['site_desc']); --- 77,81 ---- $server_name = trim($board_config['server_name']); $server_protocol = ( $board_config['cookie_secure'] ) ? 'https://' : 'http://'; ! $server_port = ($board_config['server_port'] && ($board_config['server_port'] <> 80)) ? ':' . trim($board_config['server_port']) . '/' : '/'; $site_name = strip_tags($board_config['sitename']); $site_description = strip_tags($board_config['site_desc']); *************** *** 122,127 **** // If not set, set the output count to 50 ! $count = ( isset($HTTP_GET_VARS['c']) ) ? intval($HTTP_GET_VARS['c']) : 25; ! $count = ( $count == 0 ) ? 25 : $count; // BEGIN Recent Photo --- 122,126 ---- // If not set, set the output count to 50 ! $count = $mx_request_vars->request('c', MX_TYPE_INT, 25); // BEGIN Recent Photo |
|
From: FlorinCB <ory...@us...> - 2008-09-09 03:37:34
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24153 Modified Files: album_lists.tpl mx_smartor.css Log Message: some styleing fixes Index: album_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/album_lists.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** album_lists.tpl 1 Sep 2008 01:11:50 -0000 1.4 --- album_lists.tpl 9 Sep 2008 03:37:31 -0000 1.5 *************** *** 10,15 **** <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header"> ! </ul></li> <div id="p1" class="post bg2 online"> <div class="textbody"> --- 10,15 ---- <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header" style="text-align: center; position: absolute; top: 0%; width: 100%;"><span style="color:white;"><span></li> ! </ul> <div id="p1" class="post bg2 online"> <div class="textbody"> *************** *** 54,59 **** <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header"> ! </ul></li> <div id="p1" class="post bg2 online"> <div class="textbody"> --- 54,60 ---- <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header" style="text-align: center; position: absolute; top: 0%; width: 100%;"><span style="color:white;"><span></li> ! </ul> ! </ul> <div id="p1" class="post bg2 online"> <div class="textbody"> *************** *** 98,103 **** <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header"> ! </ul></li> <div id="p1" class="post bg2 online"> <div class="textbody"> --- 99,104 ---- <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header" style="text-align: center; position: absolute; top: 0%; width: 100%;"><span style="color:white;"><span></li> ! </ul> <div id="p1" class="post bg2 online"> <div class="textbody"> *************** *** 143,148 **** <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header"> ! </ul></li> <div id="p1" class="post bg2 online"> <div class="textbody"> --- 144,149 ---- <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header" style="text-align: center; position: absolute; top: 0%; width: 100%;"><span style="color:white;"><span></li> ! </ul> <div id="p1" class="post bg2 online"> <div class="textbody"> Index: mx_smartor.css =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/mx_smartor.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_smartor.css 9 Sep 2008 02:50:10 -0000 1.3 --- mx_smartor.css 9 Sep 2008 03:37:31 -0000 1.4 *************** *** 2,9 **** ul li, ul.menu li, .item-list ul li, li.leaf { ! padding: 0 0 .2em 1.5em; list-style-type: none; list-style-image: none; - background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em !important; /* LTR */ } --- 2,8 ---- ul li, ul.menu li, .item-list ul li, li.leaf { ! padding: 0 0 0 0; list-style-type: none; list-style-image: none; } |
|
From: FlorinCB <ory...@us...> - 2008-09-09 03:30:50
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18205 Added Files: mx_music.css Log Message: I fogot to add the module css file --- NEW FILE: mx_music.css --- ul li, ul.menu li, .item-list ul li, li.leaf { padding: 0 0 0 0; list-style-type: none; list-style-image: none; } /* Thumbs Frame & Shadow - BEGIN */ .picframe{ display: block; } .picshadow{ display: block; } /* Thumbs Frame & Shadow - END */ /* Pic LightBox Preview - BEGIN */ #loader_container { text-align: center; position: absolute; top: 40%; width: 100%; } #loader { font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans; font-size: 10px; color: #000000; background-color: #FFFFFF; padding: 10px 0 16px 0; margin: 0 auto; display: block; width: 135px; border: 1px solid #777777; text-align: left; z-index: 255; } #progress { height: 5px; font-size: 1px; width: 10px; position: relative; top: 1px; left: 10px; background-color: #999999; } #loader_bg { background-color: #EEEEEE; position: relative; top: 8px; left: 8px; height: 7px; width: 113px; font-size: 1px } .border_preview{ font-family: "Trebuchet MS", Verdana, Tahoma, Helvetica, sans; font-size: 16px; color: #444444; padding: 10px 10px 10px 10px; z-index: 100; position: absolute; background: #FFFFFF; border: 2px dotted #336699; } .preview_temp_load { vertical-align: middle; text-align: center; padding: 10px; } .preview_temp_load img{ vertical-align: middle; text-align: center; } /* Pic LightBox Preview - END */ /* ACP - BEGIN */ .forumline_left { background-color: #F8F8F8; border-bottom: 2px #224488 solid; border-left: 2px #224488 solid; } .tab_links, a.tab_links:hover, a.tab_links:link, a.tab_links:active, a.tab_links:visited { font-size: 11px; color: #FF7722; text-decoration: none; } .tab_links_unsel, a.tab_links_unsel:hover, a.tab_links_unsel:link, a.tab_links_unsel:active, a.tab_links_unsel:visited { font-size: 11px; color: #333333; text-decoration: none; } a.tab_links:hover, a.tab_links_unsel:hover { color: #FFFFAA; text-decoration: underline; } .tab_headers, th.tab_headers { color: #FF7722; font-size: 11px; font-weight : bold; padding-left: 4px; padding-right: 8px; border: #003366; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #006699; } .tab_headers_unsel, th.tab_headers_unsel { color: #333333; font-size: 11px; font-weight : bold; padding-left: 4px; padding-right: 8px; border: #336699; border-style: solid; border-width: 1px 1px 0px 1px; background-color: #6699AA; } .tab_border { background-color: #888888; border: 1px; } .filler, th.filler { background-color:#6699AA; background-image:none; } /* ACP - END */ |
|
From: FlorinCB <ory...@us...> - 2008-09-09 03:29:17
|
Update of /cvsroot/mxbb/mx_music/music_box/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16493/music_box/includes Modified Files: music_constants.php Log Message: some styleing fixes Index: music_constants.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_box/includes/music_constants.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** music_constants.php 15 Mar 2008 16:04:43 -0000 1.7 --- music_constants.php 9 Sep 2008 03:28:44 -0000 1.8 *************** *** 55,68 **** !defined('MUSIC_RATE_TABLE') ? define('MUSIC_RATE_TABLE', $mx_table_prefix.'music_rate') : false; - // ------------------------------------------------------------------------- - // Footer Copyrights - // ------------------------------------------------------------------------- - $mx_user->set_module_lang_path($module_root_path . 'music_box/'); if (!MXBB_MODULE) { ! if (!defined( 'IN_ADMIN' )) ! { $mx_user->set_module_cfg_name('mx_music'); } } --- 55,80 ---- !defined('MUSIC_RATE_TABLE') ? define('MUSIC_RATE_TABLE', $mx_table_prefix.'music_rate') : false; + // ------------------------------------------------------------------------- + // Extend User Style with module lang and images + // Usage: $mx_user->extend(LANG, IMAGES) + // Switches: + // - LANG: MX_LANG_MAIN (default), MX_LANG_ADMIN, MX_LANG_ALL, MX_LANG_NONE + // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE + // + // Extend page with additional header or footer data + // Examples: + // $mx_page->add_css_file(); // Include style dependent *.css file, eg module_path/template_path/template/theme.css + // $mx_page->add_js_file( 'includes/js.js' ); // Relative to module_root + // $mx_page->add_header_text( 'header text' ); + // $mx_page->add_footer_text( 'includes/test.txt', true ); // Relative to module_root + // Note: Included text from file (last example), will evaluate $theme and $mx_block->info variables. if (!MXBB_MODULE) { ! if (!defined('IN_ADMIN')) ! { $mx_user->set_module_cfg_name('mx_music'); + $mx_user->set_module_lang_path($module_root_path . 'music_box/'); + $mx_user->extend(MX_LANG_ALL, MX_IMAGES); } } *************** *** 73,86 **** $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x } } ! // ------------------------------------------------------------------------- ! // Extend User Style with module lang and images ! // Usage: $mx_user->extend(LANG, IMAGES) ! // Switches: ! // - LANG: MX_LANG_MAIN (default), MX_LANG_ADMIN, MX_LANG_ALL, MX_LANG_NONE ! // - IMAGES: MX_IMAGES (default), MX_IMAGES_NONE ! // ------------------------------------------------------------------------- ! $mx_user->extend(MX_LANG_ALL, MX_IMAGES); ?> \ No newline at end of file --- 85,101 ---- $mx_user->set_module_default_style('_core'); // For compatibility with core 2.8.x } + + $mx_user->set_module_lang_path($module_root_path . 'music_box/'); + + if (is_object($mx_page)) + { + $mx_user->extend(MX_LANG_ALL, MX_IMAGES); + } + $mx_page->add_css_file('mx_music.css'); // Include style dependent *.css file, eg module_path/template_path/template/theme.css + //$mx_page->add_js_file($module_root_path . 'music_box/media_loader.js'); // Relative to module_root } ! //Teplate files extensions check compatibility with core 2.8.x ! $tplEx = ($tplEx) ? $tplEx : 'tpl'; ?> \ No newline at end of file |
|
From: FlorinCB <ory...@us...> - 2008-09-09 03:28:59
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16493 Modified Files: music_lists.php Log Message: some styleing fixes Index: music_lists.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_lists.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_lists.php 7 Sep 2008 18:06:27 -0000 1.4 --- music_lists.php 9 Sep 2008 03:28:44 -0000 1.5 *************** *** 426,430 **** { $img_full = (PORTAL_URL . str_replace('./', '/', MUSIC_IMAGE_PATH) . $topsongrow[$j]['song_imagename']); ! $img_id = mx_append_sid(this_mo_mxurl("music_mode=music_image&width=212&song_id=". $topsongrow[$j]['song_id'], true)); } --- 426,430 ---- { $img_full = (PORTAL_URL . str_replace('./', '/', MUSIC_IMAGE_PATH) . $topsongrow[$j]['song_imagename']); ! $img_id = mx_append_sid(this_mo_mxurl("music_mode=music_image&width=176&song_id=". $topsongrow[$j]['song_id'], true)); } |
|
From: FlorinCB <ory...@us...> - 2008-09-09 03:28:55
|
Update of /cvsroot/mxbb/mx_music/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16493/templates/_core Modified Files: music_edit_body.tpl music_lists.tpl Log Message: some styleing fixes Index: music_edit_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_edit_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_edit_body.tpl 29 Jan 2008 07:51:29 -0000 1.1 --- music_edit_body.tpl 9 Sep 2008 03:28:48 -0000 1.2 *************** *** 26,29 **** --- 26,34 ---- </script> + <div class="forabg block"> + <div id="p1" class="post bg2 online"> + <div class="inner"><span class="corners-top"><span></span></span> + <div class="textbody"> + <form name="editform" action="{S_MUSIC_ACTION}" method="post" onsubmit="return checkMUSICForm()" enctype="multipart/form-data"> <table width="100%" cellspacing="2" cellpadding="2" border="0"> *************** *** 34,37 **** --- 39,43 ---- <table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline"> + <fieldset> <tr> <th class="thTop" height="25" colspan="2">{L_EDIT_SONG_INFO}</th> *************** *** 39,51 **** <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_TITLE}</span></td> ! <td class="row2"><input class="post" type="text" name="song_title" size="60" value="{SONG_TITLE}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_URL}</span></td> ! <td class="row2"><input class="post" type="text" name="song_url" size="60" value="{SONG_URL}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SINGER}</span></td> ! <td class="row2"><input class="post" type="text" name="song_singer" size="60" value="{SONG_SINGER}" /></td> </tr> <tr> --- 45,57 ---- <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_TITLE}</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_title" size="60" value="{SONG_TITLE}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SONG_URL}</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_url" size="60" value="{SONG_URL}" /></td> </tr> <tr> <td class="row1" width="30%" height="28"><span class="gen">{L_SINGER}</span></td> ! <td class="row2"><input class="inputbox autowidth" type="text" name="song_singer" size="60" value="{SONG_SINGER}" /></td> </tr> <tr> *************** *** 54,58 **** </tr> <tr> ! <td class="row2"><input class="post" type="file" name="song_image" size="49" /></td> </tr> <tr> --- 60,64 ---- </tr> <tr> ! <td class="row2"><input class="inputbox autowidth" type="file" name="song_image" size="49" /></td> </tr> <tr> *************** *** 63,70 **** <td class="catBottom" align="center" height="28" colspan="2"><input type="reset" value="{L_RESET}" class="liteoption" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> </table> </form> ! <br clear="all" /> <!-- --- 69,82 ---- <td class="catBottom" align="center" height="28" colspan="2"><input type="reset" value="{L_RESET}" class="liteoption" /> <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /></td> </tr> + </fieldset> </table> </form> ! ! </div></div> ! </div> ! <span class="corners-bottom"><span></span></span> ! </div> ! <br /><br clear="all" /> <!-- Index: music_lists.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/_core/music_lists.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_lists.tpl 7 Sep 2008 18:06:58 -0000 1.2 --- music_lists.tpl 9 Sep 2008 03:28:49 -0000 1.3 *************** *** 9,13 **** <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header"><span style="color:white;">{BLOCK_TITLE}<span></li> </ul> <div id="p1" class="post bg2 online"> --- 9,13 ---- <div class="inner"><span class="corners-top"><span></span></span> <ul class="topiclist"> ! <li class="header" style="text-align: center; position: absolute; top: 0%; width: 100%;"><span style="color:white;">{BLOCK_TITLE}<span></li> </ul> <div id="p1" class="post bg2 online"> |
|
From: FlorinCB <ory...@us...> - 2008-09-09 02:50:18
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16688 Modified Files: mx_smartor.css Log Message: fix for subsilver2 Index: mx_smartor.css =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/mx_smartor.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_smartor.css 23 Mar 2008 02:32:27 -0000 1.2 --- mx_smartor.css 9 Sep 2008 02:50:10 -0000 1.3 *************** *** 1,3 **** --- 1,10 ---- /* Full Album Pack - BEGIN*/ + + ul li, ul.menu li, .item-list ul li, li.leaf { + padding: 0 0 .2em 1.5em; + list-style-type: none; + list-style-image: none; + background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em !important; /* LTR */ + } /* Thumbs Frame & Shadow - BEGIN */ |
|
From: FlorinCB <ory...@us...> - 2008-09-08 19:08:50
|
Update of /cvsroot/mxbb/core/install/schemas In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19029 Modified Files: mysql_41_schema_install.sql mysql_schema_install.sql mysql_schema_install_2.9.2.sql Log Message: 29x -> 30x Index: mysql_schema_install_2.9.2.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install_2.9.2.sql,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mysql_schema_install_2.9.2.sql 11 Feb 2008 22:47:12 -0000 1.1 --- mysql_schema_install_2.9.2.sql 8 Sep 2008 19:08:24 -0000 1.2 *************** *** 588,592 **** `cookie_domain` varchar(255) NOT NULL default '', ! `cookie_name` varchar(255) NOT NULL default 'mxbb29x', `cookie_path` varchar(255) NOT NULL default '/', `cookie_secure` smallint(2) unsigned NOT NULL default '0', --- 588,592 ---- `cookie_domain` varchar(255) NOT NULL default '', ! `cookie_name` varchar(255) NOT NULL default 'mxbb30x', `cookie_path` varchar(255) NOT NULL default '/', `cookie_secure` smallint(2) unsigned NOT NULL default '0', Index: mysql_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_schema_install.sql,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** mysql_schema_install.sql 27 Aug 2008 01:49:04 -0000 1.56 --- mysql_schema_install.sql 8 Sep 2008 19:08:24 -0000 1.57 *************** *** 463,467 **** `mod_rewrite` smallint(2) unsigned NOT NULL DEFAULT '0', `cookie_domain` varchar(255) NOT NULL DEFAULT '', ! `cookie_name` varchar(255) NOT NULL DEFAULT 'mxbb29x', `cookie_path` varchar(255) NOT NULL DEFAULT '/', `cookie_secure` smallint(2) unsigned NOT NULL DEFAULT '0', --- 463,467 ---- `mod_rewrite` smallint(2) unsigned NOT NULL DEFAULT '0', `cookie_domain` varchar(255) NOT NULL DEFAULT '', ! `cookie_name` varchar(255) NOT NULL DEFAULT 'mxbb30x', `cookie_path` varchar(255) NOT NULL DEFAULT '/', `cookie_secure` smallint(2) unsigned NOT NULL DEFAULT '0', Index: mysql_41_schema_install.sql =================================================================== RCS file: /cvsroot/mxbb/core/install/schemas/mysql_41_schema_install.sql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mysql_41_schema_install.sql 27 Aug 2008 01:49:03 -0000 1.6 --- mysql_41_schema_install.sql 8 Sep 2008 19:08:23 -0000 1.7 *************** *** 463,467 **** `mod_rewrite` smallint(2) unsigned NOT NULL DEFAULT '0', `cookie_domain` varchar(255) NOT NULL DEFAULT '', ! `cookie_name` varchar(255) NOT NULL DEFAULT 'mxbb29x', `cookie_path` varchar(255) NOT NULL DEFAULT '/', `cookie_secure` smallint(2) unsigned NOT NULL DEFAULT '0', --- 463,467 ---- `mod_rewrite` smallint(2) unsigned NOT NULL DEFAULT '0', `cookie_domain` varchar(255) NOT NULL DEFAULT '', ! `cookie_name` varchar(255) NOT NULL DEFAULT 'mxbb30x', `cookie_path` varchar(255) NOT NULL DEFAULT '/', `cookie_secure` smallint(2) unsigned NOT NULL DEFAULT '0', |
|
From: FlorinCB <ory...@us...> - 2008-09-08 01:32:58
|
Update of /cvsroot/mxbb/core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11354 Modified Files: page_header_admin.php Log Message: a space was here wich made troble on some setups Index: page_header_admin.php =================================================================== RCS file: /cvsroot/mxbb/core/admin/page_header_admin.php,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** page_header_admin.php 21 Feb 2008 20:03:08 -0000 1.26 --- page_header_admin.php 8 Sep 2008 01:32:53 -0000 1.27 *************** *** 145,149 **** // Backend ! 'PHPBB' => PORTAL_BACKEND != 'internal' , // Additional css for gecko browsers --- 145,149 ---- // Backend ! 'PHPBB' => !(PORTAL_BACKEND === 'internal'), // Additional css for gecko browsers |
|
From: FlorinCB <ory...@us...> - 2008-09-08 01:06:19
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13284 Modified Files: mx_install.php Log Message: version upgraded to the installer to reclect changes Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.105 retrieving revision 1.106 diff -C2 -d -r1.105 -r1.106 *** mx_install.php 8 Sep 2008 00:54:05 -0000 1.105 --- mx_install.php 8 Sep 2008 01:06:15 -0000 1.106 *************** *** 40,44 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '3.0.2'); define('INSTALLER_NAME', 'MX-Publisher-IWizard'); --- 40,44 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '3.0.3'); define('INSTALLER_NAME', 'MX-Publisher-IWizard'); |