Setting Title
Flying Drupalist - April 21, 2009 - 19:34
| Project: | Blog Information |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm using the bloginfo module which allows users to set their own blog titles. I would like to set that title to be the user's blog view. Blog info supports tokens, so it would be nice to be able to set it as the blog view title.

#1
i think this could be solved also much easier using drupal_set_title in argument validation code or in hook_views_pre_view or sth like this.
this could be done for example from http://drupal.org/project/bloginfo
#2
OK, I'll move it there then.