Eternal_hacker 1 Posted March 25, 2019 Share Posted March 25, 2019 (edited) Hi im using EvoPlayze 1.0 theme, and i want to add few more custom fields like skype, gender and city. I will attach image how it look now. Im just wondering how to add this 3 custom files and to fit with the theme. here is the html code. Also i wold like to know what other kind of information can be added there. <div class="another-profilefield"> <div id="" style="float:left; display:inline-block; color: #b4b7c4;"> Days Won</div> <div id="" style="float:right; display:inline-block;color:#777984 !important; ">{$comment->author()->getReputationDaysWonCount()}</div> </div> <div class="another-profilefield"> <div id="" style="float:left; display:inline-block; color: #b4b7c4;"> Member Id</div> <div id="" style="float:right; display:inline-block;color:#777984 !important; ">{$comment->author()->member_id}</div> </div> <div class="another-profilefield"> <div id="" style="float:left; display:inline-block; color: #b4b7c4;"> Joined</div> <div id="" style="float:right; display:inline-block;color:#777984 !important; ">{$comment->author()->joined}</div> </div> Edited March 27, 2019 by Eternal_hacker Link to comment Share on other sites More sharing options...
Cookie Monster 673 Posted March 25, 2019 Share Posted March 25, 2019 As your topic appears to be a support topic for IPS, we have moved it to the appropriate forum. I don't get it you want to make it like the picture below your code @Eternal_hacker? Liked what i posted remember to feed me a cookie ->Or you can add a cookie to my Link to comment Share on other sites More sharing options...
Eternal_hacker 1 Posted March 25, 2019 Author Share Posted March 25, 2019 8 hours ago, Cookie Monster said: As your topic appears to be a support topic for IPS, we have moved it to the appropriate forum. I don't get it you want to make it like the picture below your code @Eternal_hacker? Yes sir with the same style. Link to comment Share on other sites More sharing options...
Eternal_hacker 1 Posted March 28, 2019 Author Share Posted March 28, 2019 Bump. Any suggestions? Link to comment Share on other sites More sharing options...
S!r.ReaDy 120 Posted May 12, 2019 Share Posted May 12, 2019 (edited) That code belongs to the PostContainer template in your theme Those you can add in profile fields, and follow this tutorial I made. https://webflake.sx/topic/28609-want-to-know-how-to-add-more-to-userinfo/?do=findComment&comment=117101 In profile fields add: Go to ACP->members-> Profiles. Edit the profile field you want to show in the topic. And make sure to set this in the Custom topic formatting : <strong><li class='ips_left'>{$title}:</strong> <li class='ips_right'> {$content} Edited May 12, 2019 by S!r.ReaDy Link to comment Share on other sites More sharing options...
Recommended Posts