Project

General

Profile

Actions

Bug #6296

closed

UddeIM username links back to inbox

Added by krileon almost 9 years ago. Updated almost 9 years ago.

Status:
Rejected
Priority:
Low
Assignee:
Target version:
-
Start date:
14 November 2016
Due date:
% Done:

100%

Estimated time:

Description

When clicking a username in UddeIM it links back to the inbox instead of going to the users profile. Unsure if this is an issue with CBs PMS plugin or bug in UddeIM it self. Needs further testing. Note this affects JP.

https://www.joomlapolis.com/forum/153-professional-member-support/235204-can-t-see-someone-else-profile

Actions #1

Updated by krileon almost 9 years ago

Only seams to be an issue if Community Builder 2.0+ is selected in UddeIM integration settings. Setting to Community Builder works fine, but no longer appears to use getFields usage.

Actions #2

Updated by krileon almost 9 years ago

  • Status changed from Assigned to Rejected
  • Target version deleted (CB 2.1)
  • % Done changed from 0 to 100

Confirmed issue in UddeIM. The code to grab the profile URL from CB is commented out.

IN: components/com_uddeim/getpiclink.php
ON: Line 137
FROM:
$url=""; //$url = $_CB_framework->userProfileUrl( (int)$ofanid );
TO:
$url = $_CB_framework->userProfileUrl( (int)$ofanid );

Actions

Also available in: Atom PDF