Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Style Your Nick
#7
(2015-01-18, 11:52 PM)Destroy666 Wrote: There is no way currently. The whole group styling is replaced by the user styling. You'd have to edit the format_name() function inside inc/funcions.php to add the + in front of the nickname for that group.

Find:
if($style)
		$format = "<span style="$style">{username}</span>";
	elseif(!$u["syn_usedefault"])
Replace with:
if($style)
{
	if($usergroup == 4) // change 4 to the usergroup id
		$format = '+';	

	$format .= "<span style="$style">{username}</span>";
}
elseif(!$u["syn_usedefault"])

I might add a prefix/suffix group option that's not changeable by users to possibly differentiate them from other groups, not sure if I will.

functions.php is seen as:

/* + PL:style_your_nick + */ 	if($style)

/* + PL:style_your_nick + */ 		$format = "<span style=\"$style\">{username}</span>";

/* + PL:style_your_nick + */ 	elseif(!$u["syn_usedefault"])

What do I do to fix it with those extra texts?
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: 7 Guest(s)