Quote:
Originally Posted by ReadOrDie
I had one of my coder friends help me out it ended up being:
Code:
$dimages .= '<a href="'.$dl->url.$image['name'].'" class="highslide" onclick="return hs.expand(this)"><img src="'.$dl->url.$image['thumb'].'" alt="'.$file['name'].'" title="'.$file['name'].'" border="0" /></a> by <a href="./member.php?u='.$image['uploaderid'].'">'.$image['uploader'].'</a> on '.vbdate($vbulletin->options['dateformat'], $image['date'], true).' '.$edit.'<br />';
So anyone's whose having the same trouble can see the clear solution.
|
Where are you placing that / what are you replacing?
Thanks.