MartyB1976
02-08-2010, 06:24 PM
Hello everyone,
I have a question thats been bugging me for ages. I have a daily event down the bottom of my forums. When i click it, it opens up todays event. How could i get a link to do the same? How would the link be structered? Here is the link for today:
forums/calendar.php?do=getinfo&day=2010-2-8&e=105&c=1
Obviously if i put that link somewhere it will always open that days event, but i want it to open the days event its clicked on. ie: If it's clicked next Wednesday, it will open next Wednesdays event?
Thanks very much if anyone can help?
--------------- Added 1265707573 at 1265707573 ---------------
Anyone know how to do this please?
--------------- Added 1265720292 at 1265720292 ---------------
<div>
<if condition="!$vboptions['showeventtype']">
$callink: $eventdates
<else />
$eventdate: $daysevents
</if>
</div>
I have a question thats been bugging me for ages. I have a daily event down the bottom of my forums. When i click it, it opens up todays event. How could i get a link to do the same? How would the link be structered? Here is the link for today:
forums/calendar.php?do=getinfo&day=2010-2-8&e=105&c=1
Obviously if i put that link somewhere it will always open that days event, but i want it to open the days event its clicked on. ie: If it's clicked next Wednesday, it will open next Wednesdays event?
Thanks very much if anyone can help?
--------------- Added 1265707573 at 1265707573 ---------------
Anyone know how to do this please?
--------------- Added 1265720292 at 1265720292 ---------------
<div>
<if condition="!$vboptions['showeventtype']">
$callink: $eventdates
<else />
$eventdate: $daysevents
</if>
</div>