Agathadaimon
08-03-2010, 10:00 PM
Hi everyone,
This is a plugin to show the rank images under the Group Memberships in the profile
This adds 3 additional queries to the group membership display in the profile
I am unsure how to create a product, but I thought I would share as is.
INSTALL
Step 1
Edit the plugins miniposts queries to reflect the image level you wish to display
Find:
AND minposts = 100");
Change 100 to your desired level on all three instances.
Step 2
Upload the plugin using the supplied XML file.
Step 3
* modifyusergroups_displaybit
* modifyusergroups_memberbit
* modifyusergroups_nonmemberbit
Find;
$usergroup[opentag]$usergroup[title]$usergroup[closetag]
Add After
<br /><if condition="$rank[rankimg]"><img src="$rank[rankimg]" border="0" alt="$usergroup[title] Member Rank Images" /></if>
Installation was completed.
Please mark as installed if you use this. :rolleyes:
This is a plugin to show the rank images under the Group Memberships in the profile
This adds 3 additional queries to the group membership display in the profile
I am unsure how to create a product, but I thought I would share as is.
INSTALL
Step 1
Edit the plugins miniposts queries to reflect the image level you wish to display
Find:
AND minposts = 100");
Change 100 to your desired level on all three instances.
Step 2
Upload the plugin using the supplied XML file.
Step 3
* modifyusergroups_displaybit
* modifyusergroups_memberbit
* modifyusergroups_nonmemberbit
Find;
$usergroup[opentag]$usergroup[title]$usergroup[closetag]
Add After
<br /><if condition="$rank[rankimg]"><img src="$rank[rankimg]" border="0" alt="$usergroup[title] Member Rank Images" /></if>
Installation was completed.
Please mark as installed if you use this. :rolleyes: