######################################################## ## 1. How to add/edit/delete Medal? ######################################################## 1. Log in as Forum Admin 2. Go to Administration Panel 3. Medal Admin -> Management ######################################################## ## 2. How to add/delete Medal Moderator(s)? ######################################################## 1. Log in as Forum Admin 2. Go to Administration Panel 3. Medal Admin -> Management 4. Select the Medal you wish to edit, click Medal Moderator ######################################################## ## 3. How to show Medal Image(s) on Viewtopic? ######################################################## 1. Log in as Forum Admin 2. Go to Administration Panel 3. Medal Admin -> Configuration 4. Choose Yes for "Allow medal display in viewtopic" ######################################################## ## 4. How to show random Medal Image(s) on Viewtopic? ######################################################## 1. Log in as Forum Admin 2. Go to Administration Panel 3. Medal Admin -> Configuration 4. Choose Yes for "Allow Random Medal Image in Viewtopic" ######################################################## ## 5. How to edit number of Medal shown on Viewtopic? ######################################################## 1. Log in as Forum Admin 2. Go to Administration Panel 3. Medal Admin -> Configuration 4. Enter Rows x Columns ######################################################## ## 6. How to change the dimention of Medal images on Viewtopic? ######################################################## 1. Log in as Forum Admin 2. Go to Administration Panel 3. Medal Admin -> Configuration 4. Enter Height x Width ######################################################## ## 7. How to award my members with Medals? ######################################################## 1. Log in as Forum Admin or appointed as Medal Moderator 2. Go to http://xxx.xxx.xxx/xxx/medals.php (Page Header) 3. Select the Medal, click on "Medal Control Panel" 4. In "Username", type in the member's username 5. In "Award Reason", type in the reason 6. Click on Submit * You can award a user with the same Medal multiple times ######################################################## ## 8. How to remove award from my member(s)? ######################################################## 1. Log in as Forum Admin or appointed as Medal Moderator 2. Go to http://xxx.xxx.xxx/xxx/medals.php (Page Header) 3. Select the Medal, click on "Medal Control Panel" 4. Under "Remove this Medal from one or more specific users" choose the those you want to remove 5. Click on Submit * Each award is logged, so you know which one you want to remove ######################################################## ## 9. How to edit award reason(s) from a member? ######################################################## 1. Log in as Forum Admin or appointed as Medal Moderator 2. Go to http://xxx.xxx.xxx/xxx/medals.php (Page Header) 3. Select the Medal, click on "Medal Control Panel" 4. In "Members having this medal", click on that member's username 5. Type in the new/edited reason 6. Click on Submit ######################################################## ## 10. How to remove (N) from User Lists in medals.php? ######################################################## # #-----[ OPEN ]------------------------------------------ # medals.php # #-----[ FIND ]------------------------------------------ # if ($count > 0) $medals[$i]['users_list'] = '(' . $count . ') ' . $medals[$i]['users_list']; # #-----[ REPLACE WITHD ]------------------------------------------ # if ($count > 0) $medals[$i]['users_list'] = $medals[$i]['users_list']; # #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ # # EoM