I found "discuss"
Posted: Fri 28. Sep 2007, 03:24
Code: Select all
//discuss
$wcsnav["discuss"] = "<strong class=\"navtext\">".$wcsnav["discuss"]."</strong>";
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
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?