The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
|||
|
|||
|
Is there no one that knows how to do this or can help me?
|
|
#3
|
||||
|
||||
|
Did you manage to work this out.
I'm trying to do it on my CMS too. |
|
#4
|
|||
|
|||
|
This may not do what you are looking for, but you might gain a few coding ideas by this thread, at least I did a while back.
https://vborg.vbsupport.ru/showthrea...=231365&page=4 I hope it helps.
|
|
#5
|
||||
|
||||
|
Thanks. I'll lake a look.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|