Actions
Bug #1772
closedEmail confirmation link missing itemid (and thus no specific modules can be shown to user on that confirmation page)
Files
Updated by krileon over 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
Updated by beat over 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!
Updated by krileon over 14 years ago
Confirmed fixed, itemid is properly appended.
Updated by beat over 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