Project

General

Profile

Actions

Bug #3552

open

Module image link Itemid only appended on CB pages

Added by krileon almost 12 years ago. Updated over 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Start date:
14 June 2012
Due date:
% Done:

100%

Estimated time:

Description

When the module is on a CB page the Itemid is appended properly. However, when you're not on a CB page the image links are missing Itemid. This can be confirmed even using our demo site below.

Home Page (missing Itemid):
https://www.joomlapolis.com/community-builder

Profile (Itemid present):
http://templates.joomlapolis.com/demo/mycommunity/j15/index.php?option=com_comprofiler&task=userProfile&user=63&Itemid=58

https://www.joomlapolis.com/forum/153-professional-member-support/201689-making-users-into-banner-clients?limit=6&start=18

Actions #1

Updated by nant over 11 years ago

  • Assignee set to nant
Actions #2

Updated by nant over 11 years ago

  • Status changed from New to Resolved
  • Target version set to 1.2.2
  • % Done changed from 0 to 100

Changed

$cbgallery_sefaddress = cbSef( "index.php?option=com_comprofiler&task=userProfile&user=$pgitemuserprofileid&tab=getProfileGalleryTab" );

to

$cbgallery_sefaddress = $_CB_framework->userProfileUrl( $pgitemuserprofileid, false, 'getProfileGalleryTab' );

Actions

Also available in: Atom PDF