How to seperate attachments?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
pit
Posts: 8
Joined: Fri Jul 29, 2016 9:44 am

How to seperate attachments?

Post by pit »

Hi,

is it possible to seperate attachments to a new line? It's confusing if the attachments are one behind each other.

How could I realize that?

Thanks in advance.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: How to seperate attachments?

Post by Thorsten »

Hi,

open this file at line 130:

https://github.com/thorsten/phpMyFAQ/bl ... l.php#L130

Change

Code: Select all

$outstr .= sprintf('<a href="%s">%s</a>, ',
to

Code: Select all

$outstr .= sprintf('<a href="%s">%s</a><br> ',
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply