View Full Version : Forum Home Enhancements - Upcoming Events on Top of Pages
Front Range
01-27-2010, 10:00 PM
This is what I did to make Upcoming Events display nicely on the top of Forumhome:
Added below {vb:raw header}{vb:raw navbar}
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Upcoming Events
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
Note that the commalist class reduces the space this takes and displays nicely.
If anyone can help by explaining how this can be added to all pages I would be grateful.
Skyrider
01-28-2010, 10:42 PM
Screenies would be great :)
utahraves
01-28-2010, 11:28 PM
Does not work on mine. I placed in ForumHome underneath the options you selected and still do not see the actual events. I have a LOT of events being an event board and all...
Uninstalled/Removed code.
Provide screen shots and try again :)
Front Range 4x4
01-29-2010, 12:28 AM
Okay, I'm adding a bit more code copied directly from my edited Forumhome to make sure I provided it correctly.
</head>
<body>
{vb:raw header}{vb:raw navbar}
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Front Range 4x4 - Upcoming Runs
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
<vb:if condition="$show['sidebar']">
And a screen shot:
Videx
01-29-2010, 01:01 AM
Ya, I tried to get it into a forum block and had no luck either.
durdan1
01-29-2010, 01:04 AM
Okay, I'm adding a bit more code copied directly from my edited Forumhome to make sure I provided it correctly.
</head>
<body>
{vb:raw header}{vb:raw navbar}
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Front Range 4x4 - Upcoming Runs
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
<vb:if condition="$show['sidebar']">
And a screen shot:
Hey there, sorry to change subject but what donation mod are you using for your forum. I like that meter.
TimberFloorAu
01-29-2010, 01:04 AM
You are using the block WGO ( whats going on ) isnt that conflicting with the actual WGO block for whats going on
Ahh strike that you havent got it collpase/expand so looks fine :)
Front Range
01-29-2010, 02:04 AM
Sorry but I have no idea why anyone would have different results than I'm having. I did the same basic concept on 3.8 too. I just updated to the latest (4.01?) and had to revert the forumhome template which eliminated the Upcoming Events so just pasted what I posted here and it worked fine.
See it in person: http://frontrange4x4.com
I'd like to get a forum block with this too but don't "get" them yet. I do use the widget available.
The donation mod is here: http://www.phpjabbers.com/paypal-donate-script/ but you should know you have to enter the donations received manually by the admin script.
Front Range
01-29-2010, 09:39 PM
Does not work on mine. I placed in ForumHome underneath the options you selected and still do not see the actual events. I have a LOT of events being an event board and all...
Uninstalled/Removed code.
Provide screen shots and try again :)
Have you tried this again utahraves? My site is very dependent on events and my users rely on this showing. I'll eventually get it on all pages but my limited knowledge is limiting me. If you use the code I provided on forumhome and the events are showing in WGO they have to show up on top too.
I just changed the notices to the same format and that works just as well.
asuccar
01-30-2010, 02:47 AM
Heya,
I luv what you've done with the site...looks really cool!
Please be patient with my question, i'm a real novice:-)
Where do I actually place that code you displayed? Is it through admincp? Also, which widget are you using on the front page for 'upcoming runs'?
Cheers.
Front Range
01-30-2010, 03:07 AM
admincp->styles & templates ->search in templates ->search for forumhome
Open forumhome and paste it under the {vb:raw header}{vb:raw navbar} tags
Widget: https://vborg.vbsupport.ru/showthread.php?t=231365
Read through the thread to find the change of time fix. It does work.
TalkVirginia
01-30-2010, 07:18 AM
This is so VB3.. Need to start thinking VB4.x. We need to get away from putting everything on the ForumHome and put it on the CMS. That's where stuff belongs. Including recent threads, etc. A Forum is a forum.. all this other stuff just makes it look trashy and cluttered.
Front Range
01-30-2010, 12:40 PM
So now there's a right way and it's your way? :rolleyes:
Videx
01-30-2010, 12:42 PM
all this other stuff just makes it look trashy and cluttered.I won't really disagree, as I wouldn't put "recent threads" on forumhome myself, but I do put it out on the CMS. But I think it's all about options. Being a community forum, our calendar is pretty important, and I'd like the option of having it in both places. Right now someone has to click through to the calendar to see what's on for today and that sucks.
Front Range
01-30-2010, 10:23 PM
The calendar is critical and having the events on top of the forum is the only way to go for my site, my users love it. Anyone who doesn't like it shouldn't use, life's like that.
Looks good, I've tagged it until I do this, but wanted to say thanks for sharing!
asuccar
01-31-2010, 07:19 AM
Do I customise any of the code?
Front Range
01-31-2010, 12:30 PM
You can any way you'd like but I suggest starting with what I have to see it first. I have it reduced to consume as little space as possible.
edytwinky
01-31-2010, 04:05 PM
It'd be cool if we could get upcoming events to appear on the sideblock as well
Front Range
02-02-2010, 02:09 PM
I agree, it's my hope someone can show us how to do that.
TimberFloorAu
02-03-2010, 06:49 PM
Good work FrontRange
How annoying is it when you release code, and then get hijacked by idiots. Dont these people realise this is your code you are sharing, and not forcing people to use.
Keep it up :up:
Front Range
02-03-2010, 07:45 PM
This is just a little template mod I like and use. My sympathies go to coders who come up with a great mod only to have people being critical because it doesn't suit their specific need. :erm:
InsomniacP
02-03-2010, 08:28 PM
Great addition... Nice work fella! Keep it up
Front Range
02-04-2010, 01:03 AM
Thank you InsomniacP.
Videx
02-04-2010, 02:22 AM
Well, I couldn't hold out much longer, so marked as installed. Only problem - the background behind the words "upcoming events" is dark gray instead of that light blue color the vb4 default style uses.?
Front Range
02-05-2010, 01:21 PM
Well, I couldn't hold out much longer, so marked as installed. Only problem - the background behind the words "upcoming events" is dark gray instead of that light blue color the vb4 default style uses.?
I used the WGO div style because I like WGO to match the forums colors. You can change the color used in WGO to match your forums which IMHO looks better than the gray. I'm not sure how to change it another way, sorry.
betts02
03-08-2010, 09:11 PM
Had this installed yesterday and worked fine, removed the code today due to an error, never worked so i placed the code back as i did before
now all i get is the events box, thst it. nothing ele just the upcoing events box with n o events under it
any ideas ?
Front Range 4x4
03-08-2010, 09:24 PM
Only thing would be leaving out {vb:raw upcomingevents}
Do you have it turned on? Are they showing at the bottom of forumhome?
I just looked and you did leave it out.
betts02
03-08-2010, 09:36 PM
In FORUMHOME i have :
{vb:raw navbar}
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Upcoming Matches
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
Is this correct ?
Front Range 4x4
03-08-2010, 09:50 PM
Yes, that's correct but I do not see anything on the bottom of the page which, unless you removed it, means you don't have it turned on in your admincp
betts02
03-08-2010, 10:10 PM
I have not turned anything off, so where would the option to turn it on be ?
sorry i am new to vb
Front Range 4x4
03-08-2010, 10:26 PM
admincp->settings->options->forum homepage options->Display Calendar Events
Choose the number of upcoming days that you wish to display upcoming events from.
Entering 0 disables upcoming events
betts02
03-08-2010, 10:41 PM
It was set to 1, i changed it to 5 and now all is working fine, many thanks
Front Range 4x4
03-08-2010, 10:57 PM
Glad to hear that!
cindy helmond
03-12-2010, 09:13 PM
nice installed but can you add an button before the tekst ?thx
Front Range 4x4
03-12-2010, 09:35 PM
What kind of button Cindy?
cindy helmond
03-12-2010, 09:42 PM
What kind of button Cindy?
hi i mean that you can see like if someone has an birthsday on forumhome there is an cake icon
Front Range 4x4
03-12-2010, 10:07 PM
Sure, I don't use birthdays there myself but you can put something like this which I use elsewhere on the top of the page:
<vb:if condition="$show['birthdays']">
<ol class="commalist" id="wgo_onlineusers_list">
<img src="images/smilies/birthday.gif"> Happy Birthday to{vb:raw birthdays}!
</vb:if>
You might have to check the image path but that's close.
Basically you can take anything from WGO and paste it in there and by using <ol class="commalist" id="wgo_onlineusers_list"> you make it into a comma list instead vertical like in WGO to save space.
SGT.Viper
03-26-2010, 08:23 PM
awcoding has a really good Donation bar. Check it out www.clanteamxtreme.com/forums
Its not alot of money too!!
Front Range
03-27-2010, 12:34 AM
VSa - PayPal Donate is better and free.
ErnieTheMilk
04-02-2010, 04:03 PM
Does anyone know if there is a mod such as this for vB3.8?
This is exactly what I want for my forum...
Thanks
Front Range 4x4
04-02-2010, 04:26 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=222472&highlight=upcoming+events" target="_blank">https://vborg.vbsupport.ru/showt...pcoming+events</a>
ErnieTheMilk
04-02-2010, 10:45 PM
https://vborg.vbsupport.ru/showthread.php?t=222472&highlight=upcoming+events
Thanks, but I'm not with you... that doesn't appear to give me much info as to how to load the system for upcoming events :)
ErnieTheMilk
04-03-2010, 07:54 AM
I've uploaded the code, but all I've got is the 'upcoming events' info, I don't have any information showing - the calendar is showing to give the information from Display Calendar Events, any help anyone... :)
Ticinofelino
04-03-2010, 08:16 AM
Does not work on mine. I placed in ForumHome underneath the options you selected and still do not see the actual events. I have a LOT of events being an event board and all...
Same problem here :(
fixed!! sorry, it was my mistake... working now
Thanks :)
deadbolt80
04-03-2010, 09:06 AM
Hi!
Nice addition. I do have a questions though, is it possible to have the events be centered and underneath each other for easier view?
What do I need to modify to make that possible?
Thanks for the help.
Front Range 4x4
04-03-2010, 04:29 PM
Change:
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
to:
{vb:raw upcomingevents}
That should do it I think.
Front Range 4x4
04-03-2010, 04:30 PM
It sure would be nice if someone could make a product or plugin that would make this show on all pages. I tried but couldn't get it to work.
deadbolt80
04-04-2010, 05:56 AM
Change:
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
to:
{vb:raw upcomingevents}
That should do it I think.
Nope, that didn't change anything at all. :confused:
Front Range 4x4
04-04-2010, 01:17 PM
Can you post a link?
tiga2
04-04-2010, 09:45 PM
I was trying to Put the Text "Upcoming Events:" beside the events
But it still makes a Line break before it lists the Events.. Any Ideas?
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
Upcoming Events:
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
Front Range 4x4
04-04-2010, 10:27 PM
You can use any code you would like, most of what I provided was formatting the way I use it. Play around with it using {vb:raw upcomingevents} to get the formatting the way you like it.
customcolor
04-05-2010, 02:22 PM
i added the code and it works great for us...we dont have many events so some may even forget to check the calender...so adding this will remind people :) i also added this to under the navbar so it wouldnt split the header and navbar in our style sheet...code::::
{vb:raw header}
{vb:raw navbar}
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Up and Coming Calendered Events
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</dl>
</div>
</div>
<!-- upcomingevents -->
Link to our forums home (http://www.foxvalleyreefclub.com/forums/forum.php)..like i say there isnt many things going on so there may not be something showing all the time.
deadbolt80
04-07-2010, 06:21 AM
Can you post a link?
My site is 6thGenMaxima.org.. not sure if you see the upcoming events if you're not logged in, but try anyway.
Front Range 4x4
04-07-2010, 01:37 PM
I don't see anything in the WGO deadbolt, maybe it's permissions. Is anything showing there for you? If it's not showing in the standard location it surely won't show at the top of the page either.
deadbolt80
04-07-2010, 11:08 PM
I see it in the wgo section... I just want the list of events on the top of my forums page to be centered and instead of "," in between, for it to be stacked.... did I explain myself correctly? lol.
What permissions would I need to adjust for you to see it?
Front Range 4x4
04-08-2010, 10:54 PM
I don't need to see it now that I understand what you're trying to do. You want it to look as it does in WGO, right?
Just look at the WGO section of the FORUMHOME template and copy & paste in place of this:
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
You might have to diddle (technical term) with it a bit but that should do it.
betts02
04-18-2010, 07:10 AM
Works great under each other with tht code, cheers
Front Range 4x4
04-18-2010, 11:51 AM
I see it in the wgo section... I just want the list of events on the top of my forums page to be centered and instead of "," in between, for it to be stacked.... did I explain myself correctly? lol.
Here's how you do it to have the events stacked/listed one on top of the other.
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
<big>Upcoming Events</big>
</span>
</h2>
<div class="floatcontainer">
<div style="background: #F7FE2E">
<div id="wgo_events" class="wgo_subblock">
{vb:raw upcomingevents}
</div>
</div>
</div>
</div>
<!-- upcomingevents -->
kfrosty
04-24-2010, 12:46 PM
Installed. Has anybody tried to get this working in the FORUMDISPLAY template? It shows up but no events but works fine in the FORUMHOME template.
Thanks.
rrogerstx
04-29-2010, 07:12 PM
Any chance this could be modified to work in a sideblock? I already have a "last posts" scoll at the top of my page but I'd like to add upcoming events to the sideblock.
Does anyone know if this could work as a "custom html/php" sideblock?
Front Range 4x4
04-29-2010, 07:42 PM
Installed. Has anybody tried to get this working in the FORUMDISPLAY template? It shows up but no events but works fine in the FORUMHOME template.
My hope in posting this was that someone would make it usable on FORUMDISPLAY, so far there haven't been any takers. :(
Any chance this could be modified to work in a sideblock? I already have a "last posts" scoll at the top of my page but I'd like to add upcoming events to the sideblock.
Does anyone know if this could work as a "custom html/php" sideblock?
I only use the forum so I'm no help, sorry.
rrogerstx
04-29-2010, 07:48 PM
My hope in posting this was that someone would make it usable on FORUMDISPLAY, so far there haven't been any takers. :(
I only use the forum so I'm no help, sorry.
Sideblocks are actually part of the forum. If you enable sideblocks (and create a block) it appears as a column, either on the left or the right side of the forums, where you can add last forum posts, last blog entries, links to cms articles and what not. I'd like to use your code as a sideblock but I'm a serious noob to vbulletin..
You can see an example of the sideblock here: http://edmondconnect.com/forum.php at my site. It's the Welcome box on the right side of the forums. The block I have there now is pulling the lastest CMS articles. But there's an option for custom php/html blocks that I though perhaps your code could be put in and get the latest events to come up...unfortunately I just don't know how to implement it.
Just a thought..
Front Range 4x4
04-29-2010, 08:01 PM
Of course you're right, thanks for the reminder. I should have said I don't use any side columns.
I would if there was any similarity between forum blocks and widgets but for some reason they're totally different.
darkdevilz
05-02-2010, 06:46 PM
Front Range 4x4 thanks for this modification. it is working very very well. and I ahve a question. can we make this automatic. if there is an event event box will be shown but there isnt any event event boz wont shown. I make that but now there isnt any event and event box is empty..
Front Range 4x4
05-02-2010, 08:07 PM
I would think so but I'm no programmer so don't really understand the if/else stuff to make it work. Maybe someone could help out on that. It was my hope someone would make a plugin to show this on forumdisplay & showthread but that hasn't happened and my attempts failed.
goran424
05-08-2010, 02:07 AM
Front Range, thanks, this is something that I really need.
Just one more thing: is there a way to add marquee so list of upcoming events moves from left to right or vice versa?
Front Range 4x4
05-08-2010, 02:29 AM
Sure, just wrap marquee BBCode around it.
<marquee onmouseover=this.stop() onmouseout=this.start() direction="left" scrolldelay="9" scrollamount="2">{vb:raw upcomingevents}</MARQUEE>
goran424
05-08-2010, 02:36 AM
It works perfect FR4x4, you rock!
Videx
05-08-2010, 02:50 AM
Sure, just wrap marquee BBCode around it.
<marquee onmouseover=this.stop() onmouseout=this.start() direction="left" scrolldelay="9" scrollamount="2">{vb:raw upcomingevents}</MARQUEE>Hm. I wonder why the scrolldelay has no effect (ff & ie8)?
Front Range 4x4
05-08-2010, 02:02 PM
I have no idea Videx, I just tried it after being asked. I don't ever use marquee code myself.
rootrider
05-18-2010, 06:02 AM
My hope in posting this was that someone would make it usable on FORUMDISPLAY, so far there haven't been any takers. :(
subscribing.. this is what I need as well since I don't use the forumhome page at all
betts02
05-18-2010, 05:26 PM
I have had this installed for a while now on my forums home page and would love to see an option for it to display an image also, Could this be done ?
So in that upcoming box it would have the event and an image for that event
As a gaming clan this would be great for my site and with images maybe others would like this ?
Cheers
Front Range 4x4
05-18-2010, 05:41 PM
You can add an image anywhere you want one using something like this:
<img src="{vb:stylevar imgdir_misc}/your_image.png" alt="Your Image name" />
Put your_image.png in the images/misc directory.
For example:
<!-- upcomingevents -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
<img src="{vb:stylevar imgdir_misc}/your_image.png" alt="Your Image name" />
Upcoming Events
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
</div>
</div>
</div>
<!-- upcomingevents -->
betts02
05-18-2010, 10:24 PM
Dont think this could actually work but....
What i wanted is somehow when i post an event for say a Call Of Duty game match
It places this event with a Call Of Duty image and the event date/time, etc
Same if i place an event for say Gears Of War, It places a Gears Of War image
Dont think this can be done ??? But thought i would ask anyway
Somehow it needs to fetch an image from the posted event and have an option to include an image
Would pay for this if possible
Front Range 4x4
05-18-2010, 10:36 PM
I'm sure there's a way but not within my ability.
Joan23
06-11-2010, 03:25 PM
Someone knows any solution for this version ?. I have been watching my FORUMHOME template and don't have those variables {vb:raw header}{vb:raw navbar}.
Regards
Joan (Barcelona)
Front Range
06-11-2010, 03:46 PM
IIRC just use this code under the existing navbar in 3.8
<!-- upcomingevents -->
<table class="tcat" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="1" width="100%" align="center">
<tr>
upcomingevents
</tr>
</table>
<!-- /upcomingevents -->
Joan23
06-12-2010, 11:08 AM
I'm sure there's a way but not within my ability. Don't work :( , I will be waiting for any solution. Thanks a lot sir.
Joan
your24hourstore
06-12-2010, 11:31 AM
his cms is just an opening page, and new is his best open view of his site, its in the right place for him I think. nice site although i had the same problem, as some other as it did not work for me. but its more than likey a setting he uses, that i havent figured out yet.. do you have wgo in sidebar as a widget someplace i cant find?
your24hourstore
06-12-2010, 11:53 AM
ok i have it working to some extent if i make an even for today it woorks but still doesnt show future events .....wierd
rofl if nothing else it would work to shows whats going today !! events for today !, or happening now!
Front Range
06-12-2010, 12:16 PM
What I have posted is for vb4, apparently I'm not recalling how I did it for 3.8, sorry Joan.
I don't use the CMS, just the forum so I also have no idea how to do this for the CMS.
All it does is take the Upcoming Events from WGO and puts it on the top of FORUMHOME. If it's working in WGO, it will work on the top of the page. The code just 'pretties it up' a bit.
your24hourstore
06-12-2010, 12:36 PM
What I have posted is for vb4, apparently I'm not recalling how I did it for 3.8, sorry Joan.
I don't use the CMS, just the forum so I also have no idea how to do this for the CMS.
All it does is take the Upcoming Events from WGO and puts it on the top of FORUMHOME. If it's working in WGO, it will work on the top of the page. The code just 'pretties it up' a bit.
ok i have it kind of working it shows only the events for today, but thats what it shows in the WGO bit too, i have included a screen is their a setting somewhere to make wgo show upcomeing calender events i dont have turned on or something?
Front Range
06-12-2010, 01:05 PM
How many events do you have? If you have 1, that's all that can show. If you have more you need to set the length of time ahead to display.
Options -> Forum Home Page Options -> Display Calendar Events?
Set for number of days to display. I use 90
your24hourstore
06-12-2010, 02:04 PM
ahhh bet thats it
added yep thats it i bet thats thrown a few peeps. thanks works great now !
i used to live in denver i think ive heard that name before !
Joan23
06-12-2010, 03:29 PM
Ok, do it :)
Thanks
Front Range
06-13-2010, 02:17 AM
Yep harleyparts, the Front Range of Colorado! I'm right outside Denver.
My site is FrontRange4x4.com.
Dark_Wizard
07-02-2010, 01:32 PM
@ Front Range...check your PM's. ;)
Front Range
07-07-2010, 06:57 PM
Plugin now available: https://vborg.vbsupport.ru/showthread.php?t=246092
SouthEastSxS
08-09-2010, 01:49 AM
This works great and I love how easy it was to do. Here it is running on my site, just go to the forum and you will see it.
www.southeastsxs.com
Thanks
CoronasRGood
08-09-2010, 04:36 PM
I sort of like the way it looks on my site with the events on separate lines....http://rinconforums.com/forum.php
Videx
08-09-2010, 06:24 PM
I sort of like the way it looks on my site with the events on separate lines....http://rinconforums.com/forum.phpYes, but it looks like he actually manually coded it out of WGO at the bottom.
Front Range 4x4
08-09-2010, 06:41 PM
Yes, I did that myself since I found very few people scroll to the bottom of forumhome. This way people cannot help but see it. It looks like CoronasRGood eliminated the commalist code to keep the original style.
<ol class="commalist">
{vb:raw upcomingevents}
</ol>
You can also just copy & paste the appropriate section from WGO and keep it as it is originally but in a more visible spot.
Videx
08-09-2010, 07:11 PM
You can also just copy & paste the appropriate section from WGO and keep it as it is originally but in a more visible spot.Sheesh, well I had to do something to fix all the broken dates in the product version. Done, but I sure wish you could get the product fixed as I really don't look forward to doing manual edits with every upgrade.
Front Range 4x4
08-09-2010, 07:46 PM
What did you have to do Videx? I'm at 4.0.2 myself so haven't dealt with upgrades.
Videx
08-09-2010, 10:36 PM
I just did what you just suggested - copied and pasted the whole upcoming events block to the top of the forumhome template. As per my post in the other thread, all the dates were a day off with the product, as well as events being posted from 5 days out instead of the next 3 days.
Front Range 4x4
08-09-2010, 10:44 PM
That's odd but maybe Dark_Wizard has an answer.
COL NIL SATIS
08-13-2010, 10:54 PM
is this fixed yet guys ??? doesnt work on our forum at the min ...
Videx
08-13-2010, 11:07 PM
is this fixed yet guys ??? doesnt work on our forum at the min ...It's not broken. Though there are way too many versions floating around right now. You should go over to the add-on thread (https://vborg.vbsupport.ru/showthread.php?t=246092) and try that one before messing with this version which requires manual editing.
If you still need to post a problem, we'll need more info. First, assure us you're using the default style and have tried disabling all other products. Then at least give us a link.
Front Range 4x4
08-14-2010, 01:01 AM
Attached is the plugin version I'm using on my forum now - vBulletin 4.0.2. I have no idea if it works on later versions.
COL NIL SATIS
08-15-2010, 07:24 PM
It's not broken. Though there are way too many versions floating around right now. You should go over to the add-on thread (https://vborg.vbsupport.ru/showthread.php?t=246092) and try that one before messing with this version which requires manual editing.
If you still need to post a problem, we'll need more info. First, assure us you're using the default style and have tried disabling all other products. Then at least give us a link.
Ok Videx i will give that a whirl :up:
NashChristian
10-05-2010, 04:40 AM
VOTE NOW! (http://tracker.vbulletin.com/browse/VBIV-7656)
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
A number of customer have asked for a calendar widget that will access the current site calendar. That is distinct from the current cms calendar widget that displays dates on which articles have been published. Wayne also feels this should get a high priority.
VOTE NOW! (http://tracker.vbulletin.com/browse/VBIV-7656)
I've added this but the headerbar isn't displaying. Any ideas where I could be going wrong? - www.t-muscle.co.uk
Eq4bits
03-21-2011, 06:23 AM
Woot! Thanks for this. My writing group REALLY uses this, now they can't miss an upcoming event because of not scrolling down.
not sure if it will show to unregistered guests but here's my link:
http://dawnsistersweyr.net/forum.php
I saw where someone got it to scroll left to right marquee style... is there a way to scroll it top to bottom (like the words at the beginning of Star Wars)?
I'm going to see if i can figure out how to make it show on other forum pages as well... I have an idea......
Eq4bits
03-21-2011, 07:16 AM
If you only want the top upcoming events to show to the usergroups as set in vB Settings>Options then add
<vb:if condition="$show['upcomingevents']"> at the beginning
and
</vb:if>
at the end
zeus_r6
03-29-2011, 05:36 PM
Anybody know what the phrase would be for upcoming birthdays?
Eq4bits
03-29-2011, 10:11 PM
It would have to be in a separate 'box' but this should work: (you could replace 'Birthdays' with 'Happy Birthday To:' or whatever you want ;))
<!-- birthdays -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>
Birthdays
</span>
</h2>
<div class="floatcontainer">
<div id="wgo_events" class="wgo_subblock">
<ol class="commalist">
{vb:raw birthdays}
</ol>
</div>
</dl>
</div>
</div>
<!-- birthdays -->
vbcenter
01-13-2012, 06:47 PM
English : Thank you !
Turkish : Teşekkürler (:
Eq4bits
09-07-2012, 02:02 PM
Is anyone using this successfully in v4.2?
Front Range
09-07-2012, 02:59 PM
Still works fine - http://frontrange4x4.com/forums/
Front Range
09-07-2012, 03:28 PM
Oops, mine is visible to members only, here's a screen shot.
fxdigi-cash
05-07-2013, 02:10 AM
Thanks for the mod!
I tried it, but noting showed up on my main forum page... I know it should be simple and direct, but nothing is up... any idea what to do??
Thanks
grey_goose
08-27-2014, 06:45 PM
anyone know how to access {vb:raw upcomingevents} ? I'd like to format it into two columns instead of one per line or using the commalist.
Eq4bits
07-06-2015, 01:08 PM
Does anyone know how to change the 'order' of the events listed? I have multiple calendars that this 'pulls' events from, but I want the 'calendar2 event(s)' to show right after the normal date, and THEN events from the other 2 or 3 calendars, preferably in calendar ID# order
i.e.
07/06/2015: Calendar2 event, Calendar5 event, Calendar6 event
Eq4bits
07-06-2015, 01:26 PM
anyone know how to access {vb:raw upcomingevents} ? I'd like to format it into two columns instead of one per line or using the commalist.
perhaps a CSS file?
Eq4bits
07-07-2015, 02:09 AM
Does anyone know how to change the 'order' of the events listed? I have multiple calendars that this 'pulls' events from, but I want the 'calendar2 event(s)' to show right after the normal date, and THEN events from the other 2 or 3 calendars, preferably in calendar ID# order
i.e.
07/06/2015: Calendar2 event, Calendar5 event, Calendar6 event
figured it out the 'start' time for the calendar 2 events has to be before any of the others, it's a b*&^% but i've made everything ranged properly and it's all viewing properly now.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.