Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 65,751 through 65,775 (of 69,016 total)
  • Author
    Search Results
  • #43910
    zipnguyen
    Participant

    the two members on my site that created buddypress profiles without me being notified are ndcom.com/members/Garamoff/ and ndcom.com/members/poifyipsyhold/, since these two, I’ve received about 3 other buddypress profiles where I, as the admin, didn’t receive notification.

    How is this possible and is there a remedy for it?

    Thanks,

    N

    #43909
    zipnguyen
    Participant

    you can check the members who made it through and on to the site without me being notified: http://ndcom.com/members/Garamoff/ and http://ndcom.com/members/poifyipsyhold/, since these two, I’ve had about 3 others like them whereby they make a buddypress profile and I don’t get the notification.

    #43908
    hadar
    Participant

    One quick update to the comment immediately above this one.

    I just did a fresh install of WPMU, did not even log in as admin and did not install BuddyPress. The default WPMU shows the same behavior as the above, so this can’t possibly be a BuddyPress problem.

    Not that I wouldn’t appreciate your help on this, but I’m going to continue to try and solve this at the WPMU level, and move on to BP when/if I solve it…

    #43907
    zipnguyen
    Participant

    Burt,

    Thanks for the reply. When myself, friends, or family create a profile to test the site, I always get an email as the administrator.

    But over the past few weeks, I’m getting individuals creating buddypress profiles and upone further research into my database, I track their email addresses back to health supplements, pharma drugs, and porn sites. I don’t receive an email notification when these buddypress profiles are made.

    Currently my settings are as follows, where the second choice with the “X” is selected.

    Disabled

    X Enabled. Blogs and user accounts can be created.

    Only user account can be created.

    Only logged in users can create new blogs.

    Wondering how can they create buddypress profiles, without me getting notifications?

    Thanks,

    Ninh

    #43906
    Magi182
    Participant

    @Enlightenmental1

    The plugin works mostly off the post and media library architecture. The database interaction is principally adding entries to wp_postmeta. It saves the post as a slideshow post by a boolean _jqss_is_showing, and, if desired you can add a special slideshow image with a meta field called jqss_image to contain the URL of the image. If you are lazy like me, you can just insert an image in the body of a post, and the plugin will sniff that out (hopefully) and use it as the slideshow image.

    It saves widget options in wp_options. Pretty standard stuff I would guess.

    @Hyrxx

    My intention was that the widget would appear on the main page of the site, where the admin would select pages from the main blog to feature. I am working on a few CSS themes to make the presentation a little snazzier. A regular blog could use it in any sidebar. I guess that I could hook it into TinyMCE so you could put a slideshow of posts in a post, but that might get ugly if the person accidentally slideshow-selected the post that had the slideshow in it.

    Roy McKenzie
    Participant

    Great contribution! I just don’t want to have to modify my core files yet. :)

    #43903
    enlightenmental1
    Participant

    does this plugin add tables to the database?

    #43902

    In reply to: Extending BuddyPress

    Jan M.
    Participant

    I just found what I need: The events-component (https://buddypress.org/forums/topic.php?id=1333) should be a good example to start with.

    #43901

    In reply to: Extending BuddyPress

    You would basically be using an existing plugin that does close to what you want, and modifying it to fit your needs. People have taken the groups plugin and made various random plugins out of it, for links to amazon store products, etc…

    #43899

    In reply to: Extending BuddyPress

    Jan M.
    Participant

    Normally you access your plugins in the members area, like ‘Profile’, ‘Messages’, ‘Settings’, ‘your-custom-component’, e.g. http://domain.tld/members/admin/your-custom-component.

    I want to create a component that’s not related to the members area and can be accessed like http://domain.tld/your-custom-component.

    Can I do this using the BP plugin system, or do I have to write a WordPress Plugin?

    #43898
    Andy Peatling
    Keymaster

    Skeleton theme has now been updated to version 1.2 and is compatible with BuddyPress 1.0.

    harouni
    Participant

    I’ll be a tester :)

    #43896

    In reply to: Extending BuddyPress

    Andy Peatling
    Keymaster

    Not sure what you mean “really custom”?

    #43892

    In reply to: Retried RC2 upgrade

    dbascent94
    Participant

    Forum topics are only created through BuddyPress and not directly in bbPress so they should show up. They show fine in the actual groups but not on sitewide activity. I am going to go check the error logs now.

    #43888
    wildchild
    Participant

    @John: I wish I could find out, there are more people with the same problem; although it seems to be (only) with sites already having data in them…

    @Andy: I’ve been copying over the database tables using phpmyadmin and by deleting entries I’ve found out the buddypress installation worked shortly. Too badly, I couldn’t redo the same routine …

    #43887
    21green
    Participant

    I have a question about the loader.php in the css directory.

    I followed all steps of the instruction:

    https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/

    However my directories were messed up. The styles weren’t applied. I figured out that it has something to do with the loader.php in the css directory.

    My question is if it is possible to just copy the RC2 /css/loader.php in my customn theme /css/ folder? I’m afraid, cuz the new loader.php is much smaller with significant less file imports (where are the imports for e.g. grups.css / blogs.css /friends.css / wire.css)?

    #43883
    byc
    Participant
    #43882
    takuya
    Participant

    I figured, that it was bp-invites plugin that triggered update. BuddyPress no core plugins shouldn\’t be updated from admin panel, but FTP. That\’s from my experience. :)

    FTP gets hyperlinked. wondering why…

    #43880
    Maythil
    Participant

    count me in, please :)

    #43879

    If removing those lines fixes the problem for you, I would say remove those lines.

    Those are settings that need to be modified to correctly for your particular install. WordPress and bbPress will often times suggest those settings for you, but it may not have gotten them correct.

    I think I understand what you’re saying, and honestly it doesn’t resonate in my mind how this could happen unless your cookie settings are mucked up. WordPress and BuddyPress use the same login and logout functions, they are performing the exact same tasks.

    Try deleting all of the cookies for your particular site, and try logging in/out again.

    Have you attempted to integrate bbPress or have you modified your cookie settings in any way?

    #43877

    Do you have BuddyPress Blogs enabled on your site? Does this happen for every user on your site?

    Which versions of BuddyPress and WPMU are you using?

    #43876
    arghagain
    Participant

    OK, I found the problem, but I don’t have a solution, if you look at https://codex.wordpress.org/Upgrading_WPMU and this is upgrading for 2.7 to 2.7.1 but the process is the same with 2.6 to 2.7.

    You see:

    define(‘ADMIN_COOKIE_PATH’, ‘/’);

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ”);

    define(‘SITECOOKIEPATH’, ”);

    If I add that into wp-config.php as instruct, when a user log in and then use the log out link from wp-admin or on the adminbar, they are log out from wp-admin but not really log out from buddypress member or home theme or adminbar at all. Though if you log out from buddypress member or home theme directly, you are log out of everything, but adminbar still is a problem as when you click log out it only refresh.

    Hope that clear the fog up. So when I remove those lines above from wp-config.php, everything works just fine.

    How to fix?

    #43873
    hyrxx
    Participant

    me to,

    does the widget appear on the users main profile page?

    #43870
    Burt Adsit
    Participant

    I think the reason you haven’t gotten a response here is that people are having trouble understanding what you are talking about. Are you using wpmu 2.7.1 as well as bp RC2? wpmu 2.7.1 is required.

    #43865
    arghagain
    Participant

    Also when you try to logout from adminbar using ie8, it won’t work! You are still log in no matter how many time you try to log out from admin bar. Please help?

Viewing 25 results - 65,751 through 65,775 (of 69,016 total)
Skip to toolbar