1775 pointsLike some sort of WPMU DEV God"Mindblowingly helpful memberLifetime member
Richie_KS
Geeky Developer
—
18th November 2010
hi guys the following themes had been updated:
- BuddyPress Corporate
- BuddyPress Community
- BuddyPress Fun
- BuddyPress Social
- Edu Clean
- Blogs MU
Here are some changes from follow up bug/update trac
- Updated to compatible with WordPress 3.0+ and BuddyPress 1.2.5+
- Core template changes with added /lib * you may need to back up your child themes coz templating changes in latest version. possible problem like included not found etc
- fix widget missing localization __() and _e() wrap for text string which cause translation widget not working in previous versions.
- all themes are now using BuddyPress core component default css *for future compatible and component/plugins css compatible
- Added wp 3.0 menu support with default drop down community for bp pages like member, group, forum etc..
- Added featured gallery slider *optional usage
- replace incudes() with locate_template() for better child theme support
- css structure also changes in some themes where css were combined into base.css
- added facebook like for post and activity streams
- js fix in blogsmu theme options
- many more bug fix
hi guys the following themes had been updated:
- BuddyPress Corporate
- BuddyPress Community
- BuddyPress Fun
- BuddyPress Social
- Edu Clean
- Blogs MU
Here are some changes from follow up bug/update trac
- Updated to compatible with WordPress 3.0+ and BuddyPress 1.2.5+
- Core template changes with added /lib * you may need to back up your child themes coz templating changes in latest version. possible problem like included not found etc
- fix widget missing localization __() and _e() wrap for text string which cause translation widget not working in previous versions.
- all themes are now using BuddyPress core component default css *for future compatible and component/plugins css compatible
- Added wp 3.0 menu support with default drop down community for bp pages like member, group, forum etc..
- Added featured gallery slider *optional usage
- replace incudes() with locate_template() for better child theme support
- css structure also changes in some themes where css were combined into base.css
- added facebook like for post and activity streams
- js fix in blogsmu theme options
- many more bug fix
I am still having a problem with Buddypress Corporate not showing the component menu, specifically JES plugin. I have installed 1.3 and this is still the case, the new version has not fixed that problem.
Thanks for this update. I have downloaded the BP Community theme to update my website and activated the child theme. The activity stream spread the full width of the page and pushes the sidebar down the page. It also has black dots all over the place. I am reverting the parent them as this is technically a live site. There is no issue on the parent theme.
BP Fun - translations still not applying on some strings, specially home page default widgets : search the site, member login, more articles, and others.
I see that the mlanguage activation is now automatic (no need to activate lines in functions.php) ??
and
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'bp_group_new_topic_button' not found or invalid function name in /home/cfmaroc/public_html/wp-includes/plugin.php on line 395
on displaying forum page but this is probably bp related not theme related no ? (bp 1.2.6 bpfun 1.3)
@AltisonaMedia
this error happen since parent theme template structure changes so you need the new template from parent inside child theme...like if you now have header.php inisde child theme...you need to recopy the latest header.php from parent theme to child theme...and add in your previous changes in header.php if have any.
@Aphrodite
the string should be localize already like sidebar-home.php < div id="login-panel" class="widget">
< h2 class="widgettitle"><?php _e('Search the site', TEMPLATE_DOMAIN); ?></h2 >< ul >
<li >
- function warning call
not getting this error tho...did you update the bp-functions.php..it may have something to do with
that file..
@AquaPebble
is the component menu you refer to the google map, flyer and members..etc
there should be in right menu..all subnav are in right menu for bp-corporate..
let me know more details on this ok..cheers
@AltisonaMedia
ye know what to do if found any bug..hehe
its showing in my end tho...but i'm not logged in...try log out and see if it appeared.
you have a fresh install right?...i mean delete the previous version of bp-corp and not
cop paste update..some file might moved in new version.
Tried the clean install and problem still there. Menu not showing when logged in. Just tested with BP Daily and it shows with that theme.
After some experimenting I have found that it seems that if you create an event and become an event admin then the menu no longer shows. I logged in as a test user and the menu was there, but as soon as I created an event I no longer get the menu.
I have a problem with the BP admin bar on the Blogs MU theme. On pages that I have created (i.e. not home or BP pages) there is no space at the top of the page and the admin bar overlaps the top partly obscuring it.
Also if I turn off the admin bar you see see the white space at the top of the screen on BP pages and no space on other WP created pages.
Can you advise on how to make it consistent across all pages?
Rename it "news" and it works :) it saved the featured cat. But unfortunatly the posts of this category are not displayed yet Oo nor in article our slide mode
The "more articles" does not appear neither.
But, I have anoter site with the same theme. (it uses the same folder). I didnot change anything yet in theme options (didnot choose a category) and it works fine !
have a look :
http://passion-cheval.net : nothing but category choosen (2 posts in the cat) http://cf-maghreb.org : works without doing any choice (auto posts by autoblog but featured cat not choosen)
@Aphrodite -cat featured issue
mmm...i think wp 3.0 did not play well with get_categories() in theme option cat selection...will
check the terms_name selection instead...will update later
-avatar in custom recent comment
i think they use and sync with the bp avatar and not the global gravatar on this...will check them again.
-multi selection feat cat
not a bad idea...will consider:)
I didn't notice before because of the dark menu strip and buttons, but in Blogs MU when you go to a WP page the Home button remains activated as well as the page button.
Looks like it was that way in the previous version too. Not a big deal really but a cosmetic inconsistency.
@Aphrodite
- category issue
revertback the category_name back to $wp_getcat[$category_list->cat_ID] = $category_list->cat_name;
and replace bp-fun/lib/templates/wp-template with the attach 2 php file
the category should be working now using id to fetch the featured category...let me
know how it go ok
@AltisonaMedia
- home tab highligtht issue
will check it out...supposebly its is_home vs is_front_page() issue
@crotariu
can you grab a screenshot so i can see the actual issue?
cheers
new version changelog
- add redirect options in privacy theme settings
- refine load_theme_textdomain() function call
- add multi category selections for featured article and featured slideshow
- add new custom widgets like flickr, twitter and featured post multi-category widget
Coming in a little bit late, but... hope you can help me here.
I'm having to deal with a error message in mey (brand new) WP 3.04/ BP 1.2.5.2 site at (http://livresparaoaltar.com.br), with Blogs MU (Child 1.2.2), when I click on a group.. can you help me here? The error message is this:
"Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, >'bp_group_new_topic_button' was given in /home/livrespa/public_html/wp-includes/plugin.php on line 395"
Responses (43)
Member — 18th November 2010 #
@Richie_KS
I am still having a problem with Buddypress Corporate not showing the component menu, specifically JES plugin. I have installed 1.3 and this is still the case, the new version has not fixed that problem.
Geeky Developer — 18th November 2010 #
hi aquapebble
do you have a live site so i could look into source?
are you using child theme?
component css should be using default and compatible like the default theme..assuming the
default theme work ok with the jet event plugin right?
will check out the plugin later today...
Member — 18th November 2010 #
Hi Richie
Thanks for this update. I have downloaded the BP Community theme to update my website and activated the child theme. The activity stream spread the full width of the page and pushes the sidebar down the page. It also has black dots all over the place. I am reverting the parent them as this is technically a live site. There is no issue on the parent theme.
Lifetime member! — 18th November 2010 #
BP Fun - translations still not applying on some strings, specially home page default widgets : search the site, member login, more articles, and others.
I see that the mlanguage activation is now automatic (no need to activate lines in functions.php) ??
and
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'bp_group_new_topic_button' not found or invalid function name in /home/cfmaroc/public_html/wp-includes/plugin.php on line 395
on displaying forum page but this is probably bp related not theme related no ? (bp 1.2.6 bpfun 1.3)
Member — 18th November 2010 #
@Richie_KS
The site is http://ukmarketingnetwork.com.
Yes I have installed the child theme, which I have not customised yet. I have found the problem is the same with the parent theme installed.
Thanks.
Member — 18th November 2010 #
Blogs MU is looking good!
Geeky Developer — 18th November 2010 #
@AltisonaMedia
this error happen since parent theme template structure changes so you need the new template from parent inside child theme...like if you now have header.php inisde child theme...you need to recopy the latest header.php from parent theme to child theme...and add in your previous changes in header.php if have any.
@Aphrodite
the string should be localize already like sidebar-home.php
< div id="login-panel" class="widget">< h2 class="widgettitle"><?php _e('Search the site', TEMPLATE_DOMAIN); ?></h2 >< ul >
<li >
- function warning call
not getting this error tho...did you update the bp-functions.php..it may have something to do with
that file..
cheers:)
Geeky Developer — 18th November 2010 #
@AquaPebble
is the component menu you refer to the google map, flyer and members..etc
there should be in right menu..all subnav are in right menu for bp-corporate..
let me know more details on this ok..cheers
@AltisonaMedia
ye know what to do if found any bug..hehe
Member — 18th November 2010 #
@Richie_KS
yes that is the menu and it is not showing on the page at all.
I have attached a screen shot showing this.
Geeky Developer — 18th November 2010 #
its showing in my end tho...but i'm not logged in...try log out and see if it appeared.
you have a fresh install right?...i mean delete the previous version of bp-corp and not
cop paste update..some file might moved in new version.
Lifetime member! — 18th November 2010 #
@richie
well of course i update the whole theme !
for the string there are as you say, and they are translated in the po file, but not applied.
Edit
oups... the po file have tottaly changed ans is now much more small. Retranslated and tell you.
Member — 18th November 2010 #
@richie_KS
When I log out the menu is there, but logged in it is not.
I did an overwrite via ftp so I will try delete and a fresh install and let you know.
Thanks.
Member — 18th November 2010 #
@Richie_KS
Tried the clean install and problem still there. Menu not showing when logged in. Just tested with BP Daily and it shows with that theme.
After some experimenting I have found that it seems that if you create an event and become an event admin then the menu no longer shows. I logged in as a test user and the menu was there, but as soon as I created an event I no longer get the menu.
Lifetime member! — 18th November 2010 #
ok warning and error solved.
remain translation, re translated, but still does not apply at all :(.
Note : If i update po file from sources, many strings ared added. Must I do that ?
Missed something ?
Lifetime member! — 18th November 2010 #
ok solved replacing WP_LANG by return fr_FR; on line 7. works fine :)
But what if a user wants it in english ?
EDIT : little bug in theme options : the choice of the featred categorie for slideshow or featured article does not save.
Member — 18th November 2010 #
I have a problem with the BP admin bar on the Blogs MU theme. On pages that I have created (i.e. not home or BP pages) there is no space at the top of the page and the admin bar overlaps the top partly obscuring it.
Also if I turn off the admin bar you see see the white space at the top of the screen on BP pages and no space on other WP created pages.
Can you advise on how to make it consistent across all pages?
link here http://clude.me/about
Geeky Developer — 19th November 2010 #
@AquaPebble
just update the bp-corporate to 1.3.1, plz download and replace your current one..the object nav and user nav should be inplace...cheers
@Aphrodite
did all the choosen featured category did not work or only some?...maybe slug and terms name issue here..will check it out.
@AltisonaMedia
open blogs-mu/header.php and go to line 60+ where you'll see
<?php if($bp_existed == 'true') { ?>
add this after the above code:
<?php if ( (int)get_site_option( 'hide-loggedout-adminbar' ) && !is_user_logged_in() ) { ?><?php print "<style type='text/css' media='screen'>"; ?>
body { padding-top: 0px !important;
<?php print "</style>"; ?>
<?php } ?>
cheers
Geeky Developer — 19th November 2010 #
@AltisonaMedia
also edit some css in _inc/base.css line 1382..you should see
.post {code
}
.page {
code
}
change both to
div.post and div.page
cheers
Member — 19th November 2010 #
@Richie_KS
that fixed it - thanks
Lifetime member! — 19th November 2010 #
ok proble with slug certainly. The cat was "infos & nouveautés" slug infos-nouveautes didnt want to save.
Rename it "news" and it works :) it saved the featured cat. But unfortunatly the posts of this category are not displayed yet Oo nor in article our slide mode
The "more articles" does not appear neither.
But, I have anoter site with the same theme. (it uses the same folder). I didnot change anything yet in theme options (didnot choose a category) and it works fine !
have a look :
http://passion-cheval.net : nothing but category choosen (2 posts in the cat)
http://cf-maghreb.org : works without doing any choice (auto posts by autoblog but featured cat not choosen)
Member — 19th November 2010 #
@Richie_KS
Thanks! It is working now and I like the way you changed the menu - looks great.
Lifetime member! — 19th November 2010 #
mmm cannot edit anymore...
Little css bug with facebook like "be the first ..." with mild-road.css stylesheet written in black on brown bg.
a tip to change this ?
Geeky Developer — 19th November 2010 #
@Aphrodite
- category issue
try open functions.php and scroll down to line 515+ and find code like this
$wp_getcat[$category_list->cat_ID] = $category_list->cat_name;change them to
$wp_getcat[$category_list->cat_ID] = $category_list->category_name;let's see if this fetch the category name slug properly..
- facebook like color scheme
open single.php and change the iframe color scheme to dark..like this
< iframe src=" http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=dark" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:30px">< /iframe >cheers
Lifetime member! — 19th November 2010 #
mmmm nope for cats. They dont appear anymore in the list now :)
EDIT
They dont appear but they ARE. Just the list is white, and selection works. so partially solved ;)
PS : the slideshow just... rocks !!! great !
PS 2 : fine for facebook. But that could be a theme option since the theme have many colors shemes. (I love it !)
PS 3 : about avatar... since the profil box seems using gravatar well, the "recent comment" bpfun widget does not.
PS 4 : would be great to have a multi selection for featured category :)
Geeky Developer — 20th November 2010 #
@Aphrodite
-cat featured issue
mmm...i think wp 3.0 did not play well with get_categories() in theme option cat selection...will
check the terms_name selection instead...will update later
-avatar in custom recent comment
i think they use and sync with the bp avatar and not the global gravatar on this...will check them again.
-multi selection feat cat
not a bad idea...will consider:)
@AquaPebble
glad it working now..
Member — 20th November 2010 #
I didn't notice before because of the dark menu strip and buttons, but in Blogs MU when you go to a WP page the Home button remains activated as well as the page button.
Looks like it was that way in the previous version too. Not a big deal really but a cosmetic inconsistency.
Member — 21st November 2010 #
Blogs MU - BP Album... When I try to load a new picture, the "Upload new picture" message appears 2 times.
Geeky Developer — 21st November 2010 #
@Aphrodite
- category issue
revertback the category_name back to
$wp_getcat[$category_list->cat_ID] = $category_list->cat_name;and replace bp-fun/lib/templates/wp-template with the attach 2 php file
the category should be working now using id to fetch the featured category...let me
know how it go ok
@AltisonaMedia
- home tab highligtht issue
will check it out...supposebly its is_home vs is_front_page() issue
@crotariu
can you grab a screenshot so i can see the actual issue?
cheers
Geeky Developer — 21st November 2010 #
the attachment....for bp-fun/lib/templates/wp-template/
Member — 21st November 2010 #
Here you go @Richie_KS
Lifetime member! — 21st November 2010 #
Yep !
works fine :)
great thanks !
The lifting of this bpfun is really great.
multiselection for next version ? ;)
now the others ;)
Keeper of the Dark Chocolate — 21st November 2010 #
Re: Upload new picture: I don;t have the plugin installed but why am I thinking that's a broken image and we're looking at the alt text for it?
Can you look at the outputted source and see if that should be an image?
Geeky Developer — 23rd November 2010 #
@crotariu
the double message also appeared in bp default theme but fonts are a bit bigger on
2nd message..so its likely a component core lil bug..
@Aphrodite
glad its working...
cheers
Member — 24th November 2010 #
For Blogs MU... "Recently Active Member Avatars" the lower, right corner is missing. No avatar.
Geeky Developer — 24th November 2010 #
@crotariu
it is normal...you may need another member(other than already showed) to login to fill in the space.
like if the 'recent active member avatar' can fil up 8 space but only 7 recent active member then it
natural to have 1 empty space..is this the case?
cheers
Member — 24th November 2010 #
Hey @Richie_KS
There are more than 16 members who login in the last 24 hours..
How long is "recent"?
Regards!
Geeky Developer — 25th November 2010 #
check widget page and see how many recent active members you setup to show?
cheers
Geeky Developer — 26th November 2010 #
another updates to all wp/bp themes..
new version changelog
- add redirect options in privacy theme settings
- refine load_theme_textdomain() function call
- add multi category selections for featured article and featured slideshow
- add new custom widgets like flickr, twitter and featured post multi-category widget
Lifetime member! — 26th November 2010 #
yiiiihhhaaaaaaa !
no change e=on translation file ? No need to redo it huh ?
Member — 26th November 2010 #
@Richie_KS
That was a good one. :)
I had 15 members there... I totally forgot the widget option.
Thanks!
Member — 10th February 2011 #
Hi Richie_KS,
Coming in a little bit late, but... hope you can help me here.
I'm having to deal with a error message in mey (brand new) WP 3.04/ BP 1.2.5.2 site at (http://livresparaoaltar.com.br), with Blogs MU (Child 1.2.2), when I click on a group.. can you help me here? The error message is this:
"Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, >'bp_group_new_topic_button' was given in /home/livrespa/public_html/wp-includes/plugin.php on line 395"
Please advise...
Thanks in advance!
Member — 10th February 2011 #
Update: after updating to BP 1.2.7 The error message was gone!
Founder & CEO — 10th February 2011 #
@gestordeideias excellent, thanks for the update.
Become a member