Olemis Lang wrote: > On Fri, Mar 6, 2009 at 5:54 AM, Christian Boos <[email protected]> wrote: > >> mona wrote: >> >>> Hi, >>> I want to add my personal page(such as login page) at the >>> startup instead of WikiStart page, when we open the environment. >>> I am not able to understand where to add this page, please can anyone >>> give me solution for this. >>> >>> > > I dont understand very well (and I would .. ;) ... can't you just > modify WikiStart and provide links if necessary ? Isn't it enough ? > >
Yes, sorry, I probably jumped too hastily to conclusions when reading "add my personal page". It seems after all that all the original poster wanted is something that could be achieved either by simply editing the WikiStart page or maybe a change of the [trac] default_handler (e.g. specify the QueryModule or some form-based login module from accountmgr, instead of the default WikiModule). What I instead understood - probably wrongly, was that he wanted to get immediate access to personal pages (i.e. a different page for each user). That could somehow be emulated by using the following configuration: [mainnav] wiki.label = My Page wiki.href = /wiki/$USER (provided adequate expansion of $USER in the navigation code). Anyway, in 0.13 (?), that could possibly better be implemented by a UserModule which could be set as the default handler and show the user page /user/$USER (and that would not necessarily be a wiki page). -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
