View Single Post
Old January 24th, 2009, 07:11 PM   #3 (permalink)
twalls
Junior Member
Verified Customer
 
Join Date: Oct 2006
Posts: 10
Quote:
Originally Posted by Chuck S View Post
well the thread you where referring to was not Photopost Pro thats why the file does not exist.

You would need to post a url to a forum post that contains the user avatar and then a url to an image on the gallery with a comment from the user so I can view the source html of the page and respond accordingly.
Hi chuck, Ok I see what is happening when I view an image file here is the page sourse code that is spit out


<td class="alt1" align="center" valign="top" rowspan="12">
<a href="http://www.mobildesigns.com/web/photopost/member.php?uid=1">admin<br /><img src="http://www.mobildesigns.com/forum/image.php?u=1" border="0"></a><br />
<span class="smallfont"> <i>216.221.76.56</i><br />
<br />Administrator<br /><br />Registered: June 2006<br />Location: Canada, Ontario<br />Posts: 2,098<br />
<a href="http://www.mobildesigns.com/web/photopost/showgallery.php?cat=500&amp;ppuser=1"><img src="http://www.mobildesigns.com/web/photopost/images/pictures.png" alt="users gallery" border="0" /></a><br />
</span>

</td>


This one line is wrong

<img src="http://www.mobildesigns.com/forum/image.php?u=1" border="0">

should read

<img src="http://www.mobildesigns.com/web/forums/image.php?u=1" border="0">

now I have checked both config files and the urls are correct and also with embeded media turned on the image is broken in this same code, but when I look at source and cut and paste into a url the file image shows.

So for the url for the user avatar is not spit out right, where can u suggest to look, but the rest of the board intergrates properly, and from the vbenhanced templates the file avatar url is correct but dosent display.

Thanks
Twalls
twalls is offline   Reply With Quote