Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'change buddypress menu'

Viewing 25 results - 751 through 775 (of 845 total)
  • Author
    Search Results
  • grosbouff
    Participant

    Hi, i’m trying BP 1.2 under WPMU 2.9.1.

    Got a problem here with my custom plugin when I try to add a page to the BuddyPress menu of the admin panel :

    The syntax is

    add_submenu_page(parent, page_title, menu_title, capability required, file/handle, [function]);

    In the core, an example will be

    add_submenu_page( ‘bp-general-settings’, __( ‘General Settings’, ‘buddypress’), __( ‘General Settings’, ‘buddypress’ ), ‘manage_options’, ‘bp-general-settings’, ‘bp_core_admin_settings’ );

    But If I try to adapt this to my plugin

    add_submenu_page( ‘bp-general-settings’, __(‘Classified3s %s’,’classified3s’), $name, ‘manage_options’, $bp->classified3s->slug, ‘classified3s_admin_settings’ );

    It does not work.

    The funtion classified3s_admin_settings() exists, and I’ve noticed that it’s when I change the file/handle parameter that it’s getting broken :

    the URL become

    /wp-admin/classified3s_admin_settings

    instead of

    /wp-admin/admin.php?page=classified3s_admin_settings

    any idea ?

    #8292
    Tom
    Participant

    (Next to “Members”, “Blogs”, etc).

    I’ve added my page via header.php copying code from one of the other links:

    <li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'News', 'buddypress' ) ?></a></li>

    Here is what I added:

    <li<?php if ( bp_is_page( contact-us ) ) : ?> class="selected"<?php endif; ?>><a href="http://mysite.com/v2/contact-us/" title="<?php _e( 'Contact us', 'buddypress' ) ?>"><?php _e( 'Contact us', 'buddypress' ) ?></a></li>

    But no matter what page I am on, the “Contact us” page is highlighted. How do I change the “is is page” so that it’s only marked as selected if actually on the “contact us” page?

    As you can see… Ive changed the slug in my code, but I’ve probably done it wrong.

    Anyone know how to do it?

    nig3d
    Participant

    I’m totally a newbie.

    I have a working buddypress/WP installation, I’m still working to get in the new mentality required to understand some processes.

    I have some questions:

    – what is Disable BuddyPress to WordPress profile syncing for?

    – I’m still trying to understand the blog philosophy of WP. It seems like that buddy press is a sort of social oriented blogs container. In this container the users could create a blog. I disabled the blog creation feature for the normal user and I have created just two blogs, now I have some trouble to understand:

    — once a new user is registered, is it registered to buddy press, to WP or to the single blog? It looks like it’s registered to buddy press, but a WP profile is created too, why?

    — it looks like the first created blog works as “main blog” , in fact, the header line title appears to be the name of the first created blog. If I switch to another blog, the header title won’t change. Is this meant to be? Anyway this feature doesn’t bother me, the only problem I’m having is that I’d like instead to customize the top-right tab menu, since I don’t want “Groups” and “Members” appears for the secondary blog.

    — on the secondary blog, while the “Recent Posts” widget works nicely, if I click on the “Blog” tab, the site will show me “The page you were looking for was not found.” Is it because the user is not a subscriber of the blog?

    –if this is the reason, how can I make a new user subscriber of both the blogs once registered? Another solution could be let the blog to be read even by not subscribers.

    – Is there a way to let the group be created only by the admin? If yes, can you show me how?

    – Is there somewhere an help page where I could have found the answer to my questions?

    Thank you for your really appreciated help!

    #8254
    jivany
    Participant

    DJ Paul requested I start a topic on this so here we go.

    On my fresh Single WP 2.9.1 install I checked out revision 2274 and activated BP. Everything appears to be OK except I don’t have a BuddyPress menu in the WP admin area.

    I looked in the code and it appears that is_site_admin() is failing. Looking at is_site_admin() in bp-core/bp-core-wpabstraction.php, I see that it uses get_currentuserinfo(). A little googling and it appears that this function is problematic in 2.9 because of where it is defined (in /wp-includes/pluggable.php). Maybe an initialization order changed?

    Anyhoo, just now I simply replaced the content of is_site_admin() with return is_admin() and it now shows the BuddyPress admin menu.

    Unfortunately, the fix isn’t this simple as get_currentuserinfo() is used a whole lot.

    #60192
    Bowe
    Participant

    It’s funny because when I first found out about WPMU is was indeed wildy confused about what it meant exactly. Already familiar with single WordPress I installed WPMU because I wanted to use BuddyPress and thought it was some kind of special version of WordPress (not realizing the Network of blogs/sites kinda thing).

    After I got BuddyPress up and running and started a blog I got launched into another admin panel which suddently missed all kinds of menu options and had a different name.. “WTF is going on here” was my initial response..

    Until I realised that WPMU actually allowed me to setup multiple blogs from one panel and would allow me to create a network of sites!

    This name change is a good thing and much easier to grasp. It does make me think; should I call new blogs on my network “sites” or “blogs”.

    :-)

    Paul Wong-Gibbs
    Keymaster

    1) https://codex.buddypress.org/how-to-guides/customizing-labels-messages-and-urls/

    2) Go to your wp-admin area, in the BuddyPress menu go to “Component Setup”. This lets you disable/enable each component of BuddyPress. If you disable, they are removed from menus. If you want the component active but not on your menu, you will need to create a child theme: https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/

    #7984
    closed account
    Participant

    I’ve just been reading some excellent posts by Burt Adsit on altering the order of the Admin Bar menus by user role. Thanks Burt, its enlightened me greatly!

    http://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/

    http://buddypress.org/forums/topic/limit-blog-creation-to-admins

    http://buddypress.org/forums/topic/hiding-subscriber-role-blogs-from-my-blogs-on-admin-bar#post-11579

    I’m wondering though, if its possible to define the order of the My Blogs section of the menu bar by Blog ID.

    When adding blogs in mu, I went to great lengths to set the BlogID’s to appear in the logical order for my site, so that as site admin, I could logically make changes.

    What I’m finding with MyBlogs is that the root blog (blogID 1) is appearing as the 3rd blog in the sequence.

    Whilst it could be considered minor, it would nice to know how to fix it, as well as being able to change the order of future-added blogs that I want to appear higher up the order as my site develops.

    Is this possible to do with some custom changes, without editing core files?

    Any help appreciated. Thanks

    Paul

    #58117
    arifinez
    Participant

    How to work with both customized and translation .mo files?

    1. I’ve uplaoded an id_ID translation (mo) file and using the multilingual plugin, it’s works.

    2. I’ve made a bp-custom.php to change ‘wire’ slug into ‘memo’. It’s working on my translation pages, but not with the default english contents (‘memo’ URL’s are fine, but not with menus and ‘wire’ related texts).

    <?php

    define( 'BP_WIRE_SLUG', 'memo' );

    ?>

    3. I’ve made a customized PO file (english) to fix this and load the MO language file with bp-custom.php. Now the english language is working (URL’s and contents), but those changes made some of my id_ID translation turns back into english (some ‘memo’ related translation) but the rest translation is fine…

    <?php

    define( 'BP_WIRE_SLUG', 'memo' );

    define( 'BPLANG', 'memomu' );

    if ( file_exists( BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' ) ) {

    load_textdomain( 'buddypress', BP_PLUGIN_DIR . '/bp-languages/buddypress-' . BPLANG . '.mo' );

    }

    ?>

    Did i made any mistake with those steps?

    Is it allright using both customized and translation .mo files?

    please help, thanks!

    #56764
    jobjorn
    Participant

    I haven’t had time to update the plugin (nor my community), but running BuddyPress 1.0.3 and WordPress MU 2.8.1, it shows up below the profile field settings in the BuddyPress secion of the menu.

    Perhaps something has changed which breaks the plugin, causing it to not show up at all. If so, perhaps an URL like this will help: http://yourwebsite.tld/wp-admin/admin.php?page=buddypress_stats_wrap

    #7512
    r-a-y
    Keymaster

    Just upgraded to latest BP, I’m going with the old /bp-themes/ format until I have more time to port over to the new parent/child theme setup.

    For those of you still using the deprecated theme setup, you might run into an issue with the group avatar settings.

    Here’s what I did to fix it:

    1) Change the form action in /bp-themes/YOUR THEME/groups/admin/group-avatar.php to:

    <form action="<?php bp_group_admin_form_action() ?>" name="group-settings-form" id="group-settings-form" class="standard-form" method="post" enctype="multipart/form-data">

    2) Select everything between the <form> tag and copy and paste the following:

    <?php /* Group Avatar Settings */ ?>
    <?php if ( bp_is_group_admin_screen( 'group-avatar' ) ) : ?>

    <h2><?php _e( 'Group Avatar', 'buddypress' ); ?></h2>

    <div class="left-menu">
    <?php bp_group_avatar( 'type=full' ) ?>

    <?php if ( bp_get_group_has_avatar() ) : ?>
    <div class="generic-button" id="delete-group-avatar-button">
    <a class="edit" href="<?php bp_group_avatar_delete_link() ?>" title="<?php _e( 'Delete Avatar', 'buddypress' ) ?>"><?php _e( 'Delete Avatar', 'buddypress' ) ?></a>
    </div>
    <?php endif; ?>
    </div>

    <div class="main-column">

    <?php if ( 'upload-image' == bp_get_avatar_admin_step() ) : ?>

    <p><?php _e("Upload an image to use as an avatar for this group. The image will be shown on the main group page, and in search results.", 'buddypress') ?></p>

    <p>
    <input type="file" name="file" id="file" />
    <input type="submit" name="upload" id="upload" value="<?php _e( 'Upload Image', 'buddypress' ) ?>" />
    <input type="hidden" name="action" id="action" value="bp_avatar_upload" />
    </p>

    <?php wp_nonce_field( 'bp_avatar_upload' ) ?>

    <?php endif; ?>

    <?php if ( 'crop-image' == bp_get_avatar_admin_step() ) : ?>

    <h3><?php _e( 'Crop Avatar', 'buddypress' ) ?></h3>

    <img src="<?php bp_avatar_to_crop() ?>" id="avatar-to-crop" class="avatar" alt="<?php _e( 'Avatar to crop', 'buddypress' ) ?>" />

    <div id="avatar-crop-pane">
    <img src="<?php bp_avatar_to_crop() ?>" id="avatar-crop-preview" class="avatar" alt="<?php _e( 'Avatar preview', 'buddypress' ) ?>" />
    </div>

    <input type="submit" name="avatar-crop-submit" id="avatar-crop-submit" value="<?php _e( 'Crop Image', 'buddypress' ) ?>" />

    <input type="hidden" name="image_src" id="image_src" value="<?php bp_avatar_to_crop_src() ?>" />
    <input type="hidden" id="x" name="x" />
    <input type="hidden" id="y" name="y" />
    <input type="hidden" id="w" name="w" />
    <input type="hidden" id="h" name="h" />

    <?php wp_nonce_field( 'bp_avatar_cropstore' ) ?>

    <?php endif; ?>

    </div>

    <?php endif; ?>

    Hope this helps the few who are going to be using the old theme format for a bit!

    #7420
    dwarfsibling
    Participant

    Per this original thread: http://buddypress.org/forums/topic/navigation-buttons-where-are-they#post-5165

    I would like to change the name on the basic components of BuddyPress. Notably, I would like to change Groups (which have all the behaviors I’m looking for) into ‘something else’.

    The post referenced above says “If you are simply looking for where you can change the text of the menu buttons “Home”, “Blog”, “Members”, “Groups”, “Blogs”, then it is found in the header.php file of both the home and member themes.”

    Here is my header.php from wp-content/themes/home and I see nothing in it about groups. Judging by the simplicity of the instruction above, I must be missing something fundamental – like what/where I should be looking :)

    Many thanks!

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>

    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

    <style type="text/css" media="screen">
    #page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/kubrickbgwide.jpg") repeat-y top; border: none; }
    </style>

    <?php wp_head(); ?>
    </head>
    <body>
    <div id="page">

    <div id="header">
    <div id="headerimg">
    <h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>
    </div>
    <hr />

    #55816

    In reply to: Future of BP

    David Lewis
    Participant

    @gaz: Yes, with the default theme you get a main navigation bar that focuses on BuddyPress features (Members, Groups, Forums). So in that sense, BuddyPress “takes over”. But there’s also the “Blog” link which links to your WPMU main blog. WPMU is nothing more than Posts and Pages. So it’s all still there.

    But yes, the main navigation is BuddyPress-focused when using the default theme. However, that is easily changed. Simply create a child theme with a custom header.php file. Your navigation could then be… Blog, About, Products, Contact, Customer Care… whatever you wish. Perhaps those BuddyPress links (Members, Groups, Forums) would be either in a separate navigation bar (like the bottom bar on Facebook) or maybe subsections of a “Community” menu. Or what have you. It’s all very do-able.

    Unfortunately… you are also correct that there are very few custom themes right now. And no purpose-specific themes. BuddyPress is too new. So your choices are to either a) roll up your sleeves and be prepared to do a ton of learning and research or b) hire someone.

    And Site Architecture is critical of course. It seems like you have a good idea of what you want to do but you’ve started out by taking a default BuddyPress install and working backwards from there. A good sanity check (if you haven’t already done so) is to sit down and sketch out exactly what you want… what sections… what navigation bars… what functionality… etc. Draw it all out (again, if you haven’t already). Then work from there.

    I think you’ve made the right choice. It’ll just require some work. WordPress and BuddyPress are so much more flexible and better supported than the other open source alternatives. It’s worth the effort.

    #55802

    In reply to: Future of BP

    Mike
    Participant

    All I can share from personal experience is this: It’s real easy to get lost in all the gloss. About two years ago when I was hunting down low-cost, self-hosted, white label social networking software, I narrowed it down to two choices, Elgg and Dolphin. What I loved about Dolphin was how intuitive and pretty the whole backend was — you could easy drag/drop/rearrange different menu items and easily swap out your pages/columns/widgets. You could even change the sizes of certain page elements with just a few mouse clicks. It was almost like a Square Spaces for social networks. But then came more research. And upon that research, I found that Dolphin has some of the ugliest code ever written. On top of breaking tons of add-ons during upgrades, there also wasn’t (and probably still isn’t) an active support group available — more like a commune of helpless, p/o’ed customers who were all experiencing the same bugs. That’s not to say that it’s useless. I’m sure it works fine for a good handful of users who dumped a lot of money into development. But it became apparent that I needed to look into Elgg instead.

    Now, Elgg does everything it says right out of the box 100% and we had instant love affair — http://www.michaelkuhlmann.com/category/elgg-vs-buddypress/. The whole installation took me about 10 minutes and there wasn’t a single problem… until I tried to re-design it. It was virtually impossible creating an entirely different layout. In fact, I have yet to see an Elgg-powered site that looks completely custom-made like the BuddyPress-powered VW TDI Truth & Dare site. Again, I’m sure Elgg fulfills the needs of many of its users – and probably a lot more so than Dolphin – but when it came to theming the software, it just fell a bit short. Although I could see how it could seem *ahead of the game* with its ease of use and drag’n’drop capabilities, it really isn’t compared to BP.

    So BP came right along just as I finished *theming* — I should actually just say “colorizing” – my Elgg installation. Immediately, I dumped Elgg and switched to BP. I had seen what Andy did with ChickSpeak several months before the BP/Automattic venture was announced, so it looked quite promising. Then, the first release came out. First, I had trouble installing WPMU. Next, I had trouble installing BP. Following that, I couldn’t figure out how to get forums up and running. I sounded just like Mythailife – frustrated to the core. But I also remembered what an amazing difference a few months of development did to WordPress going from version 2.3 to 2.7, so I decided to stick around.

    Up until now, I can easily say that BP has made strides in development. Out of the dozens of forums that I’ve visited, BP has *consistently* given the most support to its users in a timely fashion – FOR FREE. I have to stress the complimentary tech support part, because a lot of people tend to demand an answer to every single question immediately after they’ve posted their question, which is ridiculous. And if that speaks to you, here’s what you are getting – again – FOR FREE:

    – A social networking system built on top of one of the best open source publishing systems, which means you’re also inheriting tons of great functionalities like WordTube/MapPress/eCommerce/Facebook Connect

    – Loads of documentation including WordPress for Dummies and the upcoming book BuddyPress for Dummies (books are not free, of course, but they do count towards documentation)

    – Support forums, development roadmaps and overall project transparency

    – Ability to customize/theme BP exactly the way you want it to appear

    – Dozens of available plugins

    – Did I mention that this is built on WordPress?

    If you don’t have the luxury of time to wait for support-related questions or still feel like this project is lagging AND you have deep pockets, there’s always Crowdfusion and Anahita. Otherwise, don’t get lost in the gloss, because BuddyPress is the next-best-thing to come out of the Automattic vault.

    #55425
    Jeff Sayre
    Participant

    What you are truly asking is, “How can I customize the BuddyPress slugs?” Well, there is a BP blog article that answers that question!

    https://buddypress.org/blog/how-to/customizable-slugs-in-buddypress/

    #55392
    Paul Wong-Gibbs
    Keymaster

    I would recommend you create a child theme (see https://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/), copy header.php into it and make your change there.

    #55391
    zageek
    Participant

    You can go into the header.php file in your template and do it in there

    <li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) : ?> class="selected"<?php endif; ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>

    You can change _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' )

    to _e( 'Analyists', 'buddypress' ) ?>"><?php _e( 'Analysts', 'buddypress' )

    #7318
    seanx820
    Participant

    The type of website I want to create is almost like wordpress webpages I created in the past except that I want the users to be able to send messages back and forth, have a more substantial profile, forums built in etc, so I am trying out buddypress. But what I am confused on is….

    is there a way to force all users to view the Admin’s blog on going to the website? I don’t really want the users to create their own blogs per se.. I can’t seem to see a widget in the default list that is just like BLOG, I find that really weird. Also where do you change the menu items where its like

    HOME BLOG MEMBERS GROUPS FORUMS BLOGS

    I obviously want HOME to be the BLOG, and BLOGS not to exist because i would like users to have their profile and their ‘wall’ but not an entire BLOG. Make sense?

    and after that question how do I set up the forums?

    andrewliebchen
    Participant

    I’m having the same problem. I will provide as MUCH information as I can per the list.

    Website here: http://test.risdarchitecture.net

    I’ve moved the BP themes to the wp-content/themes directory.

    This is the third clean install of WPMU and BP (including new SQL database, etc).

    I host with 1and1, so I’ve had to add a .htaccess file to the root directory to change to php5.

    1. Which version of WPMU are you running? WordPress MU 2.8.4

    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? It is in the root, however the root URL itself is a subdirectory.

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

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

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

    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? No.

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

    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? Or did your BuddyPress install come with a copy of bbPress built-in? BP came with an install of bbPress installed (I think).

    13. Please provide a list of any errors in your server’s log files. My site is hosted by 1and1. I don’t think they provide log files.

    Please help! I’ve read and read this forum and there doesn’t seem to be a definitive solution anywhere.

    #7304
    sacom
    Participant

    Hi!

    I just installed BuddyPress 1.1.2 and activated the forum component (not having previously installed BBpress), and it says:

    bbPress forum integration in BuddyPress has been set up correctly. If you are having problems you can re-install

    But I cant see anywhere an admin menu in dashboard to manage or create forums, none for change settings… no “Forums” button in the front end like here at buddypress.org…

    Please, can someone light my newbie way? :)

    Xevo
    Participant

    Sounds interesting to me, but the only add you made is the “favorites” on the bar, other than that you can already use that plugin (global header).

    I’m personally working towards removing the blogs fully and just give each member 1 blog on their normal profile page, that way you just have everything of a member on one page, without the option of themes and making more than 1 blog. Basicly the same as any social community works (facebook for example). I’m also looking for a way for members to change the look and feel of their profile page, so that they can differentiate a little from the rest (background, colors etc.). But that’s just me rambling.. :)

    sdrib
    Participant

    Yes it is confusing for users that you have to make a post to one place and to change your avatar to another.

    Well what we are doing now, is putting all buddypress ‘admin’ settings in the wp-admin and reorganized them…

    right now we have:

    Posts

    Comments

    Messages

    Settings

    Appearance

    (with submenus off course)

    Everything else is stripped out. I can imagine 100 of structuring this, but for this particular install, this is what we needed.

    We have very limited time.

    So what i did is used an existing “admin theme plugin” and changed it so the wp-admin matches the look and feel of our front end. (think eg. facebook ‘front and back’, or lastfm etc ).

    The most difficult part is getting the bp functionality such as messages completely work back end. Which atm we haven’t managed yet.

    #53507
    4715021
    Inactive

    Also, step 9 in the upgrade instructions reads…

    If you are using the default themes: Delete the /wp-content/bp-themes/ folder. Move the /bp-default/ and /bp-sn-parent/ folders from the /wp-content/plugins/buddypress/bp-themes/ folder and put them into the folder /wp-content/themes/ — Enable the BuddyPress default theme in the “Site Admin > Themes” menu. Finally, activate the BuddyPress default theme in “Appearance > Themes” for the root blog of your installation.

    Is that incorrect? Sorry, I may just be missing how the themes have changed.

    #52737
    kkeramidas
    Participant

    I’ve done a complete reinstall of WPMU 2.8.4 and Buddypress 1.0.3 and still having the same problem. Everything works okay until I activate Buddypress. Then two things happen:

    1. When I go into themes (general themes not buddypress themes) and hit preview on any theme I get this warning:

    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.

    2. The front page of my WPMU site turns into a blog directory that does not recognize the other blogs in my site even though they are visible and accesible in the pulldown menu that Buddypress adds to the top of the site. I can no longer access posts in that blog or change the theme.

    I definitely did the moving of the folders so that is not the problem.

    Is it because I am using subdirectories and not subdomains?

    It feels like my WPMU install is looking at the wrong themes folder, could that be it?

    Really at a loss here thanks for the help

    #6619
    grosbouff
    Participant

    Hi, I started to write a plugin for saving and displaying maps (from Google maps) on a user profile, based upon the value of some xprofile fields.

    I made it under BP1.0.3. (Seems that there are problems with BP1.1 ?)

    It is build on the top of the “mappress-google-maps-for-wordpress” plugin, so you have to install it too to make this work.

    First, you have to define in the mapPress admin page (bp-mapPress options are in there) some informations for bp-mapPress :

    -the profile group where the map will be loaded

    -the fields that will be used (ex. street + city + country) to search the location

    -some other minor stuff.

    Then, you can add a marker with a location in your profile.

    The map will be displayed on your profile too.

    !!!

    It’s an (very) early work but you can try it here; if you would like to see it.

    Just wondering what you think of after 2 days of work.

    I made some minor changes in the original mappress plugin (added the filters return ‘mappress_has_maps’, ‘load_map_args’ and ‘mappress_save_options’) : So I included my modded version in this zip so you can try it.

    I contacted the author of the plugin to see if he could add them in his code.

    He told me that he will soon release a new version so i’ll wait until that to continue the developpement…

    As you will see; there are bugs and it doen’t display very properly, but with some css and jquery it must be possible…

    If I continue working on this; I would like to add those features :

    -add a group submenu to list group members on a single map;

    -add a page where are listed all the members of the buddyPress

    -define “Get directions” to make the startpoint your own saved map :)

    http://tinyurl.com/lld9gv

    Enjoy !

    #6591
    Jeff Sayre
    Participant

    Many people have been inquiring about privacy options in BuddyPress. Some of you are aware that I am currently coding a Privacy Component for BuddyPress. I decided that it is time to fill the community in on my component, providing more details and a timeline.

    My Privacy Component will be entering a private alpha early next week. After the alpha phase is complete, it will then be available as a public Beta. If it goes well, and Andy likes it, it may be included in the BP core for version 1.2. If you look at the BP roadmap, you will see that that is when privacy filtering is scheduled to be included in core.

    In this screen capture of one of the privacy setting screens, you can see that there are actually six user classification filters that can be chosen for each BP object. The sixth option, “Relationship Mapped”, is made available by a separate plugin which I’ll be releasing later. The default Privacy Component will offer five levels.

    My current estimated release date for the first public beta is the week of October 5. This date may change depending on the feedback from the alpha phase.

    More Details

    This is taken from the Privacy Component’s current readme.txt file:

    BPAz is a privacy control component for BuddyPress that provides a site’s users a mechanism with which to control who has access to which pieces of their personal data.

    == Description ==

    The BuddyPress Authorization component (also referred to as BPAz, BP-Authz, or BuddyPress Privacy Component) is a BuddyPress component that allows users fine, granular control over who has access to which pieces of their personal data. It provides this service by hooking into BuddyPress’ core functionality, thereby giving users the ability to control (grant or deny) access to each piece, or grouping of, their personal data.

    The term “auth” is often used interchangeably for authentication or authorization. There is significant difference in meaning between them. Authentication is not authorization. Authorization is not authentication. Authentication must come before authorization. Authentication is handled by WPMU, initially by the registration process and subsequently by the login script. Authorization deals with verifying and managing the access rights a given authenticated user has to certain objects.

    Because of this confusion, the process of authentication is now often referred to as A1, or AuthN, or simply Au. The process of authorization is now often referred to as A2, or AuthZ, or simply Az. Since authentication must come before authorization, the A1-A2 ordinality of the terms is evident. This also explains the alternate names BPAz and BP-Authz.

    BPAz deals with authorization by verifying and managing access rights an authenticated user has to other’s objects–although a user may choose to expose their data to non-logged in users as well.

    The core BuddyPress objects on which rights can be set:

    • xprofile fields
    • activity stream actions
    • friends list
    • groups list
    • messaging
    • blogs
    • wire
    • status updates

    The basic access levels configurable per object (some objects offer only a subset of these rights):

    • allow/deny anyone (globally public or globally private). This is accomplished by setting an object’s viewing rights to either “All Users” or “Only Me”
    • allow only “Logged in Users” to view a given object
    • allow only friends to view a given object
    • allow only a specific list of users to view a given object. This is also called per user access control. This is accomplished by setting an object’s viewing rights to “These Users Only” and then entering a comma-separated list of usernames (a member’s login name) in a textbox that becomes visible.

    NOTE: Per relationship-type access control is possible if you use my BuddyPress Relationship Mapping plugin. For instance, allow by friend, colleague, partner, client, customer, fan, etcetera.

    Site Administration of BuddyPress User Privacy Tools

    Site administrators have ultimate control and oversight over the configuration of BPAz’s features and functionality via an additional administration panel under the BuddyPress menu hierarchy. The BuddyPress Privacy Component is enabled by default for all object groupings. However, Site Administrators can disable user-configurable sitewide privacy, or even individual privacy control objects, by using the Privacy Settings administration panel. As the Site Administrator, you will always be able to see each user’s complete content. Users do not have any options to hide content from Site Administrators.

Viewing 25 results - 751 through 775 (of 845 total)
Skip to toolbar