#3826 closed enhancement (worksforme)
One blog per user
Reported by: | Filipe Correia | Owned by: | osimons |
---|---|---|---|
Priority: | low | Component: | FullBlogPlugin |
Severity: | normal | Keywords: | |
Cc: | Filipe Correia | Trac Release: | 0.11 |
Description
Would be great to have the possibility of creating one blog for each trac user.
I have just posted ticket #3825 for the TracBlogPlugin, right before I've realized it is being phased out in favor of the FullBlogPlugin.
Would be great having this feature on the FullBlogPlugin.
Attachments (0)
Change History (3)
comment:1 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
I see. Yes the functionality I was asking about already exists then. Thank you :)
There is still a higher visibility of the "aggregated" project blog, as it appears on the main navigation bar, while what I was envisioning had more focus on the blog of each team member.
However, the current solution does appear to serve my purposes. I haven't actually tried it out yet, but I will shortly.
Cheers!
comment:3 Changed 16 years ago by
As a further note, the [[BlogList]]
macro also supports author=<name>
argument, so no problem pulling out various listings of author posts to project frontpage or personal wiki pages or whereever else you would like to highlight them.
The blog is built to either provide for one user blog (removing the author dimension completely), or as a blog for a project with many authors - where the
/blog/author/<name>
becomes the frontpage for a given author. There is even an RSS feeds for each author.I don't quite see that your request asks for more than what the plugin already provides, so I'm closing it as I think current behaviour strikes a good balance between 'project' and 'user'. Please reopen ticket if I have misunderstood your request, or if you have more details on how exactly you'd like to see the behaviour change.
(Do note that FullBlogPlugin is completely different from TracBlogPlugin, so make sure you are actually using my plugin when you make feature requests...)