help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
CB user link in event registration
Re: CB user link in event registration
2 months 3 weeks ago
I was able to reproduce it. Thanks. But I don't know any solution. And our developers don't use/know CB. Feel free to find a solution and to share it!
Please Log in or Create an account to join the conversation.
Re: CB user link in event registration
2 months 3 weeks ago
As a quick and dirty solution I changed the URL in de php code. And pointed to my own menu item.
it is not the best solution, but at least my website could go live
it is not the best solution, but at least my website could go live
Please Log in or Create an account to join the conversation.
Re: CB user link in event registration
2 months 2 weeks ago - 2 months 2 weeks ago
Hi,
I had the same problem with another module and asked in the for help in the Community Builder support forum. The suggested solution works for the module. Maybe this is also a solution for the event component? But I don't know how to change the link here. It should be in the file(s) default_attendees.
Here is the link to the forum:
EDIT: Okay, links doesn't work here. The right link is generated this way:
I had the same problem with another module and asked in the for help in the Community Builder support forum. The suggested solution works for the module. Maybe this is also a solution for the event component? But I don't know how to change the link here. It should be in the file(s) default_attendees.
Here is the link to the forum:
EDIT: Okay, links doesn't work here. The right link is generated this way:
Code:
global $_CB_framework;
$link = $_CB_framework->userProfileUrl( $user['userid'] );
Last edit: 2 months 2 weeks ago by inLIMITit.
Please Log in or Create an account to join the conversation.
Re: CB user link in event registration
2 months 1 week ago
I was able to reproduce it with last version of CB 2.9.3 in JL 5.1.4 and debug it. You could test it and verify, only apply this commit:
github.com/jemproject/JEM-Project/issues/1834
The following user(s) said Thank You: inLIMITit
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Re: CB user link in event registration
2 months 1 week ago
Problem solved the change is perfect. Thank you
Please Log in or Create an account to join the conversation.
Time to create page: 0.524 seconds