Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 40,476 through 40,500 (of 64,532 total)
  • Author
    Search Results
  • #94676
    DeysonOrtiz
    Participant

    I am not doing my own hosting.

    #94675
    Rich Pedley
    Member

    What is your server setup?

    #94674
    DeysonOrtiz
    Participant

    Hello, I played with all the permissions and I still can not see the plugin, in case anyone had any other ideas.

    I am using the Hybrid Theme.

    Thank you.

    #97813
    #94673
    Rich Pedley
    Member

    There won’t be loads, but I’m confident there will be a few. But more importantly there will be documentation on how to adapt existing themes. This is where child themes come in really handy.

    #94672
    Ricardo
    Participant

    Rich Pedley wrote:

    “in time you’ll see a few themes that are bbPress ready. “

    Is this true? the new version will use is own themes? if the next version is a wordpress pluggin, having its own themes its kind of odd.

    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    #97812
    Corsari
    Member

    Now I’ll read as many docs I can, but I would suggest bbPress documentation editors to write in an explicit way

    https://bbpress.org/documentation/integration-with-wordpress/

    if the existent WordPress theme is automatically applied or if this is not possible, if it must be hacked or what ever :-)

    Thank you

    R.

    Corsari
    Member

    Dear friends, from my perspective, integration is mainly meant as sharing and or apply the existent WordPress theme to my brand new bbPress forum.

    “users sharing” is not my first issue, I could also say I don’t even care about sharing users, to be true, in my personal case I don’t want forum users to act in my blog.

    Now, what about my customized WP theme?

    How to use it with bbPress?

    How to integrate bbPress theme with my customized wordpress theme?

    Thank you for any tip, link and or instruction.

    Ciao

    Robert

    Hi Ashfame,

    Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.

    Best Regards, Karl

    Hi Ashfame,

    Yes, that’s right. Quite odd. In the end I settled for integrating logins across both WP and bbPress and maintaining the two separate themes. I’d like to get to the bottom of it though.

    Best Regards, Karl

    You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?

    You mean you are redirected to WordPress dashboard when you click any submit button in bbPress dashboard?

    #94671

    You can add your input on the bbPress Forum Profiles over in the relevant Trac Ticket JJJ opened a few days ago, I already added my own thoughts back then too, but in general the ”framework” is there with the WordPress Profile, it might just need a little extra stuff! https://trac.bbpress.org/ticket/1364

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    Hi,

    I’ve been very careful with a fresh install of bbPress and testing functionality at each step of integrating with WordPress. I have the problem narrowed down to this code snippet that goes into the bb-config.php file:

    /* Deep integration */

    if ( !defined('ABSPATH') && !defined('XMLRPC_REQUEST')){

    define('WP_USE_THEMES', false);

    include_once(dirname(__FILE__) . '/../wp-blog-header.php' );

    header("HTTP/1.1 200 OK");

    header("Status: 200 All rosy");

    }

    No feedback yet (it was Thanksgiving Day yesterday after all) but I hope this will help you, help me.

    Best Regards, Karl

    #94670
    driz
    Member

    What’s the story with the Forum Profiles?

    Hoping that the devs gonna stick with the built-in one and then allow users to either grab Theme My Login or BuddyPress to allow public editing if they feel they need it.

    #94669
    Rich Pedley
    Member

    The included theme is an example – in time you’ll see a few themes that are bbPress ready.

    #94668
    driz
    Member

    Noticed in the latest revision that the bbPress theme appears within the WP Themes section, but I don’t like the fact you have to activate the bbPress theme and then just inherit the Parent Theme would much rather that the theme files be within the actual WP theme like you do when using the Template Pack for BuddyPress.

    Also I also strongly agree with the others about NOT having public profiles, there are plenty of plugins out there than can do this so no need for it, plus if you have buddypress running as well you will end up with duplicate profiles like you do with the current stand-alone bbPress system.

    EDIT: Actually WP supports public profiles out of the box /author/yourname it’s just a case of the template file showing the additional information! But if you want to make them public editable then grab Theme My Login plugin.

    #94667
    gswaim
    Participant

    Rich,

    Thanks. I registered with the site a while back, but didn’t realize I had so much ability on the back end. I didn’t see how to start a new forum but I see how you basically control what is presented with page templates.

    Since there is a “single-bbp_forum” file in the theme’s directory, I assume I can assign a single forum to a specific page. This is what I need.

    Looks promising.

    Thanks!

    #94666

    @gswaim – In short, yes it is possible, although it may require an additional plugin file to help bridge the two together, or at least some customized theme files to handle the display of forums and topics within your custom setup.

    #94665
    Rich Pedley
    Member

    gswaim, test it out and see if it does what you want – I’d be inclined to say yes.

    http://wordpress.elfden.co.uk/forum/

    I update every few days, so it is fairly upto date.

    #94664
    gswaim
    Participant

    JJJ and Crew,

    I have been waiting a long time for this plug-in. I can hang on, as long as I know it can do what I need. I am not sharp enough to look at the current files and understand how it gets implemented; therefore, I have one basic question.

    I am using my WP install to deliver the equivalent of an online course. I want to provide a forum for each module within the course. So, with the bbPress plugin, will I be able to put a given forum on one page and another forum on another page?

    It appears that most of the presentation is controlled by code on a page template. I could create multiple page templates, as needed. I just don’t know if your solution will allow me to display a specific forum on a specific page.

    Thanks for your work on this!

    #94662
    exit
    Participant

    Profiles are mandatory in a forum…

Viewing 25 results - 40,476 through 40,500 (of 64,532 total)
Skip to toolbar