Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 50,376 through 50,400 (of 64,450 total)
  • Author
    Search Results
  • #75868

    Which version of bbPress are you using?

    If you have phpMyAdmin access, then open the usermeta table (should be bb_capabilities if you are not using shared user tables and should be wp_capabilities if you are using shared tables) and change the value of bb_capabilities to a:1:{s:9:"keymaster";b:1;} for your user.

    Hope that helps.

    P.S. – Change the default table prefixes as your case may be.

    @toosalty & @navjotjsingh

    WordPress 2.8 integrates easily with bbPress 1.0

    I just wrote a post today : http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    I will also be writing a post on how to upgrade existing integrated installations (most probably tomorrow morning). Let me know if you are facing any issue, I will try to help.

    P.S. – No plugin is now needed for integration. ;)

    #75725

    @Ipstenu – thank you for the clarification regarding the upgrade!

    About the recount issue, there was also Simple Onlinelist causing the conflict. If a recount is needed, it will work by deactivating it.

    https://bbpress.org/forums/topic/recount-errors

    #15253

    Fistly excuse my english ….

    Hi, i have integrated bbpress inside my wordpress installing on the same database.

    The problem is that i have made all the integration except the user relation, so now i can logon like admin user on bbpress but i can’t change nothing :-( it seems to be a normal user

    Can i do manually (changing the database) to assign admin user as administrator ????

    #75372

    In reply to: bbPress 1.0 released

    grassrootspa
    Member

    Loving the addition of Voices into the core. Just figured out how to display them :)

    #75860
    johnhiler
    Member

    Well _ck_’s excellent Hidden Forums plugin will get you started. Let me know if you need help with the Custom Role plugin. Or if you’re using bbPress 1.0, there’s a Role Manager plugin that should do the trick!

    #75863
    _ck_
    Participant

    You can make a view to filter just about any way you want. Just bypass the proprietary internal bbPress query system and make your own mysql query. Study the My Views plugin set to see how it’s done.

    #75859
    deadlyhifi
    Participant

    I may have to start doing it manually, then either adapt an existing plugin, or get my head around it myself at a later stage. They’re really banging on about it at work right now :( as a must have ASAP feature. It’s all about the monies!

    #75770
    deadlyhifi
    Participant

    The standard version of approve user registration does not work in V1. This may be breaking registration.

    There’s an updated version of this plugin here: https://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-3902

    I’ve got V1.0.1 working great with that and human test. But if you’ve tested with the plugins disabled I can’t really offer anymore help. Sorry.

    #15250
    deadlyhifi
    Participant

    For anyone interested, I’ve got the Approve User Registration plugin working for V1. With the help of _ck_ of course (big thanks!). There’s more work to do on it, but for now it works…

    http://bbpress.org/plugins/topic/approve-user-registration/page/2/#post-3902

    #75858
    johnhiler
    Member

    You could do that with a third plugin for sure. I haven’t automated it because rebilling through Paypal is a pain… so I have someone manage it manually.

    I think WordPress MU has a plugin that does something similar. Maybe you could adapt that?

    #75857
    deadlyhifi
    Participant

    Have you looked into automating the procedure at all with the PayPal recurring payments system? I was thinking about creating a separate ‘advanced’ roles table, which WP and bbP check to see if that user should have access to certain content.

    This table would log the user ID and keep the callback from PayPal, and when their time was set to expire so they would lose access should they cancel their auto renew payments.

    #75783
    _ck_
    Participant

    Is it possible you have lost the proper integration and WP is making one cookie name and bbPress is making the other?

    #75861
    r-a-y
    Participant

    This isn’t BuddyPress-specific.

    You can accomplish changes for the title, meta keywords, and description with a bbPress plugin or custom bbPress code.

    I answered this in your post on the BuddyPress forums:

    https://buddypress.org/forums/topic/group-forums-meta-data

    Navjot Singh
    Participant

    I also can’t login to both installs simultaneously. I am using WordPress 2.9 rare and BBPress 1.0.1 version. Please help.

    #15248
    Kieran
    Participant

    Hi there,

    I’m using bbpress with buddypress. Its great but there is no meta data:

    1. Page title is simply the name of the forum for evey topic in that forum
    2. No meta description.
    3. No meta keywords

    I found this post http://bbpress.org/forums/topic/is-bbpress-seo-friendly where chrishajer and _ck_ show how to insert keywords in to a bbpress topic. But does anyone know how I can get this working for bbpress when it is integrated with buddypress?

    It would be great to have topic title=page title, first post in topic=page description (perhaps limited to 255 characters) and tags=keywords (as above).

    Does anyone know how this might be done?

    Thanks a lot!

    #75856
    johnhiler
    Member

    Here’s a plugin that allows you to restrict access – I use it together with a custom Role to run a premium pay-only forum for one of my sites:

    https://bbpress.org/plugins/topic/hidden-forums/

    But we have to handle the Paypal subscriptions manually… it’s a bit of a pain, but worth it of course!

    #15246
    Demen
    Member

    Here is what I have thus far. bbpress is integrated with WordPress, So login is synonymous on both. However, I would like users to only be able to register from WordPress. I know it is pretty easy to just change the register link on bbpress to that of the WordPress registration page, but I also want to drop bbpress’s capability to send an email on either “Registration Mail” & Approval Mail settings. It is no longer needed if the user registers on the WordPress page and both are pulling user info from the same table.

    Does this matter if I change the link to the WordPress registration page,and the settings are still available? And if so how would I go about disabling this?

    #75854
    _ck_
    Participant
    #75724

    Following up – I can’t use the recount etc. tools on 1.0.1, but as it turns out, it’s a plugin conflict. With Polldaddy. So if you have that problem, check your plugins first!

    #75851

    In reply to: Pagination bug?

    Ohna
    Member

    I edited my first post:

    try add / to your forum url in “settings > general > bbPress address (URL) “

    #75848

    In reply to: Pagination bug?

    Ohna
    Member

    Hi Kar-l,

    I think the 2 errors are the special chars “Następna” .

    or if this is “href” try add / to your forum url in “settings > general > bbPress address (URL) “

    #15244
    Kar-l
    Member

    A funtion on a homepage of a blog

    <?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>

    generates errorous output. On page 2 (and followings) it outputs:

    <div class="nav"><a class="prev page-numbers" href="" title="Poprzednia strona">&laquo; Poprzednia</a><a class="page-numbers" href="" title="Page 1">1</a><span class="page-numbers current" title="Page 2">2</span><a class="page-numbers" href="/page/3" title="Page 3">3</a><a class="page-numbers" href="/page/4" title="Page 4">4</a><a class="next page-numbers" href="/page/3" title="Następna strona">Następna &raquo;</a></div>

    The problem I can see is href=””

    Is there any solution to this?

    bbPress used: 1.01

    #15243
    bb-gian
    Member

    Is there a way to dispaly the Author of a topic in the Latest Discussions list and in the Topics list?

    I mean, every other forum got this feature, and I think that viewing the Author of a Topic in the list is very useful and needed for a forum, as you may want to know WHO posted that Topic, without having to click on it to see who’s the first post. Right?

    Still, I didn’t find this feature enabled on any bbPress forum.

    For me it’s just so weird.

    So, is that a way to get the template code?

    Thanks.

    #67736
    grassrootspa
    Member

    I love the Facebook Connect idea. How about this too: An “IntenseDebate Connect” option as well (user can signin using their IntenseDebate User name and password.

    Since Automattic are behind both IntenseDebate and bbPress I’m guessing it would be easier to implement than Facebook Connect.

Viewing 25 results - 50,376 through 50,400 (of 64,450 total)
Skip to toolbar