Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 44,376 through 44,400 (of 64,527 total)
  • Author
    Search Results
  • #87647

    In reply to: Forum permission

    johnhiler
    Member

    This plugin should do the trick!

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

    Xevo
    Participant

    What version are you integrating into (wp/bp) and are all your keys the same?

    #86890
    foxchx
    Member

    thanks…

    btw – what does “rescued from Akismet” means

    #87515
    foxchx
    Member

    no i mean adding multiple forum “main theme”

    sp far all i have as the ability to ad topics…. which is very weird as that’s exactly what wordpress is create topic (post) and discuss them…

    i am just trying to figure out what’s the use of such setup… if i can’t add forum, it’s kinda usless to have just a bunch of topics that can’t be sorted…

    check out the pick (how do you post a picure in bbpress??)

    http://yfrog.com/10111111ohj

    #87641
    Terranb
    Member

    Yep, I have it integrated with wordpress. I’ll give those fixes a shot.

    Is there anyway I could add them without hacking core? Maybe as a plugin? This post (https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-12563) suggests adding this:

    if (function_exists('wp_head')) {
    // or another check to see if WordPress has been included
    add_filter('get_topic_title', 'stripslashes');
    add_filter('get_post_text', 'stripslashes');
    }

    to the “WordPress Integration” plugin. Since that plugin is in wordpress, not bbpress it didn’t seem like it would work, but I tried anyway and nothing. One person said it worked. Where might they have been adding it?

    Then there is hacking core files, which I’d rather not do since it makes updating more difficult.

    #87640
    chrishajer
    Participant
    #87639
    chrishajer
    Participant

    I’ve seen that on integrated installations, or when using a language file. Is that your situation?

    This has been reported but I don’t recall much about it lately, not a lot any way:

    https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-3953

    Terranb
    Member

    Hi,

    I’m noticing that back-slashes are being added when I use apostrophes or double-quotes in my forum. I’ve seen this before and I think I fixed it by adding stripslashes() or something around the variable, but I don’t know where I’d add it.

    Is this a problem with the theme I’m using rather than bbpress? Any thoughts on how to fix it? Where are the post and title boxes created?

    Thanks.

    logart
    Member

    Hmm, ok. So far I am still unable to get WP or bbP logins to affect each other. In fact, adding define( ‘COOKIEPATH’, ‘/’ ); to wp-config.php prevents me from logging into my WP admin panel. So here is the current status:

    1) Have the WP plugin installed and configured

    2) Have bbPress configured

    3) I can login to both separately

    4) If I log out of WP, I cannot log back in to WP

    5) As soon as I log out of bbP, I can then login to WP again.

    6) If I removed the COOKIEPATH from the config, then I can login, and out of WP and bbP separately with no issues, but they do not share a common login.

    So I think the main problem is that my cookie sharing is not working, as I thought that logging into one would make the other logged in to as well.

    #87624
    kikko088
    Member

    ok but I want that the user put also other information…

    I don’t like the wordpress profile manager, i prefer the profile manger of bbpress than i want that all user access only to bbpress profile manager.

    #87623
    zaerl
    Participant

    but while the registration with bbpress the user must insert name, email, site

    Only username and email are required.

    logart
    Member

    Good or Bad, firefox crashed on me, and when I re-opened it, auth on both WP and bbPress are working now.

    logart
    Member

    Just a side-note: My WP auth is successful, because I do not get a password error, but it just re-directs me right back to the WP login page again. I have a feeling it is something to do with my WP integration settings.

    #87622
    kikko088
    Member

    my bbpress and wordpress ara just integrating, if i’m login with wp i’m login also with bbpress, but while the registration with bbpress the user must insert name, email, site with wordpress the user must insert only a nickname and email…I want to menage the registration only with bbpress….I try to put the html code for login but there is a little problem, until the user isn’t logged in the sidebar there is the login form, but when the user login in the sidebar remains the login form instead “Welcome, user, ecc…..”

    There is another way for put login form in the sidebar?

    thank you

    #87580

    Exactly!

    #87621

    You should consider integrating both WordPress and bbPress to have login synchronization (loggin into one will make you login for the other too and the same goes with logout)

    #87579
    chrishajer
    Participant

    I still don’t believe there is any truth to the existence of a cache. Does anyone have proof of this?

    I believe deleting either users or posts or topics, by whatever process, does not properly reset the last poster, number of voices, number of posts, number of replies, etc. Which is why I think this is related to either bugs or not fully developed or poorly performing plugins.

    The functions exist, as ashfame explained, to fix problems. It should not happen on a regular basis.

    From the “recount” page of the 1.1-alpha admin:

    To minimize database queries, bbPress keeps it’s own count of various items like posts in each topic and topics in each forum.

    If the plugin or even built-in functionality does not accurately update the count, then you need these recount functions. If the code were perfect (core and plugins) then these functions would need never be used.

    #87620
    kikko088
    Member

    thank you :)

    #87578
    zaerl
    Participant

    Nah. I’m lazy. Ok I’m joking. It’s an hard to reproduce error cause I use ~15 plugins and 8 are written by me and (urgh) 4 are not released to public.

    Maybe I am the source of my “problems.” Eh eh eh.

    #87619

    Yes! Copy the code for bbPress login (html) and paste it into a widget, it should work.

    #87577

    I totally agree with Chris on this.

    Thanks Chris for explaining!

    @zaerl

    Did you file a bug on Trac? Recounting functions are there for use in case counts go out of sync and not to be used regularly because bbPress shouldn’t mess up with counts by its own functions.

    #87615

    In reply to: languages

    zaerl
    Participant

    Please notice that if you specify: define( 'BB_LANG', 'it_IT' ); then the mo/po must be called it_IT.mo/po. Take my italian translation. It is guaranteed.

    #87576
    zaerl
    Participant

    Really?

    Yes. Really.

    Where do you see evidence of this in action?

    In one in one of my forums. Wrong number of posts associated with a wrong number of discussions per user. It seems that it happens in a regular basis after a deletion of a long list of users. But I use a cron job each week so not a big deal. I have not investigated about the plugin that cause this mess.

    #87575
    chrishajer
    Participant

    As a moderator here, I don’t have access to the recount functions to reset things, and don’t have access to MySQL to see the data that’s being stored for counts, last poster, etc.

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