does this hack work with vbhome lite?
here is my intended result. stop me at the point where I screwed up...
in the index.php for vbhome lite
I added forumid to this select statement...
Code:
$articlebits = '';
$articlemaxnumber = iif ( $articlemax!=0 , 'LIMIT ' . $articlemax , '' );
$articles = $DB_site->query("
SELECT thread.threadid,thread.title,thread.lastpost,thread.forumid,thread.rep\lycount,thread.postusername,thread.postuserid,
thread.lastposter,thread.dateline,thread.views,post.pagetext as pagetext
that should pull the forumid so I can use it... no?
so then in the aritcle bit of vbhome lite I put in
[[($articlebits[thread.forumid='3'])]]foo[[(/$articlebits[thread.forumid='3'])]]
I have tried numerous concatenations of articlebits articles article as such. I cant figure it out. mostly because Im newbie to all of this... any help? is this possible?