| c1L | 
					 | 
			
|---|---|
| 
					 How could i force the news plugin to receive source from other categories chosen ? 
						
					for example, could it revceive source not only from the latest entries of the 'news' but olso from the 'articles' ?  | 
			
| Kilandor | 
					 | 
			
|---|---|
| 
					 The only way without modifing it would be to make Articles a Sub Category of News 
						
					Ex news path 1 articles path 1.1  | 
			
| c1L | 
					 | 
			
|---|---|
| 
					 its ok but i dont want the title to be seen like "news / ariticles / pagetitle" ? 
						
					how could i set the news source paths by modifying the plugin codes ? 
                        Отредактировано: c1L (11.02.2009 03:40, 16 лет назад)
                     
                    
				 | 
			
| Kilandor | 
					 | 
			
|---|---|
| 
					 Modify your news.tpl change the {PAGE_ROW_CATPATH} to {PAGE_ROW_CATTITLE} 
						
					 | 
			
| GHengeveld | 
					 | 
			
|---|---|
| 
					 And in page.articles.tpl change {PAGE_TITLE} to {PAGE_SHORTTITLE} 
						
					 | 
			
| c1L | 
					 | 
			
|---|---|
| 
					 Thanks to both of you. 
						
					 |