FAQ modding... [message #15702] |
Fri, 02 January 2004 06:15 |
tgaastra
Messages: 90 Registered: June 2002
Karma: 0
|
Member |
|
|
I may be missing something, in which case this is more of a question than a suggestion, but could there be a simple way of adding a new "section" page to the help_index (aka FAQ) without modifying the PHP code?
Right now, to add a "board specific" section to the FAQ, I created a new xxxxx.hlp file, added new entries to the faq_index.hlp file, and then had to edit the help_index.php code so that the case statement knew to accept the new section name "xxxxx".
|
|
|
Re: FAQ modding... [message #15713 is a reply to message #15702] |
Fri, 02 January 2004 15:56 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Nope, you'll need to modify the switch statement at the top of help_index every time you add a new help page.
FUDforum Core Developer
|
|
|