Search Results for 'code'
-
Search Results
-
Hello
I am trying to use bbPress for a forum and when I use the short code to generate the index it does not show correctly. It does show a link (http://localhost/my-app/wordpress/forums/forum/wvv-forums/)for the index and if I click on the link it shows a better formatted list.I have 4 sub-forums and instead of 1 per line, it shows 2 per line. Using Twenty Seventeen and have previewed with sixteen and fifteen themes, too with no effect.
What do I need to do to fix this?
Thanks in advance.
hi,
I create a new forum site with bbpress and BuddyPress.to fillup all forum category I copy paste posts from another. When I copy and paste post in the new topic by visual edit option and publish it some off content comes with HTML code.how to solve this. here I give two pics for you.<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
after publishing the articles its show like this.<script async src=”//s.imgur.com/min/embed.js” charset=”utf-8″></script>
plz, give me a solution to this problem. thank you.
Hello,
Recently I started to setup a community using buddypress and bbpress and only after a few tests I noticed that when someone create or reply a topic no notification is created. This is a bit frustrating considering how important the notifications are to keep track of what is happening in the community.
Looking through the forum for a solution I found a topic with a similar subject, however when trying to use their code a empty notification is created (there is no text or description). Here is the topic: https://bbpress.org/forums/topic/new-reply-notification-link-to-the-reply/
Anyone can tell me if the code above still working? I think that something changed since that this code was published, but I cant figured out what.
Topic: Forum form is not working
Hi,
I added forum form to the frontend with the help of shortcode “[bbp-forum-form]” to forum page. But when I submit forum, it will not saved and redirected me to other saved forum.
When I created sub-forum then it works fine.
Hi,All.
Is there a way to specify multiple tag IDs when display topics?
It’s a common-sense way of thinking↓
<?php echo do_shortcode('[bbp-single-tag id=777,111]'); ?>But this code did not work 🙁
I wonder what I should do.
Thanks.
Hi,
I used below code to add forum from frontend for Moderator user in my child-theme function file, but nothing works and showed on frontend.
function ntwb_bbp_forum_form() {
if ( bbp_is_user_home() && current_user_can( ‘moderate’ ) ) {
echo do_shortcode( ‘[bbp-forum-form]‘ );
}
}
add_action( ‘bbp_template_after_user_profile’, ‘ntwb_bbp_forum_form’ );Please help me to sort out this.
Hello,
Robin i added the tutor code to my functions file.As you can see in this link –> https://prnt.sc/l5mmhh i can see the role while editing users forum role.But the thing is when i try to give the user that Tutor role and save user profile.The forum role of the user is being -No roles for this forums- so i can’t give the custom role. Also i tried the other custom name functions thing.I created a role and gived it participant perms but couldn’t give that role to user too.

