WildcardSearch / Advanced-Sidebox

A plugin for MyBB forums that displays custom boxes on various forum pages.
GNU General Public License v3.0
20 stars 10 forks source link

Online Avatars #63

Closed jlato89 closed 11 years ago

jlato89 commented 11 years ago

I love the olnline avatar modules you have(Staff online/ members online). However the size of the avatars are a bit to large. Could you add a setting to set the width|height of the avatars? also maybe have the option to have text only without the avatars.

jlato89 commented 11 years ago

Fot the time being i just changed line 219 from "staff_online_box.php" $staff_avatar_dimensions = (int) ($width / 5); TO $staff_avatar_dimensions = "100%"; // OLD--> (int) ($width / 5);

That makes it a better size than the 120x90px. good temp fix for my case.

WildcardSearch commented 11 years ago

Done thanks

jlato89 commented 11 years ago

Awesome update wildcard. love the new GUI!

WildcardSearch commented 11 years ago

Great!

Thanks for the feedback I am excited about it :smile: