By Mike Sko on Monday, 22 September 2014
Posted in General Issues
Replies 3
Likes 0
Views 539
Votes 0
Hi there.

I noticed a additional entry in the breadcrumb when i enter the registration.. see attached bitmap

both links have the same target: http://xxx/index.php?option=com_easysocial&view=registration&Itemid=257

how can i get rid of the "Wähle ein Profil" ("choose a profile")?
Hello Mike,

It's most likely that you have created a menu item which links to the Registration page and this is probably why you feel that it has duplicates. You can actually remove the breadcrumb for this by editing the file /components/com_easysocial/views/registration/view.html.php and remove the codes below at line 546


// Set the breadcrumb
FD::page()->breadcrumb(JText::_('COM_EASYSOCIAL_PAGE_TITLE_REGISTRATION_SELECT_PROFILE'), FRoute::registration());
FD::page()->breadcrumb($step->get('title'));
·
Monday, 22 September 2014 17:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark!
·
Monday, 22 September 2014 18:26
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Mike
·
Monday, 22 September 2014 18:28
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post