david-mcgurrin
6 years agoHelper
Post Success Page links
Hey folks! Wondering how to go about adding links on the post confirmation page, similar to how it is done on Lithium. Would it require some JS to store the location of the forum board or is there...
- 6 years ago
Yes you have to create your own custom component for this and add that on PostSuccessPage.quilt.
On post success page you will get url and that would looks like below:
You can fetch the "message-id" and "board-id" from URL. To do that I have explained in my post here, and using the same you can fetch these id's.
After fetching the message-id you can make it for your use.