Search Results for 'buddypress'
-
AuthorSearch Results
-
October 23, 2010 at 10:46 am #96189
In reply to: create theme
danbpfr
Participantplease read the documentation !
October 23, 2010 at 10:43 am #96188In reply to: 1.2.6 Upgrade – Lost translation
Paul Wong-Gibbs
KeymasterIf you can’t find who it is @markhahnel, ask on http://lists.automattic.com/mailman/listinfo/wp-polyglots
October 23, 2010 at 10:15 am #96181In reply to: Buddypress Memory Overload
Mario
ParticipantThe Problem is: i cant make an fresh install. It is an plugin and it should be handled like this…
I have nearly 10000 visitors per day, so i cant change the complete site. I need another solution for this.
could nobody help me without clearing the whole page?
October 23, 2010 at 9:32 am #96178Hugo Ashmore
Participant@Frosty8o It sounds like you have a problem specific to your install, I can upload and crop without issue on a Modded 1.2.6 / 3.0.1 and with quite a few plugins running.
As Paul has asked check that there are no JS errors reported.
Also clarify “avatar upload works” you can upload an image and see it sitting there on screen awaiting cropping and/or saving?
October 23, 2010 at 9:14 am #96177Frosty8o
Participant@Paul is there a way to fix this. The Update Fix changed nothing on my Avatar problem. That´s the only thing I have to fix for my BP… Searched already days for a solution…
October 23, 2010 at 8:55 am #96172In reply to: How to insert a logo image that is higher than 125px
Hugo Ashmore
ParticipantAlways check the the docs/codex to see if there are any guides that cover a question:
https://codex.buddypress.org/extending-buddypress/building-a-buddypress-child-theme/To link your logo to homepage open up a header file bp-default or a wp default header file and have a look at the markup where the logo is set, although isn’t the logo already linked if you’re using the default theme?
October 23, 2010 at 8:53 am #96171In reply to: How to insert a logo image that is higher than 125px
danbpfr
ParticipantFor such common questions, please read first here:
https://codex.buddypress.org/home/For the logo URL, take a look in bp-default/header.php
October 23, 2010 at 7:27 am #96167anindyaray
MemberI don’t know much but I think one nice option would be to comment out or remove the Blog creation details section from the register.php file of your theme.
register.php file residence : yourtheme/registration/register.php
blog creation details section on register.php would be approx : from line no. 169 to line no. 201
or simply comment out line no. 173
or the line with<?php _e( 'Blog Details', 'buddypress' ) ……
and line no. 175
or the line with<input type="checkbox" name="signup_with_blog" i …………………….
This may solve your issue with keeping the blog registration open but stopping new people from registering it from the register page of your site.
October 23, 2010 at 1:57 am #96155anindyaray
Member@karmatosed
Thanks for your reply Tammie.
by seeing the trac it seem to me that css edit for Blogs-mu theme is not necessary , I dont know but I guess so , please help , as css are fully theme specific …Other that the css , .php file should be edited/changed for full support , and furthur upcoming plugin supports . Am I right ?
But let me ask one thing : presently without changing anything else(other than mentioned in the first post) , I have checked with my site and it working completely ….
What happens if I do not make those changes then ?Thanks tammie for you time
October 23, 2010 at 12:32 am #96152In reply to: Getting rid of Gravatars …
Paul Wong-Gibbs
Keymaster@nonegiven Please keep your criticism constructive.
October 22, 2010 at 11:53 pm #96151In reply to: Bug: "Recent Site Wide Posts" Widget
jutecht12
MemberJust an updated. After upgrading Buddypress to 1.2.6 all my site-wide things started working again. Thanks for fixing this!
October 22, 2010 at 11:33 pm #96149Mohd Kurniawan Zakaria
Participanthi all..sorry for the troublesome..i already found why the problem happen. actually i didnt install default buddpress template pack plugin. thats why its look mess and weird..sorry again. thanks
best regards
kurniaOctober 22, 2010 at 10:09 pm #96143In reply to: problems with the feeds of buddypress.org
Hugo Ashmore
ParticipantTrue, but sadly it is as Rich states; so I thought I’d throw a little humor into the fray

There are improvements to the site planned, you can follow them in the ninjas group.
October 22, 2010 at 9:56 pm #96139In reply to: Multi-language edition
Carlos Perez
ParticipantI think the best solution is to have two separate .mo files with the interface translation and set the translation on wp-content/plugins/bp-custom.php (If you havent the file, create one) with the following code
$lang = substr($_SERVER, 0, 2);
switch ($lang){
case ‘en’:
define( ‘BPLANG’, ‘en’ );
if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-en.mo’ ) ) {
load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-en.mo’ );
}
break;
case ‘es’:
define( ‘BPLANG’, ‘es’ );
if ( file_exists( BP_PLUGIN_DIR . ‘/bp-languages/buddypress-es.mo’ ) ) {
load_textdomain( ‘buddypress’, BP_PLUGIN_DIR . ‘/bp-languages/buddypress-es.mo’ );
}
break;
}
Check that the filenames are the sameThis code detects automatically the browser language and defines the language.
Follow this article to find more about this
https://codex.buddypress.org/buddypress-site-administration/customizing-labels-messages-and-urls/October 22, 2010 at 9:54 pm #96138In reply to: problems with the feeds of buddypress.org
ovizii
Participant36 tabs and 6GB of ram but that is not the issue here. I am looking for a convenient way to follow up on my threads and feeds is the only one I found so far…
October 22, 2010 at 9:52 pm #96137In reply to: problems with the feeds of buddypress.org
Hugo Ashmore
Participant24 tabs always open in opera and 17 in FF but I am chocked full of that RUM stuff 8 gils worth
October 22, 2010 at 9:45 pm #96136In reply to: problems with the feeds of buddypress.org
rich! @ etiviti
Participanti believe it is something they are trying to work on/fix https://buddypress.org/community/groups/buddypress-org-ninjas/
October 22, 2010 at 9:19 pm #96135In reply to: I guess this fits in the misc. forum
Roger Coathup
ParticipantYou are probably best to find a suitable WordPress theme, and then use the BP template pack to make it compatible with BuddyPress.
Have a Google for WordPress Magazine themes
October 22, 2010 at 8:35 pm #96134Roger Coathup
Participant@r-a-y :
p.s. I do agree with you on a number of things here –
yes: new features as theme options (opt-ins, not outs), and yes: it’s probably part of a wider jigsaw – a well developed Codex would have helped, as would a much clearer / better signposted buddypress.org (invitations to test 1.2. and how to, were only obvious to a knowledgable few – which may explain the small uptake).
October 22, 2010 at 8:29 pm #96132In reply to: problems with the feeds of buddypress.org
ovizii
Participantsorry guys but I know of no other way to keep updated with my threads here…
I am waiting for a couple of responses and can’t keep 10 tabs open in my firefox the whole time…how do you guys keep informed if there is a new answer to one of your threads?
October 22, 2010 at 8:15 pm #96130Roger Coathup
Participant@r-a-y – sure, we can get rid of them with some additional work on sites in development, but what about the installed sites – who’s going to schedule, manage and pay for their modifications?
As you know, BuddyPress has real world 3rd party implementations – it’s not just in the realm of coders, who only maintain and support their own site.
If the client hits the upgrade button (which the admin system will be encouraging them to do), they will be left with a site that doesn’t look like they want (and in some cases, will have multiple buttons and areas that simply don’t work anymore).
Surely, the whole point about a child theme is the exact opposite – it’s not expecting things to change – it’s expecting the parent to stay working as expected when the core is upgraded – to provide us with a safe consistent level of abstraction.
The client has paid for a site they want, designed the way they want – not to have it change on the arbitrary design whims of a 3rd party they’ve never met.
What will happen when WordPress bring out a new design for their default theme? Will they overwrite 2010 and thereby change the look / behaviour of every child based on it? Of course not, they will they introduce it as a new theme, and 2010 will happily continue to function.
October 22, 2010 at 8:01 pm #96127In reply to: Member profile buttons unavailable
r-a-y
KeymasterTemplate Pack needs to be updated… I’m not sure who’s in charge of that plugin as of right now.
Ping @djpaul!
October 22, 2010 at 7:59 pm #96126r-a-y
KeymasterThe whole point of having a child theme is inheriting all the cool, new features of the parent theme; I think we shouldn’t be making comments after the fact BP 1.2.6 was released. The core team asked many times for testers to the 1.2 branch; some did test, but many did not.
Like it’s been stated, secondary avatars can be removed by getting rid of the filter. I do agree that blog avatars shouldn’t be used since you can’t even declare a blog avatar yet. However, you can get rid of that quite easily by duplicating the secondary avatar function and removing the “blogs” case.
The following code will work in your theme’s functions.php:
`function ray_secondary_avatar_fix() {
remove_filter( ‘bp_get_activity_action_pre_meta’, ‘bp_dtheme_activity_secondary_avatars’, 10, 2 );// add the following if you still want secondary avatars, but omitting the blog one
function my_bp_dtheme_activity_secondary_avatars( $action, $activity ) {
switch ( $activity->component ) {
case ‘groups’ :
case ‘friends’ :
// Only insert avatar if one exists
if ( $secondary_avatar = bp_get_activity_secondary_avatar() ) {
$reverse_content = strrev( $action );
$position = strpos( $reverse_content, ‘a<' );
$action = substr_replace( $action, $secondary_avatar, -$position – 2, 0 );
}
break;
}return $action;
}
add_filter( ‘bp_get_activity_action_pre_meta’, ‘my_bp_dtheme_activity_secondary_avatars’, 10, 2 );
}
add_action( ‘init’, ‘ray_secondary_avatar_fix’, 9 );`I do agree that there should be a better changelog for changes made to bp-default. Maybe in the codex?
[ EDIT: changelog created here – https://codex.buddypress.org/extending-buddypress/bp-default-theme-changelog/ ]October 22, 2010 at 7:51 pm #96125In reply to: Member profile buttons unavailable
intimez
Participant@r-a-y thank you for confirming!
Since template pack copies that file over to the current theme, I’m guessing it’s the template pack causing the issue.
October 22, 2010 at 7:38 pm #96123In reply to: Time Offset still present in BP 1.2.6
Hugo Ashmore
Participant@paulhastings0 @paulhastings0 @paulhastings0
Test please, you dragged this up

-
AuthorSearch Results