Default Poster Color

Looking for an Extension? Have an Extension request? Post your request here for help. (Note: This forum is community supported; while there is an Extensions Development Team, said team does not dedicate itself to handling requests in this forum)
Get Involved
Post Reply
User avatar
Netframe
Registered User
Posts: 64
Joined: Fri Jun 10, 2011 4:39 am

Default Poster Color

Post by Netframe »

Hey guys,

I'm trying to fix something here, I'm just getting back into websites, and the last time i had a forum, I was able to make it so, for example, a Moderator was able to post in a green text without having to alter his font color, it was done by itself. Here is the topic I made about it a couple of years ago, but I'm not able to get it to work again. Any help?

viewtopic.php?f=72&t=2134660&p=13023556
User avatar
Netframe
Registered User
Posts: 64
Joined: Fri Jun 10, 2011 4:39 am

Re: Default Poster Color

Post by Netframe »

Anyone? :/
User avatar
ViolaF
I've Been Banned!
Posts: 1609
Joined: Tue Aug 14, 2012 11:52 pm

Re: Default Poster Color

Post by ViolaF »

User avatar
optimusvault
Registered User
Posts: 108
Joined: Tue Jul 28, 2015 2:51 am
Name: Aaron

Re: Default Poster Color

Post by optimusvault »

Could do, but it is better to build an extension for this based on their code (with their permission)

I will contact the developer of that MOD and ask about converting it into an extension.
Cheers,
Aaron
User avatar
Netframe
Registered User
Posts: 64
Joined: Fri Jun 10, 2011 4:39 am

Re: Default Poster Color

Post by Netframe »

optimusvault wrote:Could do, but it is better to build an extension for this based on their code (with their permission)

I will contact the developer of that MOD and ask about converting it into an extension.

I didn't need an extension last time I did this, I used this

Code: Select all

<div class="content"><!-- IF postrow.RANK_TITLE eq 'Site Admin' --><font color="red">{postrow.MESSAGE}</font><!-- ELSE -->{postrow.MESSAGE}<!-- ENDIF --></div>
But it's not working this time around.
User avatar
Netframe
Registered User
Posts: 64
Joined: Fri Jun 10, 2011 4:39 am

Re: Default Poster Color

Post by Netframe »

Anyone got ideas on this...?
User avatar
optimusvault
Registered User
Posts: 108
Joined: Tue Jul 28, 2015 2:51 am
Name: Aaron

Re: Default Poster Color

Post by optimusvault »

Might I suggest that while you're waiting for an answer that you check this extension out:
https://www.phpbb.com/customise/db/exte ... t_styling/
Cheers,
Aaron
User avatar
martin123456
I've Been Banned!
Posts: 726
Joined: Sat Mar 05, 2011 7:44 pm

Re: Default Poster Color

Post by martin123456 »

Some thing like this ?
Image

Just a small ext that takes a posters group colour.

Code: Select all

<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
User avatar
Netframe
Registered User
Posts: 64
Joined: Fri Jun 10, 2011 4:39 am

Re: Default Poster Color

Post by Netframe »

Yes, like that, where would I put the code into?
User avatar
martin123456
I've Been Banned!
Posts: 726
Joined: Sat Mar 05, 2011 7:44 pm

Re: Default Poster Color

Post by martin123456 »

It's an ext i made ;) it is not on phpbb.com il send it to you if you want to test it ?

Code: Select all

<!-- IF S_CODE_UNTIDY and S_MESS_ON_INDEX Good If_Not_TIDY_Then_SUBMIT -->
User avatar
Netframe
Registered User
Posts: 64
Joined: Fri Jun 10, 2011 4:39 am

Re: Default Poster Color

Post by Netframe »

Yes, that would be great, thank you!
Post Reply

Return to “Extension Requests”