Loading...
 
Skip to main content

Custom Share Module 0.1dev

Features / Usability

Features / Usability


Accessing Personal Wiki Pages

posts: 40 United States

Hello All,

I am trying to find a way to make Personal Wiki pages readily available. What I thought would work best is defining a menu option that links to something like:

-+http://mywiki.com/tiki-index.php?page=%CurrentUserPage%+-

Is this configurable or does anyone have any suggestions on coding this to be available? We are using this system as a team collaborative environment (to which it is very well suited by the way), but I keep hearing moaning about having to access personal wiki pages through the preferences screen.

I've been looking all over the documentation and all through the admin screens in areas like "User Preferences" and "Menu Definitions."

We are using TikiWiki 1.9.7

Any thoughts on this would be appreciated.

Steve

posts: 3665 United States

You can't do it with a menu, but you can add the link in a module. If you simply add the code before (or after) your menu, it will appear as a single menu to your end-users.

For example, in the MODULE in which you have your main menu:

Copy to clipboard
{menu id=XXXXX} {if $user} < a href="tiki-index.php?page=userpage_{literal}$user{/literal}">Personal Page< /a> {/if}



Something like that should work.

-Rick
My Tiki Blog: Help, Hints, and Hacks