Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 62,526 through 62,550 (of 69,054 total)
  • Author
    Search Results
  • #52630

    In reply to: Private Profiles

    madloki
    Participant

    Me too! An privacy option is very important. This http://devbox.computec.de/2009/06/buddypress-xprofile-privacy-plugin/ does not work with 1.1 :-(

    Edit: it does work! But user must select before. But privacy fields like birthday etc. should never be visible for guest. Maybe with an click to activate, but at the moment thats not good.

    #52629
    Jeff Sayre
    Participant

    @sschablow

    The auto upgrade usually does its job. But you are using a version of WPMU (2.7.1) that is 5 months old. Also, you were attempting to upgrade from a version of BP that was at least that old as well.

    Whenever that many months have elapsed between your updating software versions, it is wise to check the readme.txt files and make sure that the versions you are using are compatible with each other. Had you done so, you would see at the top of BuddyPress’ v1.0.3 readme.txt file that you need at least WPMU 2.8.1.

    === Plugin Name ===
    Contributors: apeatling
    Tags: wpmu, buddypress, social, networking, profiles, messaging, friends, groups, forums, activity
    Requires at least: WordPress MU 2.8.1
    Tested up to: 2.8.1
    Stable tag: 1.0.3

    During those five months, many updates have been made to both platforms. In fact, it is recommended that you upgrade WPMU to 2.8.4a for security reasons. Here’s some information that might help in upgrading WPMU.

    As for your comment here:

    Crash occured after fatal error during BP upgrade (If it’s not possible to upgrade automatically you REALLY SHOULD REMOVE THAT S***[edited for content] FROM THE OPTIONS. DAYUMN. )

    That is an issue. I’m not sure that it has been reported, but as you are the first to report such a bug in the BuddyPress forums, you should check in WPMU Trac and see if it has been reported. If not, add a new ticket.

    #52627
    gerikg
    Participant

    thanks, I created my first ticket! lol https://trac.buddypress.org/ticket/1027

    #52626
    Jeff Sayre
    Participant

    Before activating BuddyPress, did you delete the /bp-themes/ directory? If you do not, and then activate BP and choose the new theme framework, BP can have issues resolving which theme system–the old or the new–your wanting to use.

    #52620
    Paul Wong-Gibbs
    Keymaster

    Next version is a minor release to work with BP 1.1 but yeah I’d like to do that.

    #52618
    stwc
    Participant

    The achievements plugin is pure awesome. A truly great way to incentivize participation, all with a nice sense of humour. I’d love to a builder-type tool to allow admins to create new achievements without writing code..

    #52616
    Paul Wong-Gibbs
    Keymaster

    Report it as a bug on https://trac.buddypress.org/ – use the same username and password that you do for these forums.

    #52615
    talk2manoj
    Participant

    @sschablow : Please try by renaming plugins folder to tmp_plugins or something.

    #52614
    crocgo
    Participant

    I have deleted it and now it shows this error message

    ‘You do not have any BuddyPress themes installed.

    Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.’

    are u sure deleting is correct?

    #52611
    wordpressfan
    Participant

    Jeff, where do I sign up for the alpha tests? I’ve been contemplating the “Members Only” plugin limiting access to registered users. Aside from the question of how it would work with BuddyPress (any experiences with MO?) there is the granularity which your component seems to offer. I want some of my membership site open to the general public, but the core information – profile data – I want to provide access to premium subscribers.

    #52601
    Jeff Sayre
    Participant

    The answer is yes and no.

    The privacy component is designed to offer users a mechanism to assign access rights (viewing rights) to their various core BP object groupings. It is not designed to let users assign per-item access control to any and all objects. So, for instance as you suggest, at this stage a user will not be able to assign an individual image discrete access rights. Why? Because photos (album objects) are not part of BP’s current core.

    Please be advised that this component only provides the assignment of privacy levels to BP’s core object groupings. All 3rd-party components will need to code their own privacy control features–using this component as a model and tying into its access-control table.

    Remember that this is a first version Privacy Component, so new features will be added later.

    A little more about access control

    Typically, Access Control Lists and protocols focus on flexibly setting access rights to resources based on predefined roles (for example: site admin, group admin, moderator, editor, contributor, member, user). This type of access control is more often called, and more appropriately referred to as, role-based access control (RBAC). Role-based AC is necessary when two or more people are involved in the management, oversight, and even ownership of specific subsets of data. This group of people then need to be jointly authorized to perform certain functions.

    But BuddyPress is a user-centric platform where there are currently no-jointly owned or controlled subsets of data. Ignoring the overall Site Administrator, in BuddyPress, there is a one-to-one relationship between a given piece of data and a single owner of that data. Even groups (at this time) are owned and controlled by one user. Group Moderators are limited in their power and do not own anything.

    The core BP privacy component is what I am calling a light-weight ACL implementation. At some point it may make sense to offer a separate, full-fledged RBAC system but I’m guessing that only a few devs who truly understood such a system would take advantage of it.

    Offering privacy control on BuddyPress’ core component objects is more than sufficient.

    #52598
    Ezd
    Participant

    Jeff: Yeah i made a ticket as well here: https://trac.buddypress.org/ticket/1023#comment:6

    Looks like Andy already fixed them in the trunk. :)

    #52597

    In reply to: Upload avatar failed

    Jeff Sayre
    Participant

    This is a very old thread that has not seen any activity for 5 months until your post. BuddyPress has changed significantly during that time, so whatever was the OP’s issue it is more than likely not the same as your current issue. Also, this thread is marked as resolved so it will more than likely get passed over by most people.

    Please read this thread and then start a new post.

    #52596
    abcde666
    Participant

    good that the TRAC-ticket has been re-opened again:

    this issue is not about which browser you are using or hardware !

    https://trac.buddypress.org/ticket/1021#comment:3

    There is clearly something wrong with the mouse-over at the homepage of testbp.org !

    the mouse-over is behaving perfect and very fast at an individual user-blog at testbp.org

    #52594
    Anointed
    Participant

    Coming from an ‘elgg’ point of view, I’m curious if your privacy plugin is going to be similar.

    When I create any new item in elgg, be it an image/video/audio/post/etc.. I have the ability to assign the object to a given group at the time of creation.

    Meaning, if I upload a new picture, or a new blog post, I have a dropdown permission box where I can set the groups allowed to see the item. (I can select multiple groups if needed).

    One thing I absolutely love is I can assign the privacy settings to groups of users.

    For instance, I have multiple ‘friends’ groups, ‘coworkers/family/friends/etc’ so when I make a post, I can say that only ‘friends’ are allowed to see it. Or, if I am a member of different ‘groups’, I can assign the permission to members of the given group (that part is really cool)

    Basically the permission system is so extensive, that my profile page looks completely different depending upon the permissions of the user visiting my page. (I’ve even managed to take it to the level of custom styles/css on a ‘per permission’ basis)

    Of course I can edit permissions on any object after creation should I choose to edit it later.

    Is this type of system basically the same as what you are talking about?

    #52592
    Jeff Sayre
    Participant
    #52591
    Jeff Sayre
    Participant

    Here’s a one-page PDF that shows the 6 access control levels of BPAz:

    http://www.sayremedia.com/buddypress/BPAz_Access_Levels.pdf

    #52586
    Jeff Sayre
    Participant

    @jjj

    I had considered adding the ability to block a certain user or groups of users but then realized that the selections that are offered do in fact block groups of users by virtue of them not being able to view a given object. For example, if a particular user is bothering you, and they are not in your friends listing, you can make an object only viewable to friends. This, in essence, will block them.

    Possibly future versions of the component could enable the grouping of several filter options or even include the ability to filter out certain users. But suffice it to say that the first version offers plenty of options and flexibility.

    @Erich73

    Since forums are not a core-created object but in fact are objects pulled into BuddyPress from an outside plugin, BPAz will not offer a filtering option for forums. There are simply too many distinct objects that bbPress creates. It truly needs its own privacy filtering system. Therefore, it is up to bbPress to offer such privacy options or a 3rd-party bbPress developer.

    #52584
    abcde666
    Participant

    Hi Jeff,

    what about a Forum-privacy ?

    Not sure if this makes sense ?

    #52582

    Since you have an option to allow certain users, do you have an option to block certain users also? Or, can I allow/block specific users while also allowing logged in users/friends?

    Maybe I should just wait for the alpha. :D

    #52581
    Ezd
    Participant

    Jeff:

    1. Which version of WPMU are you running?

    2.8.4a

    2. Did you install WPMU as a directory or subdomain install?

    directory

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

    subdirectory (domain.com/designs/wpmu)

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    No I made a clean install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    Yes. Login was working fine. When I installed buddypress I couldnt login from the buddybar login. It looks for wp-admin.php in the root instead of in the directory “designs/wpmu/” where wp-admin.php is located.

    6. Which version of BuddyPress (BP) are you running?

    1.1 beta

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

    No clean install

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

    Only Buddypress

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

    Standard that comes with buddypress

    10. Have you modified the core files in any way?

    No

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

    No

    12. If running bbPress, which version?

    bbpress 1.0.2

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

    When logging in from the buddybar it cant find wp-admin.php as its looking for the file in domain.com and not in the correct location which is domain.com/designs/wpmu where wp-admin.php is located.

    When clicking login I get the message “No input file specified.”

    I even tried making a clean install once again. Same problem with buddybar!

    #52579

    In reply to: forums in 1.1

    Mike
    Participant

    perfecto! had one *slight* mistake in that setup … i dumped everything into /plugins/buddypress/bp-forums/ … without the bbpress folder =P and yes, it was via zip, lol.

    #52575

    In reply to: forums in 1.1

    Paul Wong-Gibbs
    Keymaster

    I’m betting you installed via the zip file. You need to download bbpress and put it in /plugins/buddypress/bp-forums/bbpress/

    (not /plugins/buddypress/bp-forums/bbpress/bbpress/ !)

    #52574

    In reply to: forums in 1.1

    Paul Wong-Gibbs
    Keymaster

    And do you have a /plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php?

    #52573
    Paul Wong-Gibbs
    Keymaster

    *If* you’ve even enabled BuddyPess, you need to copy or merge the functions.php from the standard BuddyPress theme into your custom theme.

Viewing 25 results - 62,526 through 62,550 (of 69,054 total)
Skip to toolbar