P Paul B XenForo moderator Staff member Mar 28, 2015 #2 Yes, you just need to do it manually. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Mar 28, 2015 #3 Arno Nühm said: How can I use nested quotes? Brogan said: Yes, you just need to do it manually. Click to expand... Click to expand... Code: [QUOTE="Arno Nühm, post: 917087, member: 91921"]How can I use nested quotes?[QUOTE="Brogan, post: 917089, member: 521"]Yes, you just need to do it manually.[/QUOTE][/QUOTE] Upvote 0 Downvote
Arno Nühm said: How can I use nested quotes? Brogan said: Yes, you just need to do it manually. Click to expand... Click to expand... Code: [QUOTE="Arno Nühm, post: 917087, member: 91921"]How can I use nested quotes?[QUOTE="Brogan, post: 917089, member: 521"]Yes, you just need to do it manually.[/QUOTE][/QUOTE]
Sunka Well-known member Mar 28, 2015 #4 Or if you want to manually change code, open library/XenForo/ControllerPublic/Post.php Find: Code: $quote = $postModel->getQuoteTextForPost($post); Replace: Code: $quote = $postModel->getQuoteTextForPost($post, -1); Upvote 0 Downvote
Or if you want to manually change code, open library/XenForo/ControllerPublic/Post.php Find: Code: $quote = $postModel->getQuoteTextForPost($post); Replace: Code: $quote = $postModel->getQuoteTextForPost($post, -1);