Search Results for 'buddypress'
-
AuthorSearch Results
-
October 22, 2010 at 11:52 am #96053
In reply to: Buddypress 1.2.6 adds extra padding-top
Roger Coathup
Participant@chouf1 – yes, I know where the adminbar.css file is. Coda is my friend

The question was, why is adminbar.css being included in other themes (even none child ones) on a multisite network? What’s injecting it, and how do we turn it off.
e.g. My theme doesn’t explicitly link to adminbar.css, here’s the snippet from the header.php:
`
<link rel="stylesheet" type="text/css" media="all" href="” />
<link rel="pingback" href="” />
<?php
if ( is_singular() && get_option( ‘thread_comments’ ) )
wp_enqueue_script( ‘comment-reply’ );wp_head();
`No explicit inclusion of adminbar.css!
But, here’s what actually gets rendered in the browser:
`
`
The unwanted link to adminbar.css has been injected.
I assume it must be something in wp-head() doing it – is there a hook to turn it off?
October 22, 2010 at 11:41 am #96052In reply to: Buddypress Memory Overload
Mario
ParticipantPHP Memory Limit is 128MB
Newest Versions at all (WP 3.0.1 and BP 1.2.6)
PHP 5.2.6
mysql 5.0.51a-24+lenny3Its a root server with debian lenny.
if you want to look at the complete phpinfo, you can do this here: http://mein-deal.com/phpinfo.php
I think the problem is not the memory usage of php, but the usage of the mysql server.
Thanks a lot
October 22, 2010 at 11:35 am #96051In reply to: Buddypress 1.2.6 adds extra padding-top
danbpfr
ParticipantHi Roger,
the admin bar is constructed in bp-core/bp-core-adminbar.php
the css file for this is in bp-themesbp-default_inccssadminbar.cssnotepad++ is my friend
October 22, 2010 at 11:24 am #96048In reply to: Buddypress 1.2.6 adds extra padding-top
Roger Coathup
Participantp.s. we have the problem in 1.2.5.2 as well
October 22, 2010 at 11:22 am #96047In reply to: Buddypress 1.2.6 adds extra padding-top
Roger Coathup
ParticipantYou shouldn’t really mod the core files, as they’ll be overwritten if you upgrade. Is there any filter you can hook on to instead as an interim solution?
Certainly though, this should be added to the trac as a potential bug to be looked at.
We have the same problem with child themes in secondary sites – we’ve turned off the admin bar, we don’t have any admin bar css being included in our child theme, but still it pulls in admin bar css code from bp-default and inserts the unwanted padding.
[As an aside: does anyone know where the code is that’s injecting the admin bar css include into the header of child themes? Is it a hook on wp-footer?]
October 22, 2010 at 11:19 am #96045In reply to: Who Owns BuddyDev ?
Anonymous User 96400
Inactive@whitbyglennk
There is no WP ethos of free software for all. With all the licensing discussions going on, most people have completely misunderstood what it was all about. Free (as in the GPL software license) only means that any further development of GPL software has to be published under the same license (if the software is being released) and that, once you have the software, you can do whatever you please with it. Free does not mean, though, that you can get access to this software without paying. It’s perfectly ok to charge for GPL software.Most developers, who charge for a plugin or premium themes, still give back to the community by answering questions in forums or uploading other plugins and themes to the WP repository. For some plugins 50+ hours have been spent on development. That’s a lot of money and time right there, but people still expect not to pay anything.
I guess we’ll be seeing more and more paid plugins and themes crop up over the next year. It’s not a bad thing, it’ll give users more choice (there usually is a free alternative around somewhere) and if someone buys a plugin/theme, then afterwards you can expect great support, which does not always happen with a free plugin.
Just me 2 cents
October 22, 2010 at 11:03 am #96041In reply to: Buddypress Memory Overload
danbpfr
Participantcan you provide your server php info ? especially php memory_limit
who is your host ?
what’s your WP and BP version ?
mySql version ?
php version ?October 22, 2010 at 10:22 am #96038In reply to: Double button on friends list page
Roger Coathup
Participant@hnla – I think I’d class it as a bug, as it breaks child themes on existing sites
… or perhaps just a deprecated / implementation changed without clear warning mistakeOctober 22, 2010 at 10:08 am #96037In reply to: Who Owns BuddyDev ?
Roger Coathup
ParticipantGlenn… there is nothing new in charging for premium themes, it’s not a BuddyPress phenomenon… there are hundreds of people selling premium themes for WordPress (e.g. WooThemes, ThemeForest, …), and even more sites that are completely bespoke developments costing many thousands of pounds.
If you don’t like what people are providing you for free, you don’t have to use their work. If you don’t like the price of their paid for work, don’t buy them. You can take the bp-default theme for free and extend it as you want.
As I explained in one of your other threads about availability of themes, BuddyPress is extremely difficult to create distinctive generic themes for – it’s no wonder that some people charge a few pounds for their themes.
October 22, 2010 at 9:45 am #96035In reply to: do not want to use the default site
bert1
MemberThat means I can not view members, groups and profiles on other wordpress sites of my wordpress installation? Other sites are sites which are not buddypress primary sites but which do have buddypress activated because buddypress is a network plugin.
October 22, 2010 at 9:44 am #96034In reply to: Who Owns BuddyDev ?
Glenn Kilpatrick
ParticipantI spent all day yesterday installing this theme and making it look nice on the home page, I then browsed around to find that inside the theme there is a lack of functionality such as no activity streams in group, poor css making pages look messy, no new topic buttons in the forums. Then you start to look for assistance and its hard to get, then you find the theme author offers a premium version of the theme and a membership group with ongoing subscriptions. If I had known this before I started I wouldnt have bothered.
Is it just me or are others finding it a little annoying that buddypress seems to be not in the keeping of the wordpress ethos of free software for all. Everyone seems to want to make money from it, which is fair enough at the right price, but monthly subscriptions have you by the balls.
Is there anyone out there who makes a nice free theme or a premium theme with upgrades at one off fee or an acceptable yearly fee ?
October 22, 2010 at 9:13 am #96031In reply to: Individual page for user profile
Sofian J. Anom
ParticipantOkay. I’ll try it. Thanks, @rogercoathup
October 22, 2010 at 9:04 am #96029In reply to: do not want to use the default site
Roger Coathup
ParticipantYes, there is a BuddyPress primary site … where you’d run a BuddyPress specific theme, that lets you view members directories, group directories, member profiles, etc.
October 22, 2010 at 9:01 am #96027In reply to: BuddyPress Group Documents
Mark
ParticipantError after 1.2.6 upgrade
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move ‘/tmp/phpgytUT4’ to ‘/home/collabbo/science3point0.com/wp-content/uploads/group-documents/7/1287752340-blogcont.png’ in /home/collabbo/science3point0.com/wp-content/plugins/buddypress-group-documents/include/classes.php on line 234
October 22, 2010 at 8:52 am #96025In reply to: Child theme is not working after 1.2.6 upgrade
danbpfr
Participant@modemlooper. Your theme is realy OK. It was a mistake on my side. Every thing is well now.
October 22, 2010 at 8:51 am #96024In reply to: do not want to use the default site
bert1
MemberThanks Roger. That documentation confuses me a little though. If I activate buddypress it is activated on alle sites of the wordpress installation, so what does “if you didn’t activate BuddyPress site-wide” mean? I want a buddpress community over several worpress sites, are these sites not all equal in the community because there is a buddypress root blog?
October 22, 2010 at 8:48 am #96023In reply to: 1.2.6 Upgrade – Lost translation
Mark
Participant@Chouf1 Thanks for the suggestion but right permissions. I’ll try and get in touch with the polish maintainer @Paul_Gibbs if I can find him/her. Thanks
October 22, 2010 at 8:24 am #96021In reply to: do not want to use the default site
Roger Coathup
ParticipantLook in the documentation on this site about installing BuddyPress in a secondary blog.
That tells you how to do this
October 22, 2010 at 8:06 am #96018In reply to: do not want to use the default site
bert1
MemberI know buddypress is a network plugin so it’s also activated in the default site. But what I mean is that I have to use the default site first before I can use other sites with buddpress. That looks like a bug.
October 22, 2010 at 8:04 am #96017Anton
ParticipantAnyone?
October 22, 2010 at 1:08 am #95999anindyaray
MemberYes I am really a novice …

Thank to @karmatosed and @DJPaul for you suggestion …
I use the theme named Blogs-Mu … and my subscription to the theme source(WPMU DEV) has expired …
, and I’m a bit short of cash 
So , I’m out of luck now ..
But the link you provided is very help full …
Thanks again, both of youLet me ask a question : I have checked the trac link provided by @DJPaul and found most similarity with old codes for bp default theme and Blogs-mu theme . Will making changes, according to the trac, suffice the need ? or is there anything extra that should be done ?
Please help ? This is a question of life
October 22, 2010 at 12:51 am #95998Boone Gorges
KeymasterIf everyone’s going to be friends with everyone else, I’d suggest just turning the Friends component off since it won’t be doing anything interesting. Dashboard > BuddyPress > Component Setup
As for groups, you have a few options. If you make all groups public, then everyone will have access to everything. And if you hide all of the “my groups” and “join this group” buttons in the theme, people will never know (or care!) whether they’re a part of groups. They’ll just be auto-joined if they choose to post on the forums. A different method is to modify something like this: https://buddypress.org/community/groups/auto-join-groups/
October 22, 2010 at 12:02 am #95992In reply to: RSS activity feed is blank (solved)
danbpfr
Participant@hnla CDATA, yes you’re correct.
I opened a few tickets in the past mentionning this same problem with previous version.
We have also a long tread on the bp-fr.net forum here (opened 6 mouth ago), with mac and pc output difference. But finally i bring it to work under bp 1.2.3 – anf FF 3.6
IE says code error due to CDATAOctober 21, 2010 at 11:21 pm #95989Roger Coathup
Participant@djpaul –
Can we happily run the 1.2.5.2 default theme (and children thereof) on the 1.2.6 core? Thereby allowing all our existing child themes to continue to behave the same without any mods at all?
And, as a corollary to this… is there an install option for 1.2.6 that won’t overwrite the 1.2.5.2 theme (other than copying it somewhere pre-install, and then re-instating)?
October 21, 2010 at 10:40 pm #95980In reply to: I cannot post forum topics?
Boone Gorges
KeymasterI have been trying to help you!
Try Dashboard > BuddyPress > Forum Setup and then reinstall and set up a new bbPress installation. It sounds like something is wrong with your bb-config.php.
If nothing else works, and you don’t yet have any content in your installation anyway, you should consider wiping your database and starting from scratch. Clearly something has happened that is keeping BP from communicating with your bbPress database tables.
-
AuthorSearch Results