Thread: Admin menu
View Single Post
Old December 19th, 2004, 12:34 PM   #11 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,021
well in the original adm-inc.php the threads styles where this

$Style['onbody'] = "forumdescript";
$Style['tableborders'] = "tableborders";
$Style['tablesurround'] = "tablesurround";
$Style['tddetails'] = "tddetails";
$Style['tdbackground'] = "darktable";
$Style['tdnothumbs'] = "tdheader";
$Style['menubar'] = "menubar";
$Style['menubarnb'] = "";
$Style['catcolumn'] = "darktable";
$Style['photocol'] = "lighttable";
$Style['commentscol'] = "darktable";
$Style['lastphocol'] = "darktable";
$Style['lastcommcol'] = "lighttable";
$Style['small'] = "small";
$Style['medium'] = "font-size: 10pt;";
$Style['large'] = "font-size: 11pt;";
$Style['welcome'] = "forumdescript";
$Style['lighttable'] = "lighttable";
$Style['alternatetable'] = "alternatetable";
$Style['formboxes'] = "formboxes";
$Style['blockquote'] = "blockquote";

I suggested changing them to this

$Style['onbody'] = "forumdescript";
$Style['tableborders'] = "tableborders";
$Style['tablesurround'] = "tablesurround";
$Style['tddetails'] = "darktable";
$Style['tdbackground'] = "darktable";
$Style['tdnothumbs'] = "tdheader";
$Style['menubar'] = "menubar";
$Style['menubarnb'] = "";
$Style['catcolumn'] = "darktable";
$Style['photocol'] = "lighttable";
$Style['commentscol'] = "darktable";
$Style['lastphocol'] = "darktable";
$Style['lastcommcol'] = "lighttable";
$Style['small'] = "small";
$Style['medium'] = "font-size: 10pt;";
$Style['large'] = "font-size: 11pt;";
$Style['welcome'] = "forumdescript";
$Style['lighttable'] = "lighttable";
$Style['alternatetable'] = "darktable";
$Style['formboxes'] = "formboxes";
$Style['blockquote'] = "blockquote";

It most definately works as this is what I am using
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote