Actions
Bug #6296
closedUddeIM username links back to inbox
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.
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.
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 );
Updated by krileon almost 9 years ago
Posted on UddeIM forums with fix proposals as follows.
Actions