BD error here
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT t.threadid, t.title, t.lastpost, t.forumid, t.open, t.replycount, t.postusername, t.postuserid, t.lastposter, t.dateline, t.views, t.visible, t.firstpostid, f.title AS forumtitle, post.pagetext AS preview
FROM forum f
INNER JOIN thread t ON t.forumid = f.forumid
LEFT OUTER JOIN post AS post ON post.postid = t.firstpostid WHERE t.forumid = 0 AND visible = 1
ORDER BY dateline DESC
LIMIT 3;
MySQL Error : Column: 'visible' in where clause is ambiguous
now my install varies a bit different in the fact that I want to use this as a site map would you believe ...lol...
I already have phpportal installed in the rootand and am happy with it ...
I need a site map for my forum so was thinkin of using this to add info etc to any new sections we might have on our site and explain to user what's what
I renamed it to sitemap.php and get that error
Does this NEED to be a portal install in the root then ?
[high]* Bounce is confused and goes to study instructions lol[/high]