Login  Register

Re: help - for a newbie, why "See how NAML generates this page"

Posted by Mencey Melgar on Nov 26, 2012; 10:53am
URL: https://support.nabble.com/help-for-a-newbie-why-See-how-NAML-generates-this-page-tp7581868p7582036.html

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