Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 34,676 through 34,700 (of 64,516 total)
  • Author
    Search Results
  • #40391
    silverks
    Member

    Hi,

    I’m currently implementing bbPress compatibility support for my theme (Graphene). I chose to go the route of using the default theme that comes with bbPress 2.0, and just add additional styles to make bbPress compatible with my theme.

    Since I’m not using the add_theme_support( 'bbpress' ) switch in my theme, bbPress displays a persistent nag in the Appearance section of WP Admin:

    Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.

    How can I disable this nag? It doesn’t matter that the forums are using the default styling included with bbPress, since the additional custom stylesheet I implemented in the theme takes care of integrating the styling into my theme’s styles.

    Thanks!

    #106122

    Documentation is vital, but it’s not a job for the only developer on the project to do at the same time. It’s an opportunity for someone to step up, take something over, and contribute to the project.

    #109832
    Anointed
    Participant

    bumping it up.

    Because the bbPress settings page does not register a starting tab, I have had no luck adding tabs to the page without messing everything up. (standard bbPress options have no ‘home’ tab to attach themselves to).

    Any dev’s wanna jump in on this one with me?

    #40383

    Greetings Community,

    I have just succesfully installed BBPress and run into a small problem.

    Whenever i log out or succesfully log in, i get sent to the wrong page.

    this is what the URL is:

    http://dev.mysite.nl/blog/blog/?page_id=79

    While it should be:

    http://dev.mysite.nl/blog/?page_id=79

    as you can see it adds “blog/” for an unknown reason (to me).

    If anyone knows what may be causing this i would very much like some help.

    Regards,

    Silverboarder

    djoep
    Member

    I’m looking forward to hearing back from Adam regarding my SMF Table question. I’m hoping that based on his answer I may be able to contribute back a prototype smf table conversion file.

    joe

    Anointed
    Participant

    @MishaOLS

    Adam is currently working on an improved vs. of the plugin that should resolve this problem.

    #106323
    Andre
    Participant

    I want to confirm you guys downloaded a standalone version of bbPress instead of the plugin. I the version you are using 0.x, 1.x or 2.x?

    #106322

    I am having the same exact problem. I don’t understand what it is I’ve done wrong, if anything.

    MishaOLS
    Member

    Hello guys, so I was able to convert my punbb forum at last. Firstly I have installed a stand alone version of bbpress 1.1 and then ran the script from this post https://bbpress.org/forums/topic/punbb-gt-bbpress . The conversion was a success with minor errors (in the forum names, etc.), which I corrected manually.

    Then I installed your converter while I was still running bbpress 1.1 and the conversion completed but the Replies weren’t linked to the Topics and Forums. I then uninstalled bbpress 1.1 and installed bbpress 2.0, realized the problem and ran the script again with the Clean option. Now the conversion completed without problems and everything was nicely converted! Thank you very much for this tool!

    Yet I am still facing a minor problem, which was already described by Ed – at the beginning of every topic I have an empty post by admin.. I didn’t have it in the bbpress 1.1 version so I guess that the mistake must have done during the bbpress1 to bbpress2 conversion. Due to this mistake all the topics are listed as started by admin…

    I would very much appreciate if you could advise me on how to get rid of the empty posts as I really didn’t get it yet. Also if you would release a new version of the converter that would face this issue, I would be more than happy to try it. Otherwise I can definitely recommend this way of punbb to bbpress2 conversion as I am a real newbie in all this stuff and yet was able to accomplish everything.

    All the best to all of you, Misha

    #109875
    antonchanz
    Member

    Well I can confirm that the latest and compatible versions of both these plugins are now definitely available on wordpress.org

    I’ve set up a test forum with pretty much just these two plugins active and you can see the results here:

    http://bbpressbbcode.chantech.org/forums/topic/testing-shortcode-whitelist/

    #40382
    Argonisius
    Member

    Hi,

    Is there a way to import forums, topics and users from phpBB database to bbPress?

    #40381
    Trobee
    Member

    Hello All

    I am currently experiencing an issue where when viewing my forums, every post has no content in it. You can however see the content when you are trying to edit the post, or when you look from the backend admin menu.

    I have tried changing themes, deactivating my plugins, using a fresh install of bbpress but nothing so far has helped.

    Anyone with any ideas on why this might be happening?

    #40380
    Unsal Korkmaz
    Participant

    http://wordpress.org/support/topic/plugin-posts-2-posts-bbpress-and-custom-post-type-relationships-didnt-work

    When i try to publish that, website not showing half of site.

    Can you check what is problem?

    #40379
    pagal
    Participant

    Hi _ck_ I hope you are listening to me!

    bbPress attachment is working fine. but

    — Is it possible to hide/disable attachment functionalities when a user replying to a topic?

    — I mean, When a user creating a topic (post-form.php/bbpressdotorg/forums/?new=1) then only attachments should work.

    –Otherwise when topic is open, then plugin should not show in threading. like I don’t want to show attachments in bbpressdotorg/forums/topic/not-allowed-attachments-in-threading-so-create-every-new-topic-to-upload-stuff

    Please let me know your thoughts on it. Thanks

    –Pagal

    MishaOLS
    Member

    Hello, I would like to convert existing punbb forum into bbpress, I already have a script https://bbpress.org/forums/topic/punbb-gt-bbpress but I really don’t know how to import the data when bbpress is now using wp_posts table instead of wp_forum_forums etc. tables :(.

    Is there any way how to configure bbpress to use its standard tables so that the import would be possible? If not, then I would have to do everything manually through excel but I would still appreciate if you could help me with the wp_posts structure for forums, posts, etc. How do I specify what is a forum, what a category, what a topic, etc.?

    I have to add that I am absolutely inexperienced in forum conversion, php scripts and have some limited knowledge of the database (was already able to convert data from nucleus to WP). I however really need to accomplish this conversion asap and I am willing to play with the tables, lol.

    Would very much appreciate your help! Thank you!

    #40378
    Pomy
    Participant

    Howdy,

    I’m working on a bbPress Standalone version, Is is possible to restrict to choose some predefined tags during creating a topic?

    Lets suppose, I’ve created 100 specific tags for my forums. I don’t want to allow users to add more tags. That’s why I want to add these tags list into template’s “post-form.php” so that user can choose predefined list of my tags then they can choose forums and after that they can add topic.

    Like I’m looking the following fields:

    —-

    Topic title: <input default field>

    Post Field: <Input default field>

    Pick a section: < drop-down default forums field >

    Pick a Tag:<drop-down/checkbox my predefined tags>

    Then Submit

    —-

    I digg into bbPress, and I found the following solution:

    http://bbpress.org/forums/topic/limit-tags-to-a-pre-defined-list

    It is working fine on Topic page. But I need exact thing but on post form.

    Can anyone help me to achieve this?

    I will be great thankful!

    #107957
    sjd4
    Participant

    Oops I meant to say lines 938 and 939 in bbp-user-template.php.

    #107956
    sjd4
    Participant

    The change for bbp-common-template.php worked for the logout, but for the login for the widget I had to comment out lines 938 and 939:

    //$redirect_to = apply_filters( ‘bbp_user_login_redirect_to’, ” );

    //bbp_redirect_to_field( $redirect_to );

    I still have problems using the the WordPress meta for log out. Has anyone figured anymore of this out?

    #107955
    ns32
    Member

    The change to bbp-common-template mentioned above solved this issue for me too.

    #110000
    master5o1
    Participant

    No.

    #40369
    ChrisOGwynne
    Participant

    Do 2.0 plugins work well with 1.1 software at all? I really don’t like BBPress 2.0

    #40368
    Argonisius
    Member

    Hi,

    I was trying to convert my phpBB database to bbPress with Forumconverter. When I start the conversion script, several lines flash on the screen (showing progress) and then the conversion stops at “merging user …”

    Can you, please, help me what’s wrong?

    Thank you very much.

    David
    Member

    bbPress templates can’t be selected from the admin as they can, for instance, for a WP page. bbPress looks for the following template files in your *main* WP theme directory in the following order:

    1. bbpress.php

    2. forum.php

    3. page.php

    4. single.php

    5. index.php

    Most themes are going to have page.php by default so it’s likely that bbPress is pulling that as the forums page template. Copying and renaming that to bbpress.php or forum.php will allow you to customize a forum-only page template. NOTE: this is the containing page template (just like for WP pages) and is *not* where you will edit the forum files themselves.

    #109983

    Well, not really. See there’s smart people here and I was merely using the Welcome Pack as an example. I want to know how to insert the users name into the URL path, that’s actually the question. And since there’s just a few folks here who use WordPress, BuddyPress, and yes bbPress, I really think I’m in the right place to ask smart people questions. :)

    David
    Member

    @Nate, @johnjamesjacoby has posted instructions on theme customization (and a lot of discussion has followed) at:

    https://bbpress.org/forums/topic/bbpress-20-theme-compatibility

    In terms of page templates, bbPress looks for the following in your main WP theme directory (in this order):

    1. bbpress.php

    2. forum.php

    3. page.php

    4. single.php

    5. index.php

Viewing 25 results - 34,676 through 34,700 (of 64,516 total)
Skip to toolbar