#332 closed defect (bug) (no action required)
'news' isn't getting hooked up to 'index' if not running the bp home theme
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
The url: mysite.org/news just generates 404 if the home theme isn't running. I copied bp_home_theme_catch_urls() over from functions.php in the home theme to my theme's functions.php and it works.
That isn't exactly the solution I can give out to people with the same problem. 'index' isn't getting associated with 'news' without the home theme's help.
Change History (3)
Note: See
TracTickets for help on using
tickets.
/news is a theme specific thing. It should only work with this theme. As long as the posts are showing up on other themes, I think this is fine.
I guess if people want to keep their posts under /news then they will need to copy over the theme functions. I certainly don't want to force this on other themes.