Thread: Admin menu
View Single Post
Old December 18th, 2004, 02:01 PM   #7 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,021
I think the correct thing would do is is edit the threads.php file in your forums directory of Photopost and make the style class calls this

//
// Style references
//

if ( $Globals['forumstyle'] == "yes" ) {
$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";
}

Alternatetable was dropped for 6.5 and we now assign that to darktable
__________________
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