Please select To the mobile version | Continue to access the desktop computer version
| |
| | |

CodersClub

 Forgot password?
 Register
Search
View: 6106|Reply: 1
Collapse the left

How to get full text in quote mode ?

[Copy link]

 Palestine

Post time: 2013-08-07 21:35
| Show all posts |Read mode
hi all

How to get full text in quote mode ?

open
./source/include/post/post_newreply.php

search
  1. $message = messagecutstr($message, 100);
  2. $message = implode("\n", array_slice(explode("\n", $message), 0, 3));
Copy the Code
change from 100 to  huge value

Related collections:

  • · Tricks|Threads: 23, Subscribe: 3

 Russia

Post time: 2013-08-08 09:27
| Show all posts
change from 100 to  huge value

It is better to just comment that line:
  1. //  $message = messagecutstr($message, 100);
Copy the Code
But pay attention to the second line!
That line leave first 3 lines of quoted text,  and remove all other lines.
You have to log in before you can reply Login | Register

Points Rules

Archive|Mobile|Dark room|CodersClub

Top.Mail.Ru
Top.Mail.Ru

2024-03-29 17:29 GMT+3 , Processed in 0.025772 sec., 10 queries .

Powered by Discuz! X3.4 Release 20230520

© 2001-2024 Discuz! Team.

MultiLingual version, Rev. 4301, © codersclub.org

Quick Reply To Top Return to the list