The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Forum Home Calendar displayed on CMS Home
I would like to display my Forum Events calendar in a widget on the CMS pages of my vb4.2 website.
I could really use some help with this problem, i have searched these forums and come up with nothing that works the way i want it to work. I went through the source and found in the FORUMHOME template the code i think i need. Code:
{vb:raw template_hook.forumhome_wgo_pos6} <vb:if condition="$show['upcomingevents']"> <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> </vb:if> I would really like to know where to put this code or how i have to modify it to have it show in a list style like this screen shot from my actual forum home page. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|