|
#1
Dec 17, 2013, 08:48 PM
|
|
I use latest Atahualpa version (3.7.13), and upgrade my buddypress to latest version, which is 1.9
and I just notice that all pages integration break (activity streams, user groups and members), only display text only.
note : WP 3.8
I try revert to default WP themes and seems to work, so something wrong with the themes compatibility with buddypress
please help.
Last edited by lordi; Dec 18, 2013 at 02:14 AM.
|
#2
Dec 18, 2013, 04:36 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
what is the url?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Dec 18, 2013 at 06:11 AM.
|
#3
Dec 18, 2013, 06:47 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
this seems to be a BuddyPress bug where BuddyPress pages are not recognized by the WordPress 'is_page()' function. as a temporary get arround you can do the following
edit bfa_post_parts.php and change line 144 from
HTML Code:
if ($do_full_post == 1) {
to
HTML Code:
if ( class_exists( 'BuddyPress' ) ) { $do_full_post = 1; }
if ($do_full_post == 1) {
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#4
Dec 18, 2013, 08:40 PM
|
|
sorry for the late reply,
here is my url
I'll try the fix, thanx a lot
|
#5
Dec 18, 2013, 08:46 PM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
Im currently arguing with BuddyPress about their 'bug'
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#6
Dec 18, 2013, 10:14 PM
|
|
yep, just notice that on their forum
I hope BP will fix that
thanx a lot for the effort
n btw thanx for the fix, all went smooth
n , minor glitch, I ddont know if this related to previous edit, but now on my homepages, all the post excerpt are gone, all my post display as full post
Ill try to revert and check it first
Last edited by lordi; Dec 18, 2013 at 10:58 PM.
|
#7
Dec 19, 2013, 03:53 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
hmmm, yup that quick fix will cause you always to get full posts. The change to the theme to get this to work with BP is complex and I want to see what BP is going to do with this especially seeing that in PB 1.7 it worked. It is their bug and they need to fix it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#8
Dec 19, 2013, 07:43 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
I've opened a bug report with BP here is the link if you want to follow it.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#9
Dec 19, 2013, 10:22 PM
|
|
its okay, thank you for fix, awesome job
for excerpt problem, I will use auto excerpt plugin, until bug resolved :D
Last edited by lordi; Dec 20, 2013 at 12:18 AM.
|
#10
Jan 5, 2014, 05:34 AM
|
|
|
|
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
|
|
this may make it into version 2.0 which is scheduled for 03/07/14 @ 04:00:00
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
|
#11
Jan 7, 2014, 02:42 AM
|
|
yeah I notice that, they will fix it in 2.0, LOL, thats a long way to go :D
|
|