Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Patch: Categories for version 0.8


mrpapasworld
Member

@mrpapasworld

okay Sam, some serious wordpress integration issues here… below are the clashes with wordpress and the offending files…

get_category()

get_categories()

root: forum.php, topic.php, index.php

admin: content-categories.php, content-forums.php, bb-category.php

bb-includes: functions.php, template-functions.php, cache.php

is_category()

bb-includes: functions.php, template-functions.php

get_category_link()

bb-includes: functions.php, template-functions.php

category_description()

template: category.php, front-page.php

bb-includes: template-functions.php

get_category_rss_link()

bb-includes: template-functions.php

whew… after adding bb_ to the front of all those items in bbpress, I finally got it to run the upgrade script, which worked…

now to see if it works as something looks a bit odd in the display of the category…

Skip to toolbar