Actions
Bug #4684
closedFirst login redirect with default settings not taken to profile page
Description
Clean install or pre-RC3 on J333 site.
looks like first login redirect is not working properly.
Default setting is: index.php?option=com_comprofiler
but it appears to take people to
index.php?option=com_comprofiler&view=login&Itemid=123
Updated by beat about 10 years ago
Here the potential culprits that still have task instead of view:
- function viewUrl in cbFramework
- function rawViewUrl in cbFramework
- function cbRedirectToProfile in cbLegacyComprofilerFunctions.php
- function teamCredits in LegacyComprofilerFunctions also have in wrong link: cbSef( 'index.php?option=com_comprofiler' .getCBprofileItemid( true ) );
- function onAfterInitialise in plugin communitybuilder.php
- in communitybuilder.php plugin, we also have private function getItemid that looks for task only,
Updated by krileon about 10 years ago
- Status changed from Assigned to Resolved
- Assignee changed from beat to krileon
- % Done changed from 0 to 100
Fixed in MR !459
Actions