Hi!
I want to show 30 articles in recent posts... Is it possible? How?
Will it slow down the FAQ?
Thanks!
			
			
									
						
										
						Showing more articles in recent/latest posts?
Moderator: Thorsten
Hi,
you can change this in inc/constants.php.
bye
Thorsten
			
			
									
						
							you can change this in inc/constants.php.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
			
						amazon.de Wishlist
- 
				epicflupe
 
Change in RSS
Hello again.
Does it change in the RSS then?
I only want the 30 latest in the RSS, not in the FAQ view.
Sorry for my bad explanation.
/E
			
			
									
						
										
						Does it change in the RSS then?
I only want the 30 latest in the RSS, not in the FAQ view.
Sorry for my bad explanation.
/E
Hi,
it changes both...
But just edit line 52 in feed/latest/rss.php from
to
bye
Thorsten
			
			
									
						
							it changes both...
But just edit line 52 in feed/latest/rss.php from
Code: Select all
$rssData = $faq->getLatestData(PMF_NUMBER_RECORDS_LATEST, $lang);Code: Select all
$rssData = $faq->getLatestData(30, $lang);Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
			
						amazon.de Wishlist
- 
				epicflupe
 
Hi,
it's just some lines below... you have to change the $PMF_LANG variables.
bye
Thorsten
			
			
									
						
							it's just some lines below... you have to change the $PMF_LANG variables.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
			
						amazon.de Wishlist