Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   Buddypress 1.9 and Atahualpa problem (http://forum.bytesforall.com/showthread.php?t=21289)

lordi Dec 17, 2013 07:48 PM

Buddypress 1.9 and Atahualpa problem
 
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. :confused:

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.

juggledad Dec 18, 2013 03:36 AM

what is the url?

juggledad Dec 18, 2013 05:47 AM

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) {


lordi Dec 18, 2013 07:40 PM

sorry for the late reply,

here is my url

Code:

www.banata.net
I'll try the fix, thanx a lot

juggledad Dec 18, 2013 07:46 PM

Im currently arguing with BuddyPress about their 'bug'

lordi Dec 18, 2013 09: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

juggledad Dec 19, 2013 02:53 AM

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.

juggledad Dec 19, 2013 06:43 AM

I've opened a bug report with BP here is the link if you want to follow it.

lordi Dec 19, 2013 09:22 PM

its okay, thank you for fix, awesome job
for excerpt problem, I will use auto excerpt plugin, until bug resolved :D

juggledad Jan 5, 2014 04:34 AM

this may make it into version 2.0 which is scheduled for 03/07/14 @ 04:00:00

lordi Jan 7, 2014 01:42 AM

yeah I notice that, they will fix it in 2.0, LOL, thats a long way to go :D


All times are GMT -6. The time now is 06:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.