[3.2][RC] Show User Activity in the User Profile

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Ideas Centre
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
Post Reply
User avatar
Toxyy
Registered User
Posts: 938
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek
Contact:

[3.2][RC] Show User Activity in the User Profile

Post by Toxyy »

Extension Name: Show User Activity
Author: toxyy
Extension Description: Toggle most active forum and topic in the User Profile in phpbb 3.2
Extension Version: 1.0.1
Requirements:
  • phpBB 3.2.5-RC1+
  • PHP 7+
  • addition to core.display_user_activity_modify_actives in functions_display.php (ticket 15872) merged in 3.2.5
Extension Download: https://github.com/toxyy/showuseractivi ... -1.0.1.zip
Github repository: https://github.com/toxyy/showuseractivity
Languages: en, tr
Templates: all
Features:
  • Add config option in Board features to enable or disable showing user most active forum and topic in the User Profile
Installation/notes:
You can install this on the latest release of phpBB 3.2 by following the steps below:

* Create toxyy/showuseractivity in the ext directory.
* Download and unpack the repository into ext/toxyy/showuseractivity
* Enable Show User Activity in the ACP at Customise -> Manage extensions

## Uninstall

* Disable Show User Activity in the ACP at Customise -> Extension Management -> Extensions
* To permanently uninstall, click Delete Data, optionally delete the /ext/toxyy/showuseractivity directory.
Screenshots:
The setting is right after Allow signatures:
Image

Example of having the setting set to disabled:
Image
Last edited by Toxyy on Thu Dec 20, 2018 3:13 am, edited 12 times in total.
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
User avatar
Toxyy
Registered User
Posts: 938
Joined: Mon Oct 24, 2016 3:22 pm
Location: Namek
Contact:

Re: [3.2][RC] Show User Activity in the User Profile

Post by Toxyy »

reserved
I am a web developer/administrator, specializing in forums. If you have work you need done or are too lazy to do, pm me!

Some of my extensions:
[3.3][BETA] Post Form Templates || [3.3][BETA] Anonymous Posts || [3.2][3.3][BETA] ACP Merge Child Forums || [3.2][BETA] Sticky Ad || [3.2][DEV] User Delete Topics || [3.3][DEV] Moderate While Searching || [3.3][RC] Short Number Twig Extension
User avatar
pikachuturkey
Registered User
Posts: 335
Joined: Wed Dec 20, 2006 10:34 pm
Location: Türkiye(Turkey)
Name: Rıza

Re: [3.2][RC] Show User Activity in the User Profile

Post by pikachuturkey »

Turkish (tr) translation of "[3.2][RC] Show User Activity in the User Profile" version 1.0.0

showuseractivity/language/tr/show_user_settings_acp.php

Code: Select all

<?php
/**
*
* phpBB Extension - toxyy Anonymous Posts
* @copyright (c) 2018 toxyy <[email protected]>
* @license GNU General Public License, version 2 (GPL-2.0)
*
*/
if (!defined('IN_PHPBB'))
{
	exit;
}
if (empty($lang) || !is_array($lang))
{
	$lang = [];
}
$lang = array_merge($lang, [
	'ACP_SHOW_USER_ACTIVITY'            => 'Profilde kullanıcı aktivite gösterimine izin ver',
	'ACP_SHOW_USER_ACTIVITY_EXPLAIN'    => 'Kullanıcı Profilinde üyenin en aktif forum ve konularını göstermeyi aktifleştirir',
]);
User avatar
eunaumtenhoid
Registered User
Posts: 1007
Joined: Wed Jun 03, 2009 12:46 am
Location: ????

Re: [3.2][RC] Show User Activity in the User Profile

Post by eunaumtenhoid »

nice work ty
My translations of the extensions for Brazilian Portuguese
https://github.com/phpBBTraducoes
Post Reply

Return to “Extensions in Development”