Actions
Bug #1772
closedEmail confirmation link missing itemid (and thus no specific modules can be shown to user on that confirmation page)
Files
Actions
Added by krileon almost 15 years ago. Updated almost 15 years ago.
Files
1772.patch (997 Bytes) 1772.patch | krileon, 18 June 2010 21:29 |
Added itemid function to confirmation URL
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.