Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 72,876 through 72,900 (of 73,573 total)
  • Author
    Search Results
  • #35467
    Wardee
    Participant

    The buddypress-member theme is what styles the users’ profile pages (with profile, activity, groups, messaging, etc.).

    It is what you see at testbp.org for your own profile, or if you click on any other member’s avatar.

    It is not for the members blogs. It is not for the home site. It is just for the profile “member” area.

    #35465
    fjk
    Member

    I don’t have the solution, but I do have an observation: the general.js file in my buddypress-combo.zip file is s zero byte file. If this is the javascript that handles cropping, then this could be your problem as well.

    Mike Pratt
    Participant

    I have done exactly what you are talking about at http://buglenotes.com. I set default role to Author, turned off new blog creation, and then modified menus as nec to remove personal blog options (so as not to confuse). I also renamed the News menu item to Blog. Now everyone contributes posts to a “central” blog. So far so good. Of course, this could all backfire after launch :-)

    #35442
    Per Søderlind
    Participant

    any news on this ?

    #35434

    In reply to: Rename Wire Link

    David Bisset
    Participant

    I honestly don’t know where all the instances for this is (plus “wire” appears in the urls, etc.). First start would be checking out the bp_wire_setup_nav function in bp-wire.php file in mu-plugins.php. That at least would change the menu names. Then I would imagine you would have change text in the BuddyPress user themes…

    #35431
    David Bisset
    Participant

    I did some investigation at the BuddyPress xp-profile component and it doesn’t look like you can override or add the “field types” in the profile (“text box”, “date selector”, etc.) without editting the core files. Which means it’s off of my short-term list to make this into a plugin. It’s a shame, my solution would be great to add for social networking or anything really.

    I suggest (1) perhaps using the “settings” panel for the user to add these variables (I did an example recently of this) or (2) do socialbandit’s hack.

    Andy – can we build in a way to override the field types for profiles? If “date selector” is a custom object it’s possible we will be coming up with more.

    gogoplata
    Participant

    It works for the main blog too, thought the search function isn’t all that useful given there would only be a single blog but all the other functions work with the main blog.

    All you’d need to do to get this setup is to change the default role for the main blog from subscriber to contributor and disable blog registration. Also, you may want to hack at the code to remove things such as the blog directory, the list of user blogs, etc. but this is optional.

    #35428
    danielfelice
    Participant

    It is only a matter of time!

    I have hacked the member theme to suit my site, but it is nothing outragous!

    explorewithme.com

    #35425
    Mark Leonard
    Participant

    I tried to use a third party theme and added some code as per the instructions in the member-themes-readme.txt in the memberthemes folder. I had many problems but then soon realised that my theme was only compatible with wp 2.7.

    I think that if there were to be a template club it may start with BP.

    Now doubt, like anything else wp related, there WILL be a plethora of BP template sites popping up soon.

    #35418
    bluocean
    Member

    Do you mean the BP activity dashboard or the WPMU admin section? For the dashboard you can click the Home link wherever you see it, or the BuddyPress logo in the top left. For the WPMU admin section what I do is type yourURL.com/wp-admin into the browser address bar.

    #35417
    David Bisset
    Participant

    cristiano, i barely think right there are any serious “BuddyPress templates” besides the default and maybe 1 or 2 that have been recently put together.

    However, I have no doubt that in 2009 we will see this and might be one of the factors that drives BP into mainstream. However, it has been said that you can adapt almost any theme to BuddyPress. You just have to do some work, maybe get a little dirty. Not an environment for the lazy crowd yet, but hopefully we’ll get there.

    And feel free anyone to prove the above wrong.

    #35416
    David Bisset
    Participant

    That’s good to know, Trent. I won’t frequent the bbPress forums, and almost relying on my BuddyPress community here for any bbPress+BuddyPress tips. Nice to know we have a bbPress pro in the house. <end kissing butt>

    #35414
    Trent Adams
    Participant

    WPMU has real issue with trying to change data back and forth through the database directly. That is where you will either have to do multiple “search and replace” in the database (scary) or simply just use the standard WP export and import files to move data back and forth (safe). Since there is no “export/import” for buddypress, the only way to do it is search and replace the database files URL. So, there is no easy way to move data around at this point. Maybe a suggestion for future releases since it would be nice for even members to move their data if they change for host to host.

    #35408

    In reply to: Flickr and Buddypress

    nicolagreco
    Participant

    As soon as possible i’ll release a plugins’ package to aggregate social newtworks and other..

    #35406

    In reply to: Flickr and Buddypress

    gpo1
    Participant

    can this plugin be adapted for other media like youtube?

    #35402
    David Bisset
    Participant

    Look at MobilePress and WPTouch for ways to show different looks of a WP site to mobile users (the latter is especially for the iPhone). There are at least a few other stylesheets and templates as well. I have an iPhone, and these have been decently successful on standard WP sites. The iPhone browser uses MobileSafari.

    What I would really like to see is an iPhone app that would allow you to browse almost ANY Buddypress site with a standard look-and-feel.

    #35399
    nicolagreco
    Participant

    Look for YUI ;)

    #35398
    rwallen
    Member

    I’m building a theme for the iphone for my installation. It runs safari. m.digg.com is a nice iPhone site if you want to look at their code.

    #35397

    In reply to: Flickr and Buddypress

    dobh32
    Participant

    Waaao a Great! Plugin, Thankss!!

    #35396

    In reply to: adding a page

    Per Søderlind
    Participant

    You don’t need to hard code the links, this examples shows how to add links to the “main menu”:

    <?php

    function add_about_to_main_menu() {

    $class = (bp_is_page('about')) ? ' class="selected" ' : '';

    echo '<li ' . $class. '><a href="' . get_option('home') . '/about" title="' . __( 'About', 'buddypress' ) .'">' . __( 'About', 'buddypress' ) .'</a></li>';

    }

    add_action('bp_nav_items','add_about_to_main_menu');
    ?>

    #35392
    danf-1
    Participant

    I wanted to give an update here as I am continually impressed with this shopping cart (http://shopplugin.net/). I would recommend it to anyone needing a solution. (Im not the only one singing its praises: http://lbnuke.com/2008/12/30/wordpress-ecommerce-plugins-shopp-vs-wp-ecommerce/ )

    Anyways, its now publicly available as a 1.0 release for $55 standalone, plus $25 for gateways ($300 for developer license – he doesn’t specify where wpmu falls on this)

    So, with the latest 1.0 release, the developer behind shopp fixed the global database issue I had previously mentioned. I can now install it in a wordpressmu environment (with buddypress installed, too) and get it running on 2 different blogs, each with their own products/carts! It requires further testing to declare it production ready, but I could not find anything wrong with it from an hour of testing. The only issue I found was doing the automated upgrades causing an error in wpmu – so if/when upgrading the plugin, be sure to do it manually instead of through the automated process (but Im sure that will get fixed in future releases as well)

    #35390
    cdaniel09
    Participant

    I am having issues with recaptcha on signup after an upgrade.

    I have all new recaptcha plugin installed, new BP, WPMU 2.6.5., new recaptcha key.

    When I register with recaptcha on it loops between initial sigup page and blog title page.

    Turn off recaptcha , all is good.

    Need recaptcha , I get way too much spam signups.

    Any ideas?

    #35384

    In reply to: Flickr and Buddypress

    nicolagreco
    Participant

    I’ll work on it in this day..

    i’ll update you as soon as possible ;)

    #35383
    seppolaatle112
    Participant

    To be quite honest I have never touched any iPhone, but anyway I want to ask what kind of web-browser the iPhone is using? All the time I see iPhone-plugins for WP and MU, but don’t quite understand that people actually make a plugin just for that ugly phone…

    Wouldt a plugin making the main blog and member theme aviable to all smartphones be an option? It’s not like the whole world is using iPhone…. ?

    #35381

    In reply to: Group News

    Mike Pratt
    Participant

    blueocean – absolutely! guys like burt, nicola and andy are over the top helpful and the dev site, buddypressdev.org is also a great place. I too have been playing with live ammo but, ironic that you mention, I am about to install a local MAMP site so I can tinker locally and not destroy my own community. should have done that in the 1st place

Viewing 25 results - 72,876 through 72,900 (of 73,573 total)
Skip to toolbar