Search Results for 'wordpress'
-
AuthorSearch Results
-
March 3, 2009 at 11:44 pm #39206
In reply to: BuddyPress For WordPress (Not MU) Coming
Mythailife
ParticipantSo do we have a realistic time line for BuddyPress for WP?
March 3, 2009 at 9:49 pm #39189In reply to: BuddyPress For WordPress (Not MU) Coming
Andy Peatling
KeymasterSupporting 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.
March 3, 2009 at 9:02 pm #39179vito687
Participantthanks for responding so fast burt, would it have something to do with the fact that im using this locally with MAMP? the path that wpmu is in is MAMP/mysite/wpmu and the home domain is my-comupter.local/mysite/wpmu/ so should it work?
March 3, 2009 at 7:14 pm #39169In reply to: BP Avatars in bbPress
John James Jacoby
KeymasterBurt…
When accessing the forums using deep integration, with no modifications to your updated plugin…
Fatal error: Cannot redeclare class IXR_IntrospectionServer in /homepages/8/d149961498/htdocs/delsolownersclub/discussions/bb-includes/backpress/class.ixr.php on line 860Think of the loop that’s happening… bbPress loads WordPress, loads ixr, which continues to load bbPress. I really do think both sides need to check to see if the other is included to ensure this doesn’t happen.
Going back to oci_bp_group_forums.php and putting
if (!defined(BBDB_NAME))
require_once(ABSPATH . WPINC . '/class-IXR.php');and then back to oci_bb_group_forums.php and putting
if (defined(BACKPRESS_PATH))
require_once( BACKPRESS_PATH . '/class.ixr.php' );Fixes this.
Let me find where they are declared and try to walk you through the deep integration dance. It’s a pain in the butt, but it works. I don’t see any other way to get things like the BuddyBar and all of the BP functions over to bbPress without deep integration.
March 3, 2009 at 6:35 pm #39167alainhc
MemberWhen I activate the WordPress MU homepage theme it still happens.
March 3, 2009 at 6:27 pm #39165In reply to: How do I clear the menu bar?
John James Jacoby
Keymasterlol 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?
March 3, 2009 at 6:07 pm #39161Donnacha
ParticipantUnfortunately, 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.
March 3, 2009 at 4:20 pm #39147In reply to: Who wants a media plugin for BP
gpo1
ParticipantCan you look into option :The most difficult way Only Profile: it’s not important having a blog or not, because the video will be published only on the profile
https://wordpress.org/extend/plugins/all-in-one-video-pack/
There is a difference of developing time for each way..
We would clip-in for your workmanship?
March 3, 2009 at 3:54 pm #39140Burt Adsit
ParticipantAlain, try activating the ‘WordPress MU homepage’ theme. See if it happens.
March 3, 2009 at 11:24 am #39129In reply to: Who wants a media plugin for BP
zoharbabin
MemberHi guys,
currently we do not have the resources to create this integration in-house.
I will however, fully support the developers that will take this initiative, providing help in code and guidance.
The WordPress plugin we wrote (https://wordpress.org/extend/plugins/all-in-one-video-pack/) is compatible with WPMU (you can place it in the plugins directory and activate), So I guess that for an experienced developer this should be an easy task.
Zohar.
March 3, 2009 at 6:12 am #39107Sgrunt
Participanthi Burt: i’ve uploaded on the server and it is all ok! the problem was only in my local installation and so i can live with it. Thank you!
maybe the difference is that (i use subdirectories) in my remote server i’ve wordpressmu in the root and in the local server i have it in htdocs/mu/
March 3, 2009 at 2:51 am #39099In reply to: Blogs with custom domains
March 3, 2009 at 2:20 am #39097Burt Adsit
Participantsgrunt, what is the url that gets the 404 result?
vito687, the fn bp_core_get_userurl() returns this:
$bp->root_domain . '/' . MEMBERS_SLUG . '/' . $ud->user_login . '/';So it seems that root_domain isn’t correct for you. It should be correct. It comes from the mu backend, get_option(‘siteurl’). If your ‘path’ and ‘domain’ are correct, that’s what you should get.
That’s what you have correct? mu installed in a subdir under the doc root: <apache root>/wpmu/?
Check in Site Admin > Blogs > <your root blog> > Edit
It should read ‘Domain’ http://yourdomain.com and ‘Path’ /yoursubdir and in the wp_1_options it should say ‘Siteurl’ http://yourdomain.com/yoursubdir
March 2, 2009 at 11:30 pm #39088vito687
ParticipantI noticed that burtasit’s plugin directs you to URL/members/username I need this to direct to URL/subdirectory/members/username, Is there a quick fix to my problem?
March 2, 2009 at 10:32 pm #39085In reply to: BuddyPress For WordPress (Not MU) Coming
Trent Adams
Participanthttps://trac.mu.wordpress.org/browser/branches/2.7
Zip at the bottom of the page or if you use SVN you can use that URL as well.
Trent
Trent Adams
Participantzenseeker
ParticipantOops, sorry. Got a little excited there for a minute.
March 2, 2009 at 10:27 pm #39082In reply to: BuddyPress For WordPress (Not MU) Coming
Mythailife
ParticipantAnd where is that downloaded?
Mythailife
ParticipantSpoken like a true moderator…
March 2, 2009 at 9:52 pm #39078In reply to: BP Avatars in bbPress
Burt Adsit
ParticipantOK. I’m back. The bbpress const for wordpress is: BB_IS_WP_LOADED and is defined in bb-settings.php John. Looks like it’s only being used during installation and bbpress boot.
Thanks for reminding me about the template tags. I’ll include those too. I’ll add filters to all the template tags also. Good idea.
Many thanks for your help and sharing!
Trent Adams
ParticipantSpecific plugins that work with WPMU or not should be discussed in their forums and BP issues here.
https://mu.wordpress.org/forums/
Trent
March 2, 2009 at 9:14 pm #39074In reply to: BuddyPress For WordPress (Not MU) Coming
Trent Adams
ParticipantNo, it can be tested by downloading the WPMU Branch of 2.7. It is not in trunk.
Trent
March 2, 2009 at 8:48 pm #39073In reply to: BuddyPress For WordPress (Not MU) Coming
Mythailife
ParticipantIs that patch in the latest version of MU?
Mythailife
Participanthyrzz, show us. Because I don’t believe it.
March 2, 2009 at 8:14 pm #39068In reply to: Is BuddyPress good for this?
John James Jacoby
KeymasterYou could look into modifying an existing WordPress plugin, I think called “a member” that will help you with your pay for subscription situation.
BuddyPress certainly could have “private” blogs, you would just need to restrict user access to each others blogs by checking the available author ID’s against the current blog ID, and if they aren’t an author, bounce them back somewhere.
Sounds like BuddyPress will be a very good starting point for you, you will just need to mold it to fit your needs.
-
AuthorSearch Results