Search Results for 'buddypress'
-
AuthorSearch Results
-
January 1, 2010 at 2:12 am #59871
In reply to: New BuddyPress 1.2 default theme
@mercime
ParticipantHi David. Works for me in all BP child themes. I presume you cleared cache/cookies and are targetting the correct selector , so
:
1. If there is !important after the background image url in parent theme, add it in your declaration in child theme – none !important
2. an alternative: create blank 1×1.gif file and use that for your background url(images/1×1.gif) to override parent theme
January 1, 2010 at 1:39 am #59870In reply to: New BuddyPress 1.2 default theme
David Lewis
ParticipantActually… I just tried that. Doesn’t work.
January 1, 2010 at 1:38 am #59869In reply to: New BuddyPress 1.2 default theme
David Lewis
ParticipantRiiiiiiiiiiiiight. Why didn’t I think of that. I’ve never thought of using simple “none” as a shortcut. Thanks. Sorry Andy.
January 1, 2010 at 1:27 am #59868In reply to: New BuddyPress 1.2 default theme
@mercime
Participant#header { background: #f76d16 none; }where “none” will equate to no background image in the child theme; it overrides
url(../images/default_header.jpg);}in parent theme. Works across all browsers.January 1, 2010 at 12:33 am #59867In reply to: New BuddyPress 1.2 default theme
David Lewis
ParticipantAndy… please don’t use CSS shortcuts in the 1.2 default theme. It makes overriding a little more difficult / messy if one chooses to use the 1.2 default theme as a parent. For instance… the 1.2 default theme uses a shortcut for background instead of using background-image:
#header {background: url( ../images/default_header.jpg);}Say I want my header to have a background color and no image. This override won’t work:
#header {background: #f76d16;}Nor will this:
header {background-color: #f76d16; background-image: none;}One is forced instead to use the !important declaration so that using the color shortcut can override the image shortcut:
#header {background: #f76d16 !important;}This works… but the important declaration makes me a little queazy. LOL.
December 31, 2009 at 9:39 pm #59865In reply to: Making Buddypress a Social Network for non-bloggers?
designodyssey
Participant@Symm2112. Just left the GF forums and it does need to be activated on each blog separately. They said they’d look into changing this, but not until after the merge (boy that merge is going to open some doors).
I’m looking to do a single blog install, so this solution still might work for me. I’ll have many groups, but one blog, therefore only one GF. Each group can still get it’s own category for posts (e.g. $blogcategory = “blog” . $blogid). I can display posts to that category only on that groups page (e.g. is(category)).
I can afford to be a bit patient and see how this all develops. I’m actually not even in the BP stage of development. Still kicking the tires on my XAMPP WPMU install and making sure my other core functionality (e.g. the mapping I mentioned above) is working before I even install BP (will wait for 1.2 and WPMU 2.9).
Given the theming issues, I’ll probably install Hybrid as a parent and ensure it’s working before I install BP. I’ll keep folks posted when I get to this. I’m just a planner by nature, so I’m trying to think things through – measure twice, cut once.
December 31, 2009 at 9:21 pm #55474In reply to: Buddypress Theme with WPTHEME
designodyssey
Participant@Andy, First, I have nothing negative to say about BP. It is allowing me to do things I would NEVER even attempt on my own. Looking back on the programming I’ve done in the past, there was NO separation (mostly pre-CSS, php/mysql where my separation was myriad includes). However, as I look at Justin’s code, I’m learning the elegance (and additional complication) of separating form from function.
Doing everything through functions.php, styles.css and hooks is a challenge for me, but I do see the benefits. If there are sufficient hooks, most things can be accomplished this way. If there is a hook, I can use the new template tag just by modifying functions.php instead of changing the myriad template files that might contain the new tag.
What sucks (for me) in that model is I have to switch back and forth from template to function and then ensure I test everything well. What works is I get to change it once.
Regardless, for template tags and other changes, what’s most important is documentation (which can be a challenge with development cycles). If the changelog tells me what to look for and what functionality has changed (see Peter’s post above), the process is MUCH less painful. I know you know this, but most of us would rather have the features now and struggle without the docs – Catch 22.
Whatever the result, I’m ecstatic that Buddypress exists, that Automattic adopted it and you finally have some additional help.
December 31, 2009 at 6:18 pm #59860In reply to: Friends and Groups for BuddyPress 1.3
Paul Wong-Gibbs
KeymasterFWIW, My views on this went into the trac ticket.
December 31, 2009 at 5:37 pm #59857In reply to: Upgrade from BP 1.0-RC1 to BuddyPress 1.1.3
Andy Peatling
KeymasterUpgrade to 1.0 then to 1.1.3
December 31, 2009 at 5:37 pm #59856In reply to: Twitter Connect… Anybody?
modemlooper
ModeratorIt would def hav to be one plugin with connect options. ‘Buddypress Connect’
You install plug in and then choose which connects you’d like to use. When user signs up it gives connect options to use. I’ve seen it done on other sites where you input your email and it maps both connects to an email or user id.
December 31, 2009 at 4:46 pm #59854In reply to: Upgrade from BP 1.0-RC1 to BuddyPress 1.1.3
5656948
InactiveThis page I keep finding in Google looks like it would help- but I get a not found-
https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/
December 31, 2009 at 4:43 pm #59853In reply to: Upgrade from BP 1.0-RC1 to BuddyPress 1.1.3
5656948
InactiveAnyone? Please
Derek
ParticipantWow guys I think that everyone needs to keep in mind just how far BuddyPress has come over the last year. Yes there have been some hiccups along the way, but 2009 has been an amazing year for BuddyPress! Just remember that we are still 1.x software here folks! I just found my 1.x version of Final Cut Pro the other day and the box alone is 1/5 the size of my current version 7.x of FCP Studio (and it ran on OS9). I tell you all this so to remind you that we are all here at the infancy of what is going to continue to be a fantastic piece of software! Cheers and Happy New Year!
December 31, 2009 at 4:21 pm #59850In reply to: Buddypress Theme with WPTHEME
peterverkooijen
ParticipantBuddyPress adds new template tags that have changed from version to version.
Is there a list of these changes somewhere?
I’m currently upgrading my custom theme from version 1.0 to 1.1.3, still based on the classic theme, which avoids the worst problems for now…
December 31, 2009 at 4:12 pm #59849In reply to: Remove Blogs in entire Community
andre81
ParticipantThanks Andy,
I’ve done a fresh and clean install of WPMU 2.8.6 and BP 1.1.3 and it’s appears…
I also try the trunk version trunk-r2235, great work Andy great work!

If I found a bug, can I track this in http://trac.buddypress.org ?
Thanks and
HAPPY NEW YEAR
Andre
David Lewis
ParticipantI like the idea of leveraging services like YouTube and Flickr and integrating them into your website using a plugin / API. You don’t reinvent the wheel and you end up with more online “channels” for your content. But the question is always just how well such generic solutions can integrate with your very specific tool (BuddyPress) and project requirements.
December 31, 2009 at 3:22 pm #59846In reply to: Remove Blogs in entire Community
andre81
ParticipantHi Andy,
thanks for your reply…
this is a big pain in the ass…
because my buddypress installation don’t have this hit
http://img192.imageshack.us/i/78659305.png/
This hit is present in the 1.2 version…
thanks for your great work…
Andre
December 31, 2009 at 2:53 pm #59844In reply to: Buddypress hacked by fake users/blogs/posts
Andrea Rennick
ParticipantYou haven’t been hacked and there’s no backdoor. The problem with open sources and sploggers is they can see the code just as much as we can, so they can figure out ways around it.
There *are* solutions and they *do* work. You just have to find the right combo from current information.
December 31, 2009 at 2:26 pm #59842In reply to: Friends and Groups for BuddyPress 1.3
abcde666
ParticipantHi Jeff,
this is a great ticket of what is really needed for BP to move ahead.
Thank you !
December 31, 2009 at 2:19 pm #59841In reply to: Remove Blogs in entire Community
Andy Peatling
KeymasterThis is 100% the wrong way.
Log into wp-admin go to BuddyPress > Component Setup and hit the disable radio button next to the blog tracking component.
December 31, 2009 at 2:03 pm #59840In reply to: Friends and Groups for BuddyPress 1.3
Jeff Sayre
ParticipantHaha, Bowe!
It looks like I was adding more details to my post as you where posting your response.
December 31, 2009 at 1:56 pm #59839In reply to: Friends and Groups for BuddyPress 1.3
Bowe
ParticipantMysterious Jeff.. Do we have a saboteur on our hands here? Maybe a NING user who felt the breath of BP breathing down it’s neck? Anyways your suggestion is exactly what we need and kudos for bringing this up 10 months ago
December 31, 2009 at 1:50 pm #59838In reply to: Friends and Groups for BuddyPress 1.3
Jeff Sayre
ParticipantI agree with MrMaz’s assessment above. We should be thinking about extending the BuddyPress framework and not deprecating major components at this time.
The ability to assign more than one type of “friend” was something I proposed 10 months ago but was somehow deleted as a future enhancement by an anonymous person. That may have been an automatic “deletion” as it was around the time that the phrase “future enhancement” was replaced with “future release.” But, I would have thought that the ticket would have simply been switched to that new milestone indicator.
https://trac.buddypress.org/ticket/582
My suggestion in the link above is what jjj refers to in this comment on his Trac ticket linked to in this thread’s OP:
It would solve Jeff Sayre’s user relationship issue too…
The best solution to accomplish my suggestion is to extend the Friends Component and model the data in a one to many relationship. Simply relegating friends to another type of group does not accomplish the goal.
December 31, 2009 at 1:45 pm #59837In reply to: Remove Blogs in entire Community
andre81
ParticipantOk,
I’ve renamed in buddypress folder the bp-blogs.php into bp-blogs_old.php,
so in this way the function isn’t found and don’t appears in menu.
I’ve hacked also in bp-core folder the file bp-core-adminbar.php deleting the function to call My Blogs…
Is this the right way?
Andre
December 31, 2009 at 1:19 pm #59835In reply to: Friends and Groups for BuddyPress 1.3
Bowe
ParticipantMost important thing for me would be the option to categorize your friends and filter the activity stream based on those categories..Looks like all types of sites could benefit from this, at least I haven’t seen people who were against that feature
-
AuthorSearch Results