Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
OctoDev Posted March 28, 2015 Posted March 28, 2015 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
The Jimmo Posted March 28, 2015 Posted March 28, 2015 What do you want to format it as? Are you looking to change the DOM or style?
OctoDev Posted March 30, 2015 Author Posted March 30, 2015 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.
Adriano Faria Posted March 30, 2015 Posted March 30, 2015 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.
OctoDev Posted March 31, 2015 Author Posted March 31, 2015 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.
naXe90 Posted March 31, 2015 Posted March 31, 2015 {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
OctoDev Posted March 31, 2015 Author Posted March 31, 2015 {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/6npekzCheers mate.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.