Feature #429
open
Added by Damien McKenna about 17 years ago.
Updated over 11 years ago.
Description
The Home and My Page pages should be merged into one. The easiest way to do this IMHO would be to completely drop the
Home page and make My Page the default. To replace the current Home page simply create a way of customizing the default
My Page contents, which would be viewed by anyone not logged in (presuming Authent. Required is not enabled).
Files
Here's a custom block for the My Page to display the welcome
text. Here's
the diff to make it work:
Index: app/controllers/my_controller.rb
===============================================
====================
--- app/controllers/my_controller.rb (revision 721)
++ app/controllers/my_controller.rb (working copy)
@ -24,7 +24,8
@
- 'documents' => :label_document_plural
'documents' => :label_document_plural,
+ 'welcome' => :setting_welcome_text
Attached is a file to list the latest projects, suitable for
the My Page view. Here
are the changes required for the my_controller.rb file:
- 'documents' => :label_document_plural
+ 'documents' => :label_document_plural,
+ 'latestprojects' => :label_project_latest
- Description updated (diff)
- Category set to My page
Also available in: Atom
PDF