vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Upcoming Events on Top of Pages (https://vborg.vbsupport.ru/showthread.php?t=246092)

Domenico 02-06-2012 05:19 PM

So how can I change the background color and place the block above the breadcrumb instead of above.

DirtRider 05-12-2012 02:56 PM

1 Attachment(s)
Ok I installed this mod and it did not work so I removed it now I am left with the bar still showing on the top of my forum. How do I get rid of this?

Front Range 05-12-2012 04:23 PM

Just uninstall the product.

I've been away for 20 months and just recently took back control of my club forum and my members rely heavily on this since we're event based. It works fine on the latest version. I suspect you don't have any events showing in WGO either. All this does is move the events to the top of the page and will show whatever shows in WGO.

clauz 04-15-2013 01:04 PM

Quote:

Originally Posted by venom2124 (Post 2138788)
Anyone know why the date shows wrong if you do a ranged event. The date is off by a day.

The same problem in my forum.
All the events are delayed by a day.
On the bottom of my forum, where the original Calendar is displayed, all works fine.

fxdigi-cash 05-07-2013 11:35 PM

I like this mod, but there is a date bug as everyone mention....

I guess if we just grabbed the upcoming event code from the button to somewhere around navbar and header, it would work just fine... the only issue is that it won't show events before the same day of the event....

Code:

<div id="wgo_events" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/event.png" alt="{vb:rawphrase todays_events}" /><vb:if condition="$show['todaysevents']">{vb:rawphrase todays_events}<vb:else />{vb:rawphrase upcoming_events_for_the_next_x_days, {vb:raw vboptions.showevents}}</vb:if></h3>
                                <ol>
                                        {vb:raw upcomingevents}
                                </ol>
                        </div>


Videx 05-07-2013 11:57 PM

Quote:

Originally Posted by fxdigi-cash (Post 2420607)
... the only issue is that it won't show events before the same day of the event....

It should. Mine shows events for the next 3 days. There must be a setting somewhere that controls that.

fxdigi-cash 05-08-2013 12:03 AM

Quote:

Originally Posted by Videx (Post 2420610)
It should. Mine shows events for the next 3 days. There must be a setting somewhere that controls that.

you mean this mod shows events for the next 3 days or the normal calendar code??

I can see the mod showing events few days before though....

mobile4persian 05-10-2013 03:19 PM

any demo?

Videx 05-10-2013 05:21 PM

Quote:

Originally Posted by fxdigi-cash (Post 2420612)
you mean this mod shows events for the next 3 days or the normal calendar code??

I can see the mod showing events few days before though....

I didn't actually understand that question when I first read it. Like everyone else, I quickly discovered the mod has the wrong dates so I use the 'normal calendar code' moved to the top.

Quote:

Originally Posted by mobile4persian (Post 2421111)
any demo?

I doubt it. Assuming you've read the thread you see the mod doesn't work quite right, and you can see Upcoming Events already at the bottom of your home page.

aquabid 11-04-2015 03:13 AM

Quote:

Originally Posted by clauz (Post 2416479)
The same problem in my forum.
All the events are delayed by a day.
On the bottom of my forum, where the original Calendar is displayed, all works fine.

Change in the XML file
$uevent_date = vbdate($vbulletin->options['dateformat'], $uevents['dateline_from'] + 86400, false, true, false);

to

$uevent_date = vbdate($vbulletin->options['dateformat'], $uevents['dateline_from'], false, true, false);


All times are GMT. The time now is 09:36 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
  • Page Generation 0.02069 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete