By Steve Kraft on Friday, 17 October 2014
Posted in General Issues
Likes 0
Views 1K
Votes 0
Hi there,

I setup some user roles and cant find a solution to make them visible on welcome module. Do you have a idea how this could be managed?

Best regards,
Steve
Hello Steve,

Hm, perhaps we might add this in the future if there's a need for it but you could just use the codes below in the module,


<?php echo $profile->getRole();?>
·
Monday, 20 October 2014 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Steve,

The module currently does not display any user roles. If you want to hack the module, you will need to modify the module's template file.
·
Saturday, 18 October 2014 01:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

do you plan to add this feature in the near future?

Is it only the tmpl file which have to be edited? I don't know how to put the "$post->user->getRole()" into the module, my php knowledge is to bad to solve this. Can you give me some hand to get into this? Maybe other users can use this too

Thx in front of all efforts,
Steve
·
Monday, 20 October 2014 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

many thx this was the right sniped to display the role.

Best regards and a great start into the week,
Steve
·
Tuesday, 21 October 2014 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Steve
·
Tuesday, 21 October 2014 13:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post