![]() |
Does anyone know if there is a mod such as this for vB3.8?
This is exactly what I want for my forum... Thanks |
<a href="https://vborg.vbsupport.ru/showthread.php?t=222472&highlight=upcoming+events" target="_blank">https://vborg.vbsupport.ru/showt...pcoming+events</a>
|
Quote:
|
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... :)
|
Quote:
fixed!! sorry, it was my mistake... working now Thanks :) |
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. |
Change:
<ol class="commalist"> {vb:raw upcomingevents} </ol> to: {vb:raw upcomingevents} That should do it I think. |
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.
|
Quote:
|
Can you post a link?
|
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? HTML Code:
<!-- upcomingevents --> |
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.
|
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..like i say there isnt many things going on so there may not be something showing all the time. |
Quote:
My site is 6thGenMaxima.org.. not sure if you see the upcoming events if you're not logged in, but try anyway. |
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.
|
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? |
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. |
Works great under each other with tht code, cheers
|
Quote:
<!-- 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 --> |
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. |
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? |
Quote:
Quote:
|
Quote:
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.. |
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. |
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..
|
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.
|
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? |
Sure, just wrap marquee BBCode around it.
<marquee onmouseover=this.stop() onmouseout=this.start() direction="left" scrolldelay="9" scrollamount="2">{vb:raw upcomingevents}</MARQUEE> |
It works perfect FR4x4, you rock!
|
Quote:
|
I have no idea Videx, I just tried it after being asked. I don't ever use marquee code myself.
|
Quote:
|
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 |
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 --> |
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 |
I'm sure there's a way but not within my ability.
|
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) |
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 --> |
Quote:
Joan |
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?
|
All times are GMT. The time now is 06:31 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:
|