Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: What is “topicmeta”?


chrishajer
Participant

@chrishajer

I might be wrong, but I thought topicmeta was deprecated in the 1.0 versions.

$bbdb->tables = array(
'forums' => false,
'meta' => false,
'posts' => false,
'tagged' => false, // Deprecated
'tags' => false, // Deprecated
'terms' => false,
'term_relationships' => false,
'term_taxonomy' => false,
'topics' => false,
'topicmeta' => false, // Deprecated
'users' => false,
'usermeta' => false
);

Skip to toolbar