MyBB Support

Group Hue

Submitted by Finn, , Thread ID: 18939

Thread Closed

RE: Group Hue

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
01-03-2016, 06:19 AM
#11
01-03-2016, 06:17 AM
Finn Wrote:
01-03-2016, 05:46 AM
Tropical Wrote:
01-03-2016, 05:38 AM
Addicted Wrote:
01-03-2016, 04:38 AM
Rikka-Chan Wrote:
01-03-2016, 04:36 AM
Addicted Wrote:
lol ModMyBB is sending out messages to forums that are using their plugins lmao

What are they saying? o.0

Remove it.

Isn't their a way to change it so they can't show that it's their plugin?

BTW, you could use this:

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$post['profilelink']}</span>

Not sure if it works as mine is only around the userbar and userstars. :noh:

Which template would this go in again?

This one if you are using postbit classic:
[Image: 8b2c9893fb.png]

RE: Group Hue

Finn
Root@NBB:-$
Prime
Level:
1
Reputation:
11
Posts:
113
Likes:
5
Credits:
0
OP
01-03-2016, 06:23 AM
#12
01-03-2016, 06:19 AM
Tropical Wrote:
01-03-2016, 06:17 AM
Finn Wrote:
01-03-2016, 05:46 AM
Tropical Wrote:
01-03-2016, 05:38 AM
Addicted Wrote:
01-03-2016, 04:38 AM
Rikka-Chan Wrote:
What are they saying? o.0

Remove it.

Isn't their a way to change it so they can't show that it's their plugin?

BTW, you could use this:

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$post['profilelink']}</span>

Not sure if it works as mine is only around the userbar and userstars. :noh:

Which template would this go in again?

This one if you are using postbit classic:
[Image: 8b2c9893fb.png]

Worked but I'd like it to also change globally like on the profile and who's online.

RE: Group Hue

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
01-03-2016, 06:28 AM
#13
01-03-2016, 06:23 AM
Finn Wrote:
01-03-2016, 06:19 AM
Tropical Wrote:
01-03-2016, 06:17 AM
Finn Wrote:
01-03-2016, 05:46 AM
Tropical Wrote:
01-03-2016, 05:38 AM
Addicted Wrote:
Remove it.

Isn't their a way to change it so they can't show that it's their plugin?

BTW, you could use this:

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$post['profilelink']}</span>

Not sure if it works as mine is only around the userbar and userstars. :noh:

Which template would this go in again?

This one if you are using postbit classic:
[Image: 8b2c9893fb.png]

Worked but I'd like it to also change globally like on the profile and who's online.

Change this in:
[Image: 826ce12839.png]

> I dunno if having it formatted affects anything but replace:

Code:
{$formattedname}

with

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$formattedname}</span>

Just tell me if that works for the profile. :yus:

RE: Group Hue

Finn
Root@NBB:-$
Prime
Level:
1
Reputation:
11
Posts:
113
Likes:
5
Credits:
0
OP
01-03-2016, 06:32 AM
#14
01-03-2016, 06:28 AM
Tropical Wrote:
01-03-2016, 06:23 AM
Finn Wrote:
01-03-2016, 06:19 AM
Tropical Wrote:
01-03-2016, 06:17 AM
Finn Wrote:
01-03-2016, 05:46 AM
Tropical Wrote:
Isn't their a way to change it so they can't show that it's their plugin?

BTW, you could use this:

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$post['profilelink']}</span>

Not sure if it works as mine is only around the userbar and userstars. :noh:

Which template would this go in again?

This one if you are using postbit classic:
[Image: 8b2c9893fb.png]

Worked but I'd like it to also change globally like on the profile and who's online.

Change this in:
[Image: 826ce12839.png]

> I dunno if having it formatted affects anything but replace:

Code:
{$formattedname}

with

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$formattedname}</span>

Just tell me if that works for the profile. :yus:

Nope, didn't work haha.

RE: Group Hue

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
01-03-2016, 06:38 AM
#15
01-03-2016, 06:32 AM
Finn Wrote:
01-03-2016, 06:28 AM
Tropical Wrote:
01-03-2016, 06:23 AM
Finn Wrote:
01-03-2016, 06:19 AM
Tropical Wrote:
01-03-2016, 06:17 AM
Finn Wrote:
Which template would this go in again?

This one if you are using postbit classic:
[Image: 8b2c9893fb.png]

Worked but I'd like it to also change globally like on the profile and who's online.

Change this in:
[Image: 826ce12839.png]

> I dunno if having it formatted affects anything but replace:

Code:
{$formattedname}

with

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$formattedname}</span>

Just tell me if that works for the profile. :yus:

Nope, didn't work haha.

Hmm.. try replacing:

Code:
{$formattedname}

with

Code:
{$memprofile['profilelink']}

and surrounding it with the hue changer span. :yus:

RE: Group Hue

Finn
Root@NBB:-$
Prime
Level:
1
Reputation:
11
Posts:
113
Likes:
5
Credits:
0
OP
01-03-2016, 06:47 AM
#16
01-03-2016, 06:38 AM
Tropical Wrote:
01-03-2016, 06:32 AM
Finn Wrote:
01-03-2016, 06:28 AM
Tropical Wrote:
01-03-2016, 06:23 AM
Finn Wrote:
01-03-2016, 06:19 AM
Tropical Wrote:
This one if you are using postbit classic:
[Image: 8b2c9893fb.png]

Worked but I'd like it to also change globally like on the profile and who's online.

Change this in:
[Image: 826ce12839.png]

> I dunno if having it formatted affects anything but replace:

Code:
{$formattedname}

with

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$formattedname}</span>

Just tell me if that works for the profile. :yus:

Nope, didn't work haha.

Hmm.. try replacing:

Code:
{$formattedname}

with

Code:
{$memprofile['profilelink']}

and surrounding it with the hue changer span. :yus:

Nope totally erased the username. :yay:

RE: Group Hue

Tropical
Fulltime Member
Level:
0
Reputation:
35
Posts:
1.04K
Likes:
54
Credits:
117
01-03-2016, 06:54 AM
#17
01-03-2016, 06:47 AM
Finn Wrote:
01-03-2016, 06:38 AM
Tropical Wrote:
01-03-2016, 06:32 AM
Finn Wrote:
01-03-2016, 06:28 AM
Tropical Wrote:
01-03-2016, 06:23 AM
Finn Wrote:
Worked but I'd like it to also change globally like on the profile and who's online.

Change this in:
[Image: 826ce12839.png]

> I dunno if having it formatted affects anything but replace:

Code:
{$formattedname}

with

Code:
<span style="-webkit-filter: hue-rotate({$post['hue']}deg); filter: hue-rotate({$post['hue']}deg);">{$formattedname}</span>

Just tell me if that works for the profile. :yus:

Nope, didn't work haha.

Hmm.. try replacing:

Code:
{$formattedname}

with

Code:
{$memprofile['profilelink']}

and surrounding it with the hue changer span. :yus:

Nope totally erased the username. :yay:

Hmmm.. :c
I honestly have no idea about the profile bit, then.

At least I tried. :spooky:
Why not just use a username color changer plugin?

Users browsing this thread: 1 Guest(s)