If what you want to do is change that text:
-click on "see how name generates this page"
-click on options(wheel) > search macro
-search "macro_viewer_page_link" and click on it at search results
-click on "override this macro", you will see this:
<override_macro name="macro_viewer_page_link">
<a href="[n.macro_viewer_page_path/]" rel="nofollow">See how NAML generates this page</a>
</override_macro>
-if you change the text "See how NAML generates this page" it will change the name of the link in your forum
E.g.
<override_macro name="macro_viewer_page_link">
<a href="[n.macro_viewer_page_path/]" rel="nofollow">Naml</a>
</override_macro>
With this override, the "See how NAML generates this page " link will be renamed to "Naml"
Remember, this link is the "key" to edit your forum, so don't delete it or you will probably have several problems!
:) Helper