Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,751 through 67,775 (of 69,016 total)
  • Author
    Search Results
  • #37677

    Well this is some kind of confusing.. I open my site with internet explorer. It shows correctly on maximum browser size. But when i smaller the browser avatars, buttons and activity are in same position as with maximum size. When I refresh Internet Explorer everything shows up correctly. When I go back to maximum size, avatars, buttons and activity are in same position as with small size. When I refresh, again everything looks correctly, I never had something like this before when working on stylesheets.. Do you have a suggestion? Did you try it?

    cheers

    #37675
    jurmous
    Participant

    There is one PO file indeed for BuddyPress components. And I think the language pieces in the buddypress home theme should be separate so people can more easily change the language in of the theme without compromising the translations for BuddyPress itself.

    Shouldn’t be there a language file for the home theme?

    Ah nice to have also a swedish version soon :)

    #37674
    Burt Adsit
    Participant

    Thanks. It’ll get released as beta. Working hard to get it done for the bp 1.0 release date.

    #37673
    MartinNr5
    Participant

    There is one PO as far as I know. I’m 92% done translating BP to Swedish for instance.

    #37672
    MartinNr5
    Participant

    Burt, that’s something I’m looking forward to as well.

    Let me know if you need any beta-testing done. :)

    #37671

    Nice, that’s exactly what I was hoping for. I’d gladly test with you when the time comes.

    #37670
    life2000
    Participant

    sportstwit.com is a really cool combination of prologue and BP. I would love to have access to themes like this and be a part of its development.

    Also looking forward to Nicole’s theme. Genius stuff! I will be watching this thread.

    Thank you.

    Vida

    #37669
    Scotm
    Participant

    Vida

    My work to date at sportstwit.com.

    Thx

    #37668
    Scotm
    Participant

    Backup any custom edits you’ve made to date and re-install wpmu and buddypress in a newly named directory. Then re-install your custom files. A half hour’s work…

    #37667
    life2000
    Participant

    Hi Steve:

    This is how I did it:

    As hyrxx above mentioned, go to: buddypress-home -> css -> base.css

    Look for Header section in base.css. The fist part looks like this:

    /*** HEADER **********/

    #header {

    padding: 25px 20px;

    }

    #header h1 {

    width: 214px;

    height: 29px;

    overflow: hidden;

    text-indent: -999px;

    background: url(../images/logo.png) top left no-repeat;

    float: left;


    Just change the width and height to what your logo size is. You need to do the same on base.css in your member themes as well. I had to go into file management on my server to edit this, due to MU not having a theme editor option.

    #37663
    life2000
    Participant

    I am also very very interested in this. Please feel free to contact us for testing, etc.

    Thank You

    Vida

    #37660

    In reply to: Events?

    Tim Bowen
    Participant

    This Calendar/Event functionality would be great! The Event Calendar 3 plugin does work fairly well for single WP installs but I’ve been hoping for something cleaner for some time. I hope the BuddyPress Event Calendar can do the trick!

    – Tim

    #37652
    Burt Adsit
    Participant

    At the moment yes. Things are as you describe. I’ve got a little plugin coming out when bp goes 1.0 that integrates bp group forums and bbpress. bp Public groups will be readonly in bbpress except for group members. Private and Hidden groups will have their forums hidden in bbpress except for group members. Group admins and moderators will have forum moderation capabilities in bbpress.

    #37650

    Thanks Burt. That answered my question.

    I realize now I didn’t really phrase my question clearly. I have been using bbPress integrated with WordPress.org for a few months now and am very comfortable with how it works, however it obviously integrates much differently with BuddyPress, with group forums and all.

    So to confirm, there are group forums and then global forums, and anyone can post anywhere regardless of group membership?

    #37649
    briandbutler
    Member

    thats exactly the problem…both go to “URL/blogs” (the subdirectory “/blogs” semed like a good name for a place to put blogs!)…but, how was I to know that later… buddypress would want that address!

    besides starting again from scratch (and re-installing)…is there another solution? Isnt there a simple way to rename the buddypress to something other than “/blogs” ?

    my concern…if I change the name of the subdirectory (where WPMU / buddypress reside)…wont I have to reinstall them? wont i lose all the work ive done so far? Or, is it possible…

    #37648
    Burt Adsit
    Participant

    All users in bp/mu can post to any forum in bbpress with user integration.

    #37647
    hyrxx
    Participant

    its in the css, located in buddypress-home/css/base.css,

    look for the logo class, its definately really easy to do, i have done it on my own site

    #37642

    Hi,

    I have the exact same error with the latest release of buddypress and wp 2.7, and just as jfcarter explained my templates are also in the correct directories with the correct permissions. The system looks for “buddypress-home” instead of “member-themes”

    wp-content/member-themes/buddypress-home/index.php) [function.load-template]: failed to open stream: No such file or directory in /wp-includes/theme.php on line 822

    #37637
    nicolagreco
    Participant

    john it isn’t built-in you should install bbpress in another directory and integrate that with wpmu

    #37636
    bobman024
    Participant

    Yeah, I think in general it would be nice if buddypress played well with the wpmu profile fields, or at least if they could snyc up somehow. I was able to manually run some mysql queries to import all of my old data, but being able to use the same “display name” would be helpful!

    #37635
    MartinNr5
    Participant

    Check the sticky from Trent on how to integrate bbPress with BuddyPress – that’s the only option right now for an “integrated” (as it’s not all that integrated) forum.

    #37632
    Adam W. Warner
    Participant
    #37626
    ib0189
    Member

    The (test users) have a blog too and have the domains setup:

    user.site.com

    This then shows a default BuddyPress theme home, with no widgets.

    Even when the main site/blog is using the BuddyPress theme itself with widgets, the user.site.com has the BuddyPress theme home with no widgets.

    I actually want users to use the BP theme, and the main site (site.com) to use the WPRemix theme.

    #37624
    Adam W. Warner
    Participant

    If you don’t want to use widgets, I believe you can find what you’re looking for here… https://codex.buddypress.org/developer-docs/action-reference/

    …but you should be using widgets as it’s much easier to make changes in the future instead of keeping track of hard coded function calls in your theme;)

    speaking from previous wpmu experience

    #37621
    Adam W. Warner
    Participant

    Hey IB,

    I think you’re current setup should work for what you need to do. You may need to add a couple plugins though.

    You said these were the trouble items…

    site.com > WPRemix theme.

    user.site.com > BuddyPress Home theme – but no widgets setup (I thought that that should have gone to either the user’s profile or the user’s blog?).

    My set up is similar.

    site.com > Using main BP theme

    user.site.com > Using a default theme I specified using a plugin called “New Blog Defaults” that allows me to set the default theme for any blog that’s created.

    Now, the difference might be that my version of user.site.com is actually a user blog address, not just a user name. Does the user your trying access have a blog domain as well? Or just a user (profile) name?

    If it’s just a profile name, then the url would be http://site.com/members/membername/

Viewing 25 results - 67,751 through 67,775 (of 69,016 total)
Skip to toolbar