Download & Extend

Not fully themable, but suggestions for enhanced theming capacity

Project:userlink
Version:5.x-1.2
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (works as designed)

Issue Summary

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.

AttachmentSize
userlink.module.patch465 bytes
userlink.css_.patch285 bytes

Comments

#1

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.

#2

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