Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Show Additional Group Images

Displays the groupimages of the users' additional groups.

Version: 1.2
Author: Dvdxseo
Submitted: 28th August 2010
Last Updated: 22nd January 2014
Displays the groupimages of the users' additional groups. It also has another feauture that allows you to hide a groupimage if the user doesn't set that group as displayed.

Installation:

- Upload the inc folder to your forum root folder.
- Open the /admin/modules/user/groups.php file. Line 910 find

PHP Code:
$form_container->output_row($lang->group_image$lang->group_image_desc$form->generate_text_box('image'$mybb->input['image'], array('id' => 'image')), 'image'); 

Add AFTER

PHP Code:
$lang->load("additionalimg");
    
$form_container->output_row($lang->targhetta$lang->targhetta_descr$form->generate_check_box('targhetta'1'<span style="font-weight: normal">'.$lang->targhetta_check.'</span>', array("checked" => $mybb->input['targhetta'])), 'targhetta'); 


Enjoy!

Previews:Preview Image 2527 Preview Image 2528