Specific URL for events
Opened this issue · 4 comments
guptaaditya13 commented
We need to make specific URLs for events, so that they can be printed directly on event's poster.
Like for CTF's poster - > 2016.anwesha.info/Technical/NJACK/CTF# .
SageEx commented
How exactly do we do this ? Do you have any implementation ideas ?
guptaaditya13 commented
That's why I assigned it to @codez266
codez266 commented
It'll not be possible unless you send event data on an individual url such as "/events/Cultural/Event_Name"
Also, what do you want on the url, a styled page showing event details?
codez266 commented
imho, the best way to do this would be the standard php way, where php and html are intermixed. We can just have a general template for the events, like the original site, and it'll just insert the event data at required places, and styled using php.