вопрос
Hi, i'm trying to show author names with user group color, but i have problem with "Array" word.
this is my code:
but with this code, i'll get author names like this:
ArrayShoMpeT
Or:
ArrayModerator
i need to show authors name like this:
ShoMpeT
Or:
Moderator
i dont know where is my problem, how i can remove "Array" word?
this is my code:
'{name}' => $user_group[$v['user_group']]['group_prefix'].$user_group[$v['user_group']].$v['name'].$user_group[$v['user_group']]['group_suffix'],
but with this code, i'll get author names like this:
ArrayShoMpeT
Or:
ArrayModerator
i need to show authors name like this:
ShoMpeT
Or:
Moderator
i dont know where is my problem, how i can remove "Array" word?
'{name}' => $user_group[$v['user_group']]['group_prefix'].$user_group[$v['user_group']]['name'].$user_group[$v['user_group']]['group_suffix'],