Colored User Info in viewtopic

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Colored User Info in viewtopic

Post by Chalong »

Hi Stoker,

how do I get these infos colered ?
user_info.jpg
Did I miss that topic or is it just missing ? :oops:
You do not have the required permissions to view the files attached to this post.

Re: Colored User Info in viwtopic

Post by Stoker »

This is my code in viewtopic_body.html:

Code: Select all

<!-- IF postrow.POSTER_AGE --><dd><strong style="color: #cd853f;">{L_AGE}:</strong> <span style="color: #cd853f;">{postrow.POSTER_AGE}</span></dd><!-- ENDIF -->

		<!-- IF postrow.POSTER_POSTS != '' --><dd><strong style="color: #9400d3;">{L_POSTS}:</strong> <span style="color: #9400d3;">{postrow.POSTER_POSTS}</span></dd><!-- ENDIF -->

		<!-- IF postrow.POSTER_JOINED --><dd><strong style="color: green;">{L_JOINED}:</strong> <span style="color: green;">{postrow.POSTER_JOINED}</span></dd><!-- ENDIF -->

		<!-- IF postrow.POSTER_FROM --><dd><strong style="color: red;">{L_LOCATION}:</strong> <span style="color: red;">{postrow.POSTER_FROM}</span></dd><!-- ENDIF -->

Re: Colored User Info in viewtopic

Post by Chalong »

Thanks a lot, Stoker. :thumb: