MyBB Community Forums

Full Version: MyForumIcons - Custom Forum Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
@SvePu - it is fixed - check my edited post! Thank you for your work!
Ahhh...OK!

Did you removed {$stylesheets} from headerinclude before??
No, it was here Smile
I'm asking because the script search for {$stylesheets} to add {$forumicon_css} right below.
I know, I checked your code... {$stylesheets} was there, I dont know why it was skipped. Anyway now it is ok Smile
How to resize image if forumicon i have uploaded is large means i want to set 50x50 and if image size is 100x150.
i want to add code to automatically resize it.please help.
Cropping of images isn't an easy thing.

I could integrate an option to set a maximum width/height of a forum icon but the outputted image could be not proportional.
this is a background image yeah so you can get the on/off status? is that just CSS gamma change?

Is the lastest version up yet?

ALSO you could add an input for a CSS class? that will take care of the size
just resize your image before you add it to your website...
I've rebuilded this plugin once again.

Now with image maximum size settings option.

This update requires a fully reinstall.

If you want to keep your forum icon database entries open the old plugin file in MYBB_ROOT/inc/plugins/, search for:
global $db;
$db->drop_column('forums', 'myforumicons_icon');

Change it into:
global $db;
//$db->drop_column('forums', 'myforumicons_icon');

Save changes and uninstall the old version in your forum ACP.

After that copy all files of new version to your forum root on server, install plugin in forum ACP and check plugin settings.

Forked GitHub Project => https://github.com/SvePu/MyForumIcons

[attachment=35375]
Pages: 1 2 3 4 5 6 7 8