[ABD] [Beta] Group Icons 0.1.0

Any abandoned Extensions will be moved to this forum.

WARNING: Extensions in this forum are not currently being supported or maintained by the original Extension author. Proceed at your own risk.
Forum rules
IMPORTANT: Extension Development Forum rules

WARNING: Extensions in this forum are not currently being supported nor updated by the original Extension author. Proceed at your own risk.
Locked
User avatar
nedka
Registered User
Posts: 162
Joined: Tue Jun 28, 2005 8:55 am
Name: Khoa Nguyen

[ABD] [Beta] Group Icons 0.1.0

Post by nedka »

Extension Name: Group Icons
Author: nedka

Extension Description: Displays the group icon in front of usernames based on their primary group.
Extension Version: 0.1.0 (0.2.0 for 3.2.x)

Requirements: phpBB 3.1.0 or 3.2.0-RC1

Screenshots:
Image
Image

Demo URL: http://vinabb.vn/

Extension Download: v0.1.0 for 3.1.x :: v0.2.0 for 3.2.x

Come back after 8 years away, Group Icons MOD now becomes an extension. The difference between 2 versions for 3.1.x and 3.2.x is the group name in the legend, because 3.2.x has a group helper to edit group name.
BF79
Registered User
Posts: 499
Joined: Fri Feb 13, 2015 1:28 pm
Name: Fouad B

Re: [Beta] Group Icons 0.1.0

Post by BF79 »

thanks I will add it.. :)
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [Beta] Group Icons 0.1.0

Post by eunaumtenhoid »

wowo nice ext dude ty congratulations
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
User avatar
Myers
Registered User
Posts: 16
Joined: Sat Feb 11, 2017 7:07 pm
Location: Plymouth, England
Name: Darwin Elgood
Contact:

Re: [Beta] Group Icons 0.1.0

Post by Myers »

Could you make it so the icons can come after the usernames / to the right not the left? :P

Thanks,
Myers
User avatar
supanet
Registered User
Posts: 246
Joined: Sat Dec 15, 2012 4:20 pm
Location: UK
Contact:

Re: [Beta] Group Icons 0.1.0

Post by supanet »

Nice extension, subscribed. :D
User avatar
Joost01
Registered User
Posts: 233
Joined: Thu Jan 09, 2014 10:05 am
Location: The Netherlands
Name: Joost
Contact:

Re: [Beta] Group Icons 0.1.0

Post by Joost01 »

Subscribed :D
Board version: 3.3.3
Board language: Dutch
Style: Prosilver (Dark Edition)
User avatar
pikachuturkey
Registered User
Posts: 335
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [Beta] Group Icons 0.1.0

Post by pikachuturkey »

Turkish language for "[Beta] Group Icons 0.2.0" tr

Code: Select all

<?php
/**
* This file is part of the Group Icons package.
*
* @copyright (c) VinaBB <vinabb.vn>
* @license The MIT License (MIT)
*/


/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

/**
* All language files should use UTF-8 as their encoding
* and the files must not contain a BOM.
*/
$lang = array_merge($lang, array(
	'GROUP_ICON'		=> 'Grup simgesi',
	'SELECT_GROUP_ICON'	=> 'Bir grup simgesi seçin…',
));
User avatar
Joost01
Registered User
Posts: 233
Joined: Thu Jan 09, 2014 10:05 am
Location: The Netherlands
Name: Joost
Contact:

Re: [Beta] Group Icons 0.1.0

Post by Joost01 »

Have you a release date from this extension, please? :)
Board version: 3.3.3
Board language: Dutch
Style: Prosilver (Dark Edition)
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [Beta] Group Icons 0.1.0

Post by eunaumtenhoid »

ABD??
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [ABD] [Beta] Group Icons 0.1.0

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the extension author has not been active recently. If the extension author wishes to continue development, please PM anyone on the Extension Customisations Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this extension, or any other extension that is marked as "abandoned" or "in development", on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Extension Customisations Team
Locked

Return to “Abandoned Extensions”