MyBB Requests

Any working username color changer?

Submitted by YihuYon, , Thread ID: 21916

Thread Closed
YihuYon
Korekara Min na de Mitchek Sel do Savago
Level:
0
Reputation:
0
Posts:
205
Likes:
10
Credits:
18
19-06-2016, 07:50 AM
#1
Hi guys,

Is there anyone here who can provide a working username color changer, as this https://nulledbb.com/Thread-Username-Sty...t=username is dead link. And this right here https://nulledbb.com/Thread-Username-Col...t=username doesnt work at all with mybb 1.8.7.

- This will not only help me but also to everyone out there looking for a color changer plugin.

Awaiting reply.

Thanks.!

RE: Any working username color changer?

Zenith
we will wait for this
Prime
Level:
2
Reputation:
340
Posts:
4.81K
Likes:
1.06K
Credits:
2.5K
19-06-2016, 07:55 AM
#2
Shouldn't the second one work if you change the plugin info from 16 to 18?

[Image: Yp8ZHSk.gif]

RE: Any working username color changer?

YihuYon
Korekara Min na de Mitchek Sel do Savago
Level:
0
Reputation:
0
Posts:
205
Likes:
10
Credits:
18
OP
19-06-2016, 07:58 AM
#3
19-06-2016, 07:55 AM
ezalB Wrote:
Shouldn't the second one work if you change the plugin info from 16 to 18?

I just finished replying for you in the thread youtubeUI and you just did here for me. Are we like connected (making face same like iron man in ironman3 when he talks to the kid) lol Tongue

- Coming to topic. There is no compatibility option, its just this

Code:
global $db;
$inserttemplate = array(
  "title"  => $name,
  "template" => $db->escape_string($template),
  "sid"  => -1,
  "version" => 1604,
  "dateline" => TIME_NOW,

RE: Any working username color changer?

The Plug
The Boss
Level:
0
Reputation:
20
Posts:
354
Likes:
56
Credits:
225
23-06-2016, 06:04 PM
#4
19-06-2016, 07:58 AM
YihuYon Wrote:
19-06-2016, 07:55 AM
ezalB Wrote:
Shouldn't the second one work if you change the plugin info from 16 to 18?

I just finished replying for you in the thread youtubeUI and you just did here for me. Are we like connected (making face same like iron man in ironman3 when he talks to the kid) lol Tongue

- Coming to topic. There is no compatibility option, its just this

Code:
global $db;
$inserttemplate = array(
  "title"  => $name,
  "template" => $db->escape_string($template),
  "sid"  => -1,
  "version" => 1604,
  "dateline" => TIME_NOW,

"version" 1604 > 1807

RE: Any working username color changer?

YihuYon
Korekara Min na de Mitchek Sel do Savago
Level:
0
Reputation:
0
Posts:
205
Likes:
10
Credits:
18
OP
16-07-2016, 09:38 PM
#5
23-06-2016, 06:04 PM
ThePlug Wrote:
19-06-2016, 07:58 AM
YihuYon Wrote:
19-06-2016, 07:55 AM
ezalB Wrote:
Shouldn't the second one work if you change the plugin info from 16 to 18?

I just finished replying for you in the thread youtubeUI and you just did here for me. Are we like connected (making face same like iron man in ironman3 when he talks to the kid) lol Tongue

- Coming to topic. There is no compatibility option, its just this

Code:
global $db;
$inserttemplate = array(
  "title"  => $name,
  "template" => $db->escape_string($template),
  "sid"  => -1,
  "version" => 1604,
  "dateline" => TIME_NOW,

"version" 1604 > 1807

Done the same, still doesnt seem to work.

RE: Any working username color changer?

NSA
) )
Supreme
Level:
0
Reputation:
93
Posts:
1.74K
Likes:
114
Credits:
459
16-07-2016, 11:00 PM
#6
16-07-2016, 09:38 PM
YihuYon Wrote:
23-06-2016, 06:04 PM
ThePlug Wrote:
19-06-2016, 07:58 AM
YihuYon Wrote:
19-06-2016, 07:55 AM
ezalB Wrote:
Shouldn't the second one work if you change the plugin info from 16 to 18?

I just finished replying for you in the thread youtubeUI and you just did here for me. Are we like connected (making face same like iron man in ironman3 when he talks to the kid) lol Tongue

- Coming to topic. There is no compatibility option, its just this

Code:
global $db;
$inserttemplate = array(
  "title"  => $name,
  "template" => $db->escape_string($template),
  "sid"  => -1,
  "version" => 1604,
  "dateline" => TIME_NOW,

"version" 1604 > 1807

Done the same, still doesnt seem to work.

define "still doesent work" its really fucking hard for someone to help you when you give 0 fucking context. like "error: 123, blah blah blah"
xxx
2

RE: Any working username color changer?

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
17-07-2016, 05:45 AM
This post was last modified: 17-07-2016, 05:45 AM by linkzy
#7
Mate, You see what he said above?
Anyways, I'll help you-
GOTO inc>plugins>nickstyles.
Then open plugin.php. There you might see
Code:
"compatibility" => "16*",
Change it to the version of MyBB you have!
Enjoy the Plugin Wink

YihuYon Just mentioning you so you'll be aware of this thread!
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Any working username color changer?

YihuYon
Korekara Min na de Mitchek Sel do Savago
Level:
0
Reputation:
0
Posts:
205
Likes:
10
Credits:
18
OP
17-07-2016, 08:30 AM
This post was last modified: 17-07-2016, 08:31 AM by YihuYon
#8
16-07-2016, 11:00 PM
NSA Wrote:
16-07-2016, 09:38 PM
YihuYon Wrote:
23-06-2016, 06:04 PM
ThePlug Wrote:
19-06-2016, 07:58 AM
YihuYon Wrote:
19-06-2016, 07:55 AM
ezalB Wrote:
Shouldn't the second one work if you change the plugin info from 16 to 18?

I just finished replying for you in the thread youtubeUI and you just did here for me. Are we like connected (making face same like iron man in ironman3 when he talks to the kid) lol Tongue

- Coming to topic. There is no compatibility option, its just this

Code:
global $db;
$inserttemplate = array(
  "title"  => $name,
  "template" => $db->escape_string($template),
  "sid"  => -1,
  "version" => 1604,
  "dateline" => TIME_NOW,

"version" 1604 > 1807

Done the same, still doesnt seem to work.

define "still doesent work" its really fucking hard for someone to help you when you give 0 fucking context. like "error: 123, blah blah blah"

Changing the compatibility makes no difference.

17-07-2016, 05:45 AM
linkzy Wrote:
Mate, You see what he said above?
Anyways, I'll help you-
GOTO inc>plugins>nickstyles.
Then open plugin.php. There you might see
Code:
"compatibility" => "16*",
Change it to the version of MyBB you have!
Enjoy the Plugin Wink

YihuYon Just mentioning you so you'll be aware of this thread!

Thanks linkzy for your reply but it still shoes this plugin is not compatible under acp settings.

RE: Any working username color changer?

linkzy
No pressure, no diamonds
Level:
0
Reputation:
181
Posts:
5.34K
Likes:
341
Credits:
54
17-07-2016, 09:06 AM
#9
17-07-2016, 08:30 AM
YihuYon Wrote:
16-07-2016, 11:00 PM
NSA Wrote:
16-07-2016, 09:38 PM
YihuYon Wrote:
23-06-2016, 06:04 PM
ThePlug Wrote:
19-06-2016, 07:58 AM
YihuYon Wrote:
I just finished replying for you in the thread youtubeUI and you just did here for me. Are we like connected (making face same like iron man in ironman3 when he talks to the kid) lol Tongue

- Coming to topic. There is no compatibility option, its just this

Code:
global $db;
$inserttemplate = array(
  "title"  => $name,
  "template" => $db->escape_string($template),
  "sid"  => -1,
  "version" => 1604,
  "dateline" => TIME_NOW,

"version" 1604 > 1807

Done the same, still doesnt seem to work.

define "still doesent work" its really fucking hard for someone to help you when you give 0 fucking context. like "error: 123, blah blah blah"

Changing the compatibility makes no difference.

17-07-2016, 05:45 AM
linkzy Wrote:
Mate, You see what he said above?
Anyways, I'll help you-
GOTO inc>plugins>nickstyles.
Then open plugin.php. There you might see
Code:
"compatibility" => "16*",
Change it to the version of MyBB you have!
Enjoy the Plugin Wink

YihuYon Just mentioning you so you'll be aware of this thread!

Thanks linkzy for your reply but it still shoes this plugin is not compatible under acp settings.

Which MyBB version do you use.
i'll suggest you to remove the version number and keep the * only like
"compatibility" => "*",

Try this :3
| A | v4hl| Addicted | Senpai | Sui | Sensei | H | fdigl |


RE: Any working username color changer?

YihuYon
Korekara Min na de Mitchek Sel do Savago
Level:
0
Reputation:
0
Posts:
205
Likes:
10
Credits:
18
OP
17-07-2016, 09:13 AM
#10
17-07-2016, 09:06 AM
linkzy Wrote:
17-07-2016, 08:30 AM
YihuYon Wrote:
16-07-2016, 11:00 PM
NSA Wrote:
16-07-2016, 09:38 PM
YihuYon Wrote:
23-06-2016, 06:04 PM
ThePlug Wrote:
"version" 1604 > 1807

Done the same, still doesnt seem to work.

define "still doesent work" its really fucking hard for someone to help you when you give 0 fucking context. like "error: 123, blah blah blah"

Changing the compatibility makes no difference.

17-07-2016, 05:45 AM
linkzy Wrote:
Mate, You see what he said above?
Anyways, I'll help you-
GOTO inc>plugins>nickstyles.
Then open plugin.php. There you might see
Code:
"compatibility" => "16*",
Change it to the version of MyBB you have!
Enjoy the Plugin Wink

YihuYon Just mentioning you so you'll be aware of this thread!

Thanks linkzy for your reply but it still shoes this plugin is not compatible under acp settings.

Which MyBB version do you use.
i'll suggest you to remove the version number and keep the * only like
"compatibility" => "*",

Try this :3

linkzy done that as well still the issue comes up.

Version 1.8.7 buddy

Users browsing this thread: 1 Guest(s)