PDA

View Full Version : event attendance addon (have psuedo SQL)


Benj
05-05-2005, 08:58 AM
this has been mentioned loads in the thread https://vborg.vbsupport.ru/showthread.php?t=63460

a cool feature would be to add a events im attending block to a users profile. buro9 has come up with the pseudocode

$query = "SELECT `eventid` , `userid` , `event` , `title` , `allowsmilies` , `recurring` , `recuroption` , `calendarid` , `customfields` , `visible` , `dateline` , `utc` , `dateline_from` , `dateline_to` , `useroll` , `roll`
FROM `" . TABLE_PREFIX . "event`
WHERE `roll` LIKE '%i:" . $bbuserinfo['userid'] . ";s:" . strlen($bbuserinfo['userid']) . ":\"" . $bbuserinfo['username'] . "\"%' LIMIT 0, 30";



we just need someone who can code this now... anyone interested ?

Reeve of shinra
05-05-2005, 11:06 AM
There is a who is attending this event hack but it shows it on the calander entry, not in the profile.

Benj
05-05-2005, 11:40 AM
i know i have that this is an addon to that

Benj
05-08-2005, 06:28 PM
*bump*