Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 29,851 through 29,875 (of 64,518 total)
  • Author
    Search Results
  • #117924
    @mercime
    Moderator

    You could add the following to your stylesheet:

    #bbpress-forums ul,  
    #bbpress-forums li a{
        color: #555;
    }
    
    #117918
    offduty
    Participant

    I am using WP 3.4.2 & bbPress 2.1.2 at http://oldfiredog.com/

    I am new to WP & bbPress but am learning. I have created the above site and have created some forums but can not seem to get to them while on my site. In edit mode I can choose view though and see the forum on my site. I do have the theme desk mess mirrored in use 2.0.4 I just need to know how to access my forums on my site as I have been able to create them and view them in in dashboard > edit mode > view mode but not on my site. I have changed themes to twenty ten but it does not seem to make a difference.

    bartleynen
    Participant

    Hi Henning,

    Funny I came across your topic. I’ve been looking for days for a way to integrate bbPress into a memership site using Optimizepress. I was starting to feel kinda lonely as I began supposing I was the only one with this wish.

    I was thinking maybe we could help each other. I think it’s reasonable to assume nobody will come along and help us out here after 6 days. I suppose we’re on our on own on this one. So if you feel like it, you can contact me at bart.leynen(at)gmail.com and we can see if we can mean something for each other…

    Thanks

    Bart

    We can always come back later and post the solution here…

    #117914
    bartleynen
    Participant

    Hi Zachhandley, I have been looking for the same thing duting the last few days, but it seems that this is not possible since BBPress is a plugin now. Unless you can do lots of fancy tricks with CSS and all. Not my cup of tea though. On to another solution now 😉 P.S.: If it is yours, you can find lots of tutorials and blog posts on how to create a custom theme for BBPress. Good luck…

    • This reply was modified 13 years, 7 months ago by bartleynen.
    #117913
    Pippin Williamson
    Participant

    Thanks! I really appreciate it. I’m really hoping to continue developing this out and make it into a really solid little add-on for bbPress.

    #117909
    on3advertising
    Participant

    Unfortunately I never got this sorted out because no one responded within the time of my deadline. So I deleted the entire standalone installation off my server and installed a fresh instance of WordPress. Then I installed/activated bbPress within the Admin panel of WordPress. At this point, I uploaded the bb-blueSands theme to my themes directory in WordPress. Nothing changed, it still looks exactly like “TwentyTen”. When I try to activate the new theme, it errors, “The following themes are installed but incomplete. Themes must have a stylesheet and a template…template is missing.” I don’t understand how to properly activate a bbPress Theme so i can actually use this as a real forum module.

    #117907
    libertux
    Participant

    Hi, first of all thank you for this awsome plugin,

    So i installed bbpress 2.1.2 and i try to have this structure :

    TOP CATEGORY

    |_first forum

    |_second forum

    it’s ok but if i change any of the parameter after forum are created all the structure craches only the top category is displayed.

    can some one help me ?

    THANKS

    #117906
    prokoudine
    Participant

    Hi,

    I’m trying to import an existing vBulletin 4.2 based forum. The IP is correct, so are database name, user name and password. However all the importer says is “No users to import”, “No threads to import” etc.

    I’m running latest stable versions of WordPress and bbPress.

    Any clues? Thanks!

    #117905

    Topic: Newbie question

    in forum Installation
    offduty
    Participant

    I am using WP 3.4.2 & bbPress 2.1.2 at http://oldfiredog.com/

    I am new to WP & bbPress but am learning. I have created the above site and have created some forums but can not seem to get to them while on my site. In edit mode I can choose view though and see the forum on my site. I do have the theme desk mess mirrored in use 2.0.4 I just need to know how to access my forums on my site as I have been able to create them and view them in in dashboard > edit mode > view mode but not on my site. I have changed themes to twenty ten but it does not seem to make a difference.

                                               Thanks Rich
    
                            Thanks Rich
    
    #117898
    matthiaswh
    Participant

    That’s the right place in the file, but the wrong edit. You would replace everything between those curly brackets with “return true;”, so it would look like this:

     function bbp_check_for_flood( $anonymous_data = false, $author_id = 0 ) {
    
        return true;
    }
    

    This does affect a core file in the bbpress plugin, so anytime you update you will have to make this change again.

    I’ll send you an email! I have a love/hate relationship with iMember. It gave us a ton of trouble on our old host, but is working great on Synthesis WP hosting.

    #117894
    rmazereeuw
    Participant

    Having the same issue as roddaut:

    Up-to-date WP install, working fine with bbpress until latest update.

    New users getting the “slow down…” error message trying to post new topics of replying to existing.

    Resetting the throttle to 0 seems to help temporarily, but it always reverts back to 10 seconds.

    Tried deactivating all plugins and no difference.

    roddaut: Which membership software are you using. We have iMember360 (aka InfusionWP)

    anyone: Is there somewhere in the php files where I can set the throttle to 0 (other than in the dashboard, which isn’t sticking)?

    vaantti: The throttle setting is under Settings > Forum

    Thanks

    #117890
    jezza101
    Participant

    Hi, I’m struggling a bit to get started with bbpress plugin dev, I’ve managed to write plugins for WP in the past thanks to the WP codex. Looking at other threads I see the advice is to look at the WP documentation or look at examples – I’ve tried both and getting a bit stuck. If anyone has some time to help me get hooked into the API it would be much appreciated – after that I should be able to start creating some cool stuff!

    So my first experiment is to try and update a post within a topic. Looking at the append signature plugin I can see they use the bbp_get_topic_content filter. If I were updating “the_content” in WP I would do something like this:

    function bbp_topic_content_append_text( $content = '') { 
                $content = $content . 'SOME_TEST_TEXT';
    
                        return $content;
        }
    
        add_filter( 'bbp_get_topic_content', 'bbp_topic_content_append_text');
    

    But this doesn’t do anything when I load a topic? Can anyone point me in the right direction? Thanks 🙂

    • This topic was modified 13 years, 7 months ago by jezza101.
    • This topic was modified 13 years, 7 months ago by jezza101.
    #117888
    Tanya
    Participant

    I’m trying to change the pagination to Next and Prev

    In plugins -> bbpress -> bbp-includes.php -> bbp-reply-template.php

    I have found that you can replace
    ‘prev_text’ => ‘←’,
    ‘next_text’ => ‘→’,
    with
    ‘prev_text’ => ‘Prev;’,
    ‘next_text’ => ‘Next’,

    I know you’re not meant to hack the core, so how do I do this in my own theme?

    Using WordPress 3.4.1, bbPress 2.1.2 and my forums are a current work-in-progress at http://netballscoop.com/forums/

    #117885
    spunkygidget
    Participant

    me too! I’m a ux designer, and can’t find a suitable theme after installing based on loving the UX of this demo forum! would LOVE to be able to use the theme of bbpress.org, and believe it would do wonders to continue to propagate the use of the system!

    on3advertising
    Participant

    I installed the standalone version of bbpress here. The install file is physically located on http://www.compusoftdevelopment.com/forum/bb-admin/install.php. When I navigate to that link, I get this error:

    “The website encountered an error while retrieving http://www.compusoftdevelopment.com/forum/bb-admin/install.php. It may be down for maintenance or configured incorrectly.”

    I tried installing bbpress as a WordPress plugin, but that didn’t work either. Basically, 1) I activated the plugin from my WordPress site, 2) created a forum from the admin panel, 3) activated the ‘bbpress’ theme which looks like twentyten. Then when I went to the main homepage, there was no actual way to get to the forum except from a direct link as there was no way to create a menu option for it. I am honestly very confused on how to get bbpress to actually work. My company is on my back about it. Thanks for any help!

    Rangga
    Participant

    hello..
    just like my tittle up there, i want to remove the “right now in forum” widget on dashboard

    is any one have the idea how to do that.
    thanks for the help

    #117869
    ickzorn
    Participant

    You mean via DNS redirecting?

    #117868
    SK
    Participant

    Just point forum.xxx.com to http://www.xxx.com/forum

    #117865
    ickzorn
    Participant

    Hi everyone,

    I’ve been trying to install bbPress on another subdomain:
    1. WordPress domain: blog.xxx.com
    2. bbPress domain: forum.xxx.com
    Wordpress should be able to manage the bbPress installation.

    I’ve been searching around for a while, found a few threads, started a few years ago and wondering if there is now a new way to integrate that feature?

    Thanks for help.

    #117860
    Stephen Edgar
    Keymaster

    bbPress 2.1 includes a conversion tool to import forums/topics/replies/users from some of the popular forum packages eg. bbPress or phpBB

    There is an ‘example’ file also included as a ‘reference template’ that if your forum software is using a SQL database then you could easily modify this to be a custom importer by matching the correct database tables/fields etc

    The file is called ‘example.php’ and is located in /wp-content/plugins/bbpress/bbp-admin/converters

    #117838
    Beta2012
    Participant

    Hi, thanks a lot for your great effort on this project!

    I got some problem after a new installation via /wp-admin/

    Version: bbpress WP plugin 2.1.2
    MySQL version: 5.1.63-cll
    Apache version: 2.2.22
    PHP version: 5.3.15

    when I open bbp forum it shows:
    Warning: sprintf() [function.sprintf]: Too few arguments in/ABC.com/public_html/wp-content/plugins/bbpress/bbp-includes/Warning: sprintf() [function.sprintf]: Too few arguments in/*******.com/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-forum-template.php on line 1868 on line 1868

    I searched but can’t get a solution, would you kindly help to fix please?

    Thanks in advance!

    #117829
    nobugames
    Participant

    I already searched this forum and quite a few people had a similar problem about 6 months ago. My case is a bit different though.

    I’m running the latest version of bbPress on the latest version of WordPress.

    The created forums are all open and public.

    When I as an admin user create new topics in any forum, I get the following result on any of these forum pages:

    > This forum contains X topics, and was last updated by Admin Y hour,
    > Z minutes ago.
    >
    > Oh bother! No topics were found here!

    The topics list simply does not show up for me as a creator of these topics. When logged in as a subscriber, everything shows fine though.

    My list of plugins is:

    bbPress, Black Studio TinyMCE Widget, Manage Upload Types, Polylang, User Access Manager, WordPress HTTPS, wp-jquery-lightbox, wpsc Support Tickets, WP SlimStat

    The used theme is:

    EvoLve by Theme4Press

    #117827
    Pippin Williamson
    Participant

    The plugin is on the repo now: https://wordpress.org/extend/plugins/bbpress-mark-as-read/

    If you visit your forums profile, you will see a section showing unread forum posts, and below the box is a link to “Mark all topics as read”.

    I have a donate link on my site: http://pippinsplugins.com/support-the-site

    #117826
    jeeni
    Participant

    Oh, thanks! I actually had happened upon that repository page but disregarded trying it out because I thought it was a clone/another instance of this plugin: https://wordpress.org/extend/plugins/bbpress-mark-as-read/

    It would be crazy to have to mark all the threads as read. I like that you have built in automatic recognition of someone reading a thread by visiting it more than a few moments. I’ll load it and give it a whirl.

    Where to donate if this is just what I need?

    #117825
    Anna Meurer
    Participant

    Hi everybody,

    I would like to transfer my forum (http://mesaboogie-forum.de) to bbPress. The problem is: I have no idea, how I should do this. The unb forum has no export plugin/function. The only thing I can do, is a db dump.

    So, does anybody has an idea, how I can do this?

    Thanx for any hint!
    Achim

Viewing 25 results - 29,851 through 29,875 (of 64,518 total)
Skip to toolbar