View Single Post
Old
  (#2 (permalink))
coldblooded
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
11-21-2002, 04:27 PM

There were changes made to the table names in the new phpbb2 port. To use that block with an older verison of the port you need to change:

Code:
$prefix."_bbtopics
to

Code:
$prefix."_topicsbb
   
Reply With Quote