Attachment

Current Version: 1.0.6
Released: 09.01.10
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.
Locked
User avatar

Topic author
urednik
Active Member
Posts: 33
Joined: 25. April 2008 17:44

Attachment

Post by urednik »

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
User avatar

Topic author
urednik
Active Member
Posts: 33
Joined: 25. April 2008 17:44

Re: Attachment

Post by urednik »

Found probelm in portal\block/attachments.php
Replace

Code: Select all

 
WHERE topic_id <> 0
	ORDER BY filetime ' . ((!$config['display_order']) ? 'DESC' : 'ASC') . ', post_msg_id ASC';

With

Code: Select all

 	WHERE topic_id <> 0
	ORDER BY filetime DESC, post_msg_id ASC';
But i belive, that there missing DB in my instalation.
IDEA ?
User avatar

Kevin
Site Admin
Posts: 2989
Joined: 7. January 2006 20:11
phpBB.de User: Saint
phpBB.com User: Saint_hh
Location: Hamburg
Contact:

Re: Attachment

Post by Kevin »

$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?
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!
User avatar

Ice
Former Team Member
Posts: 359
Joined: 20. January 2008 23:43
Location: England, United Kingdom

Re: Attachment

Post by Ice »

ACP -> General -> Board Configuration -> Attachment settings -> Attachment display order
Board3 Portal Dev & English Tech Support
User avatar

Topic author
urednik
Active Member
Posts: 33
Joined: 25. April 2008 17:44

Re: Attachment

Post by urednik »

v
Locked

Return to “board3 Portal 1.0.x - English Support”