can set permissions to using select topics title color?
like only admin/staff can use~
like only admin/staff can use~
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
slg wrote:This option is only a yes or no option. There is no feature to limit who uses it. The only thing you can do is create a rule for your forum that says only staff can use colorized topic titles.
select[name=topic_color] {display:none}
<style type="text/css">
select[name=topic_color] {display:inline!important}
</style>
c3vietk wrote:
- Display ~> Color ~> CSS :
insert at the end
- Code:
select[name=topic_color] {display:none}
- Modules ~> Forum widgets management :
Create a widget :
� Widget name: blah blah
� Use a table type : No
� Widget source * :
- Code:
<style type="text/css">
select[name=topic_color] {display:inline!important}
</style>- Add the widget.
- Click - Rights : Moderators
slg wrote:Solved?
Topic Solved & Locked |