Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Plugins & Atahualpa »

bbPress User Profiles not displaying correctly in Atahualpa


  #1  
Old Dec 6, 2013, 05:02 AM
Brownsound
 
5 posts · Dec 2013
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".



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?



WordPress 3.7.1
Atahualpa 3.7.12
bbPress 2.5.1
  #2  
Old Dec 6, 2013, 05:58 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
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.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Dec 6, 2013, 07:51 AM
Brownsound
 
5 posts · Dec 2013
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...
  #4  
Old Dec 6, 2013, 10:02 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
I'm taking a look myself - that is the question I have, why is it an excerpt…..
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Dec 6, 2013, 01:51 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"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; Jul 7, 2014 at 07:47 AM.
  #6  
Old Dec 7, 2013, 04:24 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Dec 7, 2013, 07:46 AM
Brownsound
 
5 posts · Dec 2013
Thanks for your help, Juggledad. Guess I'll keep digging!
  #8  
Old Jul 7, 2014, 02:38 AM
Brownsound
 
5 posts · Dec 2013
UPDATE:
Here is the solution to this issue from the bbpress forum:

http://bbpress.org/forums/topic/bbpr...e/#post-143558
  #9  
Old Jul 7, 2014, 08:10 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"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; Jul 7, 2014 at 08:34 AM.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lead me to the User Profile Full view with bbPress davestrand Montezuma Theme 1 Dec 27, 2012 11:20 AM
[SOLVED] Sub menu not displaying correctly quillik Atahualpa 3 Wordpress theme 11 Apr 1, 2011 12:38 PM
Site Not Displaying Correctly in Opera c12281 New Versions, & Updating 7 Nov 4, 2010 08:54 AM
atahualpa and bbpress plug-in ortixia New Versions, & Updating 0 Nov 3, 2010 01:04 PM
[SOLVED] Site not displaying correctly in IE martdris Atahualpa 3 Wordpress theme 2 Aug 4, 2009 07:36 AM


All times are GMT -6. The time now is 08:26 PM.


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