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)
-   -   [SOLVED] How to turn off Atahualpa Post Options? (http://forum.bytesforall.com/showthread.php?t=2599)

Kolya Jul 23, 2009 03:58 AM

[SOLVED] How to turn off Atahualpa Post Options?
 
I would like to completely turn off the "Atahualpa Post Options" as they cause an incompatibility with the qtranslate plugin, as described here and here on the qtranslate forum.

I'm talking about these:
http://img27.imageshack.us/img27/584...2009113603.gif

How can I turn these options off completely? They're interfering with qtranslate resulting in several translations being shown at the same time.

Flynn Jul 23, 2009 10:42 AM

You can disable it by putting a hash sign in front of these lines in functions.php

# if (is_admin())
# add_action('admin_menu', 'bfa_ata_add_custom_box');

/* Use the save_post action to do something with the data entered */
# add_action('save_post', 'bfa_ata_save_postdata');




Or delete the whole section from

/* CUSTOM BODY TITLE and meta title, meta keywords, meta description */

up to the last closing bracket

}

at the bottom of functions.php


P.S.: I will look into the qtranslate issue

Kolya Jul 28, 2009 05:23 AM

Thank you for the quick fix Flynn. And thanks for looking into this too.


All times are GMT -6. The time now is 09:07 AM.

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