RehGuedes | devlong | IV?️ Posted September 30, 2017 Share Posted September 30, 2017 1 - Does anyone know how to create this? I want to use this style in the default theme I used this one to copy (https://webflake.sx/files/file/4217-ortem/) 2 - How to limit the member to be able to enter only 1 club. If the member already owns or has already entered a club, he can not join other clubs 2.1 -How to add the club in the pane post and profile, same as iAwars 3 - How to create a page for iAwards, do not display the category menu, showing only all awards Ex: ( Do not show this part ) Ex: ( Show this page, without category, and without that category link above ) Link to comment Share on other sites More sharing options...
0 Comendator Posted October 1, 2017 Share Posted October 1, 2017 (edited) 23 hours ago, RehGuedes said: 2.1 -How to add the club in the pane post and profile, same as iAwars AdminCP >> Skin Theme >> Your Theme, Edit Html & Css >> Search for Postcontainer in Html tab, and search in for: {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"} {{endif}} Add below {{$clubs = \IPS\Member\Club::clubs( $comment->author(), NULL, 'name', TRUE );}} {{foreach $clubs as $club}} <span class='Luck'> <center> {template="clubIcon" group="clubs" app="core" params="$club, 'tiny', 'ipsPos_center'"} </center> </span> {{endforeach}} now in CSS tab, add in custom.css .Luck { float: Left; padding: 0px 0px 0px 3px; margin: 3px; { Save and done. the other requests require many editions of css and html, you advance as soon as more we help, there are certain things that is tiring to be done and so little be done for free, maybe someone does, but because it is necessary many editions can be not. Edited October 1, 2017 by Comendator 1 Link to comment Share on other sites More sharing options...
0 RehGuedes | devlong | IV?️ Posted October 2, 2017 Author Share Posted October 2, 2017 Thanks... 1. and 2-1. solved Link to comment Share on other sites More sharing options...
0 Administrator James Posted October 8, 2017 Administrator Share Posted October 8, 2017 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
RehGuedes | devlong | IV?️
1 - Does anyone know how to create this? I want to use this style in the default theme
I used this one to copy (https://webflake.sx/files/file/4217-ortem/)
2 - How to limit the member to be able to enter only 1 club. If the member already owns or has already entered a club, he can not join other clubs
2.1 -How to add the club in the pane post and profile, same as iAwars
3 - How to create a page for iAwards, do not display the category menu, showing only all awards
Ex:
( Do not show this part )
Ex:
( Show this page, without category, and without that category link above )
Link to comment
Share on other sites
3 answers to this question
Recommended Posts