Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 67,301 through 67,325 (of 69,061 total)
  • Author
    Search Results
  • #39189
    Andy Peatling
    Keymaster

    Supporting WP as well as WPMU will not slow down or change the development of BuddyPress at all. I just want to make that clear.

    Supporting WP should (and will) be a matter of flicking a switch and continuing along the same roadmap. Most of that switch is already in place, the things I mentioned before are not really blockers, when all things are considered.

    #39187
    alainhc
    Member

    Well, i began working on my own theme, but not in the best way. I´m modifing the css files (by example, base.css) of the buddypress-home theme, to change the appereance of the pages. I just wanted to know if there is a tool or something that help me with this stuff. Because the API functions will not help me with my new theme (i think)

    #39178

    In reply to: BP Avatars in bbPress

    Looks like a duplicate in your oci_bb_group_forums_tags.php…

    /**
    * oci_xprofile_field_value()
    *
    * Return the specified xprofile field value
    * Note: dates are in unix time format
    *
    * @param <int> $user
    * @param <string> $group name
    * @param <string> $field name
    * @return <type> unknown
    */
    function oci_xprofile_field_value($user, $group, $field){
    $bp_user = oci_get_userdata($user);
    return $bp_user['xprofile_' . $group . '_' . $field]['value'];
    }

    /**
    * oci_xprofile_field()
    *
    * Return the specified xprofile field array
    * Note: dates are in unix time format
    *
    * The field array is composed of:
    * array(
    * 'group' => group name string,
    * 'name' => field name string,
    * 'value' => field value string,
    * 'type' => bp's name for the field type
    * )
    *
    * @param <int> $user
    * @param <string> $group name
    * @param <string> $field name
    * @return <type> array
    */
    function oci_xprofile_field_value($user, $group, $field){
    $bp_user = oci_get_userdata($user);
    return $bp_user['xprofile_' . $group . '_' . $field];
    }

    Second one should be changed to oci_xprofile_field according to the doc above it.

    Still trying to get the import to work…

    When I uncomment the `

    var_dump($groups_n_users); die;`

    I get…

    bool(false)

    Still looking…

    When I uncomment the `

    var_dump($args); die;`

    inside oci_bb_xmlrpc_query(), I get array(3) { [0]=> string(4) "dsoc" [1]=> NULL [2]=> int(0) }

    dsoc is the name of my user, but it looks like the PW is empty?

    So I uncomment the next line, and I get this…

    string(5) "err: "
    object(IXR_Message)#188 (14) {
    ["message"]=>
    NULL
    ["messageType"]=>
    NULL
    ["faultCode"]=>
    NULL
    ["faultString"]=>
    NULL
    ["methodName"]=>
    NULL
    ["params"]=>
    NULL
    ["_arraystructs"]=>
    array(0) {
    }
    ["_arraystructstypes"]=>
    array(0) {
    }
    ["_currentStructName"]=>
    array(0) {
    }
    ["_param"]=>
    NULL
    ["_value"]=>
    NULL
    ["_currentTag"]=>
    NULL
    ["_currentTagContents"]=>
    NULL
    ["_parser"]=>
    NULL
    }
    object(IXR_Error)#187 (2) {
    ["code"]=>
    int(-32700)
    ["message"]=>
    string(28) "parse error. not well formed"
    }

    Now I’ve typed and retyped my PW twice. I can get post data from bbPress to BuddyPress, and I can post from BuddyPress and see it in bbPress. It’s communicating back and forth successfully…

    Looks like it isn’t updating the PW to me for some reason… brb

    K… Deleting the line from the DB and resaving the bbGroups options info, still makes the PW = NULL or nothing… Looks like it’s stopped saving the PW somewhere.

    #39173

    In reply to: Modify BP links

    nzmitch
    Member

    Thanks burtadsit. I’ll take a look, I’ve used the plugin before though and I’m not sure if it’ll achieve what I’m looking for.

    Essentially the issue is that http://www.domain.com is a public website and we use http://staff.domain.com as an intranet (it’s just a members only blog).

    What I’d like to do – although I haven’t yet investigated setting up BuddyPress as a closed system – is run BuddyPress at http://social.domain.com.

    The problem is, when I do this is works perfectly except that it renders all links as though they’re from the top domain.

    So, as jedbarish mentioned, none of the following links work:

    * Home

    * Blog

    * Members

    * Groups

    * Blogs

    As instead of going to http://social.domain.com/blog they point to http://domain.com/blog which yields a 404.

    #39171

    In reply to: BP Avatars in bbPress

    When I do the $burt variable debug trick, it looks like http://delsolownersclub.com/discussions/xmlrpc.php is pulling a 404 again like it was before over here https://buddypress.org/forums/topic.php?id=426, but it’s very clearly there, and nothing else appears to be in the way.

    Arg… Still looking…

    Arg… It broke somewhere before I even was playing with this.. I reverted everything back to the previous version (.23 I believe) and while I can get forum post info, for some reason I can’t post anything.

    #39165

    lol Oh Ren… haha!

    @brandtd, this is certainly possible. As a matter of fact, this should happen as default unless you change the width of the body or html elements themselves. This is because the “Buddy Bar” isn’t contained by anything that has a relative position attached to it.

    In bp-core/css/admin-bar.css – Try…

    #wp-admin-bar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1001 !important;
    height: 26px !important;
    color: #fff !important;
    text-align: left !important;
    background:url(../images/admin_bar_back.gif) #818181 repeat-x !important;
    }

    @brian, duh I get what you’re saying now. If I can give some feedback about the Buddy Bar for a moment, I feel that it should be an all or nothing kind of deal. Either it’s always there for people to use, or it’s never there and people have to naturally find their profile area and do things from there. Toggling a whole new set of what are essentially just short-cuts and adjusting the entire layout of the screen, even if by 26px, provides for a moment of awkwardness from a user perspective. For the 3 seconds it takes for someone to think to themselves “Hey what’s that? Do I need it? What does it do? Oh gosh there’s tons of menus now? What is this stuff?”

    Now if you’ve used WordPress.com or signed up for a Gravatar before, then the bar idea isn’t new. But for what I consider the core crowd we’re catering to by using BuddyPress as a social networking platform, if it isn’t uniformly worked into the design of the site from the beginning, it only serves to confuse.

    Again, this is just my opinion. Not saying it’s right, and certainly not saying that there is a better way. Just saying… :)

    /rant

    Back on topic. In theory you could put a…

    <body>
    <?php if (is_user_logged_in()){ ?>
    <div id="buddy-bar-buffer"></div>
    <?php }?>

    In your header file, and attach the CSS to that, rather than to the body itself? That would then only show that buffer when the user is logged in, and once they are logged in, that buffer will push the body down (as styled by the CSS you will give it in your base.css).

    Does that make sense?

    #39163

    I wonder though, how BuddyPress could handle the activity feed from an external blog. My guess is that it really couldn’t, unless you can set up some form of XMLRPC to the existing BuddyPress site, which to be honest I know absolutely nothing about right now to even think if it’s plausible.

    I agree that it would be nice to link your one site to other BuddyPress sites, but I suspect that some site admin’s may want to moderate the content that is getting filtered through their domain. There would probably need to be some moderation involved. What do you do about the Buddy Bar at the top? Or does this link basically just kick them over to the external site?

    In my opinion I almost think it would make sense, in the interim, to just use RSS to display the content from one blog on another, to fit it within the format of an existing site, at least until something like this comes to fruition.

    Donnacha
    Participant

    Unfortunately, vBulletin decided that a vBulletin WPMU bridge was not in their commercial interests and locked the thread, despite 30 of their licensed users expressing an interest. The thread, http://www.vbulletin.org/forum/showthread.php?t=196906, remains readable but not new posts can be made and, therefore, can no longer be used to rally together all the vB users who would like to see it happen.

    I swapped a few emails back and forth with vB and they took the time to explain their position. I don’t agree but I guess I can understand their panic; WordPress is one of the few Open Source products that has wiped out commercial products in it’s sector, blogging, and they’re desperately worried that there is no longer that much difference between their $180 product and the free alternatives.

    There is, of course, nothing to stop any of you being a bit cheeky and starting your own threads on http://www.vbulletin.org/forum/, innocently asking why there isn’t a vBulletin WPMU bridge :)

    Personally, though, I’ve deciding to transition away from vB – I’ll be keeping my existing vB sites going but, for new projects, I don’t see the point of buying any more vB licenses.

    bbPress is pretty bad but I’m optimistic that they will improve over time, especially now that BuddyPress is advancing so quickly. I like the way in which, in BuddyPress, the forums are spread among the groups within the social network – it makes a lot of sense, sort of like wrapping each section of your forum in it’s own homepage, featuring the users who “hang out” in that section.

    #39160
    brandtd
    Member

    http://www.mmaopinion.com

    It’s the first release. Lots of changes coming up!

    #39159
    Donnacha
    Participant

    Thanks JJJ and Daniel.

    Yes, the goal would be to have these outside blogs appear in the “Blogs” area of the user’s BP profile. I appreciate that this is a novel idea but, when you consider that we will all be tripping across dozens of BuddyPress sites every day, it is obvious that we will not be able to maintain active blogs in each of the communities we wish support or have a presence in. Being able to list our “real” blog on our profile should a standard feature of BuddyPress. Also, as I say, it’s going to be essential for the non-MU version of BP.

    Locking the content of those outside blogs into the BP site would be wrong, especially not using using hokey iFrames. Surely one of the best things about BuddyPress is that it smashes through the walled-garden mindset of the existing social networks and introduces a new age of openness; hopefully, people will find our BP sites useful and entertaining enough to want to stick around, even if we let our users’ profiles link to outside blogs. More importantly, we should honor our users’ participation in our BP sites by allowing them to create a real link to their real blog, that is only fair.

    As for WPMU Dev, thanks for alerting me to their plugin but, unfortunately, their pricing is currently geared towards institutional budgets, not the individuals that BP is now drawing into the MU world. Funnily enough, I posted about this on their site today and got a little conversation going:

    http://wpmu.org/all-wpmu-dev-premium-plugins-now-27/

    Please do jump in and add your voice to my call for them to revise their pricing to a level we can all afford.

    #39155

    In reply to: login problems

    Ekine
    Participant

    Thanks for answering.

    The strange part is when trying to login the buddypress (http://testbp.org) demo site, there doesn’t occur a lag time using firefox (on a mac). So, it is only happens on my site.

    That’s pretty weird.

    #39145

    In reply to: BP Avatars in bbPress

    Awesome, will check it out today.

    On an interesting side note, somewhere along the line I broke my connection from BuddyPress to bbPress again. Ha! I need to stop fidgeting with things soon I think. ;)

    #39144
    Burt Adsit
    Participant

    /mu-plugins/bp-core/bp-core-adminbar.php but the css gets enqueued in bp-core-cssjs.php in the same dir.

    There’s a bug in RC-1 that sends out the admin bar css after the site-wide.css so including your mods in there won’t do much good. Patch in : https://trac.buddypress.org/ticket/555

    The wp_footer action ‘calls’ the admin bar.

    #39138
    alainhc
    Member

    Hi, I´m interested in making my own buddypress-home theme and buddypress-member theme, to fit my web site. I´ve been looking for information on the web, but I have not found anything good. Anyone has some kind of tutorial about it?

    Alain

    alainhc
    Member

    Hello everyone. Hi Burtadsit. I´ll try to explain using my poor English, I´m cuban. The error occurs in a Clean install, when you activate the home theme and try to visit the root blog, or the blog of any user previously created.

    The page show the following error:

    Warning: require_once(C:sitiossitiosocial/wp-content/member-themes/buddypress-home/index.php) [function.require-once]: failed to open stream: No such file or directory in C:sitiossitiosocialwp-includestheme.php on line 822

    Fatal error: require_once() [function.require]: Failed opening required ‘C:sitiossitiosocial/wp-content/member-themes/buddypress-home/index.php’ (include_path=’.;C:xamppphppear’) in C:sitiossitiosocialwp-includestheme.php on line 822

    How you can see, the application doesn´t found a buddypress-home directory inside member-themes. So, we solve this making a copy of the buddypress-member and renaming it to buddypress-home.

    Changing the topic (I know this is out of forum). I´d like to make my own buddypress-home theme, and buddypress-member theme. Do you have any documentation about it???

    Alain

    #39136

    Well, it could really go in a few different places. Let me take a look when I get to work to see where will work the best.

    Here on BuddyPress, the “admin bar” has been nick named the “buddy bar.” It actually replaces the typical “admin bar” from a normal WPMU install.

    The files for it can be found in the bp-core directory if you needed to modify it for any reason.

    The buddy bar is actually loaded very last in the DOM, and it is absolutely positioned to top 0, so its essentially hovering over the body contents. Because there are at least two active themes at any given moment (home and member) you could either throw the css into homethemedir/css/site-wide.css, or all of the base.css for each theme.

    But let me double check for certain. :)

    #39134
    reprocessor
    Participant

    Hi John,

    I GOT IT! Eventually LOL.

    I did a bit of digging on the forums and saw this thread https://buddypress.org/forums/topic.php?id=471&page=2#post-5680 – I didn’t realise I needed to be logged in to both BP & BBPress to do this. Once I saw DJpaul’s first post on this thread the penny dropped.

    Thank you for all your help – everything works a treat now!

    Best regards,

    Phil

    #39131
    alxdesign
    Member

    Alright, thank you. I’ll report it.

    I find it strange though, since I tested to run a <script> on the buddypress demo, and it didn’t work. Are you sure there isn’t some function I’ve accidentally allowed?

    #39126

    In reply to: Modify BP links

    Burt Adsit
    Participant

    This thread points to a domain mapping plugin for wp.

    https://buddypress.org/forums/topic.php?id=1493

    #39124

    In reply to: Modify BP links

    nzmitch
    Member

    Any progress on this?

    I’d like to install BuddyPress on a subdomain too (the top domain is a public website).

    Would be an awesome feature! :)

    #39123

    I think this plugin would be very important because every community that grows will need multiple databases otherwise everything won’t get bigger..

    I hope Nicola or Andy will do something in this way..

    #39121
    Per Søderlind
    Participant
    #39117

    buddypress-member/css/base.css – line apx 495 – Make that be…

    .main-column h1 a, #blog-info h1 a {
    color: #646464;
    margin: -120px 0 0 200px;
    position: absolute;
    }

    #39113

    buddypress-member/css/base.css – line apx 477 – remove

    float: left;

    bp-core/css/structure.css – line apx 110 – remove

    float: left;

    bp-core/css/structure.css – line apx 64 – remove

    margin-left: 200px;

    Give that a shot?

    #39111

    In reply to: BP Avatars in bbPress

    Burt Adsit
    Participant

    Hi John. :)

    I have to test the xprofile stuff on the bbpress template tag level. I think I’m transferring data that could be serialized in $field_obj->data->value. Gotta check that.

    This thing needs chat. You ever on IRC? A bunch of us hang out in irc.freenode.net #buddypress. I’m always there.

Viewing 25 results - 67,301 through 67,325 (of 69,061 total)
Skip to toolbar