Revision history for DanWestCustomNav
Revision [23161]
Last edited on 2016-05-20 07:38:47 by DanWest [Replaces old-style internal links with new pipe-split links.]Additions:
:SomePage: [[HomePage | Home]] [[PersonalPage | My Page]] [[UserSettings | User Settings]]
:AnotherPage: [[HomePage | Home]] [[PersonalPage | My Page]] [[SomePage | Some Other Page]] [[UserSettings | User Settings]]
:AnotherPage: [[HomePage | Home]] [[PersonalPage | My Page]] [[SomePage | Some Other Page]] [[UserSettings | User Settings]]
Deletions:
:AnotherPage: [[HomePage Home]] [[PersonalPage My Page]] [[SomePage Some Other Page]] [[UserSettings User Settings]]
No Differences
Additions:
----
CategoryUserContributions
CategoryUserContributions
Additions:
~- Requires a small change to the ##header.php## action.
Deletions:
Additions:
echo $this->Format($match[1]));
~- More testing. I'm sure there are some bugs or things I'm not checking.
~- More testing. I'm sure there are some bugs or things I'm not checking.
Deletions:
echo $this->Format($match[1] . (($this->GetUser())? ' [[AdminPage Admin]]' : ''));
No Differences
No Differences
Additions:
~- Get to bed, it's 1:40 in the morning...
Additions:
~- UserMenus - Menus defined by a ''suffix'' added to the page tag.
Deletions:
==Bugs==
Additions:
>>==See Also==
>>{{lastedit}}
==What==
~- Custom Navigation Links per page
~- I know it's been done before //This is a new twist//
~- Controled by a single ""NavigationLinks"" page.
==Use==
~- You define a page '""NavigationLinks""'.
~- In that page you list each target page tag on a line delimited by : (colons) followed by the custom links.
==Installation==
~- Requires a small change to the //header.php// action.
~- ''Note, I also add a fixed ""AdminPage"" to all my sites.''
==Code==
File: ##**header.php**##
==History==
==Bugs==
==To Do==
>>{{lastedit}}
==What==
~- Custom Navigation Links per page
~- I know it's been done before //This is a new twist//
~- Controled by a single ""NavigationLinks"" page.
==Use==
~- You define a page '""NavigationLinks""'.
~- In that page you list each target page tag on a line delimited by : (colons) followed by the custom links.
==Installation==
~- Requires a small change to the //header.php// action.
~- ''Note, I also add a fixed ""AdminPage"" to all my sites.''
==Code==
File: ##**header.php**##
==History==
==Bugs==
==To Do==
Deletions:
I know this has been done, the it's another twist. You define a page '""NavigationLinks""'. In that page you list each target page tag on a line delimited by : (colons) followed by the custom links.
This requires a small change to the //header.php// action. ''Note, I also add a fixed ""AdminPage"" to all my sites.''
==File header.php==