Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 93,276 through 93,300 (of 94,540 total)
  • Author
    Search Results
  • #36453
    Wardee
    Participant

    I personally feel that sooner or later, we’ll be seeing a slew of themes that are BP-ready. They could be either mods of current WP themes or completely custom themes. I would imagine theme designers will start making them available to the public, as well as designing them for their own use. Not many people are going to be happy using the same theme as everybody else, which you can see because lots of people are skinning the theme and others are making BP work with standard WP themes. I’m working with the Hybrid template (http://themehybrid.com) to make a custom bp-home theme for BP.

    #3129
    markb1439
    Member

    I’m seeing that many (or most) people seem to be building BP sites using their own variations of the standard BuddyPress themes. As BP becomes more popular, do you think the trend will be to create custom themes or modify other, more traditional WP themes?

    Just wondering which direction to head in.

    Thanks,

    Mark

    #3128
    swift-curse
    Member

    If you would go to my website http://www.29hightalks.com and try clicking any links they don’t work it goes to page not found

    INFO you might want to know:

    I am runing buddypress trunk 865

    So if any one can help or give me any ideas how how i might fix it!

    Thank You very much in advance

    #3126
    mark235
    Participant

    I am using the standard BuddyPress home and member themes and wanted to assign default sidebar widgets. I am able to assign sidebar widgets to the left, center and right sidebars using a new file I called sidebarwidgets.php in the wp-content/mu-plugins directory. The code for in sidebarwidgets.php is:

    <?php

    function new_blogs_setting( $blog_id ) {

    add_option( ‘widget_categories’,

    array( ‘title’ => ‘My Categories’ ));

    add_option(“sidebars_widgets”,

    array(“sidebar-1” => array(“recent-posts”),

    “sidebar-2” => array(“categories”, “tag_cloud”),

    “sidebar-3” => array(“pages”, “links”)));

    }

    add_action(‘populate_options’, ‘new_blogs_setting’);

    ?>

    This works great and the setting is applied to all NEW blogs created after uploading sidebarwidgets.php. However, I can’t figure out how to create a default setting for the blog sidebar (sidebar-4). When I put in code with a similar syntax it causes the whole site to white screen. In the interim, users see a message asking them to add a widget to the blog sidebar, so they would have to add that manually.

    I am no programmer, so I am hoping someone wiser than I might be able to point me in the right direction. Thanks!

    #3125
    mark235
    Participant

    It would be helpful to add a more intuitive link between BuddyPress and the WordPress Dashboard and “Add a Post” functions.

    A suggestion would for users own profiles on the “My Blogs” screen to provide an “Add a Post” link under each users blog.

    Otherwise new users not familiar with Blogging tend to keep clicking on “Create a Blog” and creating multiple blogs. When what they want to do is add a post to their existing default blog created during registration. This is a real usability issue for new users.

    Also, in the “My Blogs” vertical navigation bar there should be links to New Post and Dashboard for the initial default blog.

    #36450
    mark235
    Participant

    Still in beta, but getting closer! http://learnshareact.com

    #36447
    Anonymous User 303747
    Inactive

    I created a ticket for the duplicate post in widget issue – seems like it hadn’t been reported previously.

    https://trac.buddypress.org/ticket/356

    #36445
    altesc
    Participant

    http://www.conexionesbcn.com is a Barcelona based small business startup – we will develop our business site using Buddypress

    #36440
    Michael Berra
    Participant

    http://berra.graphic-studio.ch

    The site http://www.young-people.ch will be transfered to WPMU & Buddypress (see link above)

    #3123
    jodyw1
    Participant

    Hey, newbie here to the whole WordPress / BuddyPress world. I have an existing on-line portal/mag/social network at http://www.doorQ.com. We’re looking at moving the entire thing from its limited dotnet framework over to the open source BP. We know there will be a few issues with the data conversion, but I have some people comfortable enough with SQL to make that work.

    What I was looking at is combining the social networking with the magazine features, to try to replicate what we have going now. I wanted to use a theme like this: “www.woothemes.com/demo/gazette/” as the main page for the site, have a few of the social networking aspects pop up on that page (like most recent or active members along with their icons) and then have a second page that aggregates all of the social network activity.

    Make sense so far?

    Here are my questions:

    1) If I use the gazette or similar theme, make it the default theme for the BP install, and add the various components to the appropriate theme folders, I can then draw on the PHP script to add whatever buddy features I’d like to any of the pages created by that theme? Like having the currently on-line members appear on the page?

    2) For what is now the BP home page — listing recent activity, users, etc — I can then hard code that as a page on the site, so that, from the main magazine page, there is a link that says something like “Social Network?”

    I want everything to be interlinked, the way things are now, on my existing site. In theory, this should work, right?

    #36431
    mlhodges
    Member

    Edit mu-plugins/bp-friends.php, mu-plugins/bp-friends/bp-friends-notifications.php, mu-plugins/bp-friends/bp-friends-templatetags.php,mu-plugins/bp-friends/bp-friends-widgets.php and the files in the member-themes/buddypress-member/friends…it may take a little while, but you have to look for places where it says “Friends” and change it to “Contacts”. There is also one more place you have to change my friends for the activity navigation, look in mu-plugins/bp-activity.php. I did it all manually. I am building a site for business usage as well. The great thing about buddypress is the files are easily customizable. I hope this helps.

    #3116
    nicolagreco
    Participant

    BPDEV-PROFILE-SIDEBAR will be widget ready for wp widgets!

    http://buddypressdev.org/update/update-bpdev-profile-sidebar-will-widgettize-the-profile-sidebar/

    i’ll add the code in the trac, so andy will add that in svn,

    Nicola Greco,

    BP GURU & BPDEV

    #36427
    nicolagreco
    Participant

    as soon i’ll release it, i can’t understand your question, but it could be useful,

    http://buddypressdev.org/announce/announcing-bpdev-profile-sidebar/

    Maxaud
    Participant

    I’me getting this error when I try to upload any avatar:

    “Upload Failed! Error was: The uploaded file could not be moved to the upload folder.”

    Normal WordPress uploads are working fine.

    Working on WPMU 2.7 “Bleeding Edge” and BuddyPress r832

    #36422

    In reply to: Facebook connect

    markb1439
    Member

    Can you clarify…does this plug-in work with BuddyPress/WPMU? The installation instructions seem to be for WordPress in general, not MU. And I saw in another forum that this plug-in breaks WPMU.

    Can you verify that it works with BuddyPress? If so, can you provide installation instructions?

    Thanks.

    #3107
    Burt Adsit
    Participant

    For those of you who installed the group forums fix, you can delete the buddypress side of the equation. Andy made some changes in r860 of the bp trunk. We don’t need it anymore. The bbpress side still needs the oci_fix_xmlrpc_bbpress.php at the moment.

    Thank you Andy.

    #3106
    kesja-plecha
    Member

    …did anyone had success with running it with wpmu/buddypress?

    http://openinviter.com/

    Any plans to develop wpmu version? If not – any hints how I could fix it to work propetly with wpmu?

    #36411
    Andy Peatling
    Keymaster

    The formatting on the BuddyPress side is fixed in the latest trunk.

    #36410
    markb1439
    Member

    I’m not sure what you mean. It’s possible for users to choose traditional WordPress themes for their blogs, while using BuddyPress themes for the BuddyPress-related stuff. I struggled with this too, but if you read the instructions for the individual theme downloads, it makes more sense. The instructions for the package download don’t exactly make it clear.

    So, I’ve got a BuddyPress home theme with its own name, a BuddyPress member theme (which is required), and then a traditional WP theme I’ve set to “default” (by changing its directory name to “default”), which is the default things for user blogs. And I will also have a selection of traditional themes that users can switch their blogs to.

    Good luck!

    Mark

    #36408

    In reply to: Image alignment

    Burt Adsit
    Participant

    :) Gotta be mikepratt and apeatling. Just guessing. lol. We were just discussing that on #buddypress irc.freenode.net

    Join us.

    #36406
    segwayinfo
    Member

    Thanks Andy for the link. I do find it a bit confusing how the current themes are working.

    If I understand it correctly, all the “My Account” pages are defined in the user theme, while they should be, in mine opinion at least, be in the home theme. The reason why I think this, is because it are all pages which aren’t linked to the users blog. Most people probably want to give these pages the same look and feel as the home page.

    For the user themes, I would expect to only find things which are related to the users blog.

    Personally I would like to give my members a selection of themes where they can choose from for their blog, so they can individualize it a bit. As far as I have been able to figure out, that isn’t possible yet.

    When you would have the possibility for members to select a theme for their blog, it would only make more sense to have all those pages like the “My Account” pages in the home theme.

    But that’s just my 2 cents. I would love to read your opinion about it.

    #36405

    In reply to: Image alignment

    Anonymous User 303747
    Inactive

    Hmmm..this is an amazing coincidence.

    https://trac.buddypress.org/changeset/853/trunk

    #3105
    neuromancer2701
    Participant

    I need a fairly basic widget for the front page that displays “Help Needed”. Users can posts needs and tie them to specific groups. I have looked at some of examples that buddypressdev has but that is more so for pages. Almost all of this functionality is in the widget.

    Where is a good starting point?

    Thanks in advance

    #3103
    Anonymous User 303747
    Inactive

    Folks, I just opened a ticket to enable the image alignment options you get in the WP “add media” function.

    Until this is incorporated, here’s the ticket with CSS adjustment.

    http://trac.buddypress.org/ticket/352

    *update* – unfortunately, this screws things up in the single.php view. We’ll need someone with good CSS skills to figure this out.

    #36404
    Anonymous User 303747
    Inactive

    I’m hoping BP will be released with themes that do work in all major browsers.

    See also here: https://buddypress.org/forums/topic.php?id=95

Viewing 25 results - 93,276 through 93,300 (of 94,540 total)
Skip to toolbar