James Posted December 9, 2018 Share Posted December 9, 2018 Hello, I've been stuck on the newest version trying to find the setting in which allows the members rank show on the roster instead of the first and last name. ex. Staff Sergeant James Harrison rather than just "James Harrison" Quote Link to comment Share on other sites More sharing options...
Administrators Jon Erickson Posted December 10, 2018 Administrators Share Posted December 10, 2018 There is no setting for that. You would have to custom edit the soldierRow template and add {$soldier->rank->name} before {$soldier->_title}. Quote Owner Deschutes Design Group LLC email | jon@deschutesdesigngroup.com Link to comment Share on other sites More sharing options...
James Posted December 10, 2018 Author Share Posted December 10, 2018 Where can I find the soldierRow template? Quote Link to comment Share on other sites More sharing options...
Administrators Jon Erickson Posted December 10, 2018 Administrators Share Posted December 10, 2018 In your ACP, proceed to Customization -> Themes -> Click Edit HTML & CSS for your theme, search for soldierRow. Replace all occurrences of: {$soldier->_title} With: {$soldier->rank->name} {$soldier->_title} Be ware, this edit of the template file will override all updates from PERSCOM here on out. If you update PERSCOM and an update has been applied to a template file that has been edited, it will not be visible until you revert all edited templates to their original by pressing the Revert button when editing the template. Quote Owner Deschutes Design Group LLC email | jon@deschutesdesigngroup.com Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.