
05-28-2015, 06:10 AM
|
 |
|
|
Join Date: Jan 2014
Location: Little Rock, AR
Posts: 1,060
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Gio~Logist
Ah, that's not a bug necessarily, but rather it not using html or replacing \n within the field itself. Try this.
Add a new plugin to postbit_display_start, title can be Change Extra field \n to Line Breaks, set the order # to 1 and enter the following code
Code:
$thread['fieldx'] = nl2br($thread['fieldx']);
Change x to the fieldid for this field. That should work :up:
|
Thanks but how do I find the field ID? There is no indication of it that I can see.
|