Hello, 
I install your board 3 Portal on my site. 
It works great, but i see, that attachment is not shown in opposite way. 
Currently it show first 3 attachment, instead last 3. 
In demo board is OK. 
Is there any settings for that ? 
THNX
UREDNIk
			
			
									
						
										
						Attachment
					Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
	Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: Attachment
Found probelm in portal\block/attachments.php
Replace
With 
But i belive, that there missing DB in my instalation. 
IDEA ?
			
			
									
						
										
						Replace
Code: Select all
 
WHERE topic_id <> 0
	ORDER BY filetime ' . ((!$config['display_order']) ? 'DESC' : 'ASC') . ', post_msg_id ASC';
Code: Select all
 	WHERE topic_id <> 0
	ORDER BY filetime DESC, post_msg_id ASC';IDEA ?
- 
				
Kevin
 
- Site Admin
- Posts: 2994
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Attachment
$config['display_order'] is a config value you set in the phpBB3 core system.
In which order are your attachments displayed in the viewtopic.php?
			
			
									
						
							In which order are your attachments displayed in the viewtopic.php?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
			
						Kein Support per PN / No support via PM!
Re: Attachment
ACP -> General -> Board Configuration -> Attachment settings -> Attachment display order
			
			
									
						
							Board3 Portal Dev & English Tech Support
			
						


