How to get full text in quote mode ?
hi allHow to get full text in quote mode ?
open
./source/include/post/post_newreply.php
search$message = messagecutstr($message, 100);
$message = implode("\n", array_slice(explode("\n", $message), 0, 3));change from 100 tohuge value
change from 100 tohuge value
It is better to just comment that line://$message = messagecutstr($message, 100);But pay attention to the second line!
That line leave first 3 lines of quoted text,and remove all other lines.
Pages:
[1]