Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
lotsen Posted May 3, 2015 Posted May 3, 2015 Is it easily possible to apply group styles to users names when they make a post? I think it'd be in the Edit HTML & CSS > Forums > postContainer file but I'm not sure how to apply the group formatting rule.
不中用 Posted May 3, 2015 Posted May 3, 2015 Is it easily possible to apply group styles to users names when they make a post? I think it'd be in the Edit HTML & CSS > Forums > postContainer file but I'm not sure how to apply the group formatting rule. . You want to format the members name ,, or is there anything more you wanna have then in this picture ? .
lotsen Posted May 3, 2015 Author Posted May 3, 2015 I made the group color have a background image and now i set a blue color. I want the users post display name to use the same formatting that was set in group settings, like it does in "Who's Online". Right now the name "Test" is black text when he posts, not the groups format/style.
不中用 Posted May 3, 2015 Posted May 3, 2015 I made the group color have a background image and now i set a blue color. I want the users post display name to use the same formatting that was set in group settings, like it does in "Who's Online". Right now the name "Test" is black text when he posts, not the groups format/style. . You will have to change the member name format to this .. I didn't check it fully in postContainer .. Edit: don't take my advise here .. the naming is totally different then the who's online format .. {{if $groupIdForFormatting}} {expression="\IPS\Member\Group::load( $groupIdForFormatting )->formatName( $name )" raw="true"} {{else}} {$name} {{endif}} .
lotsen Posted May 3, 2015 Author Posted May 3, 2015 Thanks, but that didn't do anything.I think I have to modify this line in Forums > Topics > postContainer <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break' itemprop="creator" itemscope itemtype="http://schema.org/Person"><strong itemprop="name">{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'> {template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3>
lotsen Posted May 4, 2015 Author Posted May 4, 2015 Replacing<strong itemprop="name">{$comment->author()->link( $comment->warningRef() )|raw}</strong>with{template="userLinkFromData" group="global" app="core" params="$comment->author()->member_id, $comment->author()->name, $comment->author()->members_seo_name, $comment->author()->member_group_id"}worked.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.