The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Mod Help Needed - Broke Something
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...ps_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; Code:
http://www.lobo.net/calendarimages/thumb/month10.jpg http://www.lobo.net/calendarimages/month10.jpg Code:
http://www.lobo.net/~rbf/forum/guild_forum/calendarimages/thumb/month10.jpg http://www.lobo.net/~rbf/forum/guild_forum/calendarimages/month10.jpg Here is the code I altered on calendar_smallmonth_header; Code:
<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=displaymonth">$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... |
#2
|
|||
|
|||
Did you follow and read the instructions word for word??
It said specifically to type out the FULL path of the images including http:// and so on... You can do that in the Style Manager, it should work. Besides, you should go to http://www.vbadvanced.com (I think) and use their site to help you. |
#3
|
|||
|
|||
Yes I did...
problem was, I needed to remove the first slash from each style entry. sorry for posting here. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|