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.

CommentFileSizeAuthor
userlink.css_.patch285 bytesmgifford
userlink.module.patch465 bytesmgifford

Comments

marcp’s picture

Status: Needs review » Closed (works as designed)

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.

mgifford’s picture

Ok, but it would be easier for everyone to theme if that div tag were added..