Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Unable to Stack Conversations in Quote Reply beyond most recent Reply
Avatar
patrick182
Space
Member
sp_UserOfflineSmall Offline
Sep 5, 2016 - 8:15 pm

 When a user Quotes a Reply to a stack of two comments by two separate members, the only comment that's added to the quoted reply is the latest one. Is there a way to stack the conversation comments when a user Quotes a Reply?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Sep 5, 2016 - 9:34 pm

No, I dont believe there is...  I thought we might have left a filter in there when we changed this some number of versions back (by popular request by the way)...  but not seeing it right now...  may need @yellow-swordfish to weigh in tomorrow morning...  always felt this day was coming with the change - surprised it took this long 🙂  even though the masses clearly wanted this change...  still hoping we have a filter to override...

more in AM...

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Sep 6, 2016 - 3:30 am

Try the following. This should return things to the way they used to be for all new posts and quotes after the new code is in place.

If it does not exist - add a NEW php file in your '/wp-content' folder named:

sp-user-functions.php - exactly as shown and add the following code. Note - NO spaces/empty lines must be above the opening php tag or below the closing php tag.

<?php add_filter('sph_quote_content', 'quote_as_original_sp', 10, 2); function quote_as_original_sp($content, $original) {     return $original; } ?>

And save.

do let us know if that returns things back to the old method for you.

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620