Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 10,176 through 10,200 (of 64,535 total)
  • Author
    Search Results
  • #179032
    imthinking
    Participant

    Thank you Robin for your response. It’s much appreciated. I actually had already tried that route exactly as you have described plus I probably didn’t make my question clear on the private part.

    Here is the link to my test page of forums – http://imaginationfoundry.com/forumhome/

    I made “Pasteboard Heaven” a category and then packet of fun with PH its parent. Even though I chose Alternate on BPQ my site is creating an indent instead of bringing it down one notch on its on line.

    Regarding the private portion I meant I didn’t want the private groups to display on my main forum index page.

    Any thoughts on why my bbpress is creating an indent?

    Any thoughts on how to hide th private groups from displaying on my forum page?

    Thank you Robin or any others.

    #179030
    Robin W
    Moderator

    bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #179028
    Robin W
    Moderator
    #179025
    Robin W
    Moderator
    #179002
    bobtheturtle
    Participant

    Hi,

    How do I get the topics and reply on my bbpress forum? I got the main “forums” page to display full width using the “full width template” but everything else is still got the sidebar.

    Please help!

    here is my website forums http://www.iappadapt.com/community/

    #179001
    imthinking
    Participant

    I’m a solid 7.5 out of 10 on WP but 100% new to BBpress.

    I plan on having about 15 categories with some 50 forums for each category on my site. The current default display isn’t easy to follow so I’m attempting to find a way to easily change the layout on the forum index display page.

    However, I don’t want to show all of the forums as some are private to groups etc.

    I’m looking to achieve this look on this page: http://theme-sphere.com/smart-mag/forums/

    I understand CSS is involved here but I’m looking for a get me going fix.

    How can I list multiple forum titles on one page. When I use the code [bbp-single-forum id=2733] and then use it again to show a different forum it will only show the first one.

    Is this not possible with shortcode?

    Could I create a graphic bar and separate groups of forum titles like in the page I linked to?

    Thank you for whoever guides in the path of rest as I have exhausted these forums in an attempt to answer these questions.

    🙂

    #179000
    miller007
    Participant

    I also have this problem and am running the current versions of WordPress and bbPress. Is there a fix for this yet? Thank you!

    #178999
    gobi004
    Participant

    i’ve moved the topics and replies from one to another site. topics are showing but replies are not showing i’ve done repair things also. it shows only current replies which is from new site. but doesn’t show the imported replies.
    link: http://developer.agile-labs.com/forums/

    #178995

    In reply to: Private Forums issue

    wafadul
    Participant

    3 days and no reply from bbpress support for a very basic question?

    is payment now necessary to be able to get help around here? just asking.

    #178993
    jbrownwebdev
    Participant

    I’m currently working on a project for a client who wants to have the latest reply from any topic in a forum show up on the main bbpress page under the forum name. Is there a way to get this reply from the database using either built in functions or a wp_query. I also need to show the persons avatar, name, and when it was posted. Any help would be greatly appreciated. Dev site is at http://realestateinvesting.how/topics/. I can’t tell you exactly what version of bbpress they are using as the client hired a developer before me who hid the plugins unless your at a user level higher than admin. WordPress version is 4.5

    #178992
    atmojones
    Participant

    @Robkk any thoughts?

    So I made a clean install of WordPress and bbPress (and then after a few test posts I installed buddypress which didn’t change anything) and made 2 users. When I @mention a user in the forum it links correctly regardless of how many spaces I enter. HOWEVER, it does always strip the leading spaces down to 1 in the presentation of the post. If I click Edit on the post the original number of spaces can be seen. Is this intended behavior?

    I’m going to make the changes to functions.php to enable the visual editor and to enable buddypress @mention suggestions in bbPress visual editor (like my production site) and see if the error reproduces.

    #178988
    ecsadmin
    Participant

    Hey..Im using free bbpress plugin..Is there a way to rearrange forums based on my choosing.It seem to list them in alphabetical order…any suggestions,solutions..thanks

    #178985
    senatorman
    Participant

    Hopenly you don’t give up the search for a faster BBpress.

    We migrating from phpbb to BBpress. and the new BBpress forum is ready for launch.
    But we afraid the visitors are not happy with the speed and boycot out
    So we waiting and hoping than anyone the speedproblem find and solve this huge problem.

    Until the problem exist we still use phpBB

    #178984
    goviajero
    Participant

    I’m running a global project with must students on the forum but now the topics and replies they’ve made are not appearing.

    [mod edit – link removed ]

    I already tried to disable all plugins except bbpress but nothing happened. Please help.

    Thanks

    #178980
    caylerose
    Participant

    Hello, I Installed wordpress correctly with an mySQL, installed a theme, then installed bbPress. When I click on Forums, I see they exist in the control panel, but when I visit the pages, they just don’t exist. My theme comes with a Basket because it comes with a market, and even the URL/Basket is missing. I’m not sure what is going on as I am new to WordPress. This site is keeping me afloat so any help i really appreciate.

    #178977
    sjc
    Participant

    Hi,

    New to bbPress and finding it great to work with.

    I have an issue though – on forum listings all topics get the wp-sticky class regardless of whether or not they’re sticky. This is the same whether or not there are any sticky topics in a forum.

    Is this is a bug or am I missing something?

    wp-sticky class

    WordPress 4.6.1 / bbPress 2.5.11

    #178975
    goviajero
    Participant

    Hello, I’m using this function from bbpress codex to add login/logout to the menu.

    I want to show the login/logout on the top menu only, not on the header. Any way to do this? Hope its just a simple tweak. Thanks

    add_filter( ‘wp_nav_menu_items’, ‘rkk_add_auth_links’, 10 , 2 );
    function rkk_add_auth_links( $items, $args ) {
    if ( is_user_logged_in() ) {
    $items

    #178974
    goviajero
    Participant

    Hello, I’m using this function from bbpress codex to add login/logout to the menu.

    I want to show the login/logout on the top menu only, not on the header. Any way to do this? Hope its just a simple tweak. Thanks

    add_filter( ‘wp_nav_menu_items’, ‘rkk_add_auth_links’, 10 , 2 );
    function rkk_add_auth_links( $items, $args ) {
    if ( is_user_logged_in() ) {
    $items

    _______________________________________________________________________________________

    #178966

    Topic: Hello bbPress

    in forum Installation

    I am Kwaku Bawuah Asare Konadu.
    Hello guys newbie her on ppPress version
    Need some advise.
    Thanks

    Best Regard
    Kwaku Bawuah Asare Konadu

    #178953
    Daethian
    Participant

    Something has gone wonky and suddenly none of the original posts in my topics are visible. You can see all of the replies and make a reply.

    bbPress 2.5.10-6063

    I’m running the latest version of WordPress and Buddypress.

    #178945
    coffeywebdev
    Participant

    If you would be willing be compensate me for my time (if I proved to be helpful), then I would be happy to help!

    You can skype me at coffey.j.anthony, I am almost always available and I have 2-3 years of bbPress dev experience.

    #178944
    Thomas_k
    Participant

    Hello everyone,

    I have a lot BBpress related questions that i can’t find a good answer to. Is there someone that has some good experience in customizing and setting up BBpress who has Skype and is willing to help me trough Skype?

    The answers i am looking for are related to these subjects.

    *When user account is created, user logs in but when button log in is clicked, page refreshes and doesn’t show logged in account information. The same screen as when not logged in.

    *When the user finally gets logged in there is a wordpress menu on top, how to delete this? (atleast on mobile we’ve seen it)

    *We want a different page for the user that already has an account or for the new users that aren’t already logged in (forum page).

    *BBpress sidebar is not showing up, tried many different things. Adding code manually, installed plugins etc. Only the main theme sidebar is showing.

    *Breadcrumb path is displaying forums twice. We did some php code to hide the homepage but don’t know how to hide these double words.

    Help would be really appreciated. If there is no way around i am willing to pay a small fee.

    Thomas

    #178943
    celal71
    Participant

    Hello,
    Check over here my yucky bbPress. There must be something wrong with my bbpress installation:

    ekliyo

    help me..!

    #178938
    numoa
    Participant

    WordPress 4.6.1 running Avada theme, bbPress 2.5.10, and Userpro plugin

    Using bbPress forum with UserPro plugin to manage users. You need to be logged in to view forum so “Restricted Content / Members Only You cannot view this content because It is available to members only. Please Login or Register to view this area” message appears when you click on forum when not signed in. After clicking on Login, I sign in and the forum appears, but it still has the same Restricted Content message above the forum. The support team at UserPro said “Can you please try contacting to bbPress and ask them about how the private groups and forums are created in their plugin, as they will be the best to understand the structure and functionalities of the plugin.”
    Site is http://www.numoa.com
    Thanks for your help.

    #178936
    n0mad
    Participant

    Hi Guys,

    I’m new here and currently I’ve stumbled upon an issue while migrating from ning platform to buddypress.

    1) In ning forum one can reply directly to a message posted in a specific topic.
    A: Hi
    B: Hi
    Rather than
    A: Hi
    B: Hi

    as a separate message below. The issue is that if there’s a lot of people engaged it might be hard to reply to a specific message on the forum.

    How can I achieve this functionality on bbpress, I’ve looked around for plugins and I wouldn’t like to mess with core files to do the import properly.

    Best,

    Marcin

Viewing 25 results - 10,176 through 10,200 (of 64,535 total)
Skip to toolbar