Closed (fixed)
Project:
Content Profile
Version:
6.x-1.0-beta2
Component:
Base module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Jan 2009 at 00:09 UTC
Updated:
19 Jan 2009 at 02:00 UTC
Love this module! However, the one thing I'd like to see is the title and content sections wrapped in div with a unique class identifier. That would make theming so much easier.
As an example, I have 5 different content type set as content profile. Since the the content_profile-display-view.tpl.php has the title and content as separate divs with no unique identifiers (the only unique is called by $content inside the content-profile-display div), I can't easily take each different type and style it in css (move it around as a whole) without affecting all the types.
Comments
Comment #1
fagoI've added unique id's to the div and the h3 by default -> committed to 6.x-1.x-dev.
Comment #2
fred0 commentedAh, yes, that helps, but what I meant was a wrapper for both title and content like this:
Easy enough tweak for me as a template override in my theme folder, but your call if you want to commit it.
Thanks!