Hello
Could somebody help me out and give instructions how to implement toc to be visible in beginning of phriction document?
This is the only thing I have to change, to accomplish that
in src/application/phriction/controller/PhrictionDocumentController.php add line:
@@ -227,6 +228,7 @@ final class PhrictionDocumentController array( $version_note, $move_notice, + $toc, $core_content, ));
But every time when I upgrade phabricator, I have to rewrite it or deal with merge conficts. Can someone please show the right way how to customise Phriction app?
I must say that I'm not a PHP programmer and I'm not familiar with its basics. :( I would be very pleased if someone more competent could give me step-by-step instructions.
Best regards
Sven