Forum Replies Created
-
In reply to: I think I found a bug in bbp_topic_subscription_link
Somewhat related… anyone else have an issue where no anchor is generated for bbp_topic_subscription_link?
In the loop-replies.php template I have:
<div class="reply-content">
<button type="button" class="btn btn-default btn-sm" title="Set as Favorite"><?php bbp_user_favorites_link(); ?></button>
<button type="button" class="btn btn-default btn-sm subscribe" title="Subscribe to Topic"><?php bbp_topic_subscription_link(); ?></button>
</div>
If you view source on the webpage there is no anchor present.
Subscribing to Forums works as expected.Probably related to these:
https://bbpress.trac.wordpress.org/ticket/2581
https://bbpress.trac.wordpress.org/ticket/2480Thanks. I sort of figured that out after removing my custom templates. Not sure where I got the code for form-topic.php because it was very different from the default and that made the difference.
Thanks for the tip on the shortcode. That alone would have helped some of my troubleshooting.