Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 25,976 through 26,000 (of 68,915 total)
  • Author
    Search Results
  • #144443
    buddhatunes
    Participant

    I checked it out, and it looks problematic for me. Especially having to update the .pot file every time buddypress updates. Any other suggestions that might be a little easier?

    #144438
    Hugo Ashmore
    Participant

    Rename the buddypress plugin folder, this effectively disables BP and will allow you back in. You error message is teling you that you have insufficient script memory, check with your web host to see if you can get your memory raised, also check the WP codex on this matter as it details various actions you can take in addition to contacting/getting your host to adjust things.

    #144435
    Hugo Ashmore
    Participant

    No look at the links closely the files are in the package, have a look at what ever version you currently have installed.

    #144432
    raminjan
    Participant

    thanks my friend. if the bp-1.7 comes out would you please send me the GPL document link for that too thanks.

    #144431
    @mercime
    Participant
    #144430
    @mercime
    Participant

    @grantnieddu I would suggest checking with Thesis theme forums re BP compatibility. I recall mention of a plugin ala BP template pack for Thesis or the BP compatibility files available. I imagine that many Thesis theme users would have brought that up in their forums.

    #144429
    Famous
    Participant

    I have multisite, not sure if that made a difference, however I cannot edit the page from that location. Instead I went through the main blog’s pages, found it and changed the slug. Worked great!

    Thanks r-a-y closed case

    BTW you wouldn’t happen to want to weigh in on 1.7 theme defined wouldya?

    #144427
    Hugo Ashmore
    Participant
    #144418
    Paul Wong-Gibbs
    Keymaster

    Regarding the WP_DEBUG errors. Have you recently upgraded to BuddyPress 1.6+? There was a schema change, and we added the is_spam column in the wp_bp_activity table, and your error message says that it doesn’t exist.

    Can you look inside your WordPress admin area, and check that you’ve not got some pending update action? https://i.imgur.com/MseHC.png

    #144417
    Paul Wong-Gibbs
    Keymaster

    In your WordPress admin area, there’s a “Activity” item in the main menu list. On this page, there’s a button to filter to view only spam posts, and if any have been marked as akismet, there’s a little label nearby that says “marked as spam by akismet” etc.

    #144416
    danbpfr
    Participant
    #144415
    Dainismichel
    Participant

    ahh — i was going to do that but gave the “private buddypress” plugin a shot and it worked.

    i am relieved and grateful :-)

    best,
    dainis

    Dainismichel
    Participant

    huh, i just tried the “private buddypress” plugin — using the latest WP BP for nov 2 2012 (plz lookup the versions if you need to), and the plugin works just fine.

    i am quite grateful to the creator of the private buddypress plugin. it does everything i need it to do.

    life’s hard enough as it is — when you catch a “break” like this with code that works as promised without hassles and even without payment — you just really have to say thanks.

    thanks to dennis at: https://profiles.wordpress.org/GIGALinux/ seriously — thanks!

    #144412
    JPAres1
    Participant

    @mercime, thank you for your response. We were getting ready to try your suggestion when this happened:

    As you know, the registration emails going out from our site were working but then weren’t working. See previous email. Since then, we went into something we never before went into: Membership, Communications and created a test Welcome message. We registered as a new user and wouldn’t you know we received the registration activation email as that new user, the test Welcome message for the new user and the admin new user notification email. Then we deactivated the test Welcome message and went through the process again. It worked! We received two emails now (just like before the mysterious site-rendered email disappearance); the registration activation email as that new user and the admin new user notification email. We then completely deleted the test Welcome message so that the Membership, Communications was the same as before we started and again, we received the same two emails. Whatever did we reactivate?

    So, for whatever reason, the emails seem to be working again. However, this is a huge concern to us. This could happen again and we would have no idea why the emails stopped working and why it suddenly reset itself. We have repeatedly read in our research of this matter that WordPress uses PHPMail Sendmail. It has been mentioned more than once that making the emails go SMTP is better and more stable. We are of the belief that this may be the core issue here. Can anyone give input on this and guide us in the right direction? Is there anyone out there that can explain to us what may have happened and is there something we need to hard code so that it doesn’t happen again?

    Many thanks for your help and advice.

    modemlooper
    Moderator

    Use
    `$bp->bp_options_nav = ’30’;
    $bp->bp_options_nav = false;`

    #144410
    tifire
    Participant

    Thanks for the response. I will do that. Just a quick question, after getting the Akismet API kay and installing Akismet, how do I know if Akismet works against activity spams? Is there a way for me to test that?

    #144404
    marcycapron
    Participant

    @megainfo @djpaul

    and then these are the headers chrome dev tools spits out once i remembered to turn XHR on (oops) ….
    https://dl.dropbox.com/u/21711125/Screen%20Shot%202012-11-01%20at%208.01.53%20PM.png

    #144403
    marcycapron
    Participant

    @megainfo @djpaul i can’t post updates to groups *or* my profile.

    this is what i get with debug on (mind you no errors in chrome dev tools)

    `WordPress database error: [Unknown column ‘a.is_spam’ in ‘where clause’]
    SELECT a.*, u.user_email, u.user_nicename, u.user_login, u.display_name FROM wp_bp_activity a LEFT JOIN wp_users u ON a.user_id = u.ID WHERE a.is_spam = 0 AND a.user_id IN ( 25 ) ORDER BY a.date_recorded DESC LIMIT 0, 20
    WordPress database error: [Unknown column ‘a.is_spam’ in ‘where clause’]
    SELECT count(a.id) FROM wp_bp_activity a USE INDEX (user_id) WHERE a.is_spam = 0 AND a.user_id IN ( 25 ) ORDER BY a.date_recorded DESC
    WordPress database error: [Unknown column ‘is_spam’ in ‘field list’]
    INSERT INTO wp_bp_activity ( user_id, component, type, action, content, primary_link, date_recorded, item_id, secondary_item_id, hide_sitewide, is_spam ) VALUES ( 25, ‘activity’, ‘activity_update’, ‘wec posted an update’, ‘ajax 2’, ‘http://tier1alumni.com/members/wec/’, ‘2012-11-02 00:53:15’, ”, ”, 0, 0 )
    -1
    `

    modemlooper
    Moderator

    People will chime in but anything recommended by WordPress should be good. Just remember BuddyPress has more overhead in displaying content and will use more resources.

    https://wordpress.org/hosting

    #144401
    r-a-y
    Keymaster

    As of BP 1.5, `BP_REGISTER_SLUG` isn’t used for this purpose anymore.

    Login to the WP dashboard, navigate to “Pages” and find the registration page you registered with BuddyPress under the BuddyPress page settings area.

    Next, edit the page and change the page slug and save.

    This should give you your custom page slug for the registration page.

    #144400
    mistichd
    Participant

    I just installed also and I’m having the same problem. I went through the installation wizard. Installed several different Buddypress themes and cannot customize or even access most of the components. Installed a buddypress toolbar. Same problem.

    #144399

    In reply to: Spam registrations

    MickeyRoush
    Participant

    @ A Swede in Greece

    You could try this plugin:

    https://wordpress.org/extend/plugins/stop-spammer-registrations-plugin/
    But you’ll want the beta version as it fixes an issue with BuddyPress
    http://www.blogseye.com/beta-test-plugins/

    Also, you should look into installing ZBBlock.
    http://www.spambotsecurity.com/zbblock.php

    #144398

    In reply to: Spam registrations

    The spam comment by “panlong” is still here after 2 weeks and 5 days…This says a lot about BuddyPress I think. We have started up a new site with BP, still not ready, but I think we’ll have to close it because of all spam members and spam activity, if we can not get help how to stop it. It’s UNBELIEVABLE how much spam we get. Three persons had made 100 membership each as well!!!
    This Akismet plugin is for comments, but this is not so much needed as you can have comments with moderation.
    I really think spam protection should be included from the beginning in the BudyPress plugin!
    Another issue as well is that someone made a group without showing who created it. It doesn’t show up in the activity stream, even if I filter “created a group” either.

    Something else, the page forums doesn’t show up. It says:
    The forums component has not been set up yet.
    What do I need to do?

    dylancasey
    Participant

    Sean,

    I have a very similar question to yours — I’m trying to modify the order of the tabs in the Groups navigation, rename some of them, and get rid of some of them. I, too, am running BP 1.6.1.

    I can help in one respect — you need to enclose the code in your bp-custom.php file in the php brackets:
    <?php

    YOUR CODE

    ?>

    In the meantime, I would appreciate (from anyone) help with these customizations of the BP menus. Did something change in 1.6 to affect this? Much of the help out there concerns v1.5.

    Thanks in advance,
    Dylan

    #144394
    @mercime
    Participant

    You’re welcome. Good luck.

Viewing 25 results - 25,976 through 26,000 (of 68,915 total)
Skip to toolbar