Page MenuHomePhabricator

Table of conent should be visible in beginning of the page
Closed, InvalidPublic

Description

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

Event Timeline

epriestley added a subscriber: epriestley.

Sorry, this isn't a feature request we can accept. See Support Resources for help understanding what kind of support is available, and Contributing Feature Requests for help with feature requests.