Search Results for 'bbpress'
-
Search Results
-
Hi,
I have an old Buddypress Legacy forum, I tried to import it into BBPress (with bbpress1 settings import). All topics and forums are well imported except users all converted as ANONYMOUS (except deleted users well converted with their old usernames ! Weird !)
I did this with last WP, last Buddypress and BBPress 2.6RC5.
I have deleted forums, and tried to reimport them, without success.Did I miss something ?
Topic: Installation
Hi
I have just installed (created) my first bbpress forum on a new site. I followed the guidelines and in the installation process used “method 2” which allows me to add some custom words to the forums page (I.E. to welcome visitors etc).
However, rather than people seeing the forum or a “nice” front page they see the below, which looks like an old style HTML bulleted list (it doesn’t copy properly into this box). When I click on the “Spark Forum” link (below) it then takes me to the proper forum page which looks great – my question is hw do I get this front page of the forum to look nice (I put this into the custom box as the instructions suggested: Welcome to the Spark Forum [bbp-forum-index])
*************** WHAT MY FORUM LOOKS LIKE AT THE MOMENT…. ******************
Welcome to my new Forum
SEARCH
Homepage › ForumsForum
Topics
Posts
Freshness
Spark Forum
0
0
No TopicsTopic: themes
Im at a loss. I saw a video on Youtube saying once installed, you could pick a theme for your BBPress forum. I cannot find this.
2) my host setup a subdomain for me and a forum directory, however when I downloaded the plugin, it does not appear in this directory.
hi Guys
In most forums software, there is the possibility,
to assign one or more users the role as moderator for a particular forum.
Is this also possible with bbPress?(User 1 Mod for Forum 1 / User 2 Mod for Forum 2)
Hi Guys,
I am wondering if is there any existing feature on the BBPress to have a login, register, forgot password, email confirmation only in front-end? I know that there are [bbp-login], [bbp-register], and [bbp-lost-pass] short-codes that you can place in the page so that it will display on the front-end but the issue is when user enters an incorrect password or account, it will redirect to admin login. What I wanted is to stay always in the front-end. Or do you have any suggestion what plugin I can use that and compatible?
Thanks,
jackHello
I am using the latest version of WP and bbPress with iThemese Builder theme.
Through the theme functions I am able to show all parts of the forum on a particular theme layout, apart from the forum index page when the breadcrumb ‘forums’ link is clicked. This takes me back to the main template layout which does not have the forum wigdets as required on all forum pages.
I also have the same issue with the search results.I have tried the following code but as I am not overly familiar with bbPress conditionals it does not solve the problem. I believe what I am look for is the correct information to go into this line:
if ( is_bbpress() && in_category( ‘page’ ) )// create view for forums function custom_filter_category_layouts( $layout_id ) { if ( is_bbpress() && in_category( 'page' ) ) return '599b46ad5fa63'; return $layout_id; } add_filter( 'builder_filter_current_layout', 'custom_filter_category_layouts' );
Any advice appreciated.
Mike
Hello
I am seeking help with the correct conditionals to show a custom view.
I am using
WP Version 4.8.2
bbPress Version 2.5.14
Ithemes Air ThemeI have been given the following code to insert into the functions.php file in my child theme but I am missing something here?
function custom_filter_category_layouts( $layout_id ) { if ( is_single() && in_category( 'news' ) ) return 'INSERT LAYOUT NUMBER'; return $layout_id; } add_filter( 'builder_filter_current_layout', 'custom_filter_category_layouts' );
I have tried most of what look to be the relevant conditionals at https://codex.bbpress.org/bbpress-conditional-tags/
I can get most forum views to use a theme layout I have created in Air Theme apart from the forum index page and the CHILD FORUMS (forums created with a parent)
I spoke with iThemes support and they told me it was best to ask here. If someone could help me out here it would be appreciated.
Best Regards
MikeHi there,
I need my forum Participants to be able to Delete/Trash their own posts. I see the solution suggested in https://bbpress.org/forums/topic/allow-participants-to-trash-own-topics-and-posts/ is already in my bbpress Version (2.5.14), but it still doesn’t allow the participants to delete their own posts. Is there any other workaround?
Thanks in advance!
Hey there, I’ve installed bbPress on a site for one of my clients who is running a membership and I’ve run into an unusual glitch that I will try to clearly explain.
When logged in as an Admin/Keymaster:
1. I am able to see the Community Forums page that lists the different Forums that we’ve created.
2. When I click on a forum I am able to see the list of Topics that we’ve created within that forum.
3. When I click on a Topic I’m able to see the description for that Topic that we added when we created the topic.
4. When I click on a Topic I’m also able to see the replies posted on this topic.When logged in as a Subscriber/Participant:
#3 from above doesn’t work – the other pieces work fine.
So when a subscriber clicks on a Topic they don’t see any of the detail for that topic. Also, when they submit a topic, it shows up in the list under the specific Forum, but no other members can see the details – only the title of the topic.The Topics aren’t showing as “hidden” or anything like that. They are visible as a list – it’s the “description” piece that doesn’t show up when you go in to the topic (even the box for the description and whole posted it is missing once inside the topic).
I’ve tried playing with the public and private settings. The site is protected using WishList member. I’ve tried it with protection turned off and on. I’m pretty stumped right now.
As I said, it displays perfectly correct for the Admins/Keymasters – but is simply missing that one piece when logged in as a Subscriber/Participant.
I’m really hoping that someone else has run into this and knows a quick fix… too idealistic? lol fingers crossed.
My client is launching this site to his members in less than 8 hours from now (Wednesday, October 25, 2017, 3pm EST). (Don’t we love it when clients ask for last minute add-ons with no notice and expect everything to work perfectly haha.)
Thanks in advance for your help!
(I can provide screenshots later if that would help, can’t grab them from the computer I’m currently at.)
Topic: Activation e-mail not sent
WordPress 4.8.2 running Impreza theme
bbPress 2.5.14-6684I recently installed bbPress and the e-mail activations were working fine. I made no changes and now the activation e-mail is not being sent. I did go in manually and assign those users access manually but need to find out / fix the issue of activation e-mails not being sent to users to verify.
Kenneth
Good afternoon,
I hope I am asking this in the right category. I manage a website for a training provider. Their current forum does not work with jaws. this is a screen reader for blind people. So I am looking for a forum that works with the jaws screen reader and I would like to know if this is the case for bbpress.
sincerely,
Mieke Haveman
Hey guys, I am new to wordpress, and bbpress. I am starting a forum, and I want to add a profile page for the users. I also want to add the ability to make a signature at the end of their posts. I do not know how to work with the scripts so much, I get lost in which editor I should be using, or where to place the information. The scripts I have put in following other threads have had no effect.
Hi Guys,
Anyone knows how to modify the content-archive-forum.php located in wp-content\plugins\bbpress\templates\default\bbpress using a custom plugin(not in the theme)? Is it possible?