New: Display in the member's profile of the groups joined
Page 1 of 1
New: Display in the member's profile of the groups joined
New: Display in the member's profile of the groups joined |
A Forumotion Important Announcement |
Last edited by Luzz on July 28th 2022, 4:01 pm; edited 1 time in total
skouliki, Ape, SLGray, Niko, SarkZKalie, Lark1, Terminator44 and Revelore like this post
Re: New: Display in the member's profile of the groups joined
| Administrators who have customized the template profile_view_body should consider the changes below. (Administrators who have not customized this template are not affected by these changes included natively in the basic template of the forum.) |
The template affected by the changes below can be found here:
Administration Pannel Display Templates - Profile
Awesomebb :
- profile_view_body:
AFTER- Code:
<p class="profile-rank">{POSTER_RANK}</p>
ADD THIS- Code:
<br/>
<!-- BEGIN switch_groups_list -->
<div id="groups-details">
<b>{switch_groups_list.L_GROUPS}:</b>
<!-- BEGIN group_details -->
<div id="{switch_groups_list.group_details.GROUP_ID}-name"><a href="{switch_groups_list.group_details.U_GROUP}" >{switch_groups_list.group_details.L_GROUP_NAME}</a></div>
<!-- END group_details -->
</div>
<br/>
<!-- END switch_groups_list -->
ModernBB :
- profile_view_body:
AFTER- Code:
<dl class="left-box details" style="width: 80%;">
<dt>{L_RANK}:</dt><dd><strong>{POSTER_RANK}</strong><br/></dd>
<!-- BEGIN switch_show_status -->
<dt>{L_STATUT}:</dt><dd><strong>{USER_ONLINE}</strong></dd>
<!-- END switch_show_status -->
</dl>
ADD THIS- Code:
<!-- BEGIN switch_groups_list -->
<dl class="left-box details" id="groups-details" style="width: 80%;">
<dt>{switch_groups_list.L_GROUPS}:</dt>
<dd>
<strong>
<!-- BEGIN group_details -->
<div id="{switch_groups_list.group_details.GROUP_ID}-name"><a href="{switch_groups_list.group_details.U_GROUP}" >{switch_groups_list.group_details.L_GROUP_NAME}</a></div>
<!-- END group_details -->
</strong>
</dd>
</dl>
<!-- END switch_groups_list -->
PHPBB3
- profile_view_body:
AFTER- Code:
<!-- END switch_allow_friendsfoes -->
ADD THIS- Code:
<!-- BEGIN switch_groups_list -->
<dl class="left-box details" style="width: 80%;margin-top:10px;margin-bottom:10px" id="groups-details">
<dt>{switch_groups_list.L_GROUPS}:</dt>
<dd><strong>
<!-- BEGIN group_details -->
<div id="{switch_groups_list.group_details.GROUP_ID}-name"><a href="{switch_groups_list.group_details.U_GROUP}" >{switch_groups_list.group_details.L_GROUP_NAME}</a></div>
<!-- END group_details -->
</strong></dd>
</dl>
<!-- END switch_groups_list -->
PHPBB2
- profile_view_body:
AFTER- Code:
<!-- END switch_allow_friendsfoes -->
ADD THIS- Code:
<!-- BEGIN switch_groups_list -->
<tr id="groups-details">
<td valign="middle" nowrap="nowrap" align="right"><span class="gen">{switch_groups_list.L_GROUPS}: </span></td>
<td><span class="gen"><strong>
<!-- BEGIN group_details -->
<div id="{switch_groups_list.group_details.GROUP_ID}-name"><a href="{switch_groups_list.group_details.U_GROUP}" >{switch_groups_list.group_details.L_GROUP_NAME}</a></div>
<!-- END group_details -->
</strong></span></td>
</tr>
<!-- END switch_groups_list -->
Invision
- profile_view_body:
AFTER- Code:
<dl>
<dt>
{L_RANK}:
</dt>
<dd>
{POSTER_RANK}
</dd>
</dl>
ADD THIS- Code:
<!-- BEGIN switch_groups_list -->
<div class="separator"> </div>
<dl id="groups-details">
<dt>{switch_groups_list.L_GROUPS}:</dt>
<dd>
<!-- BEGIN group_details -->
<div id="{switch_groups_list.group_details.GROUP_ID}-name"><a href="{switch_groups_list.group_details.U_GROUP}" >{switch_groups_list.group_details.L_GROUP_NAME}</a></div>
<!-- END group_details -->
</dd>
</dl>
<!-- END switch_groups_list -->
PunBB
- profile_view_body:
AFTER- Code:
<!-- END switch_allow_friendsfoes -->
ADD THIS- Code:
<!-- BEGIN switch_groups_list -->
<dl id="groups-details">
<dt>{switch_groups_list.L_GROUPS}:</dt>
<dd><strong>
<!-- BEGIN group_details -->
<div id="{switch_groups_list.group_details.GROUP_ID}-name"><a href="{switch_groups_list.group_details.U_GROUP}" >{switch_groups_list.group_details.L_GROUP_NAME}</a></div>
<!-- END group_details -->
</strong></dd>
</dl>
<!-- END switch_groups_list -->
skouliki, Ape, SLGray, Obscure and Revelore like this post
Similar topics
» [QUERY] How to show the members' group joined in their post profile and even in their profile?
» Change the date format for the joined profile field
» Display a Preview of Groups on Hover
» Is there a way to show members profile contact fields on members forum posts?
» User Groups - PM to all members
» Change the date format for the joined profile field
» Display a Preview of Groups on Hover
» Is there a way to show members profile contact fields on members forum posts?
» User Groups - PM to all members
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum