while installing this mod I came to the last step in the process...
[] in languages/english/admin/createboard.php add to bottom
$ubbt_lang['HIDDEN'] = "Should Forum be shown in Main Index?";
[/]
In 6.5b1, I dont see that file...
there is createcat, creategroup, and createisland....
Also, in admin/viewboard.php there is this section to change but im not sure I get it...
[] ***find
list($Title,$Keyword,$Description,$HTML,$Expires,$Markup,$Moderated,$Cattemp,$Catnum,$Groups,$WGroups,$ThreadAge,$RGroups,$header,$stylesheet,$forumimage,$bonum,$boactive) = $dbh -> fetch_array($sth);
***add to the end, ",$HIDDEN" / change to
list($Title,$Keyword,$Description,$HTML,$Expires,$Markup,$Moderated,$Cattemp,$Catnum,$Groups,$WGroups,$ThreadAge,$RGroups,$header,$stylesheet,$forumimage,$bonum,$boactive,$bohidden) = $dbh -> fetch_array($sth); [/]
the part I dont get is where it says "***add to the end, ",$HIDDEN" / change to"? do i add that terxt to the end after I change it?
Last edited by DrChaos; 07/27/2004 6:02 PM.