![]() |
|
|
Mod Options |
Events widget Details »»
|
|||||||||
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 Download Now Only licensed members can download files, Click Here for more information. Show Your Support
No members have liked this post.
|
|||||||||
Similar Mod
|
||||
| Mod | Developer | Type | Replies | Last Post |
| [WIDGET] Upcoming Events | cory_booth | vBulletin 4.x Add-ons | 32 | 06 May 2013 04:22 |
| Comments |
|
#2
|
|||
|
|||
|
Does it show upcoming birthdays?
No members have liked this post.
|
|
#3
|
|||
|
|||
|
at this time No.
I intend on adding Holidays and birthdays in the future. No members have liked this post.
|
|
#4
|
||||
|
||||
|
Work with forum blocks also?
__________________
Metallica Unauthorized.. No members have liked this post.
|
|
#5
|
|||
|
|||
|
It does on my 4.1.4 board
![]() No members have liked this post.
|
|
#6
|
||||
|
||||
|
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 ?
__________________
What's this "antimisandry.com" thing about then? Advertise using 'forumrules' and recode signatures on 1st & 2nd posts I need help with setting up a usergroup permissions plugin, if anyone is able to assist. No members have liked this post.
|
|
#7
|
|||
|
|||
|
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. No members have liked this post.
|
|
#8
|
||||
|
||||
|
Where do you add the line divider in the code?? I am using the uenopics.php file but want the line divider between events.
No members have liked this post.
Last edited by RC-Central : 29 Jun 2011 at 05:24. |
||||
|
#9
|
||||
|
||||
|
Screenshot or Demo?
No members have liked this post.
|
|
#10
|
|||
|
|||
|
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. No members have liked this post.
|
|
#11
|
|||
|
|||
|
Tagged. Will wait for birthdays. They are the only events on my forum.
No members have liked this post.
|
|
#12
|
|||
|
|||
|
birthday widget getting close
No members have liked this post.
|
|
#13
|
|||
|
|||
|
Originally Posted by toxin
i am working on correcting this item.
No members have liked this post.
|
|
#14
|
|||
|
|||
|
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! No members have liked this post.
|
|
#15
|
||||||||
|
||||||||
|
My version of the event widget (widget Turnierticker).
http://www.united-battlezone.de (not based on your work, based on the idea here: http://www.vbulletin.org/forum/showt...pcoming+events ) But heavily heavily modified. Maybe 5 lines of code are left. ![]() 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 ). But the only one i have implemented so far is weekly.
What it does. 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
I hope that helps. ![]() No members have liked this post.
Last edited by Mooff : 11 Aug 2011 at 19:21. |
||||||||
![]() |
«
Previous Mod
|
Next Mod
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
| Mod Options | |
|
|
| New To Site? | Need Help? |
All times are GMT. The time now is 23:07.








). But the only one i have implemented so far is weekly.
