khalid Publish time 2013-08-07 21:35

How to get full text in quote mode ?

hi all

How 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

vot Publish time 2013-08-08 09:27

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]
View full version: How to get full text in quote mode ?