Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 28, 20159 yr 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
March 30, 20159 yr 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.
March 30, 20159 yr 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.
March 31, 20159 yr 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.
March 31, 20159 yr {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
March 31, 20159 yr 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.