MyBB Support
Group Hue
Submitted by Finn, 01-03-2016, 04:32 AM, Thread ID: 18939
Thread Closed
RE: Group Hue
01-03-2016, 06:19 AM
#11 01-03-2016, 06:17 AMFinn Wrote:01-03-2016, 05:46 AMTropical Wrote:01-03-2016, 05:38 AMAddicted Wrote:01-03-2016, 04:38 AMRikka-Chan Wrote:01-03-2016, 04:36 AMAddicted 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:
RE: Group Hue
01-03-2016, 06:19 AMTropical Wrote:01-03-2016, 06:17 AMFinn Wrote:01-03-2016, 05:46 AMTropical Wrote:01-03-2016, 05:38 AMAddicted Wrote:01-03-2016, 04:38 AMRikka-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:
Worked but I'd like it to also change globally like on the profile and who's online.
RE: Group Hue
01-03-2016, 06:28 AM
#13 01-03-2016, 06:23 AMFinn Wrote:01-03-2016, 06:19 AMTropical Wrote:01-03-2016, 06:17 AMFinn Wrote:01-03-2016, 05:46 AMTropical Wrote:01-03-2016, 05:38 AMAddicted 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:
Worked but I'd like it to also change globally like on the profile and who's online.
Change this in:
> 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
01-03-2016, 06:28 AMTropical Wrote:01-03-2016, 06:23 AMFinn Wrote:01-03-2016, 06:19 AMTropical Wrote:01-03-2016, 06:17 AMFinn Wrote:01-03-2016, 05:46 AMTropical 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:
Worked but I'd like it to also change globally like on the profile and who's online.
Change this in:
> 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
01-03-2016, 06:38 AM
#15 01-03-2016, 06:32 AMFinn Wrote:01-03-2016, 06:28 AMTropical Wrote:01-03-2016, 06:23 AMFinn Wrote:01-03-2016, 06:19 AMTropical Wrote:01-03-2016, 06:17 AMFinn Wrote: Which template would this go in again?
This one if you are using postbit classic:
Worked but I'd like it to also change globally like on the profile and who's online.
Change this in:
> 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
01-03-2016, 06:38 AMTropical Wrote:01-03-2016, 06:32 AMFinn Wrote:01-03-2016, 06:28 AMTropical Wrote:01-03-2016, 06:23 AMFinn Wrote:01-03-2016, 06:19 AMTropical Wrote: This one if you are using postbit classic:
Worked but I'd like it to also change globally like on the profile and who's online.
Change this in:
> 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
01-03-2016, 06:54 AM
#17 01-03-2016, 06:47 AMFinn Wrote:01-03-2016, 06:38 AMTropical Wrote:01-03-2016, 06:32 AMFinn Wrote:01-03-2016, 06:28 AMTropical Wrote:01-03-2016, 06:23 AMFinn Wrote: Worked but I'd like it to also change globally like on the profile and who's online.
Change this in:
> 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: 6 Guest(s)