Achievement Icon Dropdown

Status
Not open for further replies.
Implemente in the next version.


Manual patching instructions:

dbtech/vbactivity/includes/actions/admin/modifyachievement.php

Find:
Code:
     closedir($handle);
}
Add Below:
Code:
// Sort the array as a string
asort($achievicons, SORT_STRING);
dbtech/vbactivity_pro/includes/actions/admin/modifymedal.php

Find:
Code:
     closedir($handle);
}
Add Below:
Code:
// Sort the array as a string
asort($medalicons, SORT_STRING);
dbtech/vbactivity_pro/includes/actions/admin/modifytrophy.php

Find:
Code:
     closedir($handle);
}
Add Below:
Code:
// Sort the array as a string
asort($trophyicons, SORT_STRING);
 
Status
Not open for further replies.

Legacy vBActivity & Awards

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,730
Customer rating
0.00 star(s) 0 ratings
Back
Top