Earl Grey
10-29-2004, 08:09 PM
I know this is a cmps mod but I was wondering if this problem might be an original set-up/install issue. The mod and larger image are working fine, just the addressing to the images are hosed.
Any help would be greatly appreciated...
Board --> http://www.lobo.net/~rbf/forum/guild_forum/cmps_index.php??
The Details
I could use some help guys, I've looked high and low, can't seem to figure out why this is happening.
I believe I've followed the instructions correctly. The image space above the calendar and link to larger image is working fine. The problem is the url to the images is not correct.
I created the calendarimages file and within that the thumbs file. I uploaded this right along the rest of my files (i.e. images, install, include...) with the image titles, as mentioned in the post.
The problem is that I am getting 'red x' no image. on both thumb and full.
Here are the urls that are being pulled and are broken;
http://www.lobo.net/calendarimages/thumb/month10.jpg
http://www.lobo.net/calendarimages/month10.jpg
Here are the working ones;
http://www.lobo.net/~rbf/forum/guild_forum/calendarimages/thumb/month10.jpg
http://www.lobo.net/~rbf/forum/guild_forum/calendarimages/month10.jpg
Notice "~rbf/forum/guild_forum/" is missing from the broken set
Here is the code I altered on calendar_smallmonth_header;
<tr>
<if condition="$show['dontshowweek']">
<td class="tcat" colspan="$colspan" align="left"><span class="smallfont"><b>$vba_options[portal_blockbullet]
<else />
<td class="tcat" colspan="$colspan" align="center"><b>
</if><a href="$vboptions[bburl]/calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymo nth">$monthname $year</a></td>
</tr>
<tr align="center">
<if condition="!$show['dontshowweek']"><td 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/thumb/month$month.jpg" alt="Click For Full Sized Image" width="100%" border="0" />
</a>
</td>
</tr>
<tr>
</if>
<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
x-fingers for a fix...
Any help would be greatly appreciated...
Board --> http://www.lobo.net/~rbf/forum/guild_forum/cmps_index.php??
The Details
I could use some help guys, I've looked high and low, can't seem to figure out why this is happening.
I believe I've followed the instructions correctly. The image space above the calendar and link to larger image is working fine. The problem is the url to the images is not correct.
I created the calendarimages file and within that the thumbs file. I uploaded this right along the rest of my files (i.e. images, install, include...) with the image titles, as mentioned in the post.
The problem is that I am getting 'red x' no image. on both thumb and full.
Here are the urls that are being pulled and are broken;
http://www.lobo.net/calendarimages/thumb/month10.jpg
http://www.lobo.net/calendarimages/month10.jpg
Here are the working ones;
http://www.lobo.net/~rbf/forum/guild_forum/calendarimages/thumb/month10.jpg
http://www.lobo.net/~rbf/forum/guild_forum/calendarimages/month10.jpg
Notice "~rbf/forum/guild_forum/" is missing from the broken set
Here is the code I altered on calendar_smallmonth_header;
<tr>
<if condition="$show['dontshowweek']">
<td class="tcat" colspan="$colspan" align="left"><span class="smallfont"><b>$vba_options[portal_blockbullet]
<else />
<td class="tcat" colspan="$colspan" align="center"><b>
</if><a href="$vboptions[bburl]/calendar.php?$session[sessionurl]month=$month&year=$year&c=$calendarid&do=displaymo nth">$monthname $year</a></td>
</tr>
<tr align="center">
<if condition="!$show['dontshowweek']"><td 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/thumb/month$month.jpg" alt="Click For Full Sized Image" width="100%" border="0" />
</a>
</td>
</tr>
<tr>
</if>
<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
x-fingers for a fix...