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 » Center area post/pages » Post-Kicker, -Byline & -Footer »

The %author-email% cause right sidebar to disappear


  #1  
Old Apr 9, 2009, 09:33 AM
perdox808's Avatar
perdox808
 
51 posts · Apr 2009
Melbourne, Australia
Send a message via Skype™ to perdox808
If I place just %author-email% in a footer all by itself (and with other post info items), the right sidebar disappears and I only see one post on the page.

Does anyone else have this problem?
  #2  
Old Apr 9, 2009, 07:57 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
You're right, thanks for finding this bug.

I could swear the function I am using for that was listed in the Wordpress Codex but I just looked and it's gone. Will fix in the next version.

If you wish to fix it now, replace in functions/bfa_postinfo.php

PHP Code:
 // Author email address obfuscated
if (strpos($postinfo_string,'%author-email%')!==FALSE) {
ob_start(); the_author_email_antispam(); $author_email ob_get_contents(); ob_end_clean();
$postinfo str_replace("%author-email%"$author_email$postinfo);

with

PHP Code:
 // Author email address obfuscated
if (strpos($postinfo_string,'%author-email%')!==FALSE) {
$postinfo str_replace("%author-email%"antispambot(get_the_author_email()), $postinfo);

  #3  
Old Apr 10, 2009, 08:06 PM
RickyRobi
 
5 posts · Apr 2009
Thank you for referring me to this thread. I replaced the code and still get the same error.

Fatal error: Call to undefined function the_author_email_antispam() in /home/robiblog/public_html/wp-content/themes/atahualpa332/functions/bfa_postinfo.php on line 84

this is what is on line 84

$postinfo = str_replace("%author-email%", antispambot(get_the_author_email()), $postinfo);
  #4  
Old Apr 11, 2009, 05:33 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
I left an additional bfa_postinfo.php at /atahualpa/bfa_postinfo.php by accident

The real file is at /atahualpa/functions/bfa_postinfo.php

The file in the root directory is useless and will be removed again in the net version. Sorry for the confusion

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking For Email Capture OneSister Atahualpa 3 Wordpress theme 3 May 25, 2012 04:39 PM
[SOLVED] my 'categories' in category menu bar disappear?? when switched from 3.3.2 to ppat2 Page & Category Menu Bars 1 May 21, 2009 08:23 PM
Subscribe by Email Error jrotem RSS, Feeds & Subscribing 0 May 11, 2009 04:07 AM
Sidebar widgets disappear in IE 7 posts joevdb Sidebars & Widgets 2 May 6, 2009 12:07 PM
Pages and others links disappear thanate Atahualpa 3 Wordpress theme 2 Apr 6, 2009 02:17 AM


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


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