Customization Options] Version: 1.1.3 Author: Addmarx Author URI: http://www.addmarx.com/ */ /* Copyright 2009 Addmarx (email : addmarx@gmail.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */ function ADDMARX_options_page() { $addmarx_wpurl = get_bloginfo('wpurl'); if( $_POST[ 'ADDMARX_submit_hidden' ] == 'Y' ) { $addmarx_js_stripped_update = stripslashes($_POST['ADDMARX_js']); $addmarx_js_stripped_update_2 = preg_replace('/http:\/\/www.addmarx.com\/bookmarx2.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/bookmarx2.png' , $addmarx_js_stripped_update, 1); $addmarx_js_stripped_update_3 = preg_replace('/http:\/\/www.addmarx.com\/bookmarx.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/bookmarx.png' , $addmarx_js_stripped_update_2, 1); $addmarx_js_stripped_update_4 = preg_replace('/http:\/\/www.addmarx.com\/sharemarx.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/sharemarx.png' , $addmarx_js_stripped_update_3, 1); $addmarx_js_stripped_update_5 = preg_replace('/http:\/\/www.addmarx.com\/sharemarx2.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/sharemarx2.png' , $addmarx_js_stripped_update_4, 1); $addmarx_js_stripped_update_6 = preg_replace('/http:\/\/www.addmarx.com\/emailmarx.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/emailmarx.png' , $addmarx_js_stripped_update_5, 1); $addmarx_js_stripped_update_7 = preg_replace('/http:\/\/www.addmarx.com\/sharebookmarx.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/sharebookmarx.png' , $addmarx_js_stripped_update_6, 1); $addmarx_js_stripped_update_8 = preg_replace('/http:\/\/www.addmarx.com\/shareemailbookmarx.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/shareemailbookmarx.png' , $addmarx_js_stripped_update_7, 1); $addmarx_js_stripped_update_9 = preg_replace('/http:\/\/www.addmarx.com\/shareemaillinkbookmarx.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/shareemaillinkbookmarx.png' , $addmarx_js_stripped_update_8, 1); $addmarx_js_stripped_update_10 = preg_replace('/http:\/\/www.addmarx.com\/linkmarx.png/', $addmarx_wpurl.'/wp-content/plugins/addmarx/linkmarx.png' , $addmarx_js_stripped_update_9, 1); update_option( 'ADDMARX_main', ($_POST['ADDMARX_main']=='1') ? '1':'-1' ); update_option( 'ADDMARX_posts', ($_POST['ADDMARX_posts']=='1') ? '1':'-1' ); update_option( 'ADDMARX_pages', ($_POST['ADDMARX_pages']=='1') ? '1':'-1' ); update_option( 'ADDMARX_js', ($_POST['ADDMARX_js']=='') ? '':$addmarx_js_stripped_update_10 ); ?>

Placement

Customization

New Option: Only edit the code manually if you know what you're doing!
If you want the Addmarx dropdown to be activated when a user hovers over as opposed to clicks the button, please ADD the following to the above code: onmouseover="clickDynamic2(this); return false;"
Insert the preceeding right next to "onClick="clickDynamic1(this); return false;".

linkscolor = "000000"; highlightscolor = "888888"; backgroundcolor = "FFFFFF"; channel = "none"; '; if (get_option('ADDMARX_js') != '') { $addmarx_content = get_option('ADDMARX_js'); } if (( !is_page() && !is_single() && ((get_option('ADDMARX_main')=='') || (get_option('ADDMARX_main')=='1'))) || ( !is_page() && is_single() && ((get_option('ADDMARX_posts')=='') || (get_option('ADDMARX_posts')=='1'))) || ( is_page() && ((get_option('ADDMARX_pages')=='') || (get_option('ADDMARX_pages')=='1')))) $content .= $addmarx_content; return $content; } add_action('the_content', 'ADDMARX_content'); add_action('admin_menu', 'ADDMARX_menu'); ?>