Quote:
Originally Posted by SamirDarji
I've found a simple fix for this problem:
In the template calendar_roll, find
PHP Code:
<if condition="$show[userattending]">
and above it add
PHP Code:
<if condition="$bbuserinfo['userid']">
Find
and after it add another
That's what I've found to work so far, but I haven't tested it fully, so let me know if there are any problems.
|
Hello,
this is what i had implemented from day one when i experienced this bug. It worked fine so far until 1 week ago. Now i have 2 problems:
- still have unregistered user on the list of attendees
- users are listed who never clicked on the link
I found out how they bypass our check for userid. They open 2 windows as a user who is not attending the event and sees the link "i want to attend to this event". Then he goes to the second window and logs out of the forum. The cookie is cleared. Then he goes back and clicks the link in the first window which is still there and oleeeeeeeee oleeeeeeeeee you have the user "unregistered user" attend the event. :-(
I haven't found out how they managed now to subscribe other users to an event but i will try to find out this as well.
Cheers,