1770 Posts in 495 Topics by 531 members
Blog Module
SilverStripe Forums » Blog Module » Tag Filtering Not Working
Discuss the Blog Module.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 738 Views |
-
Tag Filtering Not Working

20 August 2009 at 5:59am
Hi,
I recently installed the latest Blog module (v. 0.2.1) on SS v.2.3.2 and I just noticed that the tag filtering isn't working. When you append "?tag=foo" onto the URL, the same resultset appears, no matter what the tag, and the message "No blog entries found with that tag" NEVER appears. ALL blog entries are being returned no matter what...
I noticed that the function tag(), which used to be Tag() [with a capital] has changed. This calls ShowTag(), which then uses "Director::urlParam('Action') == 'tag'" to determine whether a tag has been selected. But Director::urlParam('Action') isn't returning Anything, let alone "tag". Anyone have the tag filtering working in this new version of the Blog??
Any help would be greatly appreciated.
Thanks,
Garrett -
Re: Tag Filtering Not Working

20 August 2009 at 1:15pm
?tag=foo is incorrect. The blog module uses the format - blog/tag/tagname rather then passing it the query string
| 738 Views | ||
|
Page:
1
|
Go to Top |


