Quote:
Originally Posted by tbradham
I am not a developer by any stretch of the definition of the word, but I have been doing some playing around and I can generate the block and the link is almost right.
I am stuck with getting an imgid at the end of the string:
Code:
<td class="alt2" colspan="1" align="center"><a href="$vboptions[bburl]/vbimghost.php?do=displayimg&imgid=$latest[imgid]"><img src="$vboptions[bburl]/vbimghost.php?do=thumb&width=100&imgid=$latest[imgid]" border="0" alt="" /></a></td>
This will give me the x's where the pictures should be, and it will provide this link:
http://www.usjeeps.com/upload/vbimgh...playimg&imgid=
If I could just get a number at the end of that URL that was from the last or even a random image number, I would be set.
|
you'll need to add a quary in the member area to get the latest image id for the user.
you can set it as a plugin there.
tell me what are you looking for ..