MyBB Community Forums

Full Version: Style Your Nick
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2015-01-19, 12:26 AM)Destroy666 Wrote: [ -> ]Oh, change

$format .= "<span style="$style">{username}</span>";
to:

$format .= "<span style=\"$style\">{username}</span>";

Worked great. Thank you Smile
I am having issues. Maybe cause I'm using 1.6?

http://prntscr.com/6mh6oc

Nothing comes up

http://prntscr.com/6mhbv0

I olive something up, though all I did was change the comp to 1.6 in the php file.
http://prntscr.com/6mhc6f

Any ideas?
(2015-03-28, 05:48 PM)Kurumi Wrote: [ -> ]Maybe cause I'm using 1.6?

Probably. Honestly I haven't really tested on that version, so I changed the inaccurate text in my 1st post to the information I add to my every plugin: "it may work in 1.6 after some changes". But unfortunately I don't do anything on 1.6 at this moment (since it will reach EOL sooner or later, definitely until the end of this year), so I won't provide the required changes - you may ask someone else though, shouldn't be too hard to do (numeric settings to text, fix the tab, replace $mybb->get_input() with $mybb->input etc.).

Or I may look at it myself, but only as a paid work and somewhere around the middle of the next month (not much time now).
(2015-03-28, 06:56 PM)Destroy666 Wrote: [ -> ]
(2015-03-28, 05:48 PM)Kurumi Wrote: [ -> ]Maybe cause I'm using 1.6?

Probably. Honestly I haven't really tested on that version, so I changed the inaccurate text in my 1st post to the information I add to my every plugin: "it may work in 1.6 after some changes". But unfortunately I don't do anything on 1.6 at this moment (since it will reach EOL sooner or later, definitely until the end of this year), so I won't provide the required changes - you may ask someone else though, shouldn't be too hard to do (numeric settings to text, fix the tab, replace $mybb->get_input() with $mybb->input etc.).

Or I may look at it myself, but only as a paid work and somewhere around the middle of the next month (not much time now).

No worries, I will most likely upgrade to 1.8 eventually. I just need my theme dev to change everything to it, and what not. I thought that was the issue so it's not a huge deal, thanks for the reply.
Haven't been able to get this plugin to work. I've followed the instructions, but I don't have the menu option "Style My Nick." And yes, {$GLOBALS['nav_style_your_nick']} is in the usercp_nav_profile template. I'm running MyBB 1.8.
Have you enabled the plugin for certain groups in ACP -> Users & Groups -> Groups -> [group] -> Style Your Nick -> Can style username? If yes, provide a link to your board and a testing account within a group that is supposed to be able to use it.
(2015-05-01, 04:00 PM)Destroy666 Wrote: [ -> ]Have you enabled the plugin for certain groups in ACP -> Users & Groups -> Groups -> [group] -> Style Your Nick -> Can style username? If yes, provide a link to your board and a testing account within a group that is supposed to be able to use it.

Thank you, that got it working. Didn't notice the tab when I was trying to figure it out.
......
(2015-09-30, 12:21 PM)Moises Wrote: [ -> ]Is this plugin still working good?

The prefix next to the topic, "MyBB versions" on mods site and description in github/README.md all clearly indicate compatibility. You didn't even specify MyBB version, so I assume it doesn't work for you in 1.6, which is not supported. Or you didn't test it at all in 1.8 (which should take 2-4 minutes)... But if you tested it in 1.8.x and something went wrong, please describe the exact issue instead of asking such a pointless question.
Hello I installed your plugin and it doesnt seem to change anything.

I am on 1.8.6 and plugin library is installed.

https://gyazo.com/5ae1b259da13b2d63e657d7414a40547
Pages: 1 2 3