Hello,
I have been trying to set vanilla comments with Bolt CMS but I just can't find the vanilla_identifier to use. Anybody have an idea what it is?
bolt.cm is the cms btw.
Bump
Just use the unique identifier that bolt uses for the item. Something like record.id according this twig template: https://github.com/bolt/bolt/blob/release/3.0/theme/base-2016/page.twig
record.id
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Alright, I got it to work now. Thanks.
But now when after I login in the iFrame it doesnt open the comments in the frame but the entire forum, anyway to fix this?
Under Advanced Embed Settings, uncheck "Use popups for sign in pages."
Well then the login page does open in a new tab but it does not redirect to the article. Anyway to change that?
Comments
Bump
Just use the unique identifier that bolt uses for the item. Something like
record.id
according this twig template: https://github.com/bolt/bolt/blob/release/3.0/theme/base-2016/page.twigSearch first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Alright, I got it to work now. Thanks.
But now when after I login in the iFrame it doesnt open the comments in the frame but the entire forum, anyway to fix this?
Under Advanced Embed Settings, uncheck "Use popups for sign in pages."
Well then the login page does open in a new tab but it does not redirect to the article. Anyway to change that?
Bump