I have entered the following Custom Link Structure at the EventON RSVP Settings:
/profile/?user_id={user_id}
The link does not work. In the sourcecode of the page I see:
<span class="fullname" data-name="First Last" data-link="na">First Last</span>
Your site’s login page is not opening.
Please check once.
I am unable to login with the username/password you have provided.
I am getting 500 error
Sorry for the delay. The 500 error problem is fixed. You can login now.
Thank you for your messages, I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer!
Bart the man, yes there was an issue with that and I have fixed it here is the patch file
https://dl.dropboxusercontent.com/u/6620035/evoaddons/rsvp/class-frontend.php
replace to eventon-rsvp/includes/ folder let me know if this works. It should as its looking fine for me.
For me, it doesn’t work…It only works for 1 or 2 guest names and the rest, no.
Does it work for all your guest names? I’m trying to figure it out why.
Great Bart! the attendees have to loggedin attendees for this to work. If they are not loggedin their user ID will not be captured and this links will not work for them.
ANyways Bart, thanks for testing this out and this fix will be in the next update 🙂
Hi Ashan. I just installed RSVP 2.5.7 and the link to the profile does not work anymore 🙁
well the latest version have the exact same file that was mentioned before but here is the updates version now
https://dl.dropboxusercontent.com/u/6620035/evoaddons/rsvp/class-frontend.php
in this version we check if custom link structure is given use that instead of generating buddypress profile link.
It still does not work. I see the following html code that indicates that the link is not present (‘na’). The webmaster subscribed to the event, but there is no link to the profile of the webmaster.
<span class="initials" data-name="webmaster K" data-link="na" data-uid="na" style="">wK</span>
Bart you are getting this wrong, look at data-uid that is the user ID which is na that means there was no user ID saved, meaning the RSVP was made by a user that did not login. So there is not going to be a profile link. If the user is loggedin then thre will be a uid value that can be used to make the profile link.
Comprende? 🙂
Today it suddenly works for the same event and the same RSVP. So the RSVP was submitted with a user ID. I did not change anything. Strange. Problem solved. I will keep an eye on it.
It was probably cache then. But like I said , if there is user ID available it will generate profile link.
Hello,
I’m facing issue where I need
/user/{user_id} to work as /user/{nickname}
Is that possible somehow because is not working.
Thanks
Hey Marko,
Ashan will check it – allow some time those days do need more.
Marko that is not supported at the moment only user ID is. I will add support for this in the next version update to RSVP addon. If you have any more questions please send a new ticket.