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 » New Versions, & Updating »

Problems with Athualpa 342 and WPMU


  #1  
Old Sep 22, 2009, 11:57 AM
grisu59
 
1 posts · Sep 2009
I used Athualpa342 on WP and all was fine
Now I tried to install this theme on WPMU and I habe a problem
on the central part of theme I have this messagge

Next/Previous Navigation: */ bfa_next_previous_page_links('Top'); ?> Next/Previous Navigation: */ bfa_next_previous_post_links('Top'); ?>
id="post-">
','
'); ?> ','
'); ?> ',''); ?> ',''); ?> '.__('Pages:','atahualpa').'',''); ?> ',''); ?>
id="post-">
','
'); ?> ','
'); ?> ',''); ?> ',''); ?> '.__('Pages:','atahualpa').'',''); ?> ',''); ?> Next/Previous Navigation: */ bfa_next_previous_post_links('Middle'); ?> Next/Previous Navigation: */ bfa_next_previous_post_links('Bottom'); ?> Archives Pages: */ bfa_archives_page('
','
'); ?> Next/Previous Navigation: */ bfa_next_previous_page_links('Bottom'); ?>


If I install 332 all is ok!

Can someeone help me???
Thanks

Last edited by grisu59; Sep 22, 2009 at 02:14 PM. Reason: implementation
  #2  
Old Sep 23, 2009, 08:12 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
In functions.php add the red parts

// This adds arbitrary content at various places in the center (= content) column:
function bfa_center_content($center_content) {

global $bfa_ata;

// PHP
// not for WPMU - enabled again since 3.4.3 until alternative for WPMU is available
# if ( !file_exists(ABSPATH."/wpmu-settings.php") ) {

if ( strpos($center_content,'<?php ') !== FALSE ) {
ob_start();
eval('?>'.$center_content);
$center_content = ob_get_contents();
ob_end_clean();
}

# }

echo $center_content;

}

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
WPMU search all blogs plugin billc108 Plugins & Atahualpa 3 Aug 28, 2010 04:21 AM
pre-customized Atahualpa on WPMU dancer Atahualpa 3 Wordpress theme 3 Jun 29, 2010 07:32 AM
WPMU - new widget area(S) ? teros Sidebars & Widgets 3 Sep 5, 2009 04:22 AM
Upgrade from 332 to 342 - How to keep all my customization? pattayabeach New Versions, & Updating 7 Sep 3, 2009 02:30 PM
wpmu adaptations ovizii New Versions, & Updating 4 Apr 16, 2009 06:46 AM


All times are GMT -6. The time now is 10:24 AM.


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