MyBB Community Forums

Full Version: Show Additional Group Images
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
[Image: name.png] Name: Show Additional Group Images
[Image: author.png] Author: Dvdxseo
[Image: compatibility.png] Compatibility: MyBB 1.6
[Image: plugin.png] Released: 8/28/2010 (First Release) - 12/23/2013 (Updated)
[Image: version.png] Plugin Version: 1.0
[Image: description.png] Description: Displays the groupimages of the users' additional groups. It has another feauture that allows you to hide a groupimage if the user doesn't set that group as displayed.
[Image: plugin.png] Language Packs: Italiano, English
[Image: plugin.png] Download: See attachment / Mods Site: http://mods.mybb.com/view/show-additional-group-images
[Image: screens.png] Screenshoots: http://i37.tinypic.com/2lu8j5s.png & http://i33.tinypic.com/2czylvn.png
[Image: screens.png] Live Demo: http://ptm.altervista.org/forum/
[Image: compatibility.png] Installing Instructions: Upload the inc folder to your forum root folder. Then open the /admin/modules/user/groups.php file. Line 910 find
$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
$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');

You're not allowed to redistribute it without my permissions. You can edit the code but you must keep my credits.
Bump Big Grin
Thanks for this!
For 3 userbars is really awesome, all have the same space. And also shows it in the profile ;D
Thanks for the turkish translations Big Grin
The plugin has been approved on the mods site Smile
http://mods.mybb.com/view/show-additional-group-images
Hey...

I tried out your plugin as well... but all plugins of this kind got the same problem... in Google-Chrome the bars aren't shown correctly... (take a look at the screenshot.)
[attachment=20534]

Found this problem on ur demo-page too..
[attachment=20536]

but in the user-profile everything is working perfectly...
[attachment=20535]

I just repeat, its only on chrome... but maybe u can help me to fix it?

DaMaxx
Help i dont know how to edit php files can i attach my group.php file here..Ive tried to insert the but nothing happend..Still user using his primary group and on his profile..
[Image: 47684929778144706598.png]


???
What do you want to do, Scanu ?
how do you set the images vertically

*edit ah i found it

this seems to work for me

find $additionalimg .= "<img src=\"".$groupimages."\" alt=\"".$groupname."\">".$br;

and replace with
$additionalimg .= "<br />"."<img src=\"".$groupimages."\" alt=\"".$groupname."\">".$br;
Pages: 1 2 3 4