Ticket #419 (closed defect: fixed)
BlogSlot with posts from different engine pages with separate categories
| Reported by: | jn78 | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4.2 |
| Component: | apostropheBlogPlugin | Version: | 1.4 |
| Keywords: | Cc: | ||
| Symfony version: | 1.4 |
Description
If you have few engine pages with different categories, and put
blogslot somewhere with mixed categories from different pages, in
default template you get all links with first engine page slug only,
Solution is to put in slot template before generating links with
link_to() this method:
aRouteTools::pushTargetEnginePage($aBlogPost->findBestEngine())
Then you get proper links with best engine page.
Change History
Note: See
TracTickets for help on using
tickets.

