Posted by arianek on August 27, 2010 at 12:24pm
6 followers
Jump to:
| Project: | Bakery Single Sign-On System |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | drupal.org redesign |
Issue Summary
eg. http://api.scratch.drupal.org/api/drupal/modules--node--node.module/func... the usernames on comments are all unlinked. should link to user profile page.
Comments
#1
amending title
#2
Should be able to configure username links to go to the main site.
#3
Changing status to feature request.
#4
@drumm - why should this be fixed in the module and not the theme?
I think we'll need to do a phptemplate_theme_username or something in the module to theme them to point to the master site. Is that your intention?
#5
hook_theme_registry_alter() should let a module override the theme function. This could go either way, but it seems like something it would be nice to configure within bakery.
#6
A checkbox in the admin for "link usernames to master site"?
Seems reasonable to me.
#7
(just updating title to be more explicit this is a feature request)