You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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# .
The text was updated successfully, but these errors were encountered:
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?
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.
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# .
The text was updated successfully, but these errors were encountered: