Code: Select all
//discuss
$wcsnav["discuss"] = "<strong class=\"navtext\">".$wcsnav["discuss"]."</strong>";
Code: Select all
//discuss
$wcsnav["discuss"] = "<strong class=\"navtext\">".$wcsnav["discuss"]."</strong>";
~Looks~ like it is just a STUB (not yet implemented function). Notice that the other switch CASE statements have "phpwcms.php?do=..." syntax for building browser URLs to access backend features the ARE implemented.sunny123 wrote:why can not open it?Code: Select all
//discuss $wcsnav["discuss"] = "<strong class="navtext">".$wcsnav["discuss"]."</strong>";
Thank you! but I open "phpwcms.php?do=discuss", can't open,why?how to build discuss?DeXXus wrote:~Looks~ like it is just a STUB (not yet implemented function). Notice that the other switch CASE statements have "phpwcms.php?do=..." syntax for building browser URLs to access backend features the ARE implemented.
sunny123 wrote:I open "phpwcms.php?do=discuss", can't open,why?
Discuss function does not exist. Not yet written.DeXXus wrote:(not yet implemented function)
Wait for Oliver to finish user management system and Discuss function.sunny123 wrote:how to build discuss?