Hi @kdelsimone,
Thanks for reaching out.
The difference is that one returns the reply permalink (which shows just the reply itself) and the other returns a link to the thread with the reply’s fragment. e.g.
Reply url: http://somedomain.com/forums/reply/5000/
Reply-replyurl = http://somedomain.com/forums/topic/some-topic-title-for-the-thread/#post-5000
They’re poorly named, I agree, but I’m stuck with them due to backward compatibility.
I’ll probably revamp this when I get to work some more on version 2.
Now, what issues are you having with the bbpress reply URL? Maybe I can help…
Cheers,
Vinny
-
This reply was modified 4 years, 4 months ago by
useStrict.
Hi Vinny,
Thanks for clarifying the difference. The issue I am having is exactly related to which url is returned. I need to direct users to the reply post within the thread (as opposed to the just the reply post by itself), so I think you’ve actually solved that for me with the reply-replyurl tag.
Regarding backward compatibility, is the [reply-replyurl] tag also used in bbpress or is that unique to bbpnns? I’m trying to figure out where that url is defined in bbpress, as it might help me understand the other issue I’m having.
Thanks again!
Kristen
The tag is unique to bbpnns (I meant bbpnns backward compatibility with itself, for people using the tag).
The tag uses the following bbpress function: bbp_get_reply_url( $reply_id )
Cheers,
Vinny
Super helpful–thank you!!