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)
-   -   bbPress User Profiles not displaying correctly in Atahualpa (http://forum.bytesforall.com/showthread.php?t=21226)

Brownsound Dec 6, 2013 05:02 AM

bbPress User Profiles not displaying correctly in Atahualpa
 
I am having a problem with Atahualpa and bbPress forum when I access the User Profile pages.
With Twentytwelve theme the User Profile has links to "Topics Started", "Replies Created", "Favorites", "Subscriptions" and "Edit".

http://i.imgur.com/2mtwfkM.png

However when I use Atahualpa the links appear as plain text and an ellipsis [...] appears at the bottom.
This suggests to me that the User Profiles are somehow being shown as excerpts, but the Configure Excerpts options in Atahualpa have no effect.

Any idea what is going on?

http://i.imgur.com/WqU62D6.png

WordPress 3.7.1
Atahualpa 3.7.12
bbPress 2.5.1

lmilesw Dec 6, 2013 05:58 AM

If you add <a> to the "Don't strip these tags" box in the theme setting the links will work but I didn't want to play any more than I did to determine how to make it show properly.

Brownsound Dec 6, 2013 07:51 AM

Thanks, that does indeed activate the links, but doesn't fully solve the problem.
I need to figure out why the page is being shown as an excerpt. That doesn't seem right...

juggledad Dec 6, 2013 10:02 AM

I'm taking a look myself - that is the question I have, why is it an excerpt…..

juggledad Dec 6, 2013 01:51 PM

well I can force a full post but you shouldn't have to do that. If you want you can do what I did, edit
bfa_post_parts.php and add one line. Find lines 137-142 which should be
HTML Code:

        if (bfa_is_pagetemplate_active($bfa_pagetemplate_name)) {
                if ($bfa_ata_postcount <= $bfa_pagetemplate_full_post_count)
                        { $do_full_post = 1; }
                else
                        { $do_full_post = 0; }
        }

and add a line so you have this
HTML Code:

        if (bfa_is_pagetemplate_active($bfa_pagetemplate_name)) {
                if ($bfa_ata_postcount <= $bfa_pagetemplate_full_post_count)
                        { $do_full_post = 1; }
                else
                        { $do_full_post = 0; }
        }
if(class_exists('bbPress')) { $do_full_post = 1; }

you will now get the full post instead of the excerpt, but the left sidebar will be missing and it will be pushed to the left.

I'll take a look at that but probably not until next week, babysitting the grand kids this weekend and guess who they like to play with.

juggledad Dec 7, 2013 04:24 AM

Ok, I just spent a good two hours trying to figure out what bbpress is doing and I haven't a clue. You could ask on the bbpress forums, but I'm willing to guess they will say it is a theme issue. sorry.

Brownsound Dec 7, 2013 07:46 AM

Thanks for your help, Juggledad. Guess I'll keep digging!

Brownsound Jul 7, 2014 02:38 AM

UPDATE:
Here is the solution to this issue from the bbpress forum:

http://bbpress.org/forums/topic/bbpr...e/#post-143558

juggledad Jul 7, 2014 08:10 AM

There is an 'issue' with that 'solution' - you lose your sidebars

update - this 'does not seem (in my testing) to solve the original posters issue, the profile is still not correct.


All times are GMT -6. The time now is 02:38 PM.

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