MyBB Community Forums
[For 1.6] SA-Groups - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.6] SA-Groups (/thread-114771.html)



SA-Groups - Mr Josh - 2012-03-11

Current version: 1.1
Release date: 11 March 2012
License: http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
Download: http://mods.mybb.com/view/sa-groups

Install
  1. Simply download the zip folder, extract it and upload the show_usergroups.php file to your inc/plugins folder;
  2. Go to your Admin CP and navigate to Plugins. Click activate next to SA-Groups

Features
  • Displays additional groupimages on postbit and profiles;
  • Option to disable additional groupimages on profiles


[Image: btn_donateCC_LG.gif]


RE: SA-Groups - jecybuski - 2012-03-11

Wow very nice im going to try this out thanks!


RE: SA-Groups - xpserkan - 2012-03-14

nice work, thank you Mr Josh,


Turkish Language: [Image: Turkey.GIF]
Version: v1.1


http://destek.mybb.com.tr/mybb-ekstra-grup-ranklari-plugin-dikey-classic-postbit-icin-konusu.html



RE: SA-Groups - Mr Josh - 2012-03-14

Thanks Smile


RE: SA-Groups - Tickhi - 2012-03-14

(2012-03-14, 03:13 AM)xpserkan Wrote: nice work, thank you Mr Josh,


Turkish Language: [Image: Turkey.GIF]
Version: v1.1


http://destek.mybb.com.tr/mybb-ekstra-grup-ranklari-plugin-dikey-classic-postbit-icin-konusu.html

Good Morning Mr.Serkan

http://www.mybbturkiye.com/konu-uye-profiline-ekstra-rank-ekleme-eklentisi.html


RE: SA-Groups - dthiago - 2012-03-14

Very useful.Thx..


RE: SA-Groups - MaRZoCHi - 2012-03-21

[Image: 1307379598_rank-images.png]

I used original MyBB rank images.5 different colors and rank
PSD file included archive

Download Page
Direct Download


RE: SA-Groups - MaxSteel - 2012-12-09

Hi, Mr Josh,

I realized that the plugin fails when I set classic postlayout and visit the forum as guest. I solved editing lines 47 and 52 to:

$post["groupimage"] .= ($mybb->user["classicpostbit"] == 1) || ($mybb->user['uid'] == 0 && ($mybb->settings['postlayout'] == "classic")) ? "<br />" : "";



RE: SA-Groups - Mr Josh - 2012-12-20

(2012-12-09, 07:11 PM)MaxSteel Wrote: Hi, Mr Josh,

I realized that the plugin fails when I set classic postlayout and visit the forum as guest. I solved editing lines 47 and 52 to:

$post["groupimage"] .= ($mybb->user["classicpostbit"] == 1) || ($mybb->user['uid'] == 0 && ($mybb->settings['postlayout'] == "classic")) ? "<br />" : "";

Thank you. I have updated the plugin and will upload it to the mods site later. I didn't understand what the post layout setting was, but now I do Smile

Thanks again.