Closed (fixed)
Project:
Acquia Prosper
Version:
6.x-1.0-beta4
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2010 at 15:58 UTC
Updated:
17 Feb 2010 at 09:10 UTC
As per subject, any tips are appreciated. This may be more a general drupal question though.
Comments
Comment #1
jeremycaldwell commentedHi giorgia79, that's more of a generic theming question as this method applies to all themes. Go to your theme's directory and create a new file called "comment-wrapper.tpl.php". Within that file add this bit of code:
That should make the comment wrapper print something like:
4 Comments
CONTENT
So you can reorder that bit of code as needed too. You can add this code to your theme's "comment-wrapper.tpl.php" file but be sure to clear your site's cache so it reloads the new theme files. Should be all set.
Comment #2
giorgio79 commentedMuch appreciated eternalistic :)
Comment #3
aac commentedSubscribing!!