Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
/ KarmaKids Public archive

A simple cool xenforo callback interface for our karma system

License

Notifications You must be signed in to change notification settings

Wynncraft/KarmaKids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KarmaKids

A simple cool xenforo callback interface for our karma system

Example usage:

Via Xenforo's message_user_info template:

<xen:if is="{xen:helper ismemberof, $user, 7} OR {xen:helper ismemberof, $user, 10}">
  <dl class="pairsJustified">
    <dt class="Tooltip" title="Karma shows how much a player has contributed to Wynncraft content">Creator Karma:</dt>
	    <dd><xen:callback class="Wynncraft_KarmaKids_index" method="render" params="{$user.customFields.minecraft}"></xen:callback></dd>
	    </dl>
 </xen:if>

About

A simple cool xenforo callback interface for our karma system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages