Updated version on github.tofino wrote: Wed Dec 11, 2019 1:33 am Hi nice ext
Would it be possible to add {poster_username_color} so it uses the group color.
Thanks.
I tried to add color but I could not get it to work, i was editing the main_listener.php file.
#
. You need to insert that as something like
Code: Select all
Hello [color=#{poster_username_color}]{poster_username}[/color],
I used it for only one group.... Just set permissions forum a group on the forum so that they are the only ones that can post on that forumeunaumtenhoid wrote: Fri Feb 22, 2019 5:41 pm Is it possible to activate only for a certain group?
or is it only when users of a certain group create a topic that will be posted to autoreply?
Why not add some thing like thisGer wrote: Wed Dec 11, 2019 9:28 amUpdated version on github.tofino wrote: Wed Dec 11, 2019 1:33 am Hi nice ext
Would it be possible to add {poster_username_color} so it uses the group color.
Thanks.
I tried to add color but I could not get it to work, i was editing the main_listener.php file.
Keep in mind it only replaces the color hex code without the#
. You need to insert that as something likeCode: Select all
Hello [color=#{poster_username_color}]{poster_username}[/color],
Code: Select all
$row['username'], $row['user_colour'], false, append_sid("{$board_url}/memberlist.$this->php_ext",
THX that works OKGer wrote: Wed Dec 11, 2019 9:28 amUpdated version on github.tofino wrote: Wed Dec 11, 2019 1:33 am Hi nice ext
Would it be possible to add {poster_username_color} so it uses the group color.
Thanks.
I tried to add color but I could not get it to work, i was editing the main_listener.php file.
Keep in mind it only replaces the color hex code without the#
. You need to insert that as something likeCode: Select all
Hello [color=#{poster_username_color}]{poster_username}[/color],
That could also work, but it's not strictly what was asked.Tread wrote: Thu Dec 12, 2019 4:51 pmWhy not add some thing like thisGer wrote: Wed Dec 11, 2019 9:28 amUpdated version on github.tofino wrote: Wed Dec 11, 2019 1:33 am Hi nice ext
Would it be possible to add {poster_username_color} so it uses the group color.
Thanks.
I tried to add color but I could not get it to work, i was editing the main_listener.php file.
Keep in mind it only replaces the color hex code without the#
. You need to insert that as something likeCode: Select all
Hello [color=#{poster_username_color}]{poster_username}[/color],
Code: Select all
$row['username'], $row['user_colour'], false, append_sid("{$board_url}/memberlist.$this->php_ext",
Yes it should work