Introducing Quests: Tailored gamification & bridging in-person events with your community Mike Gitkos Friday at 12:39 PM2 days
Posted March 28, 201510 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, 201510 yr Author 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, 201510 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. Edited March 30, 201510 yr by Adriano Faria
March 31, 201510 yr Author 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, 201510 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, 201510 yr Author {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.
Archived
This topic is now archived and is closed to further replies.