Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 5,076 through 5,100 (of 7,371 total)
  • Author
    Search Results
  • #66863

    In reply to: BuddyBar for bbPress

    deadlyhifi
    Participant

    I’ve just updated this plugin to work in BP 1.2.1 and bbP 1.0.3.

    Available here:

    http://www.deadlyhifi.com/downloads/buddybar-in-bbpress.1.0.4.zip

    dainismichel
    Participant

    Anyone?

    #66779
    Roger Coathup
    Participant

    I’ve now deleted the register pages inside the bbpress folders, and that seems to have halted the spam registrations for now. Fingers crossed

    #66717
    Andrea Rennick
    Participant

    Yes, it does. The groups & forums use bbpress. The MU part only manages additional blogs.

    Moominmama
    Participant

    Figured it out!

    It was the bbPress Sitemaps plugin!

    http://premium.wpmudev.org/project/bbpress-sitemaps

    It hasn’t been updated lately and that was the issue. Thank goodness it was something easy! I was reading it as a BuddyPress plugin, which is why I didn’t disable it first. Doh!

    #66661

    In reply to: BuddyBar for bbPress

    Arturo
    Participant

    is possible have an updated version of this plugin for BP1.2.1 and the latest version of WP? thanks!

    #66636
    corin-rules
    Member

    I am having the same issue. Both on the front end and in the admin area. Any of these links simply take me to the homepage of the blog.

    1. WordPress MU 2.8.6
    2. subdomain install
    3. installed in a sub directory
    4. a fresh install
    5. wordpress MU is functioning as normal before and after buddypress install
    6. Buddypress Version 1.2.1
    7. Did not upgrade buddypress
    8. No other plugins installed
    9. Using Buddymatic theme with a custom child theme, (though switching back to buddymatic default, coffe with friends or kubrick hasthe same issues)
    10. No modification of core files
    11. No custom functions in bp-custom.php
    12. Not running bbPress (yet, one thing at a time :)
    13. I have no server error logs afaik, but i do get this error when activating the plugin*
    14. The blog is currently hosted inhouse on a development server, I could request permission to reveal more details about this if requiered

    * –

    Plugin could not be activated because it triggered a fatal error.

    Fatal error: Cannot redeclare bp_loaded() (previously declared in /home/astateofwriting/wordpress-mu/wp-content/plugins/buddypress/bp-loader.php:54) in /home/astateofwriting/wordpress-mu/wp-content/plugins/buddypress/bp-loader.php on line 55

    #66426
    r-a-y
    Keymaster

    That’s what I meant. You’ll need to theme bbPress to match BuddyPress.

    Before hiring someone for this, I’d recommend finalizing the look of your BP install.

    Just my two cents.

    #66424
    hydroweb
    Participant

    No, I would just like to “wrap” the forum in the BP header so that the forum lies below the tabs and site title etc…so a user can navigate back to home, activity, members, etc… As it is now, the forum stands alone and to get back to BP one has to hit the back button.

    #66420
    r-a-y
    Keymaster

    Here’s the right place (for now anyway!):

    http://testbp.org/groups/buddypress-job-board/

    Do you just want someone to duplicate the original BP theme as a bbPress theme?

    #66419
    hydroweb
    Participant

    Can you point me to someone that could do that for me (for a fee of course).

    #66416
    r-a-y
    Keymaster

    You’ll need to style your bbPress theme if that’s what you mean.

    #66412
    hydroweb
    Participant

    @ r-a-y Looks like I got an external install working. See wonowon.com click tab forums. Is there a template that will allow me to put the forum in the BP header? Many thanks again. Roger

    #66338
    Hugo Ashmore
    Participant

    Have to admit I had no idea there was another registration.php page and it would have never have occurred to me to look in the bbpress folder.

    This kinda worries me really why is this required and also a password reset file, it feels as though it’s a bad hangover from earlier days and ought to be removed.

    Is it not time that this bbpress thing be integrated fully or at least forum capabilities simply part of BP core .

    I have deleted this registration file and will be interested to see if it clears up the remaining few spam signups still being received

    #66324
    Michael Berra
    Participant

    @windhamdavid – thanks for the hint about bbpress… didn’t know, that the register-file was still there… Now I deleted it (just in case) – although forums are not even activated in my install. By now, still no spammers registering… could be that activating hashcash again did the trick (although I really don’t get it why, for as far as I know it just protects the register-form, right? and it seems, that wasn’t even used…


    @chouf1
    On the install I am havong troubles with there is NOT ONE spammer for sure. I know all of them personally! In my other install (I have 0 troubles until now, I will check back on that. thanks for the hint)

    PS: Chouf1 – wow, do you speak swissgerman :-)

    #66320
    Tosh
    Participant

    Another issue here, when somebody clicks on this: http://www.p3blog.net/members/gm-luke/

    They get redirected to the home page.

    Is the – in the username an issue? My permalinks structure is not default either.

    1. Which version of WP/MU are you running? 2.9.1 Single WP

    2. Did you install WP/MU as a directory or subdomain install? http://www.mysite.com

    3. If a directory install, is it in root or in a subdirectory? root

    4. Did you upgraded from a previous version of WP/MU? If so, from which version? No

    5. Was WP/MU functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? Version 1.2.1

    7. Did you upgraded from a previous version of BP? If so, from which version? No

    8. Do you have any plugins other than BuddyPress installed and activated? Yes

    9. Are you using the standard BuddyPress themes or customized themes? Using BuddyPress Template Pack

    10. Have you modified the core files in any way? Yes, to fix the avatar upload issue:

    bp-core-avatars.php line 389

    Replace:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    With:

    if ( !$path = get_option( ‘upload_path’ ) )

    $path = WP_CONTENT_DIR . ‘/uploads’;

    else

    $path = ABSPATH . $path;

    …and report back?

    https://trac.buddypress.org/ticket/1970

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Not using bbPress.

    13. Please provide a list of any errors in your server’s log files. – Nope, shared server.

    14. Which company provides your hosting? Hostgator

    #66317
    Windhamdavid
    Participant

    let’s continue this thread over here ~ https://buddypress.org/forums/topic/how-to-control-spam-registration/page/2

    and did you try that recommendation regarding bbpress?

    #66303
    Windhamdavid
    Participant

    I don’t quite understand these spam posts since I’ve run ten to twelve mu sites for several (4+) years with no splog/smap exploits (knock on wood) and some of them are outdated installs with very little protection. If buddypress is in fact, the culprit, perhaps it’s related to the registration in bbpress if you have forums installed? @micheal ~ perhaps you should try removing register.php from the buddypress/forums/bbpress/ ~ and/or buddypress/forums/bbpress/templates/kakumei/register.php to see what happens…

    I just tested on a local install with no conflicts and thanks for investigating.

    #66204
    r-a-y
    Keymaster

    You should rename your bbpress folder to /forums if you want it to show up there.

    IMPORTANT: Read this forum thread:

    https://bbpress.org/forums/topic/help-i-renamed-my-bbpress-file-directory-name#post-17994

    #66203
    hydroweb
    Participant

    wonowon.com/bbpress

    #66201
    r-a-y
    Keymaster

    Where did you install bbPress?

    example.com/forums?

    example.com/bbpress?

    #66195
    hydroweb
    Participant

    OK, integrated all I think.

    bbpress integration plugin done in WP.

    bbpress itself integrated with WP.

    I still do not see the external preexisting bbpress forum. I am thinking that I should see the bbpress forum when I click the buddypress forums tab.

    #66190
    hydroweb
    Participant

    Hold that comment, let me work a little more here. Thanks!

    #66188
    hydroweb
    Participant

    I installed single WP. Then bbpress with data copied from wp-config. Then plugged buddypress in. Opted for external bbpress, then got this message

    “Forums were set up correctly using your existing bbPress install!

    BuddyPress will now use its internal copy of bbPress to run the forums on your site. If you wish, you can remove your old bbPress installation files, as long as you keep the bb-config.php file in the same location.”

    Why does BP say it will now use internal copy, when it just said it will use my existing install????

    #66184
    r-a-y
    Keymaster

    It’s an external install.

    Download bbpress @ bbpress.org/download.

    Integrate with WP. Find a guide on the bbpress.org/forums to integrate.

Viewing 25 results - 5,076 through 5,100 (of 7,371 total)
Skip to toolbar