MyBB Community Forums
Thread/post title color - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Thread/post title color (/thread-198401.html)



Thread/post title color - nicolas.lorusso - 2016-08-22

Is there any way to let the user set the thread's title color? I want to use it, for example, as a type of thread.

Thanks


RE: Thread/post title color - Ashley1 - 2016-08-22

Don't think so. You can let the user set a prefix on a thread, and apply colors to those.


RE: Thread/post title color - nicolas.lorusso - 2016-08-22

(2016-08-22, 02:13 PM)Ashley1 Wrote: Don't think so. You can let the user set a prefix on a thread, and apply colors to those.


Can you explain what would be that? It might be what i need.
Thanks


RE: Thread/post title color - eNvy - 2016-08-22

You can use prefixes to distinguish different thread types.

For example:

[RULES] News forum

And then the "[RULES]" can be styled with css (you can put background color, images, icons, text color, text shadow, etc).


RE: Thread/post title color - Ashley1 - 2016-08-22

(2016-08-22, 02:14 PM)nicolas.lorusso Wrote:
(2016-08-22, 02:13 PM)Ashley1 Wrote: Don't think so. You can let the user set a prefix on a thread, and apply colors to those.


Can you explain what would be that? It might be what i need.
Thanks

See post #6 in this thread:

https://community.mybb.com/thread-198084.html


RE: Thread/post title color - .m. - 2016-08-22

you can try using default thread title color plugin (it might require change in compatibility code)


RE: Thread/post title color - nicolas.lorusso - 2016-08-22

That suits my needs, thank you!