Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Style Your Nick
#24
(2016-02-06, 09:02 PM)Destroy666 Wrote:
(2016-02-05, 09:23 PM)Aiko Wrote: 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

The .gif doesn't really help. It looks like the save button isn't doing anything (or does the page refresh?), but there's no reason for it to not do anything, unless you wrap the whole page with another <form> or something similar.

If the page refreshes but the name doesn't change, probably the file wasn't edited correctly or rather the changes were overwritten.

Ok So i'm also having that issue with syn.. I dont have a gif btw Big Grin Just using default admin usergroup display.


this is my $format

function format_name($username, $usergroup, $displaygroup=0)
{
	global $groupscache, $cache;

	if(!is_array($groupscache))
	{
		$groupscache = $cache->read("usergroups");
	}

	if($displaygroup != 0)
	{
		$usergroup = $displaygroup;
	}

	$ugroup = $groupscache[$usergroup];
	$format = $ugroup['namestyle'];
	$userin = substr_count($format, "{username}");

	if($userin == 0)
	{
		$format = "{username}";
	}
	
    if($style)
        $format = "<span style=\"$style\">{username}</span>";
    elseif(!$u["syn_usedefault"]) 
	
	$format = stripslashes($format);

	return str_replace("{username}", $username, $format);
}


If you need more info please let me know I would love to get this working.
Reply


Messages In This Thread
Style Your Nick - by Destroy666 - 2015-01-18, 09:03 PM
RE: Style Your Nick - by geazy - 2015-01-18, 09:32 PM
RE: Style Your Nick - by Omar G. - 2015-01-18, 09:44 PM
RE: Style Your Nick - by Destroy666 - 2015-01-18, 10:11 PM
RE: Style Your Nick - by geazy - 2015-01-18, 11:22 PM
RE: Style Your Nick - by Destroy666 - 2015-01-18, 11:52 PM
RE: Style Your Nick - by geazy - 2015-01-19, 12:14 AM
RE: Style Your Nick - by Destroy666 - 2015-01-19, 12:18 AM
RE: Style Your Nick - by geazy - 2015-01-19, 12:24 AM
RE: Style Your Nick - by Destroy666 - 2015-01-19, 12:26 AM
RE: Style Your Nick - by geazy - 2015-01-19, 12:30 AM
RE: Style Your Nick - by Kurumi - 2015-03-28, 05:48 PM
RE: Style Your Nick - by Destroy666 - 2015-03-28, 06:56 PM
RE: Style Your Nick - by Kurumi - 2015-03-29, 04:19 AM
RE: Style Your Nick - by theagent - 2015-04-30, 09:36 PM
RE: Style Your Nick - by Destroy666 - 2015-05-01, 04:00 PM
RE: Style Your Nick - by theagent - 2015-05-01, 04:31 PM
RE: Style Your Nick - by Moises - 2015-09-30, 12:21 PM
RE: Style Your Nick - by Destroy666 - 2015-10-09, 12:18 PM
RE: Style Your Nick - by Aiko - 2016-02-05, 09:23 PM
RE: Style Your Nick - by Destroy666 - 2016-02-06, 09:02 PM
RE: Style Your Nick - by REDRUM - 2017-07-10, 11:19 PM
RE: Style Your Nick - by jaydee9296 - 2016-02-05, 09:33 PM
RE: Style Your Nick - by REDRUM - 2017-07-09, 06:34 AM
RE: Style Your Nick - by Unkash - 2018-08-13, 09:18 AM

Forum Jump:


Users browsing this thread: 5 Guest(s)