Looks like that fixed most or all of the problems I was having. Great release, thanks!!!!
One last question though, how easily would a sitemap plugin interact with these SEF links so that a proper sitemap could be created instead of giving the regular showthread.php? links?
EDIT: I seem to be getting an error on one of my 'lastpost' links too..
Quote:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT postid AS postid, post.dateline, t.title as threadtitle, f.title as forumtitle, f.forumid as forumid
FROM post AS vb_post JOIN vb_thread AS t ON(t.threadid=post.threadid) JOIN vb_forum as f ON(f.forumid=t.forumid)
WHERE post.threadid = 165 AND post.visible = 1 AND
postid = (
SELECT MAX(t2.postid) AS postid
FROM vb_post AS t2
WHERE t2.threadid = 165 AND t2.visible = 1
)
LIMIT 1;
MySQL Error : Table 'forums_vb.post' doesn't exist
Error Number : 1146
Date : Sunday, April 2nd 2006 @ 03:33:32 PM
Script : http://forums.site.net/page-###.html
Referrer : http://forums.site.net/
IP Address : X.X.X.X
Username : Jonathan
Classname : vB_Database
|
As I'm looking at my database, the table vb_posts most certainly DOES exist.