Search code examples
pluginstrac

[TRAC]: Generate (welcome) pages for individual and specific user name?


I want TRAC to generate individual pages for specific user name.

For example USER1 after successful login will see:

  • USER1_logo.jpg
  • USER1_welcome_text
  • USER1_link_to_http_ftp_file

The same way USER2 will see his/her individual page/pages. Especially I'm interested in putting links exclusive to user name in welcome page or sub pages.

Does anyone know a plugin or a way to do this?


Solution

  • [SOLVED]: Install those TRAC plugins: TracMyPagePlugin and TracUserPagePlugin. Read documentation for them on trac-hacks.org