Interesting eFiction 3.5.x Tweaks 2012/02/21-22 Optional, But Not Needed by CW Cyrix (Ami Sapphire) These are initially personal tweaks meant for Project Blue Blur, but I will share them, simply because that's who I am. Here goes! header.php Line: 213 Original $titleinfo = "$sitename :: $penname"; Can be anything. My example: $titleinfo = "$sitename [ $penname ]"; Line: 216 Original if(!isset($titleinfo)) $titleinfo = "$sitename :: $slogan"; Also can be anything. My example: if(!isset($titleinfo)) $titleinfo = "$sitename [ $slogan ]"; From here on, this is where the CSS tweaks/fixes for my custom skins in the admin panel happen. Unforunately, it's a LOT of work as well. blocks/categories/admin.php Line: 54 Original: $output .= "

"; Replace With: $output .= "

"; admin/categories.php Line: 185 Original: $output .= "
Replace With: $output .= "
admin/links.php Line: Original: $output .= " Replace With: $output .= " admin/mailusers.php Line: 69 Original: "; Replace With: "; admin/panels.php Line: 70 Original:
Replace With:
admin/ratings.php Line: 69 Original: $output .= " Replace With: $output .= " Line: 84 [End Line: 86] Original: if($tinyMCE) $output .= "
"; $output .= "
"; Replace With: if($tinyMCE) $output .= "
[?]"._HELP_RATINGWARNTEXT."
"; $output .= "
"; admin/settings.php Line: 184 Original: $output .= "
"; Replace With: $output .= "
"; aaa