Forum Replies Created
-
Okay, thanks! I’ll try to figure it out – and if I find a somehow logical way to get it done, I’ll post it here.
Thanks again!
Sorry for spamming! But is it somehow possible to give BuddyPress pages certain IDs, so the comments can use them?
Oh wait, that won’t work, because users can change their username on our site – which would also break the comments… Okay, now I’m officially lost…
Okay, thanks! Is it possible to get comments not tied to a certain id but to an url?
Thanks, @hnla! So you’re saying comments can only be shown on a page with an id? I just need the comments to be visible and functional on a member’s profile home page. Like on http://www.example.com/members/john/. But how does the comments function know, what id the member’s profile page has?
Thanks! I put the function into wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php. I tried several comments.phps from several themes, but the only thing that always shows up is the number of comments (0 comments), but no comment forms. I think that’s because comments are closed on this kind of page and I don’t know how to “open” them. And when I modify the comment forms to show up on closed comments, the blank wp-comments-post.php appears, after I click submit.
Thanks again for your help!
Thanks, @henrywright! I tried this, but as soon as I send the comment, a blank wp-comments-post.php appears. But you’re saying comments_template() is also possible on BuddyPress-sites?
I’m sorry to bug you again, but it just won’t show normal comments on our BuddyPress sites. Is it impossible – or is it too obvious and I’m kinda stupid? 🙂
Thanks in advance!