Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 22,601 through 22,625 (of 64,534 total)
  • Author
    Search Results
  • #140886
    jsalomone
    Participant

    I still have the problem on my site, and am not using WishList Member.

    I tried a clean install with all plugins I am using, and maybe the order of installing was different, but on the clean install I had no problem, until I did a database restore. Something in the db messes it up. I can’t see where in the code the showing of the first post (or any) is checked against some condition.

    Did the past updates of bbpress and other plugins too (not the latest wordpress though) and the behavior is still the same.

    #140883
    The_Geek
    Participant

    Hi there!

    The bbPress doesn’t works correctly with SMThemes theme Architecture, but with standard WordPress Theme it works well.

    I want use bbPress with Architecture theme, but I can’t find information about it. Yes, I’m googling it and trying to optimize theme myself, but it doesn’t works.

    In WordPress Theme – http://itmages.ru/image/view/1411812/5e541222
    In Architecture Theme – http://itmages.ru/image/view/1411811/16a608ca

    Help me please.

    #140877
    lantaarntje
    Participant

    Dear Stephen.

    That did the trick – i disabled WP United and topics has the right authors but other problems occur:

    * I can’t log out anymore – you can push the button logout but nothing happens. When you refresh – Login Screen appear. strange! – I use Buddpress & BBpress. Tempate Default Buddypress template. Before forum conversion did was still operating well.
    * When you make a reply to a topic – all the BBcodes buttons are gone.

    #140873
    maplewang
    Participant

    I did not know where is it? though there are page i8n, i10n, seems we should use utf8 for internationalize?

    #140870
    maplewang
    Participant

    It is a bug of BBPress? It seems it can not run on other than Port 80.

    #140869
    shearamariz
    Participant

    Hi,

    I know that this must not be posted here but the author of this plugin has no response anymore and I believe this plugin must be integrated to bbpress itself since it’s very important to avoid spams and to moderate posts that are not related to the forum.

    Please see this link: http://pastebin.com/EMmZK1Zt
    for my code.

    Now, my problem is I cannot make it work. I have checked the structure of wp mail and I know I’m in the right path. It’s just why it’s still not working.

    I hope someone here can help me as I’ve been struggling on this for months now.

    Thanks and have a great day ahead.

    Best regards,
    Mariz

    #140867
    Jeri
    Participant

    @netweb

    Here’s my setup:

    Wordpress version: 3.8
    bbPress version: 2.5.2
    Operating system: Linux
    Web server: Apache
    Theme: html5blank
    PHP version: 5.3.3
    Notable plugins: w3tc, buddypress, jetpack, gravityforms, wordpress seo

    Thanks!

    #140866
    Morgan Kay
    Participant

    Here’s my setup:

    WordPress Version: 3.8
    bbPress Version: 2.5.2
    Operating System: Linux
    Web Server: Apache
    Theme: Twenty Twelve child theme
    PHP Version: 5.3.3

    Thanks for looking into this!

    #140864
    kellbot
    Participant

    I have the same problem (including all posts classed .even) on two very different setups, here’s what I’ve got:

    Environment 1:
    * WordPress 3.8
    * bbpress 2.5.2
    * CentOS (Linux)
    * Apache / cpanel
    * heavily customized theme loosely based on Twenty Twelve
    * PHP 5.4.19
    * tons of plugins, many custom, major ones include buddypress and w3total cache

    Environment 2:
    * WordPress 3.7
    * bbpress 2.5.2
    * Ubuntu (Linux)
    * Apache (no cpanel)
    * bbpress Twenty Eleven (a child theme of Twenty Eleven with small adjustments for better bbpress integration)
    * php 5.3.10
    * no plugins except w3total cache

    Both sites have reply threading enabled.

    #140863
    Spencer Hill
    Participant

    I’ve installed BBPress alongside BuddyPress and attempted to create the Forums page (http://www.theportlandcompany.com/contact-and-support/forums/) but nothing is appearing. Can someone enlighten me as to what I’m doing wrong? Thanks!

    focallocal
    Participant

    Hi, is it at all possible to display an individual part of my forum on a different page?

    i want to be able to do exactly what buddypress does when they display bbpress categories as forums for their groups, and so i can have that category of the forum show up as an element in a custom made page.

    i tired with shortcodes but that only seemed to give the headings, i want the threads and comments from the forum to be usable from different pages in my site, exactly how buddypress allows users to access the forums in their groups.

    Any help would be amazing as i’ve been stuck on this for 2 weeks now and my project deadline is almost upon me.

    #140861
    jdredd87
    Participant

    I got this working on iOS phone device it looks.

    method I had this done, was I had the bbpress installed in the
    “Forums” folder.

    I had created a page just called “Forums” and this it. No body text.

    I deleted that, Created a new page just called “Forum”
    and in the body text used the “[bbp-forum-index]” tag and
    set the permalink to 3800forum , after this, it started to work.

    http://i111.photobucket.com/albums/n136/jdredd87/IMG_0989_zps49c2b51f.png

    #140850

    In reply to: Happy New Year 2014

    Robin W
    Moderator

    Loads of people work hard on bbPress – and can I share my thanks to all those that have answered my questions over the last year !

    #140849
    Robin W
    Moderator

    If you want to create pages specifically to do things, then you can use shortcodes, the list of them is here

    https://codex.bbpress.org/shortcodes/

    so if you created a page and form instance put in the shortcode

    [bbp-login]
    

    you would have a page with a login.

    Above the shortcode you could put some rules, or tell people how to register etc.

    #140847
    Robin W
    Moderator

    The file that displays this is loop-single-forum

    wp-content/plugins/bbpress/default/bbpress/loop-single-forum.php

    You can save a version to your theme – see

    Step by step guide to setting up a bbPress forum – part 3

    item 3 for how to do this

    If you amend the current line 31

    from

    <?php bbp_list_forums(); ?>
    

    to

    <?php bbp_list_forums(array (
    		'show_topic_count'    => false,
            'show_reply_count'    => false,
    		'separator' => '',
    		));  ?>
    
    

    It will stop it displaying the numbers in brackets after each topic.

    To display these against the items will need some code at line 42 – beyond my immediate knowledge as to what you’d put there to get it to match the list

    `

    FlitterCMC
    Participant

    I recently installed bbPress over at Cutie Mark Collectables, and I’m having issues with any links which include /reply/edit (i.e. http://www.cutiemark.co.uk/forums/reply/85/edit/). They appear to go into an infinite redirect loop.

    Editing original topics (http://www.cutiemark.co.uk/forums/topic/looking-for-trouble-pinkblue-rainbow-dash/edit/) works fine.

    The issue appears to be related to the WordPress e-Commerce plugin from GetShopped, because the edit function works when this is turned off. However, turning off my store isn’t a viable fix so I’m looking for a workaround e.g. a way to turn off using permalinks for the edit reply option.

    I’m using this stack:
    – WordPress 3.8
    – bbPress 2.5.2
    – Linux
    – PHP 5.5.6
    – Apache 2.4

    Others have reported this issue and not received any support so I’m hoping I can get a hand here.

    #140841
    tnts
    Participant

    Thanks for your step-by-step list e-motion! Our 6000+ user’s and 360 000+ post’s forum is still running on BBPress 0.9.0.2 and I’m going to upgrade it now. I think I just have to upgrade it first to 1.0.3 and then to 1.2 and follow your steps from point #5 or what do you think?

    #140837
    artkahlich
    Participant

    I have observed precisely the same problem on my Android Motorola Droid HD Maxx. In my case I defined a page containing the [bbp-forum-index] shortcode for the Forums top level. If I go to that page in either of the latest versions of IE or Firefox, I get a nice page showing the Forum categories. Using my Android phone, I get a page containing the single word ‘Forums’. As the OP noted, if I go directly to a Forum category or topic all is well.

    My WordPress version is 3.8, bbPress version is 2.5.2. I am using a copied and modified version of the TwentyFourteen theme.

    #140836
    5ngua
    Participant

    should this be a default feature of bbPress?

    #140835
    willandmae
    Participant

    I would like to take this moment, hours before the new year actually arrives and thank each of you for your help and assistance. For without your help I wouldn’t have a site at all worth mentioning. Thank you for BBPress and to all the plugin authors for your hard work and sharing your fine talents with the rest of us. Many blessings and wish good fortune and happiness to all!

    From my family to yours–Happy New Year!

    William

    Joseph’s Story

    #140830
    writegnj
    Participant

    agree with u big dream theory. GD BBpress attachments does not do the job and BBpress should’ve have this long time ago.

    #140828
    jdredd87
    Participant

    WP 3.8 and bbPress 2.5.2
    Did searching but did not come up with much..

    I have currently on my site a search for the WP side,
    and a search for the forum side.

    Is there a plugin or method of getting a single search
    that can give a break down results list of links of both
    the WP content (pages/posts/comments) and forum posts ?

    This is a site setup for a common interest deal to commit
    data and write ups in both areas and would like to make it
    simple to find what you maybe looking for.

    #140827
    jdredd87
    Participant

    Using latest wordpress 3.8 and bbpress 2.5.2..
    Using the 2014 template.
    Did searching but didn’t see my exact problem mentioned?
    I am new to WP/BBPress so maybe a newb issue. Only been 3 days..

    Windows/OSX/Chrome/IE/Safari work fine.

    Chrome/Safari on iOS on an iPad seems to work fine.

    Chrome/Safari on iOS on a phone does not. If you go straight to the forums link
    you just get a section that says Forums and thats it.

    Android is unknown…

    If you go straight to a forum section or a forum post, that works fine.

    site is http://turbo3800.com/

    Screen shot…

    http://i111.photobucket.com/albums/n136/jdredd87/IMG_0988_zpsee71ee92.png

    #140826
    LDP-154
    Participant

    I am running the theme Twenty Thirteen, WordPress 3.61 and bbPress 2.5. The Forum Sidebar widget does not replace the Secondary Widget Area on the Forums page. Any suggestions? Thanks. Unfortunately, our site requires a login to our Forum so I cannot provide a link.

    #140818

    I’m having the same failure of the “Notify me of follow-up replies via email” box. When I reply to a post and check the “Notify me of follow-up replies via email” box and reply to the post I get no email. However, if I go back and select “Edit” for my post and re-check the “Notify me of follow-up replies via email” box then all replies to the post result in an email to me. Why is the initial input box not responding? I am using bbPress 2.5.2.

Viewing 25 results - 22,601 through 22,625 (of 64,534 total)
Skip to toolbar