Jump to content

How to add membershop points on postcontainer?


Azhaurn

Recommended Posts

  • 1 month later...
  			{{$member = \IPS\Member::load( $comment->author()->member_id  );}}
 			{{$points = $member->balance( 1, 0 );}}
  		    <hr class='euip_Hr {{if \IPS\Settings::i()->euip_UserGroupHidePhone == 1}}ipsResponsive_hidePhone{{endif}}'>
            <li class='euip_Border {{if \IPS\Settings::i()->euip_UserGroupHidePhone == 1}}ipsResponsive_hidePhone{{endif}}'>
	            <span class='euip_Title'><span style='color:#FF0000'><i class="fa fa-money"></i></span> <span style='color:#FF0000'>Creditos:</span></span>
	            <span class='euip_Content'><span style='color:#00ff00'><img src="uploads/evow.gif"> </span><span style='font-weight:bold; color:#01af01'>{$points->available}</span></span>
 </li> 

this code is for post container, change text "Creditos" for your points name, this is valid only Points Economy, what app you use?

Edited by the_link
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...