Project

General

Profile

Actions

Bug #1772

closed

Email confirmation link missing itemid (and thus no specific modules can be shown to user on that confirmation page)

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

Status:
Closed
Priority:
Low
Assignee:
Target version:
Start date:
18 June 2010
Due date:
% Done:

100%

Estimated time:
0:18 h


Files

1772.patch (997 Bytes) 1772.patch krileon, 18 June 2010 21:29
Actions #1

Updated by krileon almost 14 years ago

  • File 1772.patch 1772.patch added
  • Status changed from New to Assigned
  • Assignee changed from krileon to beat
  • % Done changed from 0 to 80

Added itemid function to confirmation URL

Actions #2

Updated by beat almost 14 years ago

  • Estimated time set to 0:18 h
Actions #3

Updated by beat almost 14 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 80 to 100

r1117 Implemented differently as:

$confirmLink = " \n".$_CB_framework->getCfg( 'live_site' )."/index.php?option=com_comprofiler&task=confirm&confirmcode=" . $confirmCode . getCBprofileItemid( false, 'confirm' ) . " \n";

using the new CB API getCBprofileItemid parameter for task-specific Itemids if existing, thus providing possibility to define a different menu item, and modules visible when confirming the Email !

This is important for CB doc:

You can define a PUBLIC-level menu for task=confirm and it will be choosen for the confirm urls!

Actions #4

Updated by krileon almost 14 years ago

Confirmed fixed, itemid is properly appended.

Actions #5

Updated by beat almost 14 years ago

  • Subject changed from confirm link missing itemid to Email confirmation link missing itemid (and thus no specific modules can be shown to user on that confirmation page)
Actions

Also available in: Atom PDF