Sunka
Well-known member
In XF1 we could change code in
Find:
Replace:
Please, what and where to change in XF2.
What is equivalent for that in XenForo 2.
Thanks
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