Jump to content

Format usernames

Featured Replies

Posted

In the postContainer I found out that  {$comment->author()->link( $comment->warningRef() )|raw} is the username of the user that posted a reply and topic. How can I make it formatted?

 

This is the group format, but for some reason its not outputting the name - rather the group.. How can I make it format the name like that?
{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}

 

just instead of having that group here, it will only format name with group format:
http://i.imgur.com/xrGto30.png 

 

What do you want to format it as? Are you looking to change the DOM or style? 

  • Author
  On 3/28/2015 at 8:03 PM, ForeverPontiac said:

What do you want to format it as? Are you looking to change the DOM or style? 

​I want to format them so the usernames are like formatted with their group color/customizion. 

Example:

{template="userLinkFromData" group="global" app="core" params="$row->author()->member_id, $row->author()->name, $row->author()->members_seo_name, $row->author()->member_group_id"}

Change variables.

  • Author
  On 3/30/2015 at 8:57 PM, Adriano Faria said:

Example:

{template="userLinkFromData" group="global" app="core" params="$row->author()->member_id, $row->author()->name, $row->author()->members_seo_name, $row->author()->member_group_id"}

Change variables.

​I tried using exact your code but it didn't work, white page. 

{template="userLinkFromData" group="global" app="core" params="$comment->author()->member_id, $comment->author()->name, $comment->author()->members_seo_name, $comment->author()->member_group_id"}

 

http://prntscr.com/6npekz

  • Author
  On 3/31/2015 at 2:32 PM, OnePL said:
{template="userLinkFromData" group="global" app="core" params="$comment->author()->member_id, $comment->author()->name, $comment->author()->members_seo_name, $comment->author()->member_group_id"}

 

http://prntscr.com/6npekz

​Cheers mate. 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.