Quote:
Originally Posted by lazserus
vBulletin has a built in archiving feature. What's the big difference between this hack and vB's already built in sitemapping utility?
|
OK, I read every post in this thread, didnt see anything for this.
Have Apache, Mod_mime installed
Using mod_mime version
Forum index works, but when you click a link, I get a pop up window with
Code:
query_first(" SELECT COUNT(threadid) AS threads FROM " . TABLE_PREFIX . "thread AS thread LEFT JOIN " . TABLE_PREFIX . "deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') WHERE forumid = $forumid AND visible = 1 AND deletionlog.primaryid IS NULL "); $pagination = fetch_pagelinks($threadcount['threads'], $archive_options['forumfile'] . '/' . $forumid); $threads = $DB_site->query(" SELECT threadid, title FROM " . TABLE_PREFIX . "thread AS thread LEFT JOIN " . TABLE_PREFIX . "deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') WHERE forumid = $forumid AND visible = 1 AND deletionlog.primaryid IS NULL ORDER BY sticky DESC, lastpost DESC LIMIT " . (($pagenumber - 1) * 200) . ", 200 "); $threadbits = ''; while ($thread = $DB_site->fetch_array($threads)) { $threadbits .= "
$thread[title]\n"; } archive_output(" $pagination
$threadbits
"); ?>
Something Im missing? I had 500 and parse errors earlier, but got them fixed. This issue tho, everything seems configed and installed server side as discussed here.
Test it out at
www.tfw2005.com/boards/archive/