WOOOO HOOO!!!
So far so good... It works in principle on 2.2.8!
One thing... I *think* you made a slight error in your directions in two places...
You said that we should find and replace this code:
Code:
if ($foruminfo[allowicons]) {
$posticonsdropdown=chooseicons($iconid);
} else {
$posticons="";
}
When in reality, I believe it is this code that needs to be found:
Code:
if ($foruminfo[allowicons]) {
$posticons=chooseicons($iconid);
} else {
$posticons="";
}