Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,901 through 34,925 (of 64,534 total)
  • Author
    Search Results
  • #109761
    selise
    Participant

    thanks daveshine and travishill, i’ll give travishill’s suggested plugin a try.

    #109775

    In reply to: "Page not found" error

    grafics
    Participant

    I’ve been developing WP for some time, but this is our first buddypress/bbpress project. Having the same problem described above.

    WP 3.2.1

    Buddypress 1.5

    Created a “forums” page with shortcode which correctly shows the forum index. Clicking on a specific forum works as well, showing list of topics within that forum. The 404 comes when clicking on a specific topic. I’ve assigned the topic to the specific forum. The resulting url seems to be correct

    mysite/forums/specificforum/topic title

    I’ve also found that I have the “create new topic” form on the specific forum, when I submit the topic I get the page-not-found, but if I navigate back to the forum the new topic is indeed listed.

    Any help is MUCH appreciated!

    master5o1
    Participant

    O rly?

    #109767

    Use the WordPress one. It’s just posts and taxonomies. :)

    #40252
    OAEErra
    Member

    Hi, i’m using BBPress 2.0 with BuddyPress 1.5 which were installed seperately and aren’t integrated through BP.

    My BBPress forum is great, however after moving from SMF many members have asked for a “New Topic” button and a “Reply” button in the forums. They can reply or start new topics with the form at the bottom of the page, but for usability i’d like to make their transition a bit easier.

    Is it possible to add a reply button to each post – one which quotes the post made?

    Also, a reply button at the top/bottom of the thread which takes the user to a page with the posting form would be great.

    Also is it possible to have a “New topic” button on the forum index?

    Lastly, what files would I edit to make these changes?

    Thanks in advance :)

    #108322

    In reply to: bbPress Language Files

    bardo
    Member

    @Vayu: happy it worked :)

    @Moddey: your first try should have worked (look at Vayu’s solution). It’s normal that nothing changes if you edit the pot file: pot files are like “translation sources”, po files are the translated version in a human readable form, mo files are their machine-readable form. So tou should need only bbpress-da_DK.mo in your /wp-content/languages/bbpress/ directory.

    Are you sure the file permissions are ok and the web server can read them?

    #109774

    In reply to: "Page not found" error

    travis.hill
    Participant

    Well at this point in the stack I’m calling a theme or plugin issue.

    I’d start with plugins. Deactivate and see if anything changes.

    If yes, find culprit plugin and remove/find replacement. If no, move to theme related issue.

    So the contents of your child theme folder somewhat follows:

    /bbpress/
    /css/
    /js/
    archive-*.php
    **functions.php
    page-*.php
    single-*.php
    **style.css

    And these files all represent files from /bbpress/bbp-themes/bbp-twentyten/{files}?

    If so, you’ve created a PAGE, with either the bbpress shortcode or page template?

    Have you tried the bbpress packaged theme?

    I don’t personally know of any directly conflicting plugins with bbpress, but that doesn’t mean that they don’t exist. It still seem’s URLish to me. .htaccess maybe.

    Either way, the last thing you’ll want to do, i’m guessing, is a fresh install. We’ll try to get you there before that’s the (possible) solution.

    #40251

    Hey everyone.

    We’re using the new 2.0 plugin and we’re running into a couple issues that are making it a bit difficult for us to use BBPress in the way we were intending to.

    We have two separate forums right now, one for any user and a second customer only forum. Originally I set it up so that these customer-only forums were private, with read/write access restricted to a particular user-role that our customers get assigned to.

    One of the things I’m struggling with the plugin is why these private forums/topics send non-customers to the 404 page instead of actually displaying that particular forum/thread with a message warning that person viewing that is it a private forum, or some other kind of message.

    Seeing how integrated 2.0 is with WordPress, I’m rather surprised that there isn’t some kind of built-in association with user roles so that you can set certain forums to have restricted access based on these roles other than using a user role managing plugin.

    Is there something fundamental about BBPress 2.0 that I am missing here? Is this a feature that is being planned? As it stands it is a bit difficult to do what we are trying to achieve right now.

    Thank you in advance for any advice/feedback related to this matter.

    #108321

    In reply to: bbPress Language Files

    Vayu Robins
    Member

    Hi Bardo, thanks for helping.

    This worked for me finally. :-)

    So I have these 2 files here like this:

    /wp-content/languages/bbpress/bbpress-da_DK.mo

    /wp-content/languages/bbpress/bbpress-da_DK.po

    Nothing else.

    Vayu

    #106309
    Anointed
    Participant

    @eraleks

    Let’s assume that you created a new sidebar called ‘bbpress’ via your functions file. This means that when you go to the sidebar manager, that you can see one called bbpress.

    Next, take the sidebar.php file from your theme and make a copy. Name it bbpress-sidebar.php.

    Here is an example of my bbpress-sidebar.php code.

    <div id="sidebar" role="complementary">

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('bbpress') ) : ?>
    <?php endif; ?>

    </div>

    Finally there are a number of bbpress templates that call the sidebar. Replace those calls with:

    <?php get_sidebar( 'bbpress' ); ?>

    Wrapping up:

    1. You registered a new sidebar called ‘bbpress’

    2. You created a new template file called bbpress-sidebar.php

    3. You edited the bbpress-sidebar.php file to ask for the bbPress sidebar.

    4. You replaced all the calls to the sidebar with the new call to the bbpress sidebar.

    That’s about it. If it is still causing you problems then I suggest reading a few resources.

    https://codex.wordpress.org/Function_Reference/register_sidebar

    http://justintadlock.com/archives/2010/11/08/sidebars-in-wordpress

    *Author avatars.

    JJ already thought about this and added in a filter where you can choose to display just the username and not the avatar.

    <?php bbp_topic_author_link( array( 'type' => 'name' ) ); ?>

    You will see a lot of functions like the one above throughout the bbPress templates. Anywhere you find an avatar that you want to remove and just show the username, simply add the ‘type’ => ‘name’ and your good to go.

    **There may be a global way of doing this, but I did not look as I didn’t need it myself.

    #106308
    eraleks
    Member

    Hi!

    I have created custom sidebars.

    And I see in the .php files that there’s always the <?php get_sidebar(); ?> in the bottom. Somewhere I read that I should inside the () add the name of the forum, but where do I find this name/adress to the sidebars I have created?

    Also: I have a wordpress plug-in “user image” that lets users have profile pictures. The problem is that bbpress inserts the profil picture everywhere it inserts the username which makes the forum look really messy. Any suggestions?

    Best regards

    Aleksander

    #109732
    ThemeFUist
    Member

    I noticed this a few weeks ago but never checked if it was fixed:

    https://bbpress.org/forums/topic/possible-bug-ajaxurl-for-favouritessubscribes#post-92000

    #108320

    In reply to: bbPress Language Files

    ModdeyDo
    Member

    Thanks Bardo for the info, but still no joy here :-(

    I have in

    /wp-content/languages/bbpress both bbpress-da_DK.mo and bbpress-da_DK.po.

    I also put them in /wp-content/plugins/bbpress/bbp-languages and I removed the bbpress.pot file from that dir just to see what would happen.

    I even edited some Danish into bbpress.pot just to see would that help. But alas still no local language :-(

    Do you mean that $mofile should be actually set to bbpress-dk_dk.mo ? or should it just be bbpress-%s.mo.

    Moddey

    #109760
    travis.hill
    Participant

    @daveshine – THANKS!!! I was just coming by to suggest to @selise to use the Disable bbPress Profile Override plugin (shameless self promotion) that I wrote.

    It’s a temporary solution, but fits the bill.

    #108210
    David Decker
    Participant

    As I really liked the general approach of this plugin I have some errors/requests to report:

    With the plugin installed I couldn’t save the the bbPress settings anymore – gave php errors…

    Also, the plugin for me would only make sense if it’s localized properly – as of now all texts/strings are hardcoded. So for my sites in Germany the plugin is unuseable as of now but I would like to use it once it’s translateable.

    So thanx for taking your time to develop this and hopefully it will be translateable one day :-)

    Thanx, Dave from Germany :)

    #109765
    travis.hill
    Participant

    I’m trying to understand what it is you want to accomplish; i’m afraid the answer is that it’s possible, just not “out of the box” so to speak.

    Your main network site will hold the forum and all subforums, and users from each site will have access to all forums.

    #109759
    David Decker
    Participant

    You can use a new plugin for that to re-store the behavior with different user profile pages for BuddyPress and bbPress:

    https://wordpress.org/extend/plugins/disable-bbpress-profile-override/

    Hope this works for you, Dave :)

    #109171
    nuobodu
    Member

    Lucky :)

    And for me it didnt fix itself. I am not using Buddypress, but i still get the same error 404, when trying to open any forum or topic. :(

    http://www.8ball.lu/wordpress/forums

    #108319

    In reply to: bbPress Language Files

    bardo
    Member

    Also looking for the solution, I resorted to reading the code and found it. Quick version: bbPress inherits WordPress’ locale string. Suppose it’s ‘it_IT’. Then you will have to put your language file in wp-content/languages/bbpress/bbpress-it_IT.mo ;-)

    In-depth version: in bbpress.php you can find the load_textdomain() function (line 524 ATM). There you can see it gets the WordPress locale, then uses it to compose the language filename in the $mofile variable. $mofile in our example case is set to ‘bbpress-it_IT.mo’, and this filename is looked for in the ‘wp-content/plugins/bbpress/bbp-languages’ directory first (which, as index.php says, should not be used), and then in the ‘wp-content/languages/bbpress/’ directory. Just put it there named like we found before and you’re done.

    #40240
    0xDE1E7E
    Member

    Hello everyone!

    I am new to bbPress but am pretty excited about it! I run a few gaming websites, each with its own userbase and forum. I now want to move to WordPress Multisite to create a network of my sites, merge all users into a single userbase and have a common forum for all sites. This all should not be a problem from what I have read, but I am still wondering about the multisite features of bbPress… What I’d like to do is having a forum on the main network site with one subforum for each site in the network. Now, to have a consistent user experience regarding the look of things, would it be possible to display said sub forum on a network site? If not, is it possible the other way round, i.e. displaying forums from network sites on the main network site?

    #108318

    In reply to: bbPress Language Files

    ModdeyDo
    Member

    Hi Vayu, Thanks I found it, I did not see the “export” tab the first time I was there :-)

    Takker

    Moddey

    #40246
    nuobodu
    Member

    Hello,

    I hope i have successfully installed bbpress into wp using the child theme (BJ’s walkthrough (http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/3#post-92099).

    I can see the title page of the forums at http://www.8ball.lu/wordpress/forums,

    but when i try to go to a particular forum or a topic, i get “Paged not found” error.

    I suspect there might be a problem with the templates. Or might this be something else. I didnt change any bbpress settings.

    I can see every forum or topic i create, but i cannot access their pages. Please help

    #108317

    In reply to: bbPress Language Files

    Vayu Robins
    Member

    Hi Moddey.

    To download your language file from glotpress

    https://translate.wordpress.org/projects/bbpress/plugin

    You have to be logged in.

    Click into your language section. At the bottom of the page you can export the language file.

    master5o1
    Participant

    Is anyone interested in helping to make an xmlrpc API for bbPress 2.0, perhaps mostly the same as the current bbPress 1.x api?

    I tried earlier but gave up because I didn’t know where to start.

    #108316

    In reply to: bbPress Language Files

    ModdeyDo
    Member

    Hi a

    Same as Vayu here, except I have not downloaded the language file from Glotpress, I am using the last version.

    Other than that everything else is exactly the same.

    Moddey

Viewing 25 results - 34,901 through 34,925 (of 64,534 total)
Skip to toolbar