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

1 year 11 months ago
#31990
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

1 year 11 months ago
#31991
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

Please Log in or Create an account to join the conversation.

Re: CB user link in event registration

1 year 11 months ago - 1 year 11 months ago
#31996
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:
Code:
global $_CB_framework; $link = $_CB_framework->userProfileUrl( $user['userid'] );
Last edit: 1 year 11 months ago by inLIMITit.

Please Log in or Create an account to join the conversation.

Re: CB user link in event registration

1 year 11 months ago
#32004
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
At the end of the day, computing and technology, like Joomla and JEM are here to help the end user and make our lives a little easier. Help us to be better.
The following user(s) said Thank You: inLIMITit

Please Log in or Create an account to join the conversation.

Re: CB user link in event registration

1 year 11 months ago
#32011
Thx, it worked for me!

Please Log in or Create an account to join the conversation.

Re: CB user link in event registration

1 year 11 months ago
#32013
Problem solved :-) the change is perfect. Thank you

Please Log in or Create an account to join the conversation.

Time to create page: 0.745 seconds