Active
Project:
Webform Report
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2011 at 09:34 UTC
Updated:
6 Jun 2011 at 11:41 UTC
Is there a way to theme the output of this module?
I don't see any .tpl files… Ie. how can I display a list instead of a table?
And also individual fields? Ie. How can I display a submitted image instead of a link to it?
Comments
Comment #1
jimbullington commentedThank you for this report. Unfortunately, the module does not currently use .tpl files - probably something that needs to be done, however.
For displaying images instead of links, you might look into the PHP Code option. If, for example, the file upload field is the fifth column, you could use something like this:
Comment #2
jdanthinne commentedOk, I'll get my hands dirty with PHP.
.tpl would be a nice feature… If I have some time, I'll have a look as well.