Closed (works as designed)
Project:
userlink
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2008 at 15:57 UTC
Updated:
27 May 2008 at 02:57 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| userlink.css_.patch | 285 bytes | mgifford | |
| userlink.module.patch | 465 bytes | mgifford |
Comments
Comment #1
marcp commentedI 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.
Comment #2
mgiffordOk, but it would be easier for everyone to theme if that div tag were added..