? Pending

User tests: Successful: Unsuccessful:

avatar alikon
alikon
1 Feb 2020

Pull Request for Issue #22238 .

Summary of Changes

Display User Actions Log Options data in Profile

Testing Instructions

Log in the front end
Click Your Profile
See User Actions Log Options

Expected result

Screenshot from 2020-02-01 09-39-18

Actual result

image

avatar joomla-cms-bot joomla-cms-bot - change - 1 Feb 2020
Category Front End com_users
avatar alikon alikon - open - 1 Feb 2020
avatar alikon alikon - change - 1 Feb 2020
Status New Pending
avatar SharkyKZ
SharkyKZ - comment - 1 Feb 2020

Sorry, but hardcoding fields added by plugins is not the right solution. Right above there is some code for rendering fields using HTML services. The plugin should register its services in onContentPrepareData event. See Profile plugin for example:

if (!HTMLHelper::isRegistered('users.url'))
{
HTMLHelper::register('users.url', array(__CLASS__, 'url'));
}

avatar alikon
alikon - comment - 1 Feb 2020

if you have the correct solution....go for it... no problem at all
i've just found an issues that still lacks a solution and proposed my silly/quick/dirt solution

avatar alikon alikon - change - 1 Feb 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-02-01 10:21:20
Closed_By alikon
Labels Added: ?
avatar alikon alikon - close - 1 Feb 2020

Add a Comment

Login with GitHub to post a comment