View Full Version : Photo Calendar Module for CMPS?
Karm4
02-25-2010, 02:27 AM
Does anyone know where i can get this module? It has a picture that changes with every refresh on the top of the calendar.
http://s1018.photobucket.com/albums/af304/Karm4/?action=view¤t=calendar.jpg
http://s1018.photobucket.com/albums/af304/Karm4/?action=view¤t=calendar.jpg
MagicThemeParks
02-25-2010, 09:48 AM
Karm4,
I'd go to vBadvanced.com and ask the question if I were you.
Might want to try and search using the words "calendar module" or something along those lines.
Speysider
02-25-2010, 12:09 PM
More likely to get support for this on the vBadvanced forums. vBulletin.org does not support this modification anymore.
Karm4
02-25-2010, 01:08 PM
I'm usually not the type of person to just post, i do my research - i spent 4 hours looking for it and trying to modify my adv_portal_calendar... to get it to work - i was able to get pictures above the calendar but not inbetween the Month and the days like they had it. It was named Cal.php on their site - i searched that and no go. I posted on the vbadvanced site and nothing either. Thanks anyways i guess.
Marco van Herwaarden
02-25-2010, 01:28 PM
If you don't get an answer on their own website, then you are out of luck it seems. You should get your support from the site where you downloaded it from.
Karm4
02-25-2010, 01:39 PM
Oh i don't have it downloaded - I wish i did, i want it bad. Makes the calendar not look so blah - Adds some style to it, dont you think?
--------------- Added 1267135397 at 1267135397 ---------------
I'm using 3.8.4 CMPS 3.2.1
Its an edit in Adv_portal_calendar_header
Remove what is there and replace with this:
tr align="center">
<class="thead"> </td><else /><td class="alt2" colspan="7" align="center" style="padding:0px">
<a href="/calendarimages/month$month.jpg" target="blank" />
<img src="/calendarimages/month$month.jpg" alt="Click for full size image" width="100%" border="0" />
</a>
</td>
</tr>
<tr>
<if condition="$show['day1']"><td class="thead">$day1</td></if>
<if condition="$show['day2']"><td class="thead">$day2</td></if>
<if condition="$show['day3']"><td class="thead">$day3</td></if>
<if condition="$show['day4']"><td class="thead">$day4</td></if>
<if condition="$show['day5']"><td class="thead">$day5</td></if>
<if condition="$show['day6']"><td class="thead">$day6</td></if>
<if condition="$show['day7']"><td class="thead">$day7</td></if>
</tr>
$calendarrowbits
Create a directory called calendarimages and link to it. Save images there, name images month1.jpg month2.jpg etc...
--------------- Added 1267135460 at 1267135460 ---------------
If you want to see what it looks like go to www.itzboosted.net
--------------- Added 1267135627 at 1267135627 ---------------
Anyone have any idea how to get the image to change on refresh?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.