Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\'

Viewing 25 results - 16,176 through 16,200 (of 26,846 total)
  • Author
    Search Results
  • #95191
    Spiralspeaks
    Member

    Good Evening,

    Hey there… I wanna ask how can I fix this thing…

    I recently found bbPress plugin, it is great to be installed in a wordpress blog it promotes more interaction for the site. so i installed bbPress in my blog.. but my problem is…

    The url for the forums is too long… when the forum base is present..

    :bbpress.org/ forums/ forum/ tutorial-guide/

    I want to shorten it

    from :bbpress.org/ forum base/ forum/ tutorial-guide/

    to :bbpress.org/forum base/ tutorial-guide/

    plus my concern is if I use

    :bbpress.org/ forum base/ forum/

    creates duplicate content with

    :bbpress.org/ forum base/

    and the user profiles

    How can I put Latest user post and topics in wordpress profiles??

    Any help thanks… I’ll be waiting :)

    Correction its subdomain install

    #95189

    The default WordPress roles/permissions are really awesome, but there’s no UI to customize them to fit your specific wants and needs. If there’s a need to change the capabilities, that can be done with relative ease with a supplemental plugin to change the defaults. bbPress is meant to be flexible, so it should adapt with whatever you throw at it too.

    #95188
    Ricardo
    Participant

    @JJJ

    regarding the wordpress/bbpress theme compatibility… it kind of works with that code in the functions.php file, it works but only for individual pages, look forward for developments on this.

    Keep up the good work guys!

    #95187
    Ricardo
    Participant

    I did not find any setting where I could set a required user level in order to view or post on the forum.

    i think you can set up user permission for bbpress in the users section in wordpress (admin, colaborator, reader etc)

    edit: JJJ explained it better

    #95186

    @binhdo – The login page specifically does some hi-jacking now that it shouldn’t. Regarding permissions, any registered user can view or post in the forums. Only Admins/Super Admins can create/edit/trash/delete forums. Moderators can spam/trash/edit topics and replies. New use roles can be created relatively easily, and there will be both a “Super Moderator” and a remix of the “Bozo” plugin soon after release. Some additional measures were put in place to assure that the ‘default role’ was always able to post in the forums, because in multisite installations it’s possible a registered user may not actually have a role at all.

    Regarding your permalink issues earlier, last night I made sure that the WordPress rewrite rules get a hard flush when bbPress is activated, deactivated, and when the settings page is saved. In the future the bbPress ‘slugs’ will get moved to the WordPress Settings -> Permalinks page, alas at the moment there’s a core bug that doesn’t allow the settings API to insert additional fields there.

    #95184
    binhdo
    Member

    @Gautam: Does that mean I have to create a ‘page-login.php’ template which contains the login/logout form?

    Sorry, but this doesn’t make any sense to me, since WordPress already comes with everything needed to handle logins etc.

    #38320
    geekrage
    Member

    Hey guys

    i currently work with platform pro and i can’t get the forum integration working.

    I did all the steps including the path to the wp-load but this gives me a blank page.

    Now i’ve done all the integration work with the database, I can’t login into my wordpress anymore it says ‘You do not have sufficient permissions to access this page.’

    Can anyone please help me on:

    Solving the problem with my normal blog

    How to integrate to wordpress in a good way

    #38316

    The bbPress Trac and SVN repositories have moved.

    Trac: http://bbpress.trac.wordpress.org

    SVN: http://bbpress.svn.wordpress.org

    The old URL’s should redirect you to their new locations.

    #100312

    Hi :)

    Nothing exists yet, but there is an approximate game-plan for the bbPress plugin once it’s released. We’ve tried to keep everything phpDoc’ed in the plugin, so step one will be getting developers to reference that + trac. Step two will be getting bbPress.org to use the plugin version of bbPress, and then use a multisite instance of WordPress to manage the individual languages and codex. That’s probably a few months out though, realistically.

    #105412

    Hi :)

    Nothing exists yet, but there is an approximate game-plan for the bbPress plugin once it’s released. We’ve tried to keep everything phpDoc’ed in the plugin, so step one will be getting developers to reference that + trac. Step two will be getting bbPress.org to use the plugin version of bbPress, and then use a multisite instance of WordPress to manage the individual languages and codex. That’s probably a few months out though, realistically.

    #38314

    I’m new to bbPress, but a longtime WordPress developer. One of my favorite things about WordPress is the extensive Codex and documentation of the core functions. My question is two-fold.

    First, does any documentation of the built-in functions exist? Second, how can I contribute to the documentation? I know the plugin version is about to go into Alpha release, so perhaps I’m better off contributing when that comes out?

    #95175
    Gautam Gupta
    Participant

    Jaja: The plugin in the WordPress Plugin repository has not yet been updated. You can svn checkout it via this link: http://svn.automattic.com/bbpress/branches/plugin or click the download as zip archive link here.

    #100308
    Gautam Gupta
    Participant

    Theoretically, it sounds easy. You set up a bbPress forum and let users register on it. Then when you setup a WP blog, make it use the bbPress tables and then integrate the cookies by the normal process. Never tried it practically. :)

    #105408
    Gautam Gupta
    Participant

    Theoretically, it sounds easy. You set up a bbPress forum and let users register on it. Then when you setup a WP blog, make it use the bbPress tables and then integrate the cookies by the normal process. Never tried it practically. :)

    #95174
    Jaja..
    Member

    @JJJ

    Thanks,

    This means i could download it tonight from this location?

    https://wordpress.org/extend/plugins/bbpress/

    At this point it says: Last Updated: 2010-4-30

    #38311
    petbom
    Member

    Hi,

    I have the following scenario: Members of my club is crying for a forum to offload our mailinglist. In the works is also a new club blog platform but that is going to take a while. So what I want to do is:

    1. Install/Set up bbPress standalone.

    2. Let users register

    3. Use the bbPress forum

    3. When the new WP based blog is good to go, Install WP and share the db with bbPress. The main thing here is that users should be able to continue using their credentials in WP too.

    4. Use WP and bbPress in harmony happily ever after :)

    From what I have gathered (reading docs and forum posts) this is at least theoretically possible. But is it plausible? Has anyone done it this way (bbPress first, then WP)? Please feel free to tell my why it is a really bad idea (if it is).

    I always have the option to argue that the club should wait with the forum until the WP blog is up an running. But if it is possible I would like to start the forum asap.

    All input is welcome

    #100306
    Gautam Gupta
    Participant

    pkiula: You would need to write a plugin on your own for that. Just check the code related to that, and find & use the hooks nearby. ;)

    #105406
    Gautam Gupta
    Participant

    pkiula: You would need to write a plugin on your own for that. Just check the code related to that, and find & use the hooks nearby. ;)

    #100305
    pkiula
    Member

    This is awesome. Can’t wait! Thanks.

    Another question. Some of us run websites with big user databases ourselves. Is there an easy way to integrate external databases with BBpress?

    I mean, something like this:

    1. User registers

    2. Data is put in MYDB

    3. Same data is also put into BBPress DB (need to know exact tables, and other info such as cookie hashes or SHA1/MD5 principles for password etc)

    4. When user logs in, I set my cookies etc, but also BBPress cookies

    5. User feels that he has logged into my website (based on my cookies) and also BBPress (based on BBP cookies)

    Is this easy to do? Tried searching for some instructions, but couldn’t find anything.

    Thx

    #105405
    pkiula
    Member

    This is awesome. Can’t wait! Thanks.

    Another question. Some of us run websites with big user databases ourselves. Is there an easy way to integrate external databases with BBpress?

    I mean, something like this:

    1. User registers

    2. Data is put in MYDB

    3. Same data is also put into BBPress DB (need to know exact tables, and other info such as cookie hashes or SHA1/MD5 principles for password etc)

    4. When user logs in, I set my cookies etc, but also BBPress cookies

    5. User feels that he has logged into my website (based on my cookies) and also BBPress (based on BBP cookies)

    Is this easy to do? Tried searching for some instructions, but couldn’t find anything.

    Thx

    #100304
    Gautam Gupta
    Participant

    pkiula: That’s what we are working on. bbPress is now being made a WordPress plugin which would seamlessly integrate.

    #105404
    Gautam Gupta
    Participant

    pkiula: That’s what we are working on. bbPress is now being made a WordPress plugin which would seamlessly integrate.

    #100303
    pkiula
    Member

    1. That’s why I said “also”. Which means I recognize that BBPress has a plugin system. But Vanilla and other such options exist.

    2. I do not want the bloat of PHPBB etc. That’s why I come to BBPress.

    You’re missing my point. If BBPress cannot give me absolutely effortless WordPress integration, then there’s no reason for me to bother with this premature software. Vanilla does all I need, and does it better.

    However, if you can make WordPress integration seamless, the default, and open to most plugins (such as spam protection or text editing boxes, etc) then you have a fan.

    #105403
    pkiula
    Member

    1. That’s why I said “also”. Which means I recognize that BBPress has a plugin system. But Vanilla and other such options exist.

    2. I do not want the bloat of PHPBB etc. That’s why I come to BBPress.

    You’re missing my point. If BBPress cannot give me absolutely effortless WordPress integration, then there’s no reason for me to bother with this premature software. Vanilla does all I need, and does it better.

    However, if you can make WordPress integration seamless, the default, and open to most plugins (such as spam protection or text editing boxes, etc) then you have a fan.

    #100302
    zaerl
    Participant

    BBPress has nothing else going for it other than the fact that it’s from the WordPress folks.

    Nah.

    1. Simplicity: Vanilla is top notch, and also has a plugin system.

    Plugins

    2. Comprehensiveness: Invision boards or PHPBB etc.

    bbPress hasn’t been created to be a gargantuan monster (such as PhpBB.)

    So. Why is it that BBPress is not just a full plugin to WordPress and therefore totally integrated with WordPress? If this is already being discussed (as I hope it is!) then when is this planned?

    There’s a nifty sticky on the very top of the page: https://bbpress.org/forums/topic/bbpress-plugin-updates

Viewing 25 results - 16,176 through 16,200 (of 26,846 total)
Skip to toolbar