diff --git a/upload/admin/admin_ranks.php b/upload/admin/admin_ranks.php index ab90961d3..8e96c6c59 100644 --- a/upload/admin/admin_ranks.php +++ b/upload/admin/admin_ranks.php @@ -83,7 +83,7 @@ if($mode != "") "SPECIAL_RANK" => $rank_is_special, "NOT_SPECIAL_RANK" => $rank_is_not_special, "MINIMUM" => ($rank_is_special) ? "" : @$rank_info['rank_min'], - "IMAGE" => !empty($rank_info['rank_image']) ? $rank_info['rank_image'] : "images/ranks/rank_image.gif", + "IMAGE" => !empty($rank_info['rank_image']) ? $rank_info['rank_image'] : "images/ranks/rank_image.png", "STYLE" => !empty($rank_info['rank_style']) ? $rank_info['rank_style'] : '', "IMAGE_DISPLAY" => !empty($rank_info['rank_image']) ? '' : "", diff --git a/upload/config.php b/upload/config.php index 494986c0d..b7e1ce88e 100644 --- a/upload/config.php +++ b/upload/config.php @@ -63,8 +63,8 @@ $bb_cfg = $tr_cfg = $page_cfg = array(); // Increase number of revision after update $bb_cfg['tp_version'] = '2.4 (beta)'; -$bb_cfg['tp_release_state'] = 'R334'; -$bb_cfg['tp_release_date'] = '05-12-2011'; +$bb_cfg['tp_release_state'] = 'R335'; +$bb_cfg['tp_release_date'] = '06-12-2011'; // Database $charset = 'utf8'; diff --git a/upload/images/ranks/admin.png b/upload/images/ranks/admin.png new file mode 100644 index 000000000..697b15ad1 Binary files /dev/null and b/upload/images/ranks/admin.png differ diff --git a/upload/images/ranks/user.png b/upload/images/ranks/user.png new file mode 100644 index 000000000..916a99d74 Binary files /dev/null and b/upload/images/ranks/user.png differ diff --git a/upload/images/smiles/tr_oops.gif b/upload/images/smiles/tr_oops.gif new file mode 100644 index 000000000..079b2bae8 Binary files /dev/null and b/upload/images/smiles/tr_oops.gif differ diff --git a/upload/includes/functions.php b/upload/includes/functions.php index 66f1df27d..55305fef0 100644 --- a/upload/includes/functions.php +++ b/upload/includes/functions.php @@ -1555,7 +1555,6 @@ function setup_style () 'SPACER' => BB_ROOT .'images/spacer.gif', 'STYLESHEET' => $css_dir . $stylesheet, 'THEME_CSS' => ($theme_css) ? $css_dir . $theme_css : '', - 'DBG_CSS' => $css_dir . 'dbg.css', 'EXT_LINK_NEW_WIN' => $bb_cfg['ext_link_new_win'], )); diff --git a/upload/templates/default/css/dbg.css b/upload/templates/default/css/dbg.css deleted file mode 100644 index 89ef3ce24..000000000 --- a/upload/templates/default/css/dbg.css +++ /dev/null @@ -1,31 +0,0 @@ -/* dbg */ -.b1 { border: 1px solid #000 !important; } -.b2 { border: 1px solid #f00 !important; } -.b3 { border: 1px solid #00f !important; } - -.bg1 { background: #FAEBD7 !important; } -.bg2 { background: #A52A2A !important; } -.bg3 { background: #E9967A !important; } - -/* ------------------------------------------------------------------- -ERROR CHECKING -This is to determine if deprecated elements are used. If so, they should be replaced: -1a. and -1b. ...: Shouldn't be used. CSS should dictate font attributes. -2.
: Shouldn't be used. CSS should dictate horizontal alignment. -3a.
...
-3b.

...

-3c. ...
: -Shouldn't be used. CSS should dictate horizontal alignment. - -font, center, div[align], p[align], table[align], font[color] -{ - color : #cd0000; - font-weight : bold; - background : #eecc11 url(images/warning.gif) repeat 0 0; - margin : 10px; - padding : 10px; - border : 2px dashed #cd0000; - font-size : 2em; -} -------------------------------------------------------------------- */ \ No newline at end of file diff --git a/upload/templates/default/images/img_alert.gif b/upload/templates/default/images/img_alert.gif new file mode 100644 index 000000000..97fb07bdf Binary files /dev/null and b/upload/templates/default/images/img_alert.gif differ