![]() |
Events widget
1 Attachment(s)
This upcoming events Widget comes in 3 flavors.
1) Plain lists the next 10 events 2) list the events and the first Image that is in the event details. If no image is listed it will not add a place holder for those events 3) same as 2 with the addtion of a line separator between events follow the reademe in the file to install |
Does it show upcoming birthdays?
|
Quote:
I intend on adding Holidays and birthdays in the future. |
Work with forum blocks also?
|
It does on my 4.1.4 board ;)
|
Nice...
I've seen others that have date issues, i.e. they show events due tomorrow as being today or a day late, or they simply vanish on the due-date. Does this have any known issues ? |
there is only 1 known possible bug that i know of. i have not been able to reproduce the problem as of yet. it has to do with range events adding 1 day to the end date.
the only other issue is a bug in VB the work around for this issue if you have it is not to set the time zone for the events. When VB has this bug resolved there will be an update to use the time zone offsets. other than that i don't know of anything. |
Where do you add the line divider in the code?? I am using the uenopics.php file but want the line divider between events.
PHP Code:
|
Screenshot or Demo?
|
It's working fine on 4.1.4, except it doesn't show recurring events very well.
I have created a recurring event. The range is starting Jan 01, ending Dec 31 and the event is 1st Sunday of every month. The event is listed, but the widget just displays this: My EventAnd because the range started Jan 1st, this event is always at the top of the list. |
Tagged. Will wait for birthdays. They are the only events on my forum.
|
Quote:
|
Quote:
|
Can you please provide a demo?
I would like to add this for my website http://www.alteredgamers.com/ where it says "Featured Event" I like the idea of having the ability show the picture with a set size, and use it as a "widget" if that makes sense... Thanks! |
Quote:
http://www.united-battlezone.de (not based on your work, based on the idea here: https://vborg.vbsupport.ru/showthrea...pcoming+events ) But heavily heavily modified. Maybe 5 lines of code are left. :D Anyway - since our users rely on weekly recurring events i rewrote the code to account for that and set them in the right order. I thought it might help you with your work. vB saves the recurring events in two seperate columns: recurring and recuroption I know for most of them what they mean (brute force testing :p). But the only one i have implemented so far is weekly. Code:
elseif($event['recurring'] == 3) { The recurroption for weekly events is saved like that: 1|5 -> event takes place every week on tuesdays and sundays. 3|32 -> event takes place every 3 weeks on fridays. So we need that first part of the string, which i write into $teile[0] - then i'm using a loop to change the startdate to the actual week we are in (+ some offset to show events which are today). I do that for all events which i take out of the database (usually 5ish more than i will show in the end - to account for database missorting based on the wrong dates). Then i resort the array via Code:
//getting database results I hope that helps. :) |
Any chance of showing the complete code for the changes you made?
I'm having the problem of the recurring event showing at the top of the widget even though the recurring event is next scheduled until after the next 2 single events... |
Bumping. Any chance someone would know how to convert a time from the date of the calendar event to the date settings the user has specified?
|
works on 4.2.5 php 7.2
|
anyway to get this to show IE: april 15, 2023, april 15, 2022, april 15, 2021 on so on?
|
All times are GMT. The time now is 09:26 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|