![]() |
[WIDGET] Upcoming Events
1 Attachment(s)
Another upcoming events widget...
I am really waiting for someone to kickout an integrated calendar/events widget... But until then, I am using this PHP widget for my events. I saw a few others on here, but they were not quite what I was looking for... Feel free to use/hack/slash this code for your own use... Navigate to AdminCP -> CMS -> Widgets. Create a PHP Type Widget and paste the below code. PHP Code:
|
Is it possible to use this with vbadvanced as a module?
|
Most likey, but unfortunately I am not using VBadvanced...
If I remember right, you could load php files as modules. So take the code, drop the first line ob_start and the last two lines... Save as a php file and then try loading as a module... |
Gonna try this and see how it works. Thanks!
|
Thankyou this works well, i have one small issue though that you may be able to help with please.
this displays upcoming events but it does not show an event for the day itself, if you have an event on the 20th and it is the 20th it wont show that event, for us the events are on in the evening so during that day we would still like to show it as being an upcoming event, i edited this bit from PHP Code:
PHP Code:
thankyou Kind Regards Carl |
Thanks!
|
Quote:
I implemented this modification, as I too want to post events from the current day as well as future dates. I'm having one problem with this, for some reason, though it will list events that are occuring TODAY, it displays TOMORROW's date next to it. Does anyone know how I can fix this? Here are a couple screen shots (look at the top listing on the widget): http://nashvillechristian.com/images...et_error_1.jpg http://nashvillechristian.com/images...et_error_2.jpg The dates are correct for every day's events except TODAY's. I need to find a solution for this. Any help would be appreciated. Thanks! :D Jeff |
Is there anyway to modify this code to get it to display a custom field as well?
|
Now I'm confused! Ok, I couldn't figure out how to get yesterdays events (04-30-10) to display with yesterday's date (they showed 05-01-10), SO I reverted to Cory's original code (without the '>=' mod), the results have me scrathing my head.
I cleared my CMS cache and tested this using a couple different browsers, here's what I found (the top two events listed are actually 04-30-10 events): http://nashvillechristian.com/images...et_error_3.jpg NOTHING CHANGED. Which confuses me for two reasons. The first, is since I'm running the original code without the slightest change, why am I the only one claiming to have a problem with this. Second, it was my understanding that events for TODAY would NOT show up with this widget, which is why 4thstar added the '>=' mod. Is anyone else experiencing similar difficulties? Another thing that has me scratching my head, is now that the clock reads 12:20 AM, and the day has effectively changed to 05-01-10 (first day of the month) the events listed for TODAY display the correct date (05-01-10) in the widget. http://nashvillechristian.com/images...et_error_4.jpg Is this just some sort of "end-of-the-month bug"? Has anyone else noticed this or come up with some sort of work-around? Help me out here people, I'm confused. Thanks! :confused: Jeff |
Actually, upon further investigation, I see that I'm having the same problem on SEVERAL of my upcoming event posts with this widget. Here are two screen shots that illustrate this problem (compare the event dates with those displayed in the widget above):
http://nashvillechristian.com/images...et_error_5.jpg http://nashvillechristian.com/images...et_error_6.jpg This isn't happening on EVERY event, however it is happening on close to 50% of them! I don't think the date syntax works in this code. I appreciate what it is trying to accomplish, instead of listing it in long form like the other mod out there, I really prefer the short format, but I don't think it works right. When the date is off, it is always off by exactly 1 day. Is anyone using this with a site that posts a lot of events, and can you provide a link to your site so I can compare the widget dates to the actual calendar event dates? I'd be curious to see how this is working for other people. What a shame! I really like this mod, and don't want to use the long form date range display. Bummer! :( Jeff |
Alright, at least I'm not going crazy. I did some research at our neighboring events widget mod, and found that they have encounterd the exact same problem, with a solution outlined here.
My GMT is -6, so whenever an event is scheduled to begin at 6pm or later, it displays the date for the following day. Now, I just need to figure out how to apply this same solution to this mod. At least there is hope. :D Jeff |
how to display something like this ?
Today at 3:00 PM EST + Event Title and Tomorow at 7:00 PM EST + Event Title and 05-03-10 at 4:00 PM EST + Event Title Thanks ! |
Hi, is there any chance to show birthdays on this widget?
Thanks! |
Is there any way to set how far in advance it grabs events? Like an event in August? Is that too far away?
Also, I wish the colon had a space on the RIGHT instead of the LEFT. Any ideas? |
it would be an awesome widget if it would also represent the birthdays of the members.
|
Quote:
|
Quote:
|
1 Attachment(s)
Would be nice if it would look like the one in the attachment.
1. a small calender on the top to see the actual month. 2. then, a row with today's birthdays, if there are birthdays. 3. last but not least, a new row with upcoming events of the next xx days. Maybe I am not alone with this Idea. Unfortunately I cant code this on my own. Just to give some useful critic. |
Quote:
|
vB has been taking their sweet time developing a corporate solution for this Calendar Widget. It has been logged in Jira, but there have only been TWO votes so far and it appears to have been deprioritized. Please log into Jira and VOTE FOR THIS! It will only take you a minute: http://tracker.vbulletin.com/browse/VBIV-7656 Quote:
|
I installed the widget on 4.0.7
But when i adde an area in my cms and want to choose it i became an error message like this: Call to undefined function vbgmdate() in /www/htdocs/XXX/XXXX/packages/vbcms/widget/execphp.php(194) : eval()'d code on line 43 Can you help ? |
Looks and works great. Thanks :D
|
Quote:
Had to laugh tho when I went to check to see if it was displaying right. Display for 'today' was perfect... but April 1st events showed as being Quote:
|
Quote:
THIS Code:
$eventbits .="<tr><td nowrap class=''><strong>".$date.":</align></td><td width='100%' class=''><a href='calendar.php?do=getinfo&e=$did&c=".$calendarid."'>".$dtitle."</a></td></tr>"; Code:
$eventbits .="<tr><td nowrap class=''><strong>".$date.":</strong></td><td width='100%' class=''>&npsb;<a href='calendar.php?do=getinfo&e=$did&c=".$calendarid."'>".$dtitle."</a></td></tr>"; |
I finally got mine to pull the 'current' date & it's events
FIND: PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Thanks for that ;)
|
I have some recurring entrys, but in the widget only the first from the recurring entrys are shown. Is there a solution for it?
|
changed to
PHP Code:
Das ergibt dann die Anzeige: "9. August 2012" statt "08.09.12" |
Quote:
How do I do this exactly? I am a bit of a novice at vB but have learned some stuff. Editting templates is a breeze. Is this like that? What do you mean by 'Create a PHP Type Widget' |
The calendar im trying to show events for is almost all recurring events and this mod does not show any of them.
Is there a way to pull those for the dates that they actually occur on with out having to redo the entire calendar day by day? here is a screen shot of the mod on the left and the calendar on the right. http://armadagames.com/forums/images...s_calendar.jpg |
Hello all.
I hope you dont mind me asking here, i wanted to create an rss feed for my events, i dont know php so its all trial and error for me.. I have edited the code as below which creates afilename.rss, when this file is called it shows an rss feed.. i had issues with some strange characters breaking the page but things seem ok.. I currently have this on my index page as a widget, it cant stay there as it will create to much server work. Question... can this be turned into a php file to run as a sheduled task? If so how? many thanks in advance. Carl PHP Code:
|
Did anyone ever figure out how to add a cut off date for events to be displayed?
I'd like to have a 20 or 30 day cut off on displayed events. |
Thanks for the mod!
I believe it would be more interesting if you added jquery count down till event time... what do you think? |
support for 4.2.2? As no longer works for me
|
Doesn't seem to work for 4.2.2
|
works for 4.2..6 php 7.2
anyway to get it to show like every april 12, multiple years? |
All times are GMT. The time now is 06:11 PM. |
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:
|