|
From: OryNider <ory...@us...> - 2008-03-23 02:34:03
|
Update of /cvsroot/mxbb/mx_smartor/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15368/templates/_core Modified Files: mx_smartor.cfg mx_smartor.css Log Message: some fixes and missing files Index: mx_smartor.cfg =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/mx_smartor.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_smartor.cfg 14 Mar 2008 14:24:31 -0000 1.1 --- mx_smartor.cfg 23 Mar 2008 02:32:27 -0000 1.2 *************** *** 90,126 **** // Use standard phpBB graphics // ! $mx_images['icon_quote'] = "$current_template_phpbb_images/{LANG}/icon_quote.gif"; ! $mx_images['icon_edit'] = "$current_template_phpbb_images/{LANG}/icon_edit.gif"; ! $mx_images['icon_search'] = "$current_template_phpbb_images/{LANG}/icon_search.gif"; ! $mx_images['icon_profile'] = "$current_template_phpbb_images/{LANG}/icon_profile.gif"; ! $mx_images['icon_pm'] = "$current_template_phpbb_images/{LANG}/icon_pm.gif"; ! $mx_images['icon_email'] = "$current_template_phpbb_images/{LANG}/icon_email.gif"; ! $mx_images['icon_delpost'] = "$current_template_phpbb_images/icon_delete.gif"; ! $mx_images['icon_ip'] = "$current_template_phpbb_images/{LANG}/icon_ip.gif"; ! $mx_images['icon_www'] = "$current_template_phpbb_images/{LANG}/icon_www.gif"; ! $mx_images['icon_icq'] = "$current_template_phpbb_images/{LANG}/icon_icq_add.gif"; ! $mx_images['icon_aim'] = "$current_template_phpbb_images/{LANG}/icon_aim.gif"; ! $mx_images['icon_yim'] = "$current_template_phpbb_images/{LANG}/icon_yim.gif"; ! $mx_images['icon_msnm'] = "$current_template_phpbb_images/{LANG}/icon_msnm.gif"; ! $mx_images['icon_minipost'] = "$current_template_phpbb_images/icon_minipost.gif"; ! $mx_images['icon_gotopost'] = "$current_template_phpbb_images/icon_minipost.gif"; ! $mx_images['icon_minipost_new'] = "$current_template_phpbb_images/icon_minipost_new.gif"; ! $mx_images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; ! $mx_images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; ! $mx_images['forum'] = "$current_template_phpbb_images/folder_big.gif"; ! $mx_images['forum_new'] = "$current_template_phpbb_images/folder_new_big.gif"; ! $mx_images['forum_locked'] = "$current_template_phpbb_images/folder_locked_big.gif"; ! $mx_images['folder'] = "$current_template_phpbb_images/folder.gif"; ! $mx_images['folder_new'] = "$current_template_phpbb_images/folder_new.gif"; ! $mx_images['folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; ! $mx_images['folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; ! $mx_images['folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; ! $mx_images['folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; ! $mx_images['folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; ! $mx_images['folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; ! $mx_images['folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; ! $mx_images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; --- 90,126 ---- // Use standard phpBB graphics // ! $mx_images['icon_quote'] = $images['icon_quote']; ! $mx_images['icon_edit'] = $images['icon_edit']; ! $mx_images['icon_search'] = $images['icon_search']; ! $mx_images['icon_profile'] = $images['icon_profile']; ! $mx_images['icon_pm'] = $images['icon_pm']; ! $mx_images['icon_email'] = $images['icon_email']; ! $mx_images['icon_delpost'] = $images['icon_delpost']; ! $mx_images['icon_ip'] = $images['icon_ip']; ! $mx_images['icon_www'] = $images['icon_www']; ! $mx_images['icon_icq'] = $images['icon_icq']; ! $mx_images['icon_aim'] = $images['icon_aim']; ! $mx_images['icon_yim'] = $images['icon_yim']; ! $mx_images['icon_msnm'] = $images['icon_msnm']; ! $mx_images['icon_minipost'] = $images['icon_minipost']; ! $mx_images['icon_gotopost'] = $images['icon_gotopost']; ! $mx_images['icon_minipost_new'] = $images['icon_minipost_new']; ! $mx_images['icon_latest_reply'] = $images['icon_latest_reply']; ! $mx_images['icon_newest_reply'] = $images['icon_newest_reply']; ! $mx_images['forum'] = $images['forum']; ! $mx_images['forum_new'] = $images['forum_new']; ! $mx_images['forum_locked'] = $images['forum_locked']; ! $mx_images['folder'] = $images['folder']; ! $mx_images['folder_new'] = $images['folder_new']; ! $mx_images['folder_hot'] = $images['folder_hot']; ! $mx_images['folder_hot_new'] = $images['folder_hot_new']; ! $mx_images['folder_locked'] = $images['folder_locked']; ! $mx_images['folder_locked_new'] = $images['folder_locked_new']; ! $mx_images['folder_sticky'] = $images['folder_sticky']; ! $mx_images['folder_sticky_new'] = $images['folder_sticky_new']; ! $mx_images['folder_announce'] = $images['folder_announce']; ! $mx_images['folder_announce_new'] = $images['folder_announce_new']; *************** *** 128,159 **** // Last Message and Anouncement block compatibility // ! $images['folder'] = "$current_template_phpbb_images/folder.gif"; ! $images['folder_new'] = "$current_template_phpbb_images/folder_new.gif"; ! $images['folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; ! $images['folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; ! $images['folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; ! $images['folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; ! $images['folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; ! $images['folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; ! $images['folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; ! $images['folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; ! $images['icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; ! $images['icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; ! ! // ! // 2.8.0 Gold Anouncement block compatibility ! // ! $images['mx_folder'] = "$current_template_phpbb_images/folder.gif"; ! $images['mx_folder_new'] = "$current_template_phpbb_images/folder_new.gif"; ! $images['mx_folder_announce'] = "$current_template_phpbb_images/folder_announce.gif"; ! $images['mx_folder_announce_new'] = "$current_template_phpbb_images/folder_announce_new.gif"; ! $images['mx_folder_sticky'] = "$current_template_phpbb_images/folder_sticky.gif"; ! $images['mx_folder_sticky_new'] = "$current_template_phpbb_images/folder_sticky_new.gif"; ! $images['mx_folder_locked'] = "$current_template_phpbb_images/folder_lock.gif"; ! $images['mx_folder_locked_new'] = "$current_template_phpbb_images/folder_lock_new.gif"; ! $images['mx_folder_hot'] = "$current_template_phpbb_images/folder_hot.gif"; ! $images['mx_folder_hot_new'] = "$current_template_phpbb_images/folder_new_hot.gif"; ! $images['mx_icon_latest_reply'] = "$current_template_phpbb_images/icon_latest_reply.gif"; ! $images['mx_icon_newest_reply'] = "$current_template_phpbb_images/icon_newest_reply.gif"; // --- 128,133 ---- // Last Message and Anouncement block compatibility // ! $mx_images['icon_latest_reply'] = $images['icon_latest_reply']; ! $mx_images['icon_newest_reply'] = $images['icon_newest_reply']; // Index: mx_smartor.css =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/templates/_core/mx_smartor.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_smartor.css 14 Mar 2008 14:24:32 -0000 1.1 --- mx_smartor.css 23 Mar 2008 02:32:27 -0000 1.2 *************** *** 240,244 **** width: 30%; height: 100%; ! background: transparent url(../../images/fap/fap_blank.gif) no-repeat; /* Trick IE into showing hover */ outline:none; } --- 240,244 ---- width: 30%; height: 100%; ! background: transparent url(../../album_mod/fap_blank.gif) no-repeat; /* Trick IE into showing hover */ outline:none; } *************** *** 246,251 **** .mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none;} .mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none;} ! .mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(../../images/fap/fap_prev.gif) left 100% no-repeat; } ! .mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(../../images/fap/fap_next.gif) right 100% no-repeat; } --- 246,251 ---- .mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none;} .mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none;} ! .mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(../../album_mod/fap_prev.gif) left 100% no-repeat; } ! .mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(../../album_mod/fap_next.gif) right 100% no-repeat; } |