Quote:
Originally Posted by magnus
Action-N, have you gotten any of my PM's? I haven't gotten any replies, so I'm just wondering.. 
|
Yeah, I get'em an read them. Never been good at getting back to people's emails, probably why I don't have a girlfriend as there always wanting to talk. I wanted to get the lastest work into the installer then add some comments for you then I'll zip you up a copy. No word from Integra99 so I don't think people want to wait for him, I'll send you the zip he gave me so you can see what work he did from your version.
Silverstangs, assuming your getting that error from the index.php code you can swap part of it with the code below. Replace the query part with this that's not critical of what the tables name is. Hopefully this will work for you, since I have never tried to put vbgarage images on the forum index before.
Code:
$result_latest = $DB_site->query("
SELECT *
FROM " . TABLE_PREFIX . "vbgarage_images
ORDER BY vbgarageid DESC
LIMIT 5
");
Natch, yeah I already had that one pointed out a few times. But my post is lost amongst these posts now, lol. The next version will have all the breadcrumb links going on, plus they'll be using phrases so the newbies won't have to hack the vbgarage code.
Ya know, there outta be a way for the thread owner to tag a post as important/must read so we can click a link that will list all the important/tagged posts.