buddypress/bp-forums
r-a-y 7770842b3f Theme compat: When resetting post, set 'is_page' to true.
Previously, when resetting the post, 'is_archive' was set to true.

As a consequence, certain themes with some form of conditional
template logic (like Atahualpa and Attitude) were loading their
archive template because of the 'is_archive' flag.  This caused
formatting display issues because the archive template historically
uses the_excerpt() causing all formatting to be stripped out.

This commit changes all reset post calls so the 'is_page' parameter is
set to true.  This should correctly use the regular page template for
theme compatibility for themes with conditional template logic.

Fixes #5301. (1.9-branch)

git-svn-id: https://buddypress.svn.wordpress.org/branches/1.9@7735 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2014-01-14 09:06:54 +00:00
..
deprecated Reintroduces legacy forum config tab for installations still using legacy forums 2013-06-13 01:33:36 +00:00
bb-config.php EOF: 2012-09-18 18:03:00 +00:00
bp-forums-actions.php Improve inline docs in bp-forums. See #5022 2013-10-23 18:47:12 +00:00
bp-forums-bbpress-sa.php Improve inline docs in bp-forums. See #5022 2013-10-23 18:47:12 +00:00
bp-forums-bbpress.php EOF: 2012-09-18 18:03:00 +00:00
bp-forums-filters.php Improve inline docs in bp-forums. See #5022 2013-10-23 18:47:12 +00:00
bp-forums-functions.php Improve inline docs in bp-forums. See #5022 2013-10-23 18:47:12 +00:00
bp-forums-loader.php Improve inline docs in bp-forums component. See #5022 2013-11-10 02:04:10 +00:00
bp-forums-screens.php Theme compat: When resetting post, set 'is_page' to true. 2014-01-14 09:06:54 +00:00
bp-forums-template.php Improve inline docs in bp-forums component. See #5022 2013-11-10 02:04:10 +00:00