View Single Post
Old October 9th, 2004, 07:50 AM   #12 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,689
Well I will recheck ib2 but the last time I checked those styles existed just fine. I wonder if this is some new style or custom one?

You can try this out in the bottom of your ib2.php file and see if things look different

if ( $Globals['forumstyle'] == "yes" ) {
$Style['onbody'] = "onbody";
$Style['tableborders'] = "tablepad";
$Style['tablesurround'] = "";
$Style['tddetails'] = "row1";
$Style['tdbackground'] = "darkrow3";
$Style['tdnothumbs'] = "maintitle";
$Style['menubar'] = "maintitle";
$Style['menubarnb'] = "";
$Style['catcolumn'] = "row1";
$Style['photocol'] = "row2";
$Style['commentscol'] = "row2";
$Style['lastphocol'] = "row2";
$Style['lastcommcol'] = "row1";
$Style['small'] = "desc";
$Style['medium'] = "normalname";
$Style['large'] = "font-size: 14pt;";
$Style['welcome'] = "desc";
$Style['lighttable'] = "row1";
$Style['alternatetable'] = "row2";
$Style['formboxes'] = "input";
$Style['blockquote'] = "postcolor";
}
__________________
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