Sunka
Well-known member
I need that someone create addon for nested quotes.
In XF1 we could change code in
Find:
Replace:
I could pay 10 dollars for that
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);
I could pay 10 dollars for that