NEWS module v. 2.10.3 - Links in browseable category list

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
vilkis

NEWS module v. 2.10.3 - Links in browseable category list

Post by vilkis »

News module version 2.10.3
Link of child category in browseable category list point to news of parent category and all child categories.
Here is patch for action.browsecat.php:

Code: Select all

59c59
< 	unset($parms['browsecat']);
---
> 	unset($parms['browsecat'] , $parms['category']);
vilkis
Last edited by vilkis on Thu Dec 10, 2009 12:15 pm, edited 1 time in total.
Post Reply

Return to “Developers Discussion”