Bug #10317
Categories and widget links break when using an alternative blogpid
| Status: | New | Start date: | 2010-10-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Bug | |||
| Target version: | - | |||
| Votes: | 0 |
Description
When defining an other startingpoint (or blogpid) as the page which contains the categories or tagcloud widget (for example if you make a sysfolder + t3blog plugin in your general storage record as container for your blogposts, categories, etc.), the categories and tags in the widget aren't linked anymore.
In pi1/widgets/categories/setup.txt and pi1/widgets/tagcloud/class.tagCloud.php the links are created with the blogPid as parameter, and thus generating an invalid link. I suppose the current page id should have been used.