Not fully themable, but suggestions for enhanced theming capacity
mgifford - May 14, 2008 - 15:57
| Project: | userlink |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
For this module to be fully themable I would exptect there to be a theme_userlink_view function I could just plunk into my template.php file and modify the html output directly.
That being said, I think the patch below gives me the flexibility I need (and expect others will want). It just applies a div tag to the body so that the description looks better.
Good module though.
| Attachment | Size |
|---|---|
| userlink.module.patch | 465 bytes |
| userlink.css_.patch | 285 bytes |

#1
I don't think this is necessary -- you should be able to put a node-userlink.tpl.php file in your theme's directory and have it display whatever you want. See http://drupal.org/node/17565 for more info.
#2
Ok, but it would be easier for everyone to theme if that div tag were added..