I know, I come again with a problem..sorry

The problem is that I use a different template style as prosilver. It's Skymiles Red. The arcade room is working without problems. But the trophies aren't listed below the avatar in the postings. So I tried to fix the viewtopic_body.html on the basis of Install_prosilver.xml, because this edit isn't a part of the Install.xml. The "experiment" didn't work, of course. I tried the following:
Before:
- Code: Select all
<!-- BEGIN custom_fields -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<h3 style="font-size:9px; width:50px; margin:3px 2px 2px 8px; padding:0px 0px 0px 0px">{L_TROPHIES}</h3>
<!-- END custom_fields -->
After:
- Code: Select all
<!-- BEGIN custom_fields -->
<br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
<h3 style="font-size:9px; width:50px; margin:3px 2px 2px 8px; padding:0px 0px 0px 0px">{L_TROPHIES}</h3>
<dd style="height:20px"><strong>{GOLD}:</strong> {postrow.USER_GOLD}</dd>
<dd style="height:20px"><strong>{SILVER}:</strong> {postrow.USER_SILVER}</dd>
<dd style="height:20px"><strong>{BRONZE}:</strong> {postrow.USER_BRONZE}</dd>
<!-- END custom_fields -->
However, it doesn't work. Any ideas?
Thank you in advance!
Bye,
Dude