Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 68,351 through 68,375 (of 69,060 total)
  • Author
    Search Results
  • #35491
    Burt Adsit
    Participant

    I’m confused you don’t seem to have any buddypress components in use at all. If you visit the BuddyPress menu in the backend admin under ‘Site Admin’, you’ll see an option to turn on the admin bar: Show admin bar for logged out users: yes/no.

    Yes would turn it on and allow visitors the option to login or sign up. If you don’t have that turned on then how you log your users in is entirely up to you.

    #35488
    Burt Adsit
    Participant

    It is a little confusing. There are two themes to deal with.

    A blog theme : bp home theme or wpmu theme

    A member theme: bp member theme

    The bp home theme is optional. It runs as a regular wpmu theme. If you don’t run this on a blog you are running a standard wpmu theme.

    The bp member theme is *not* optional and it’s not a normal wpmu theme. Doesn’t even install in the regular place. Is never activated by a blog or site admin. At the moment you have no choice but to run the bp member theme.

    The setting in the backend ‘buddypress > select theme to use for member pages’ is irrelevant at the moment. In the future when you or others develop alternative member themes, that is where you would select them.

    You have two themes. One mandatory member theme and a choice of what blog theme to use.

    (I’m learning from wardeh. Be simple and clear.)

    #35485

    In reply to: Community Blogs Plugin

    Burt Adsit
    Participant

    What a wildly useful and wonderful thing is buddypress.

    It’s just occurred to me that I could setup a support forum on my site for the Community Blogs plugin. Then it occurred to me that I could setup a bp group for that purpose and have all the benefits that buddypress and groups provide. (duh) (been buried with my head in code way too long)

    Then it occurred to me that I need a blog for this too. I can move all my personal blog junk, which is just code I’ve created and modified, over to this new Group Blog.

    Now I need to hook the new group blog up to my new support group. I can’t do that right now but I will be able to. Be back in a few days… :)

    #35484
    David Bisset
    Participant

    iamzaks, are you still having the problem? sorry i didn’t catch this comment before. I haven’t been back to this proof-of-concept for a while, working on other plugins.

    #35482
    Burt Adsit
    Participant

    Yep. Thanks for the tip. This is goofy though. We gotta get Andy to solve the 404 problem. I shouldn’t have to create a dummy page and have to deal with that as well as the 404 problem. Some themes are hardcoded to display the pages that exist. What if I don’t want to have any pages? (I don’t) :)

    Is there a ticket for this?

    (he asks too lazy to go look)

    @liljohn I’m not certain what you mean by creating custom page templates.

    #35480
    Wardee
    Participant

    Oh, good!

    I created pages for Members, Blogs and Groups.

    #35479
    Burt Adsit
    Participant

    Wow. Now I see what you are saying wardeh. I created a page with the same slug as the members directory and the 404s go away. Lovely. Thanks! Now I have to see how that broke the css. :)

    #35475
    Burt Adsit
    Participant

    Yep, you’re right wardeh. I’m doing all sorts of whacky things to get rid of the 404 problem with directories. Never thought of doing that. I gotta try it.

    Back in the day, I created a bunch of pages in mu and bp had major problems with them. Caused all sorts of havoc. Guess it’s been resolved. Thanks!

    This is a forest and trees thing with me. :P I just moved on to other pressing problems and the directory 404s just became normal.

    #35473

    In reply to: Translating BuddyPress

    truf
    Member

    Hi,

    I’m trying to localize my BuddyPress installation.

    I use WPMU 2.6.5 lecactus-edition (Russian edition).

    I install latest BuddyPress over it.

    Then, i download russian laguage for BuddyPress (buddypress-ru_RU.mo and .po files) and upload it in bp-languages. Nothing happen.

    After that i copy them to wp-contentlanguages, and new language appear in WPMU settings. Strange thing, but it’s displayed as “bu”. Probably becouse i already have “Russian” in that menu, coz i use translated WPMU. Anyway, if i chose “bu” or “Russian” – nothing happen. I check wp-config: there is define (‘WPLANG’, ‘ru’);

    Whats wrong?

    #35472

    In reply to: Community Blogs Plugin

    nicolagreco
    Participant

    Really good work, send it tu buddypressdev.org/add-plugin !

    #35469
    magitam
    Member

    @grizzlyGroundswell none of your websites appear to work..

    #35468
    Wardee
    Participant

    Burt, you wrote:

    yoursite.org/members

    yoursite.org/groups

    yoursite.org/blogs

    You don’t have to create pages for these. bp hooks those urls and tries to display the appropriate directory using the plugin-template.php file.

    But I beg to differ. ;) I can’t tell you anything about the why or when, just that if you DON’T create these pages, the title of the page shows as “yoursite >> Page not Found”. Yet all the page content still loads fine without the page being created.

    So if it is just a workaround for now, or whether it is the right way to make it work, creating the pages makes this error go away. (I noticed it on your site, too, just this morning.)

    #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.

Viewing 25 results - 68,351 through 68,375 (of 69,060 total)
Skip to toolbar