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 over 14 years ago.
Updated over 14 years ago.
Files
- 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
- Estimated time set to 0:18 h
- 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!
Confirmed fixed, itemid is properly appended.
- 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)
Also available in: Atom
PDF