PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Script generating something wrong (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/118497-script-generating-something-wrong.html)

Mijae June 7th, 2005 08:08 PM

Script generating something wrong
 
On my main gallery page, there are things that are not loading:

<td><a href="browseimages.php?c=94"><img alt="" border="0" src="http://www.invoid.net/images/img/" width="" height="" /></a></td>
<td width="6"><img alt="" src="/clear.gif" width="6" /></td>

Happens both in IE/FF. I am not sure why this is happening, but I found out because my error logs were full of this /clear.gif calling to root, where the file does not exist :D

Brian June 8th, 2005 11:17 AM

Re: Script generating something wrong
 
I was thinking that this was fixed in 1.0.0, but apparently not. Here's the link to the fix though:

http://www.vbadvanced.com/forum/showthread.php?t=7035

Mijae June 8th, 2005 11:25 AM

Re: Script generating something wrong
 
Ok, I noticed that

<if condition="$cats['catimage']">
<td><a href="browseimages.php?$session[sessionurl]c=$cats[catid]"><img alt="" border="0" src="$vba_options[gallery_fileurl]/$cats[catimageurl]" width="$cats[catimagewidth]" height="$cats[catimageheight]" /></a></td>
<td width="$stylevar[cellpadding]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$stylevar[cellpadding]" /></td>
</if>

is not working :P It calls it even if its turned off, which made some of my links at the gallery align differently.

Mijae June 15th, 2005 10:57 AM

Re: Script generating something wrong
 
Up.

ConqSoft June 15th, 2005 11:08 AM

Re: Script generating something wrong
 
Did you try upgrading to 1.0.1? Also, don't forget that you will have to manually revert any templates that you have modified.


All times are GMT -5. The time now is 02:50 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97