XF 2.0 Nested quotes in Xenforo 2?

Sunka

Well-known member
In XF1 we could change code in library/XenForo/ControllerPublic/Post.php and we can have nested quotes in posts.

Find:
Code:
$quote = $postModel->getQuoteTextForPost($post);

Replace:
Code:
$quote = $postModel->getQuoteTextForPost($post, -1);


Please, what and where to change in XF2.
What is equivalent for that in XenForo 2.

Thanks
 
Back
Top Bottom