@@ -41,7 +41,7 @@ |
||
| 41 | 41 | define('LISTING_DETAILS_TEXT', __('Enter Listing Details', 'geodirectory'));
|
| 42 | 42 | |
| 43 | 43 | define('PLACE_TITLE_TEXT', __('Listing Title', 'geodirectory')); // depreciated @since 1.6.3
|
| 44 | -define('PLACE_DESC_TEXT', __('Listing Description', 'geodirectory'));// depreciated @since 1.6.3
|
|
| 44 | +define('PLACE_DESC_TEXT', __('Listing Description', 'geodirectory')); // depreciated @since 1.6.3
|
|
| 45 | 45 | |
| 46 | 46 | define('LISTING_ADDRESS_TEXT', __('Listing Address:', 'geodirectory'));
|
| 47 | 47 | define('PLACE_ADDRESS', __('Address:', 'geodirectory'));
|
@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | |
| 12 | 12 | // We are submitting iframes etc so we turn this off to allow them to show on preview. |
| 13 | 13 | if(geodir_is_page('preview')){
|
| 14 | - header("X-XSS-Protection: 0");
|
|
| 14 | + header("X-XSS-Protection: 0");
|
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | |
@@ -38,12 +38,12 @@ discard block |
||
| 38 | 38 | |
| 39 | 39 | ###### SIDEBAR ON LEFT ###### |
| 40 | 40 | if (get_option('geodir_detail_sidebar_left_section')) {
|
| 41 | - /** |
|
| 42 | - * Adds the details page sidebar to the details template page. |
|
| 43 | - * |
|
| 44 | - * @since 1.1.0 |
|
| 45 | - */ |
|
| 46 | - do_action('geodir_detail_sidebar');
|
|
| 41 | + /** |
|
| 42 | + * Adds the details page sidebar to the details template page. |
|
| 43 | + * |
|
| 44 | + * @since 1.1.0 |
|
| 45 | + */ |
|
| 46 | + do_action('geodir_detail_sidebar');
|
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | ###### MAIN CONTENT WRAPPERS OPEN ###### |
@@ -72,29 +72,29 @@ discard block |
||
| 72 | 72 | // this call the main page content |
| 73 | 73 | global $preview; |
| 74 | 74 | if (have_posts() && !$preview) {
|
| 75 | - the_post(); |
|
| 76 | - global $post, $post_images; |
|
| 77 | - /** |
|
| 78 | - * Calls the details page main content on the details template page. |
|
| 79 | - * |
|
| 80 | - * @since 1.1.0 |
|
| 81 | - * @param object $post The current post object. |
|
| 82 | - */ |
|
| 83 | - do_action('geodir_details_main_content', $post);
|
|
| 75 | + the_post(); |
|
| 76 | + global $post, $post_images; |
|
| 77 | + /** |
|
| 78 | + * Calls the details page main content on the details template page. |
|
| 79 | + * |
|
| 80 | + * @since 1.1.0 |
|
| 81 | + * @param object $post The current post object. |
|
| 82 | + */ |
|
| 83 | + do_action('geodir_details_main_content', $post);
|
|
| 84 | 84 | } elseif ($preview) {
|
| 85 | - /** |
|
| 86 | - * Called on the details page if the page is being previewed. |
|
| 87 | - * |
|
| 88 | - * This sets the value of `$post` to the preview values before the main content is called. |
|
| 89 | - * |
|
| 90 | - * @since 1.1.0 |
|
| 91 | - */ |
|
| 92 | - do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
|
| 93 | - if (defined( 'GD_TESTING_MODE' )) {
|
|
| 94 | - global $post; |
|
| 95 | - } |
|
| 96 | - /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 97 | - do_action('geodir_details_main_content', $post);
|
|
| 85 | + /** |
|
| 86 | + * Called on the details page if the page is being previewed. |
|
| 87 | + * |
|
| 88 | + * This sets the value of `$post` to the preview values before the main content is called. |
|
| 89 | + * |
|
| 90 | + * @since 1.1.0 |
|
| 91 | + */ |
|
| 92 | + do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
|
| 93 | + if (defined( 'GD_TESTING_MODE' )) {
|
|
| 94 | + global $post; |
|
| 95 | + } |
|
| 96 | + /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 97 | + do_action('geodir_details_main_content', $post);
|
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** This action is documented in geodirectory-templates/geodir-home.php */ |
@@ -118,8 +118,8 @@ discard block |
||
| 118 | 118 | |
| 119 | 119 | ###### SIDEBAR ON RIGHT ###### |
| 120 | 120 | if (!get_option('geodir_detail_sidebar_left_section')) {
|
| 121 | - /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 122 | - do_action('geodir_detail_sidebar');
|
|
| 121 | + /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 122 | + do_action('geodir_detail_sidebar');
|
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | // We are submitting iframes etc so we turn this off to allow them to show on preview. |
| 13 | -if(geodir_is_page('preview')){
|
|
| 13 | +if (geodir_is_page('preview')) {
|
|
| 14 | 14 | header("X-XSS-Protection: 0");
|
| 15 | 15 | } |
| 16 | 16 | |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | * @param string $itemtype The itemtype value of the HTML element. |
| 64 | 64 | * @see 'geodir_article_close' |
| 65 | 65 | */ |
| 66 | -do_action('geodir_article_open', 'details-page', 'post-' . get_the_ID(), get_post_class(), '');
|
|
| 66 | +do_action('geodir_article_open', 'details-page', 'post-'.get_the_ID(), get_post_class(), '');
|
|
| 67 | 67 | |
| 68 | 68 | ###### MAIN CONTENT ###### |
| 69 | 69 | /** This action is documented in geodirectory-templates/geodir-home.php */ |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | * @since 1.1.0 |
| 91 | 91 | */ |
| 92 | 92 | do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
| 93 | - if (defined( 'GD_TESTING_MODE' )) {
|
|
| 93 | + if (defined('GD_TESTING_MODE')) {
|
|
| 94 | 94 | global $post; |
| 95 | 95 | } |
| 96 | 96 | /** This action is documented in geodirectory-templates/listing-detail.php */ |
@@ -324,7 +324,7 @@ |
||
| 324 | 324 | |
| 325 | 325 | if(!empty($show_in_arr )){
|
| 326 | 326 | $show_in_arr = implode(',',$show_in_arr);
|
| 327 | - }else{
|
|
| 327 | + } else{
|
|
| 328 | 328 | $show_in_arr = ''; |
| 329 | 329 | } |
| 330 | 330 | |
@@ -10,53 +10,53 @@ discard block |
||
| 10 | 10 | global $wpdb; |
| 11 | 11 | |
| 12 | 12 | if (get_option('geodirectory' . '_db_version') != GEODIRECTORY_VERSION) {
|
| 13 | - /** |
|
| 14 | - * Include custom database table related functions. |
|
| 15 | - * |
|
| 16 | - * @since 1.0.0 |
|
| 17 | - * @package GeoDirectory |
|
| 18 | - */ |
|
| 19 | - include_once('geodirectory-admin/admin_db_install.php');
|
|
| 20 | - add_action('plugins_loaded', 'geodirectory_upgrade_all', 10);
|
|
| 21 | - if (GEODIRECTORY_VERSION <= '1.3.6') {
|
|
| 22 | - add_action('plugins_loaded', 'geodir_upgrade_136', 11);
|
|
| 23 | - } |
|
| 24 | - |
|
| 25 | - if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | - add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | - } |
|
| 28 | - |
|
| 29 | - if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | - add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | - } |
|
| 32 | - |
|
| 33 | - if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | - add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | - } |
|
| 36 | - |
|
| 37 | - if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | - add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | - } |
|
| 40 | - |
|
| 41 | - if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | - add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | - } |
|
| 44 | - |
|
| 45 | - if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | - add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | - } |
|
| 13 | + /** |
|
| 14 | + * Include custom database table related functions. |
|
| 15 | + * |
|
| 16 | + * @since 1.0.0 |
|
| 17 | + * @package GeoDirectory |
|
| 18 | + */ |
|
| 19 | + include_once('geodirectory-admin/admin_db_install.php');
|
|
| 20 | + add_action('plugins_loaded', 'geodirectory_upgrade_all', 10);
|
|
| 21 | + if (GEODIRECTORY_VERSION <= '1.3.6') {
|
|
| 22 | + add_action('plugins_loaded', 'geodir_upgrade_136', 11);
|
|
| 23 | + } |
|
| 24 | + |
|
| 25 | + if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | + add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | + } |
|
| 28 | + |
|
| 29 | + if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | + add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | + } |
|
| 32 | + |
|
| 33 | + if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | + add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | + } |
|
| 36 | + |
|
| 37 | + if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | + add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | + } |
|
| 40 | + |
|
| 41 | + if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | + add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | + } |
|
| 44 | + |
|
| 45 | + if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | + add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | + } |
|
| 48 | 48 | |
| 49 | - if (GEODIRECTORY_VERSION <= '1.6.18') {
|
|
| 50 | - add_action('init', 'geodir_upgrade_1618', 11);
|
|
| 51 | - } |
|
| 49 | + if (GEODIRECTORY_VERSION <= '1.6.18') {
|
|
| 50 | + add_action('init', 'geodir_upgrade_1618', 11);
|
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - if (GEODIRECTORY_VERSION <= '1.6.22') {
|
|
| 54 | - add_action('init', 'geodir_upgrade_1622', 11);
|
|
| 55 | - } |
|
| 53 | + if (GEODIRECTORY_VERSION <= '1.6.22') {
|
|
| 54 | + add_action('init', 'geodir_upgrade_1622', 11);
|
|
| 55 | + } |
|
| 56 | 56 | |
| 57 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 57 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 58 | 58 | |
| 59 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 59 | + update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 60 | 60 | |
| 61 | 61 | } |
| 62 | 62 | |
@@ -69,9 +69,9 @@ discard block |
||
| 69 | 69 | */ |
| 70 | 70 | function geodirectory_upgrade_all() |
| 71 | 71 | {
|
| 72 | - geodir_create_tables(); |
|
| 73 | - geodir_update_review_db(); |
|
| 74 | - gd_install_theme_compat(); |
|
| 72 | + geodir_create_tables(); |
|
| 73 | + geodir_update_review_db(); |
|
| 74 | + gd_install_theme_compat(); |
|
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | /** |
@@ -82,7 +82,7 @@ discard block |
||
| 82 | 82 | */ |
| 83 | 83 | function geodir_upgrade_136() |
| 84 | 84 | {
|
| 85 | - geodir_fix_review_overall_rating(); |
|
| 85 | + geodir_fix_review_overall_rating(); |
|
| 86 | 86 | } |
| 87 | 87 | |
| 88 | 88 | /** |
@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | * @package GeoDirectory |
| 93 | 93 | */ |
| 94 | 94 | function geodir_upgrade_146(){
|
| 95 | - gd_convert_virtual_pages(); |
|
| 95 | + gd_convert_virtual_pages(); |
|
| 96 | 96 | } |
| 97 | 97 | |
| 98 | 98 | /** |
@@ -102,7 +102,7 @@ discard block |
||
| 102 | 102 | * @package GeoDirectory |
| 103 | 103 | */ |
| 104 | 104 | function geodir_upgrade_150(){
|
| 105 | - gd_fix_cpt_rewrite_slug(); |
|
| 105 | + gd_fix_cpt_rewrite_slug(); |
|
| 106 | 106 | } |
| 107 | 107 | |
| 108 | 108 | |
@@ -114,11 +114,11 @@ discard block |
||
| 114 | 114 | * @package GeoDirectory |
| 115 | 115 | */ |
| 116 | 116 | function geodir_upgrade_148(){
|
| 117 | - /* |
|
| 117 | + /* |
|
| 118 | 118 | * Blank the users google password if present as we now use oAuth 2.0 |
| 119 | 119 | */ |
| 120 | - update_option('geodir_ga_pass','');
|
|
| 121 | - update_option('geodir_ga_user','');
|
|
| 120 | + update_option('geodir_ga_pass','');
|
|
| 121 | + update_option('geodir_ga_user','');
|
|
| 122 | 122 | |
| 123 | 123 | } |
| 124 | 124 | |
@@ -130,8 +130,8 @@ discard block |
||
| 130 | 130 | * @package GeoDirectory |
| 131 | 131 | */ |
| 132 | 132 | function geodir_upgrade_153(){
|
| 133 | - geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 134 | - geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 133 | + geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 134 | + geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | /** |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | * @package GeoDirectory |
| 142 | 142 | */ |
| 143 | 143 | function geodir_upgrade_154(){
|
| 144 | - geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 144 | + geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 145 | 145 | } |
| 146 | 146 | |
| 147 | 147 | /** |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | * @package GeoDirectory |
| 152 | 152 | */ |
| 153 | 153 | function geodir_upgrade_152(){
|
| 154 | - gd_fix_address_detail_table_limit(); |
|
| 154 | + gd_fix_address_detail_table_limit(); |
|
| 155 | 155 | } |
| 156 | 156 | |
| 157 | 157 | |
@@ -167,12 +167,12 @@ discard block |
||
| 167 | 167 | */ |
| 168 | 168 | function geodir_update_review_db() |
| 169 | 169 | {
|
| 170 | - global $wpdb, $plugin_prefix; |
|
| 170 | + global $wpdb, $plugin_prefix; |
|
| 171 | 171 | |
| 172 | - geodir_fix_review_date(); |
|
| 173 | - geodir_fix_review_post_status(); |
|
| 174 | - geodir_fix_review_content(); |
|
| 175 | - geodir_fix_review_location(); |
|
| 172 | + geodir_fix_review_date(); |
|
| 173 | + geodir_fix_review_post_status(); |
|
| 174 | + geodir_fix_review_content(); |
|
| 175 | + geodir_fix_review_location(); |
|
| 176 | 176 | |
| 177 | 177 | } |
| 178 | 178 | |
@@ -185,8 +185,8 @@ discard block |
||
| 185 | 185 | */ |
| 186 | 186 | function geodir_fix_review_date() |
| 187 | 187 | {
|
| 188 | - global $wpdb; |
|
| 189 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 188 | + global $wpdb; |
|
| 189 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | /** |
@@ -198,8 +198,8 @@ discard block |
||
| 198 | 198 | */ |
| 199 | 199 | function geodir_fix_review_post_status() |
| 200 | 200 | {
|
| 201 | - global $wpdb; |
|
| 202 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 201 | + global $wpdb; |
|
| 202 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 203 | 203 | } |
| 204 | 204 | |
| 205 | 205 | /** |
@@ -212,12 +212,12 @@ discard block |
||
| 212 | 212 | */ |
| 213 | 213 | function geodir_fix_review_content() |
| 214 | 214 | {
|
| 215 | - global $wpdb; |
|
| 216 | - if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 217 | - return true; |
|
| 218 | - } else {
|
|
| 219 | - return false; |
|
| 220 | - } |
|
| 215 | + global $wpdb; |
|
| 216 | + if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 217 | + return true; |
|
| 218 | + } else {
|
|
| 219 | + return false; |
|
| 220 | + } |
|
| 221 | 221 | } |
| 222 | 222 | |
| 223 | 223 | /** |
@@ -230,20 +230,20 @@ discard block |
||
| 230 | 230 | */ |
| 231 | 231 | function geodir_fix_review_location() |
| 232 | 232 | {
|
| 233 | - global $wpdb; |
|
| 233 | + global $wpdb; |
|
| 234 | 234 | |
| 235 | - $all_postypes = geodir_get_posttypes(); |
|
| 235 | + $all_postypes = geodir_get_posttypes(); |
|
| 236 | 236 | |
| 237 | - if (!empty($all_postypes)) {
|
|
| 238 | - foreach ($all_postypes as $key) {
|
|
| 239 | - // update each GD CTP |
|
| 237 | + if (!empty($all_postypes)) {
|
|
| 238 | + foreach ($all_postypes as $key) {
|
|
| 239 | + // update each GD CTP |
|
| 240 | 240 | |
| 241 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 241 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 242 | 242 | |
| 243 | - } |
|
| 244 | - return true; |
|
| 245 | - } |
|
| 246 | - return false; |
|
| 243 | + } |
|
| 244 | + return true; |
|
| 245 | + } |
|
| 246 | + return false; |
|
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /** |
@@ -255,84 +255,84 @@ discard block |
||
| 255 | 255 | */ |
| 256 | 256 | function geodir_fix_review_overall_rating() |
| 257 | 257 | {
|
| 258 | - global $wpdb; |
|
| 258 | + global $wpdb; |
|
| 259 | 259 | |
| 260 | - $all_postypes = geodir_get_posttypes(); |
|
| 260 | + $all_postypes = geodir_get_posttypes(); |
|
| 261 | 261 | |
| 262 | - if (!empty($all_postypes)) {
|
|
| 263 | - foreach ($all_postypes as $key) {
|
|
| 264 | - // update each GD CTP |
|
| 265 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 262 | + if (!empty($all_postypes)) {
|
|
| 263 | + foreach ($all_postypes as $key) {
|
|
| 264 | + // update each GD CTP |
|
| 265 | + $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 266 | 266 | |
| 267 | - if (!empty($reviews)) {
|
|
| 268 | - foreach ($reviews as $post_id) {
|
|
| 269 | - geodir_update_postrating($post_id->post_id, $key); |
|
| 270 | - } |
|
| 267 | + if (!empty($reviews)) {
|
|
| 268 | + foreach ($reviews as $post_id) {
|
|
| 269 | + geodir_update_postrating($post_id->post_id, $key); |
|
| 270 | + } |
|
| 271 | 271 | |
| 272 | - } |
|
| 272 | + } |
|
| 273 | 273 | |
| 274 | - } |
|
| 274 | + } |
|
| 275 | 275 | |
| 276 | - } |
|
| 276 | + } |
|
| 277 | 277 | } |
| 278 | 278 | |
| 279 | 279 | |
| 280 | 280 | function gd_convert_custom_field_display(){
|
| 281 | - global $wpdb; |
|
| 281 | + global $wpdb; |
|
| 282 | 282 | |
| 283 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 283 | + $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 284 | 284 | |
| 285 | - $has_run = get_option('gd_convert_custom_field_display');
|
|
| 286 | - if($has_run){return;}
|
|
| 285 | + $has_run = get_option('gd_convert_custom_field_display');
|
|
| 286 | + if($has_run){return;}
|
|
| 287 | 287 | |
| 288 | - // set the field_type_key for standard fields |
|
| 289 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 288 | + // set the field_type_key for standard fields |
|
| 289 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 290 | 290 | |
| 291 | 291 | |
| 292 | - if(is_array( $field_info)){
|
|
| 292 | + if(is_array( $field_info)){
|
|
| 293 | 293 | |
| 294 | - foreach( $field_info as $cf){
|
|
| 294 | + foreach( $field_info as $cf){
|
|
| 295 | 295 | |
| 296 | - $id = $cf->id; |
|
| 296 | + $id = $cf->id; |
|
| 297 | 297 | |
| 298 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 298 | + if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 299 | 299 | |
| 300 | - $show_in_arr = array(); |
|
| 300 | + $show_in_arr = array(); |
|
| 301 | 301 | |
| 302 | - if($cf->is_default){
|
|
| 303 | - $show_in_arr[] = "[detail]"; |
|
| 304 | - } |
|
| 302 | + if($cf->is_default){
|
|
| 303 | + $show_in_arr[] = "[detail]"; |
|
| 304 | + } |
|
| 305 | 305 | |
| 306 | - if($cf->show_on_detail){
|
|
| 307 | - $show_in_arr[] = "[moreinfo]"; |
|
| 308 | - } |
|
| 306 | + if($cf->show_on_detail){
|
|
| 307 | + $show_in_arr[] = "[moreinfo]"; |
|
| 308 | + } |
|
| 309 | 309 | |
| 310 | - if($cf->show_on_listing){
|
|
| 311 | - $show_in_arr[] = "[listing]"; |
|
| 312 | - } |
|
| 310 | + if($cf->show_on_listing){
|
|
| 311 | + $show_in_arr[] = "[listing]"; |
|
| 312 | + } |
|
| 313 | 313 | |
| 314 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 315 | - $show_in_arr[] = "[owntab]"; |
|
| 316 | - } |
|
| 314 | + if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 315 | + $show_in_arr[] = "[owntab]"; |
|
| 316 | + } |
|
| 317 | 317 | |
| 318 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 319 | - $show_in_arr[] = "[mapbubble]"; |
|
| 320 | - } |
|
| 318 | + if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 319 | + $show_in_arr[] = "[mapbubble]"; |
|
| 320 | + } |
|
| 321 | 321 | |
| 322 | - if(!empty($show_in_arr )){
|
|
| 323 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 324 | - }else{
|
|
| 325 | - $show_in_arr = ''; |
|
| 326 | - } |
|
| 322 | + if(!empty($show_in_arr )){
|
|
| 323 | + $show_in_arr = implode(',',$show_in_arr);
|
|
| 324 | + }else{
|
|
| 325 | + $show_in_arr = ''; |
|
| 326 | + } |
|
| 327 | 327 | |
| 328 | - if($show_in_arr){
|
|
| 329 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 330 | - } |
|
| 328 | + if($show_in_arr){
|
|
| 329 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 330 | + } |
|
| 331 | 331 | |
| 332 | - } |
|
| 332 | + } |
|
| 333 | 333 | |
| 334 | - update_option('gd_convert_custom_field_display',1);
|
|
| 335 | - } |
|
| 334 | + update_option('gd_convert_custom_field_display',1);
|
|
| 335 | + } |
|
| 336 | 336 | } |
| 337 | 337 | |
| 338 | 338 | ############################################ |
@@ -348,422 +348,422 @@ discard block |
||
| 348 | 348 | */ |
| 349 | 349 | function gd_install_theme_compat() |
| 350 | 350 | {
|
| 351 | - global $wpdb; |
|
| 351 | + global $wpdb; |
|
| 352 | 352 | |
| 353 | - $theme_compat = array(); |
|
| 354 | - $theme_compat = get_option('gd_theme_compats');
|
|
| 353 | + $theme_compat = array(); |
|
| 354 | + $theme_compat = get_option('gd_theme_compats');
|
|
| 355 | 355 | //GDF |
| 356 | - $theme_compat['GeoDirectory_Framework'] = array( |
|
| 357 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 358 | - 'geodir_wrapper_open_class' => '', |
|
| 359 | - 'geodir_wrapper_open_replace' => '', |
|
| 360 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 361 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 362 | - 'geodir_wrapper_content_open_class' => '', |
|
| 363 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 364 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 365 | - 'geodir_article_open_id' => '', |
|
| 366 | - 'geodir_article_open_class' => '', |
|
| 367 | - 'geodir_article_open_replace' => '', |
|
| 368 | - 'geodir_article_close_replace' => '', |
|
| 369 | - 'geodir_sidebar_right_open_id' => '', |
|
| 370 | - 'geodir_sidebar_right_open_class' => '', |
|
| 371 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 372 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 373 | - 'geodir_sidebar_left_open_id' => '', |
|
| 374 | - 'geodir_sidebar_left_open_class' => '', |
|
| 375 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 376 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 377 | - 'geodir_main_content_open_id' => '', |
|
| 378 | - 'geodir_main_content_open_class' => '', |
|
| 379 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 380 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 381 | - 'geodir_top_content_add' => '', |
|
| 382 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 383 | - 'geodir_before_widget_filter' => '', |
|
| 384 | - 'geodir_after_widget_filter' => '', |
|
| 385 | - 'geodir_theme_compat_css' => '', |
|
| 386 | - 'geodir_theme_compat_js' => '', |
|
| 387 | - 'geodir_theme_compat_default_options' => '', |
|
| 388 | - 'geodir_theme_compat_code' => '' |
|
| 389 | - ); |
|
| 356 | + $theme_compat['GeoDirectory_Framework'] = array( |
|
| 357 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 358 | + 'geodir_wrapper_open_class' => '', |
|
| 359 | + 'geodir_wrapper_open_replace' => '', |
|
| 360 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 361 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 362 | + 'geodir_wrapper_content_open_class' => '', |
|
| 363 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 364 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 365 | + 'geodir_article_open_id' => '', |
|
| 366 | + 'geodir_article_open_class' => '', |
|
| 367 | + 'geodir_article_open_replace' => '', |
|
| 368 | + 'geodir_article_close_replace' => '', |
|
| 369 | + 'geodir_sidebar_right_open_id' => '', |
|
| 370 | + 'geodir_sidebar_right_open_class' => '', |
|
| 371 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 372 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 373 | + 'geodir_sidebar_left_open_id' => '', |
|
| 374 | + 'geodir_sidebar_left_open_class' => '', |
|
| 375 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 376 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 377 | + 'geodir_main_content_open_id' => '', |
|
| 378 | + 'geodir_main_content_open_class' => '', |
|
| 379 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 380 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 381 | + 'geodir_top_content_add' => '', |
|
| 382 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 383 | + 'geodir_before_widget_filter' => '', |
|
| 384 | + 'geodir_after_widget_filter' => '', |
|
| 385 | + 'geodir_theme_compat_css' => '', |
|
| 386 | + 'geodir_theme_compat_js' => '', |
|
| 387 | + 'geodir_theme_compat_default_options' => '', |
|
| 388 | + 'geodir_theme_compat_code' => '' |
|
| 389 | + ); |
|
| 390 | 390 | |
| 391 | 391 | //Directory Theme |
| 392 | - $theme_compat['Directory_Starter'] = array( |
|
| 393 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 394 | - 'geodir_wrapper_open_class' => '', |
|
| 395 | - 'geodir_wrapper_open_replace' => '', |
|
| 396 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 397 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 398 | - 'geodir_wrapper_content_open_class' => '', |
|
| 399 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 400 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 401 | - 'geodir_article_open_id' => '', |
|
| 402 | - 'geodir_article_open_class' => '', |
|
| 403 | - 'geodir_article_open_replace' => '', |
|
| 404 | - 'geodir_article_close_replace' => '', |
|
| 405 | - 'geodir_sidebar_right_open_id' => '', |
|
| 406 | - 'geodir_sidebar_right_open_class' => '', |
|
| 407 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 408 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 409 | - 'geodir_sidebar_left_open_id' => '', |
|
| 410 | - 'geodir_sidebar_left_open_class' => '', |
|
| 411 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 412 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 413 | - 'geodir_main_content_open_id' => '', |
|
| 414 | - 'geodir_main_content_open_class' => '', |
|
| 415 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 416 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 417 | - 'geodir_top_content_add' => '', |
|
| 418 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 419 | - 'geodir_before_widget_filter' => '', |
|
| 420 | - 'geodir_after_widget_filter' => '', |
|
| 421 | - 'geodir_theme_compat_css' => '', |
|
| 422 | - 'geodir_theme_compat_js' => '', |
|
| 423 | - 'geodir_theme_compat_default_options' => '', |
|
| 424 | - 'geodir_theme_compat_code' => '' |
|
| 425 | - ); |
|
| 392 | + $theme_compat['Directory_Starter'] = array( |
|
| 393 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 394 | + 'geodir_wrapper_open_class' => '', |
|
| 395 | + 'geodir_wrapper_open_replace' => '', |
|
| 396 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 397 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 398 | + 'geodir_wrapper_content_open_class' => '', |
|
| 399 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 400 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 401 | + 'geodir_article_open_id' => '', |
|
| 402 | + 'geodir_article_open_class' => '', |
|
| 403 | + 'geodir_article_open_replace' => '', |
|
| 404 | + 'geodir_article_close_replace' => '', |
|
| 405 | + 'geodir_sidebar_right_open_id' => '', |
|
| 406 | + 'geodir_sidebar_right_open_class' => '', |
|
| 407 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 408 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 409 | + 'geodir_sidebar_left_open_id' => '', |
|
| 410 | + 'geodir_sidebar_left_open_class' => '', |
|
| 411 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 412 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 413 | + 'geodir_main_content_open_id' => '', |
|
| 414 | + 'geodir_main_content_open_class' => '', |
|
| 415 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 416 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 417 | + 'geodir_top_content_add' => '', |
|
| 418 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 419 | + 'geodir_before_widget_filter' => '', |
|
| 420 | + 'geodir_after_widget_filter' => '', |
|
| 421 | + 'geodir_theme_compat_css' => '', |
|
| 422 | + 'geodir_theme_compat_js' => '', |
|
| 423 | + 'geodir_theme_compat_default_options' => '', |
|
| 424 | + 'geodir_theme_compat_code' => '' |
|
| 425 | + ); |
|
| 426 | 426 | |
| 427 | 427 | //Jobby |
| 428 | - $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 428 | + $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 429 | 429 | |
| 430 | 430 | //GeoProperty |
| 431 | - $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 431 | + $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 432 | 432 | |
| 433 | 433 | //Avada |
| 434 | - $theme_compat['Avada'] = array( |
|
| 435 | - 'geodir_wrapper_open_id' => '', |
|
| 436 | - 'geodir_wrapper_open_class' => '', |
|
| 437 | - 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 438 | - 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 439 | - 'geodir_wrapper_content_open_id' => 'content', |
|
| 440 | - 'geodir_wrapper_content_open_class' => '', |
|
| 441 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 442 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 443 | - 'geodir_article_open_id' => '', |
|
| 444 | - 'geodir_article_open_class' => '', |
|
| 445 | - 'geodir_article_open_replace' => '', |
|
| 446 | - 'geodir_article_close_replace' => '', |
|
| 447 | - 'geodir_sidebar_right_open_id' => '', |
|
| 448 | - 'geodir_sidebar_right_open_class' => '', |
|
| 449 | - 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 450 | - 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 451 | - 'geodir_sidebar_left_open_id' => '', |
|
| 452 | - 'geodir_sidebar_left_open_class' => '', |
|
| 453 | - 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 454 | - 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 455 | - 'geodir_main_content_open_id' => '', |
|
| 456 | - 'geodir_main_content_open_class' => '', |
|
| 457 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 458 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 459 | - 'geodir_top_content_add' => '', |
|
| 460 | - 'geodir_before_main_content_add' => '', |
|
| 461 | - 'geodir_before_widget_filter' => '', |
|
| 462 | - 'geodir_after_widget_filter' => '', |
|
| 463 | - 'geodir_theme_compat_css' => stripslashes('.geodir-sidebar-left{float:left}select,textarea{border-style:solid;border-width:1px}.top-menu li > div{visibility:visible}.geodir-chosen-container-single .chosen-single{height:auto}ul li#menu-item-gd-location-switcher ul{width:222px}ul li#menu-item-gd-location-switcher ul li{padding-right:0!important}#mobile-nav li#mobile-menu-item-gd-location-switcher li a{padding-left:10px;padding-right:10px}#menu-item-gd-location-switcher dd,#mobile-menu-item-gd-location-switcher{margin-left:0}#menu-item-gd-location-switcher dd a{display:block}.geodir-chosen-container .chosen-results li.highlighted{background-color:#eee;background-image:none;color:#444}#mobile-nav li.mobile-nav-item li a:before{content:\'\';margin:0}#mobile-nav li.mobile-nav-item li a{padding:10px;width:auto}.geodir-listing-search{text-align:center}.geodir-search{float:none;margin:0}.geodir-search select,.geodir-search .search_by_post,.geodir-search input[type="text"],.geodir-search button[type="button"], .geodir-search input[type="button"],.geodir-search input[type="submit"]{display:inline-block;float:none}.geodir-cat-list ul li,.map_category ul li{list-style-type:none}.wpgeo-avada .page-title ul li:after{content:\'\'}.top_banner_section{margin-bottom:0}.geodir-category-list-in{margin:0;padding:15px}.geodir_full_page .geodir-cat-list .widget-title{margin-top:0}.geodir_full_page .geodir-cat-list ul li{padding-left:0}.geodir-loc-bar{border:none;margin:0;padding:0}.geodir-loc-bar-in{padding:15px 0}.geodir_full_page section.widget{margin-bottom:20px}.sidebar .geodir-loginbox-list li{margin-bottom:10px;padding-bottom:10px}.sidebar .geodir-loginbox-list li a{display:block}.sidebar .geodir-chosen-container .chosen-results li{margin:0;padding:5px 6px}.sidebar .geodir-chosen-container .chosen-results li.highlighted{background:#eee;background-image:none;color:#000}.sidebar .geodir_category_list_view li.geodir-gridview{display:inline-block;margin-bottom:15px}.wpgeo-avada.double-sidebars #main #sidebar{margin-left:3%}.wpgeo-avada.double-sidebars #main #sidebar-2{margin-left:-100%}.wpgeo-avada.double-sidebars #content{float:left;margin-left:0}.geodir_full_page section.widget{margin-bottom: 0px;} .sidebar .widget .geodir-hide {display: none;}li.fusion-mobile-nav-item .geodir_location_tab_container a:before{content: "" !important; margin-right: auto !important;}li.fusion-mobile-nav-item .geodir_location_tab_container a{padding-left:5px !important;}'),
|
|
| 464 | - 'geodir_theme_compat_js' => '', |
|
| 465 | - 'geodir_theme_compat_default_options' => '', |
|
| 466 | - 'geodir_theme_compat_code' => 'Avada' |
|
| 467 | - ); |
|
| 434 | + $theme_compat['Avada'] = array( |
|
| 435 | + 'geodir_wrapper_open_id' => '', |
|
| 436 | + 'geodir_wrapper_open_class' => '', |
|
| 437 | + 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 438 | + 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 439 | + 'geodir_wrapper_content_open_id' => 'content', |
|
| 440 | + 'geodir_wrapper_content_open_class' => '', |
|
| 441 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 442 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 443 | + 'geodir_article_open_id' => '', |
|
| 444 | + 'geodir_article_open_class' => '', |
|
| 445 | + 'geodir_article_open_replace' => '', |
|
| 446 | + 'geodir_article_close_replace' => '', |
|
| 447 | + 'geodir_sidebar_right_open_id' => '', |
|
| 448 | + 'geodir_sidebar_right_open_class' => '', |
|
| 449 | + 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 450 | + 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 451 | + 'geodir_sidebar_left_open_id' => '', |
|
| 452 | + 'geodir_sidebar_left_open_class' => '', |
|
| 453 | + 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 454 | + 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 455 | + 'geodir_main_content_open_id' => '', |
|
| 456 | + 'geodir_main_content_open_class' => '', |
|
| 457 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 458 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 459 | + 'geodir_top_content_add' => '', |
|
| 460 | + 'geodir_before_main_content_add' => '', |
|
| 461 | + 'geodir_before_widget_filter' => '', |
|
| 462 | + 'geodir_after_widget_filter' => '', |
|
| 463 | + 'geodir_theme_compat_css' => stripslashes('.geodir-sidebar-left{float:left}select,textarea{border-style:solid;border-width:1px}.top-menu li > div{visibility:visible}.geodir-chosen-container-single .chosen-single{height:auto}ul li#menu-item-gd-location-switcher ul{width:222px}ul li#menu-item-gd-location-switcher ul li{padding-right:0!important}#mobile-nav li#mobile-menu-item-gd-location-switcher li a{padding-left:10px;padding-right:10px}#menu-item-gd-location-switcher dd,#mobile-menu-item-gd-location-switcher{margin-left:0}#menu-item-gd-location-switcher dd a{display:block}.geodir-chosen-container .chosen-results li.highlighted{background-color:#eee;background-image:none;color:#444}#mobile-nav li.mobile-nav-item li a:before{content:\'\';margin:0}#mobile-nav li.mobile-nav-item li a{padding:10px;width:auto}.geodir-listing-search{text-align:center}.geodir-search{float:none;margin:0}.geodir-search select,.geodir-search .search_by_post,.geodir-search input[type="text"],.geodir-search button[type="button"], .geodir-search input[type="button"],.geodir-search input[type="submit"]{display:inline-block;float:none}.geodir-cat-list ul li,.map_category ul li{list-style-type:none}.wpgeo-avada .page-title ul li:after{content:\'\'}.top_banner_section{margin-bottom:0}.geodir-category-list-in{margin:0;padding:15px}.geodir_full_page .geodir-cat-list .widget-title{margin-top:0}.geodir_full_page .geodir-cat-list ul li{padding-left:0}.geodir-loc-bar{border:none;margin:0;padding:0}.geodir-loc-bar-in{padding:15px 0}.geodir_full_page section.widget{margin-bottom:20px}.sidebar .geodir-loginbox-list li{margin-bottom:10px;padding-bottom:10px}.sidebar .geodir-loginbox-list li a{display:block}.sidebar .geodir-chosen-container .chosen-results li{margin:0;padding:5px 6px}.sidebar .geodir-chosen-container .chosen-results li.highlighted{background:#eee;background-image:none;color:#000}.sidebar .geodir_category_list_view li.geodir-gridview{display:inline-block;margin-bottom:15px}.wpgeo-avada.double-sidebars #main #sidebar{margin-left:3%}.wpgeo-avada.double-sidebars #main #sidebar-2{margin-left:-100%}.wpgeo-avada.double-sidebars #content{float:left;margin-left:0}.geodir_full_page section.widget{margin-bottom: 0px;} .sidebar .widget .geodir-hide {display: none;}li.fusion-mobile-nav-item .geodir_location_tab_container a:before{content: "" !important; margin-right: auto !important;}li.fusion-mobile-nav-item .geodir_location_tab_container a{padding-left:5px !important;}'),
|
|
| 464 | + 'geodir_theme_compat_js' => '', |
|
| 465 | + 'geodir_theme_compat_default_options' => '', |
|
| 466 | + 'geodir_theme_compat_code' => 'Avada' |
|
| 467 | + ); |
|
| 468 | 468 | |
| 469 | 469 | //Enfold |
| 470 | - $theme_compat['Enfold'] = array( |
|
| 471 | - 'geodir_wrapper_open_id' => '', |
|
| 472 | - 'geodir_wrapper_open_class' => '', |
|
| 473 | - 'geodir_wrapper_open_replace' => '', |
|
| 474 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 475 | - 'geodir_wrapper_content_open_id' => '', |
|
| 476 | - 'geodir_wrapper_content_open_class' => '', |
|
| 477 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 478 | - 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 479 | - 'geodir_article_open_id' => '', |
|
| 480 | - 'geodir_article_open_class' => '', |
|
| 481 | - 'geodir_article_open_replace' => '', |
|
| 482 | - 'geodir_article_close_replace' => '', |
|
| 483 | - 'geodir_sidebar_right_open_id' => '', |
|
| 484 | - 'geodir_sidebar_right_open_class' => '', |
|
| 485 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 486 | - 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 487 | - 'geodir_sidebar_left_open_id' => '', |
|
| 488 | - 'geodir_sidebar_left_open_class' => '', |
|
| 489 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 490 | - 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 491 | - 'geodir_main_content_open_id' => '', |
|
| 492 | - 'geodir_main_content_open_class' => '', |
|
| 493 | - 'geodir_main_content_open_replace' => '', |
|
| 494 | - 'geodir_main_content_close_replace' => '', |
|
| 495 | - 'geodir_top_content_add' => '', |
|
| 496 | - 'geodir_before_main_content_add' => '', |
|
| 497 | - 'geodir_before_widget_filter' => '', |
|
| 498 | - 'geodir_after_widget_filter' => '', |
|
| 499 | - 'geodir_theme_compat_css' => stripslashes('.geodir_full_page .top_banner_section{margin-bottom:0}.widget .geodir-cat-list ul li{clear:none}.wpgeo-enfold .av-main-nav ul{width:222px}.geodir-listing-search .geodir-loc-bar{border-top:none;padding:0}#main .geodir-listing-search,.geodir-listing-search .geodir-loc-bar{margin-bottom:0}#main .geodir-loc-bar-in,#main .geodir-category-list-in{background-color:#fcfcfc;margin:20px 0;padding:20px}#main .geodir_full_page .geodir-loc-bar-in,#main .geodir_full_page .geodir-loc-bar,#main .geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}#main .geodir-loc-bar-in{padding:20px}#main .geodir-search{margin:0;width:100%}#main .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#main .geodir-search input[type="text"]{margin:0 3% 0 0;padding:10px;width:32.4%}#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"]{font-size:inherit;line-height:2.25;margin:0;padding:7px;width:13%}.enfold-home-top section.widget{margin:0;padding:0}.enfold-home-top .top_banner_section{margin-bottom:0}.enfold-home-top .geodir-loc-bar{background:#fcfcfc;border:none;margin:0;padding:0}#main .enfold-home-top .geodir-loc-bar-in{background:none;border:none;margin:0 auto;padding:20px 0}#main .geodir-breadcrumb{border-bottom-style:solid;border-bottom-width:1px}#gd-tabs dt{clear:none}#geodir_slider ul li{list-style-type:none;margin:0;padding:0}#respond{clear:both}#comments .comments-title span{display:inline;font-size:inherit;font-weight:700}#reviewsTab .comments-area .bypostauthor cite span{display:inline}#top #comments .commentlist .comment,#top #comments .commentlist .comment > div{min-height:0}.commentlist .commenttext{padding-top:15px}#comment_imagesdropbox{margin-bottom:20px}.wpgeo-enfold .geodir_category_list_view li{margin-left:0;padding:0}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_category_list_view li .geodir-post-img{display:block}.wpgeo-enfold .geodir_event_listing_calendar tr.title{background:#ccc}@media only screen and (max-width:480px){.geodir_category_list_view li .geodir-content,.geodir_category_list_view li .geodir-post-img,.geodir_category_list_view li .geodir-addinfo{float:none;width:100%;margin:10px 0}#main .geodir-search input[type="text"],#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"],#main .geodir-search select{margin:10px 0;width:100%}}#main .geodir_full_page section:last-child .geodir-loc-bar{margin-bottom: -1px;border-bottom: none;}'),
|
|
| 500 | - 'geodir_theme_compat_js' => '', |
|
| 501 | - 'geodir_theme_compat_default_options' => '', |
|
| 502 | - 'geodir_theme_compat_code' => 'Enfold' |
|
| 503 | - ); |
|
| 470 | + $theme_compat['Enfold'] = array( |
|
| 471 | + 'geodir_wrapper_open_id' => '', |
|
| 472 | + 'geodir_wrapper_open_class' => '', |
|
| 473 | + 'geodir_wrapper_open_replace' => '', |
|
| 474 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 475 | + 'geodir_wrapper_content_open_id' => '', |
|
| 476 | + 'geodir_wrapper_content_open_class' => '', |
|
| 477 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 478 | + 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 479 | + 'geodir_article_open_id' => '', |
|
| 480 | + 'geodir_article_open_class' => '', |
|
| 481 | + 'geodir_article_open_replace' => '', |
|
| 482 | + 'geodir_article_close_replace' => '', |
|
| 483 | + 'geodir_sidebar_right_open_id' => '', |
|
| 484 | + 'geodir_sidebar_right_open_class' => '', |
|
| 485 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 486 | + 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 487 | + 'geodir_sidebar_left_open_id' => '', |
|
| 488 | + 'geodir_sidebar_left_open_class' => '', |
|
| 489 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 490 | + 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 491 | + 'geodir_main_content_open_id' => '', |
|
| 492 | + 'geodir_main_content_open_class' => '', |
|
| 493 | + 'geodir_main_content_open_replace' => '', |
|
| 494 | + 'geodir_main_content_close_replace' => '', |
|
| 495 | + 'geodir_top_content_add' => '', |
|
| 496 | + 'geodir_before_main_content_add' => '', |
|
| 497 | + 'geodir_before_widget_filter' => '', |
|
| 498 | + 'geodir_after_widget_filter' => '', |
|
| 499 | + 'geodir_theme_compat_css' => stripslashes('.geodir_full_page .top_banner_section{margin-bottom:0}.widget .geodir-cat-list ul li{clear:none}.wpgeo-enfold .av-main-nav ul{width:222px}.geodir-listing-search .geodir-loc-bar{border-top:none;padding:0}#main .geodir-listing-search,.geodir-listing-search .geodir-loc-bar{margin-bottom:0}#main .geodir-loc-bar-in,#main .geodir-category-list-in{background-color:#fcfcfc;margin:20px 0;padding:20px}#main .geodir_full_page .geodir-loc-bar-in,#main .geodir_full_page .geodir-loc-bar,#main .geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}#main .geodir-loc-bar-in{padding:20px}#main .geodir-search{margin:0;width:100%}#main .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#main .geodir-search input[type="text"]{margin:0 3% 0 0;padding:10px;width:32.4%}#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"]{font-size:inherit;line-height:2.25;margin:0;padding:7px;width:13%}.enfold-home-top section.widget{margin:0;padding:0}.enfold-home-top .top_banner_section{margin-bottom:0}.enfold-home-top .geodir-loc-bar{background:#fcfcfc;border:none;margin:0;padding:0}#main .enfold-home-top .geodir-loc-bar-in{background:none;border:none;margin:0 auto;padding:20px 0}#main .geodir-breadcrumb{border-bottom-style:solid;border-bottom-width:1px}#gd-tabs dt{clear:none}#geodir_slider ul li{list-style-type:none;margin:0;padding:0}#respond{clear:both}#comments .comments-title span{display:inline;font-size:inherit;font-weight:700}#reviewsTab .comments-area .bypostauthor cite span{display:inline}#top #comments .commentlist .comment,#top #comments .commentlist .comment > div{min-height:0}.commentlist .commenttext{padding-top:15px}#comment_imagesdropbox{margin-bottom:20px}.wpgeo-enfold .geodir_category_list_view li{margin-left:0;padding:0}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_category_list_view li .geodir-post-img{display:block}.wpgeo-enfold .geodir_event_listing_calendar tr.title{background:#ccc}@media only screen and (max-width:480px){.geodir_category_list_view li .geodir-content,.geodir_category_list_view li .geodir-post-img,.geodir_category_list_view li .geodir-addinfo{float:none;width:100%;margin:10px 0}#main .geodir-search input[type="text"],#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"],#main .geodir-search select{margin:10px 0;width:100%}}#main .geodir_full_page section:last-child .geodir-loc-bar{margin-bottom: -1px;border-bottom: none;}'),
|
|
| 500 | + 'geodir_theme_compat_js' => '', |
|
| 501 | + 'geodir_theme_compat_default_options' => '', |
|
| 502 | + 'geodir_theme_compat_code' => 'Enfold' |
|
| 503 | + ); |
|
| 504 | 504 | |
| 505 | 505 | // X |
| 506 | - $theme_compat['X'] = array( |
|
| 507 | - 'geodir_wrapper_open_id' => '', |
|
| 508 | - 'geodir_wrapper_open_class' => '', |
|
| 509 | - 'geodir_wrapper_open_replace' => '', |
|
| 510 | - 'geodir_wrapper_close_replace' => '', |
|
| 511 | - 'geodir_wrapper_content_open_id' => '', |
|
| 512 | - 'geodir_wrapper_content_open_class' => '', |
|
| 513 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 514 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 515 | - 'geodir_article_open_id' => '', |
|
| 516 | - 'geodir_article_open_class' => '', |
|
| 517 | - 'geodir_article_open_replace' => '', |
|
| 518 | - 'geodir_article_close_replace' => '', |
|
| 519 | - 'geodir_sidebar_right_open_id' => '', |
|
| 520 | - 'geodir_sidebar_right_open_class' => '', |
|
| 521 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 522 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 523 | - 'geodir_sidebar_left_open_id' => '', |
|
| 524 | - 'geodir_sidebar_left_open_class' => '', |
|
| 525 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 526 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 527 | - 'geodir_main_content_open_id' => '', |
|
| 528 | - 'geodir_main_content_open_class' => '', |
|
| 529 | - 'geodir_main_content_open_replace' => '', |
|
| 530 | - 'geodir_main_content_close_replace' => '', |
|
| 531 | - 'geodir_top_content_add' => '', |
|
| 532 | - 'geodir_before_main_content_add' => '', |
|
| 533 | - 'geodir_before_widget_filter' => '', |
|
| 534 | - 'geodir_after_widget_filter' => '', |
|
| 535 | - 'geodir_theme_compat_css' => stripslashes('.x-colophon.bottom{clear:both}#geodir-main-content,.geodir_flex-container{margin-top:16px}.geodir-x ul{list-style:none}.widget ul.geodir_category_list_view{border:none}.geodir_category_list_view li.geodir-gridview:last-child{border-bottom:1px solid #e1e1e1}.home .x-header-landmark{display:none}.geodir-x .x-main .geodir_advance_search_widget{margin:0}.geodir-x .top_banner_section{margin-bottom:0}.geodir-loc-bar{background:rgba(0,0,0,0.05);margin:0;padding:0}.geodir-loc-bar-in{background:none;border:none;padding:10px}.geodir-search{margin:0;width:100%}.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{border:1px solid #ccc;box-shadow:none;height:auto;line-height:21px;margin:0 1% 0 0;padding:5px 10px}.widget .geodir-search select,.geodir-search input[type="text"]{width:28%}.geodir-search input[type="submit"],.geodir-search input[type="button"]{line-height:19px;margin-right:0;width:11%}.geodir-search input:hover[type="submit"],.geodir-search input:hover[type="button"]{background:#333;color:#fff}.geodir-cat-list .widget-title{margin-top:0}.geodir-x .geodir-category-list-in{background:rgba(0,0,0,0.05);border:none}.widget .geodir-cat-list ul.geodir-popular-cat-list{border:none;border-radius:0;box-shadow:none}.geodir_full_page .geodir-cat-list ul li{border:none}.geodir_full_page .geodir-cat-list ul li a{border:none}.post-type-archive .geodir-loc-bar{border:none;margin-top:20px}#menu-item-gd-location-switcher dd{margin-left:0}.geodir-chosen-container-single .chosen-single{height:auto}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_full_page section.widget{clear:both}.x-ethos .entry-title{margin-bottom:20px}.x-ethos .geodir-chosen-container-single .chosen-single{padding:0 0 0 8px}.x-ethos .widget ul li a,.x-ethos .geodir_category_list_view li{color:#333}@media only screen and (max-width:767px){.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{margin:0 0 10px;width:100%}}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-loc-bar,.geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-category-list-in{border-bottom:1px solid rgba(0,0,0,0.1)}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 536 | - 'geodir_theme_compat_js' => '', |
|
| 537 | - 'geodir_theme_compat_default_options' => '', |
|
| 538 | - 'geodir_theme_compat_code' => 'X' |
|
| 539 | - ); |
|
| 506 | + $theme_compat['X'] = array( |
|
| 507 | + 'geodir_wrapper_open_id' => '', |
|
| 508 | + 'geodir_wrapper_open_class' => '', |
|
| 509 | + 'geodir_wrapper_open_replace' => '', |
|
| 510 | + 'geodir_wrapper_close_replace' => '', |
|
| 511 | + 'geodir_wrapper_content_open_id' => '', |
|
| 512 | + 'geodir_wrapper_content_open_class' => '', |
|
| 513 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 514 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 515 | + 'geodir_article_open_id' => '', |
|
| 516 | + 'geodir_article_open_class' => '', |
|
| 517 | + 'geodir_article_open_replace' => '', |
|
| 518 | + 'geodir_article_close_replace' => '', |
|
| 519 | + 'geodir_sidebar_right_open_id' => '', |
|
| 520 | + 'geodir_sidebar_right_open_class' => '', |
|
| 521 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 522 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 523 | + 'geodir_sidebar_left_open_id' => '', |
|
| 524 | + 'geodir_sidebar_left_open_class' => '', |
|
| 525 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 526 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 527 | + 'geodir_main_content_open_id' => '', |
|
| 528 | + 'geodir_main_content_open_class' => '', |
|
| 529 | + 'geodir_main_content_open_replace' => '', |
|
| 530 | + 'geodir_main_content_close_replace' => '', |
|
| 531 | + 'geodir_top_content_add' => '', |
|
| 532 | + 'geodir_before_main_content_add' => '', |
|
| 533 | + 'geodir_before_widget_filter' => '', |
|
| 534 | + 'geodir_after_widget_filter' => '', |
|
| 535 | + 'geodir_theme_compat_css' => stripslashes('.x-colophon.bottom{clear:both}#geodir-main-content,.geodir_flex-container{margin-top:16px}.geodir-x ul{list-style:none}.widget ul.geodir_category_list_view{border:none}.geodir_category_list_view li.geodir-gridview:last-child{border-bottom:1px solid #e1e1e1}.home .x-header-landmark{display:none}.geodir-x .x-main .geodir_advance_search_widget{margin:0}.geodir-x .top_banner_section{margin-bottom:0}.geodir-loc-bar{background:rgba(0,0,0,0.05);margin:0;padding:0}.geodir-loc-bar-in{background:none;border:none;padding:10px}.geodir-search{margin:0;width:100%}.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{border:1px solid #ccc;box-shadow:none;height:auto;line-height:21px;margin:0 1% 0 0;padding:5px 10px}.widget .geodir-search select,.geodir-search input[type="text"]{width:28%}.geodir-search input[type="submit"],.geodir-search input[type="button"]{line-height:19px;margin-right:0;width:11%}.geodir-search input:hover[type="submit"],.geodir-search input:hover[type="button"]{background:#333;color:#fff}.geodir-cat-list .widget-title{margin-top:0}.geodir-x .geodir-category-list-in{background:rgba(0,0,0,0.05);border:none}.widget .geodir-cat-list ul.geodir-popular-cat-list{border:none;border-radius:0;box-shadow:none}.geodir_full_page .geodir-cat-list ul li{border:none}.geodir_full_page .geodir-cat-list ul li a{border:none}.post-type-archive .geodir-loc-bar{border:none;margin-top:20px}#menu-item-gd-location-switcher dd{margin-left:0}.geodir-chosen-container-single .chosen-single{height:auto}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_full_page section.widget{clear:both}.x-ethos .entry-title{margin-bottom:20px}.x-ethos .geodir-chosen-container-single .chosen-single{padding:0 0 0 8px}.x-ethos .widget ul li a,.x-ethos .geodir_category_list_view li{color:#333}@media only screen and (max-width:767px){.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{margin:0 0 10px;width:100%}}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-loc-bar,.geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-category-list-in{border-bottom:1px solid rgba(0,0,0,0.1)}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 536 | + 'geodir_theme_compat_js' => '', |
|
| 537 | + 'geodir_theme_compat_default_options' => '', |
|
| 538 | + 'geodir_theme_compat_code' => 'X' |
|
| 539 | + ); |
|
| 540 | 540 | |
| 541 | 541 | // Divi |
| 542 | - $theme_compat['Divi'] = array( |
|
| 543 | - 'geodir_wrapper_open_id' => 'main-content', |
|
| 544 | - 'geodir_wrapper_open_class' => '', |
|
| 545 | - 'geodir_wrapper_open_replace' => '', |
|
| 546 | - 'geodir_wrapper_close_replace' => '', |
|
| 547 | - 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 548 | - 'geodir_wrapper_content_open_class' => '', |
|
| 549 | - 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 550 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 551 | - 'geodir_article_open_id' => '', |
|
| 552 | - 'geodir_article_open_class' => '', |
|
| 553 | - 'geodir_article_open_replace' => '', |
|
| 554 | - 'geodir_article_close_replace' => '', |
|
| 555 | - 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 556 | - 'geodir_sidebar_right_open_class' => '', |
|
| 557 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 558 | - 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 559 | - 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 560 | - 'geodir_sidebar_left_open_class' => '', |
|
| 561 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 562 | - 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 563 | - 'geodir_main_content_open_id' => '', |
|
| 564 | - 'geodir_main_content_open_class' => '', |
|
| 565 | - 'geodir_main_content_open_replace' => '', |
|
| 566 | - 'geodir_main_content_close_replace' => '', |
|
| 567 | - 'geodir_top_content_add' => '', |
|
| 568 | - 'geodir_before_main_content_add' => '', |
|
| 569 | - 'geodir_before_widget_filter' => '', |
|
| 570 | - 'geodir_after_widget_filter' => '', |
|
| 571 | - 'geodir_theme_compat_css' => stripslashes('#left-area ul.geodir-direction-nav{list-style-type:none}#sidebar .geodir-company_info{margin-left:30px}#sidebar .geodir-widget{float:none;margin:0 0 30px 30px}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.archive .entry-header,.geodir-breadcrumb{border-bottom:1px solid #e2e2e2}.archive .entry-header h1,ul#breadcrumbs{padding:0 15px;width:100%}#left-area ul.geodir_category_list_view{padding:10px 0}.nav li#menu-item-gd-location-switcher ul{width:222px}#menu-item-gd-location-switcher li.gd-location-switcher-menu-item{padding-right:0}#menu-item-gd-location-switcher dd{margin-left:0}#menu-item-gd-location-switcher .geodir_location_tab_container dd a{padding:5px;width:auto}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type=button],.geodir_full_page .geodir-search input[type=submit],.geodir_full_page .geodir-search input[type=text],.geodir_full_page .geodir-search select{display:inline-block;float:none}'),
|
|
| 572 | - 'geodir_theme_compat_js' => '', |
|
| 573 | - 'geodir_theme_compat_default_options' => '', |
|
| 574 | - 'geodir_theme_compat_code' => 'Divi' |
|
| 575 | - ); |
|
| 542 | + $theme_compat['Divi'] = array( |
|
| 543 | + 'geodir_wrapper_open_id' => 'main-content', |
|
| 544 | + 'geodir_wrapper_open_class' => '', |
|
| 545 | + 'geodir_wrapper_open_replace' => '', |
|
| 546 | + 'geodir_wrapper_close_replace' => '', |
|
| 547 | + 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 548 | + 'geodir_wrapper_content_open_class' => '', |
|
| 549 | + 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 550 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 551 | + 'geodir_article_open_id' => '', |
|
| 552 | + 'geodir_article_open_class' => '', |
|
| 553 | + 'geodir_article_open_replace' => '', |
|
| 554 | + 'geodir_article_close_replace' => '', |
|
| 555 | + 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 556 | + 'geodir_sidebar_right_open_class' => '', |
|
| 557 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 558 | + 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 559 | + 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 560 | + 'geodir_sidebar_left_open_class' => '', |
|
| 561 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 562 | + 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 563 | + 'geodir_main_content_open_id' => '', |
|
| 564 | + 'geodir_main_content_open_class' => '', |
|
| 565 | + 'geodir_main_content_open_replace' => '', |
|
| 566 | + 'geodir_main_content_close_replace' => '', |
|
| 567 | + 'geodir_top_content_add' => '', |
|
| 568 | + 'geodir_before_main_content_add' => '', |
|
| 569 | + 'geodir_before_widget_filter' => '', |
|
| 570 | + 'geodir_after_widget_filter' => '', |
|
| 571 | + 'geodir_theme_compat_css' => stripslashes('#left-area ul.geodir-direction-nav{list-style-type:none}#sidebar .geodir-company_info{margin-left:30px}#sidebar .geodir-widget{float:none;margin:0 0 30px 30px}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.archive .entry-header,.geodir-breadcrumb{border-bottom:1px solid #e2e2e2}.archive .entry-header h1,ul#breadcrumbs{padding:0 15px;width:100%}#left-area ul.geodir_category_list_view{padding:10px 0}.nav li#menu-item-gd-location-switcher ul{width:222px}#menu-item-gd-location-switcher li.gd-location-switcher-menu-item{padding-right:0}#menu-item-gd-location-switcher dd{margin-left:0}#menu-item-gd-location-switcher .geodir_location_tab_container dd a{padding:5px;width:auto}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type=button],.geodir_full_page .geodir-search input[type=submit],.geodir_full_page .geodir-search input[type=text],.geodir_full_page .geodir-search select{display:inline-block;float:none}'),
|
|
| 572 | + 'geodir_theme_compat_js' => '', |
|
| 573 | + 'geodir_theme_compat_default_options' => '', |
|
| 574 | + 'geodir_theme_compat_code' => 'Divi' |
|
| 575 | + ); |
|
| 576 | 576 | |
| 577 | 577 | // Genesis |
| 578 | - $theme_compat['Genesis'] = array( |
|
| 579 | - 'geodir_wrapper_open_id' => '', |
|
| 580 | - 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 581 | - 'geodir_wrapper_open_replace' => '', |
|
| 582 | - 'geodir_wrapper_close_replace' => '', |
|
| 583 | - 'geodir_wrapper_content_open_id' => '', |
|
| 584 | - 'geodir_wrapper_content_open_class' => 'content', |
|
| 585 | - 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 586 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 587 | - 'geodir_article_open_id' => '', |
|
| 588 | - 'geodir_article_open_class' => '', |
|
| 589 | - 'geodir_article_open_replace' => '', |
|
| 590 | - 'geodir_article_close_replace' => '', |
|
| 591 | - 'geodir_sidebar_right_open_id' => '', |
|
| 592 | - 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 593 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 594 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 595 | - 'geodir_sidebar_left_open_id' => '', |
|
| 596 | - 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 597 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 598 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 599 | - 'geodir_main_content_open_id' => '', |
|
| 600 | - 'geodir_main_content_open_class' => '', |
|
| 601 | - 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 602 | - 'geodir_main_content_close_replace' => '', |
|
| 603 | - 'geodir_top_content_add' => '', |
|
| 604 | - 'geodir_before_main_content_add' => '', |
|
| 605 | - 'geodir_before_widget_filter' => '', |
|
| 606 | - 'geodir_after_widget_filter' => '', |
|
| 607 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 608 | - 'geodir_theme_compat_css' => stripslashes('.full-width-content #geodir-wrapper-content{width:100%}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}.content{float:left}.sidebar-content .content,.sidebar-content #geodir-wrapper-content{float:right}.sidebar .geodir-company_info{background-color:#fff;border:none}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.geodir-breadcrumb-bar{margin-bottom:-35px} .search-page .entry-title,.listings-page .entry-title{font-size: 20px;}.site-inner .geodir-breadcrumb-bar{margin-bottom:0px}'),
|
|
| 609 | - 'geodir_theme_compat_js' => '', |
|
| 610 | - 'geodir_theme_compat_default_options' => '', |
|
| 611 | - 'geodir_theme_compat_code' => 'Genesis' |
|
| 612 | - ); |
|
| 578 | + $theme_compat['Genesis'] = array( |
|
| 579 | + 'geodir_wrapper_open_id' => '', |
|
| 580 | + 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 581 | + 'geodir_wrapper_open_replace' => '', |
|
| 582 | + 'geodir_wrapper_close_replace' => '', |
|
| 583 | + 'geodir_wrapper_content_open_id' => '', |
|
| 584 | + 'geodir_wrapper_content_open_class' => 'content', |
|
| 585 | + 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 586 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 587 | + 'geodir_article_open_id' => '', |
|
| 588 | + 'geodir_article_open_class' => '', |
|
| 589 | + 'geodir_article_open_replace' => '', |
|
| 590 | + 'geodir_article_close_replace' => '', |
|
| 591 | + 'geodir_sidebar_right_open_id' => '', |
|
| 592 | + 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 593 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 594 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 595 | + 'geodir_sidebar_left_open_id' => '', |
|
| 596 | + 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 597 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 598 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 599 | + 'geodir_main_content_open_id' => '', |
|
| 600 | + 'geodir_main_content_open_class' => '', |
|
| 601 | + 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 602 | + 'geodir_main_content_close_replace' => '', |
|
| 603 | + 'geodir_top_content_add' => '', |
|
| 604 | + 'geodir_before_main_content_add' => '', |
|
| 605 | + 'geodir_before_widget_filter' => '', |
|
| 606 | + 'geodir_after_widget_filter' => '', |
|
| 607 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 608 | + 'geodir_theme_compat_css' => stripslashes('.full-width-content #geodir-wrapper-content{width:100%}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}.content{float:left}.sidebar-content .content,.sidebar-content #geodir-wrapper-content{float:right}.sidebar .geodir-company_info{background-color:#fff;border:none}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.geodir-breadcrumb-bar{margin-bottom:-35px} .search-page .entry-title,.listings-page .entry-title{font-size: 20px;}.site-inner .geodir-breadcrumb-bar{margin-bottom:0px}'),
|
|
| 609 | + 'geodir_theme_compat_js' => '', |
|
| 610 | + 'geodir_theme_compat_default_options' => '', |
|
| 611 | + 'geodir_theme_compat_code' => 'Genesis' |
|
| 612 | + ); |
|
| 613 | 613 | |
| 614 | 614 | // Jupiter |
| 615 | - $theme_compat['Jupiter'] = array( |
|
| 616 | - 'geodir_wrapper_open_id' => '', |
|
| 617 | - 'geodir_wrapper_open_class' => '', |
|
| 618 | - 'geodir_wrapper_open_replace' => '<div id="theme-page"><div class="mk-main-wrapper-holder"><div class="theme-page-wrapper mk-main-wrapper mk-grid vc_row-fluid">', |
|
| 619 | - 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 620 | - 'geodir_wrapper_content_open_id' => '', |
|
| 621 | - 'geodir_wrapper_content_open_class' => '', |
|
| 622 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 623 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 624 | - 'geodir_article_open_id' => '', |
|
| 625 | - 'geodir_article_open_class' => '', |
|
| 626 | - 'geodir_article_open_replace' => '', |
|
| 627 | - 'geodir_article_close_replace' => '', |
|
| 628 | - 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 629 | - 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 630 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 631 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 632 | - 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 633 | - 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 634 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 635 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 636 | - 'geodir_main_content_open_id' => '', |
|
| 637 | - 'geodir_main_content_open_class' => '', |
|
| 638 | - 'geodir_main_content_open_replace' => '', |
|
| 639 | - 'geodir_main_content_close_replace' => '', |
|
| 640 | - 'geodir_top_content_add' => '', |
|
| 641 | - 'geodir_before_main_content_add' => '', |
|
| 642 | - 'geodir_before_widget_filter' => '', |
|
| 643 | - 'geodir_after_widget_filter' => '', |
|
| 644 | - 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 645 | - 'geodir_after_title_filter' => '', |
|
| 646 | - 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 647 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 648 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 649 | - 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 650 | - 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 651 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher menu-item-has-children no-mega-menu', |
|
| 652 | - 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 653 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 654 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 655 | - 'geodir_theme_compat_css' => stripslashes('.geodir-widget li,.geodir_category_list_view li{margin:0}#theme-page h3.geodir-entry-title{font-size:14px}#menu-item-gd-location-switcher dd{line-height:44px}#menu-item-gd-location-switcher .geodir_location_sugestion{line-height:20px}.geodir_loginbox{overflow:visible}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 656 | - 'geodir_theme_compat_js' => '', |
|
| 657 | - 'geodir_theme_compat_default_options' => '', |
|
| 658 | - 'geodir_theme_compat_code' => 'Jupiter' |
|
| 659 | - ); |
|
| 615 | + $theme_compat['Jupiter'] = array( |
|
| 616 | + 'geodir_wrapper_open_id' => '', |
|
| 617 | + 'geodir_wrapper_open_class' => '', |
|
| 618 | + 'geodir_wrapper_open_replace' => '<div id="theme-page"><div class="mk-main-wrapper-holder"><div class="theme-page-wrapper mk-main-wrapper mk-grid vc_row-fluid">', |
|
| 619 | + 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 620 | + 'geodir_wrapper_content_open_id' => '', |
|
| 621 | + 'geodir_wrapper_content_open_class' => '', |
|
| 622 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 623 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 624 | + 'geodir_article_open_id' => '', |
|
| 625 | + 'geodir_article_open_class' => '', |
|
| 626 | + 'geodir_article_open_replace' => '', |
|
| 627 | + 'geodir_article_close_replace' => '', |
|
| 628 | + 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 629 | + 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 630 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 631 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 632 | + 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 633 | + 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 634 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 635 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 636 | + 'geodir_main_content_open_id' => '', |
|
| 637 | + 'geodir_main_content_open_class' => '', |
|
| 638 | + 'geodir_main_content_open_replace' => '', |
|
| 639 | + 'geodir_main_content_close_replace' => '', |
|
| 640 | + 'geodir_top_content_add' => '', |
|
| 641 | + 'geodir_before_main_content_add' => '', |
|
| 642 | + 'geodir_before_widget_filter' => '', |
|
| 643 | + 'geodir_after_widget_filter' => '', |
|
| 644 | + 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 645 | + 'geodir_after_title_filter' => '', |
|
| 646 | + 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 647 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 648 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 649 | + 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 650 | + 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 651 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher menu-item-has-children no-mega-menu', |
|
| 652 | + 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 653 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 654 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 655 | + 'geodir_theme_compat_css' => stripslashes('.geodir-widget li,.geodir_category_list_view li{margin:0}#theme-page h3.geodir-entry-title{font-size:14px}#menu-item-gd-location-switcher dd{line-height:44px}#menu-item-gd-location-switcher .geodir_location_sugestion{line-height:20px}.geodir_loginbox{overflow:visible}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 656 | + 'geodir_theme_compat_js' => '', |
|
| 657 | + 'geodir_theme_compat_default_options' => '', |
|
| 658 | + 'geodir_theme_compat_code' => 'Jupiter' |
|
| 659 | + ); |
|
| 660 | 660 | |
| 661 | 661 | // Multi News |
| 662 | - $theme_compat['Multi_News'] = array( |
|
| 663 | - 'geodir_wrapper_open_id' => '', |
|
| 664 | - 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 665 | - 'geodir_wrapper_open_replace' => '', |
|
| 666 | - 'geodir_wrapper_close_replace' => '', |
|
| 667 | - 'geodir_wrapper_content_open_id' => '', |
|
| 668 | - 'geodir_wrapper_content_open_class' => '', |
|
| 669 | - 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 670 | - 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 671 | - 'geodir_article_open_id' => '', |
|
| 672 | - 'geodir_article_open_class' => '', |
|
| 673 | - 'geodir_article_open_replace' => '', |
|
| 674 | - 'geodir_article_close_replace' => '', |
|
| 675 | - 'geodir_sidebar_right_open_id' => '', |
|
| 676 | - 'geodir_sidebar_right_open_class' => '', |
|
| 677 | - 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 678 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 679 | - 'geodir_sidebar_left_open_id' => '', |
|
| 680 | - 'geodir_sidebar_left_open_class' => '', |
|
| 681 | - 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 682 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 683 | - 'geodir_main_content_open_id' => '', |
|
| 684 | - 'geodir_main_content_open_class' => '', |
|
| 685 | - 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 686 | - 'geodir_main_content_close_replace' => '</div>', |
|
| 687 | - 'geodir_top_content_add' => '', |
|
| 688 | - 'geodir_before_main_content_add' => '', |
|
| 689 | - 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 690 | - 'geodir_before_widget_filter' => '', |
|
| 691 | - 'geodir_after_widget_filter' => '', |
|
| 692 | - 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 693 | - 'geodir_after_title_filter' => '</h2></div>', |
|
| 694 | - 'geodir_menu_li_class_filter' => '', |
|
| 695 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 696 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 697 | - 'geodir_menu_a_class_filter' => '', |
|
| 698 | - 'geodir_sub_menu_a_class_filter' => '', |
|
| 699 | - 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 700 | - 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 701 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 702 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 703 | - 'geodir_theme_compat_css' => stripslashes('.full-width-section .geodir-search{margin:0;width:100%}.geodir_full_page .geodir-search{margin:0 auto;float:none}.geodir-search input[type=button],.geodir-search input[type=submit]{width:13%}.geodir-search input[type=text]{border:1px solid #ddd;border-radius:0;padding:0 8px}.geodir-category-list-in,.geodir-loc-bar-in{background:#f2f2f2;border-color:#dbdbdb}.geodir-category-list-in{margin-top:0}.geodir-cat-list .widget-title h2{margin:-13px -13px 13px}.widget .geodir-cat-list ul li.geodir-pcat-show a:before{display:none!important}.widget .geodir-cat-list ul li.geodir-pcat-show i{margin-right:5px}.container .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#geodir_carousel,#geodir_slider{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin-bottom:20px!important;border:1px solid #e1e1e1;box-shadow:none}#geodir_carousel{padding:10px}.geodir-tabs-content ol.commentlist{margin:40px 0;padding:0}li#post_mapTab{min-height:400px}#reviewsTab ol.commentlist li{border-bottom:none}#reviewsTab ol.commentlist li article.comment{border-bottom:1px solid #e1e1e1;padding-bottom:10px}.comment-content .rating{display:none}.comment-respond .gd_rating{margin-bottom:20px}div.geodir-rating{width:85px!important}.comment-respond .comment-notes{margin-bottom:10px}.average-review span,.comment-form label,.dtreviewed,.geodir-details-sidebar-user-links a,.geodir-viewall,.geodir_more_info span,.reviewer,dl.geodir-tab-head dd a{font-family:"Archivo Narrow",sans-serif}section.comment-content{margin:0 0 0 12%}#reviewsTab .comments-area .comment-content{width:auto}section.comment-content .description,section.comment-content p{margin:15px 0}dl.geodir-tab-head dd a{background:#f3f3f3;margin-top:-1px;font-size:14px;padding:0 15px}dl.geodir-tab-head dd.geodir-tab-active a{padding-bottom:1px}.geodir-widget .geodir_list_heading,.geodir-widget h3.widget-title{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px;color:#2d2d2d}.geodir-widget .geodir_list_heading h3{background:0 0;border:none}.geodir-widget .geodir_list_heading{margin:-13px -14px 13px}.geodir-map-listing-page{border-width:1px 0 0;border-style:solid;border-color:#dbdbdb}.geodir-sidebar-wrap .geodir-company_info{margin:15px}.geodir-details-sidebar-social-sharing iframe{float:left}.geodir-details-sidebar-rating{overflow:hidden}.geodir-details-sidebar-rating .gd_rating_show,.geodir-details-sidebar-rating .geodir-rating{float:left;margin-right:15px}.geodir-details-sidebar-rating span.item{float:left;margin-top:5px}.geodir-details-sidebar-rating .average-review{top:-4px;position:relative}.geodir-details-sidebar-rating span.item img{margin-top:5px}.geodir_full_page{background:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 1px 0 #e5e5e5;box-shadow:0 1px 0 #e5e5e5;padding:15px;margin-bottom:20px;clear:both}.geodir_map_container .main_list img{margin:0 5px}.geodir_category_list_view li.geodir-gridview .geodir-post-img .geodir_thumbnail{margin-bottom:10px}.geodir-addinfo .geodir-pinpoint,.geodir-addinfo a i{margin-right:5px}.geodir_category_list_view li.geodir-gridview h3{font-size:18px;margin-bottom:10px}#related_listingTab ul.geodir_category_list_view{padding:0!important}#reviewsTab #comments .gd_rating{margin-top:5px}.widget .geodir_category_list_view li .geodir-entry-content,.widget .geodir_category_list_view li a:before{display:none!important}.geodir_category_list_view li .geodir-entry-title{margin-bottom:10px}.widget ul.geodir_category_list_view{padding:15px}.sidebar .widget .geodir_category_list_view li{width:calc(100% - 25px)}.widget .geodir-loginbox-list li{overflow:visible!important}.widget ul.chosen-results{margin:0!important}.main_list_selecter{margin-right:5px}.geodir-viewall{float:right;width:auto!important}.widget-title h2{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px}.widget:first-child .geodir_list_heading .widget-title{margin-top:0}.geodir_list_heading .widget-title{float:left;width:80%;margin-top:0}.geodir_list_heading .widget-title h2{padding:0 px;background:0 0;border:none;height:auto;line-height:auto}.chosen-default:before{content:none;display:none;position:absolute;margin-left:-1000000px;float:left}#geodir-wrapper .entry-crumbs{margin-bottom:20px}.geodir-search .mom-select{float:left;width:150px;margin:5px;border:1px solid #ddd;height:40px}.iprelative .gm-style .gm-style-iw{width:100%!important}'),
|
|
| 704 | - 'geodir_theme_compat_js' => 'jQuery(document).ready(function(e){e(".geodir_full_page").length&&""===e.trim(e(".geodir_full_page").html())&&e(".geodir_full_page").css({display:"none"})});',
|
|
| 705 | - 'geodir_theme_compat_default_options' => '', |
|
| 706 | - 'geodir_theme_compat_code' => 'Multi_News' |
|
| 707 | - ); |
|
| 708 | - |
|
| 709 | - // Kelo |
|
| 710 | - $theme_compat['Kleo'] = array( |
|
| 711 | - 'geodir_theme_compat_code' => 'Kleo' |
|
| 712 | - ); |
|
| 713 | - |
|
| 714 | - |
|
| 715 | - // Twenty Seventeen |
|
| 716 | - $theme_compat['Twenty_Seventeen'] = array( |
|
| 717 | - 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 718 | - 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 719 | - 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 720 | - 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 721 | - 'geodir_theme_compat_css' => stripslashes('body.geodir-page #primary header.entry-header {margin-left:0;float:none !important;} .gxeodir_flex-container{float:left;} .geodir-tabs-content.entry-content{width:100% !important;} dl.geodir-tab-head, .geodir_map_container {z-index:2;} .geodir-cat-list ul.geodir-popular-cat-list li + li { margin-top: 0;} .geodir-cat-list .geodir-popular-cat-list a img, .entry-content .gm-style a img, .widget .gm-style a img { box-sizing: none; -webkit-box-shadow: none; -moz-box-shadow: none;}'),
|
|
| 722 | - 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 723 | - ); |
|
| 724 | - |
|
| 725 | - // buddyBoss |
|
| 726 | - $theme_compat['Boss.'] = array( |
|
| 727 | - 'geodir_wrapper_open_replace' => '<div class="page-right-sidebar">', |
|
| 728 | - 'geodir_wrapper_content_open_replace' => '<div id="primary" class="site-content">', |
|
| 729 | - 'geodir_article_open_replace' => '<div id="[id]" class="[class]" itemscope itemtype="[itemtype]">', |
|
| 730 | - 'geodir_article_close_replace' => '</div>', |
|
| 731 | - 'geodir_sidebar_right_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 732 | - 'geodir_sidebar_right_close_replace' => '</div>', |
|
| 733 | - 'geodir_sidebar_left_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 734 | - 'geodir_sidebar_left_close_replace' => '</div>', |
|
| 735 | - 'geodir_theme_compat_css' => stripslashes('.geodir-breadcrumb{padding-top:20px;border-bottom:1px solid #ddd;padding-bottom:0} article.geodir-category-listing{padding: 0 !important;}'),
|
|
| 736 | - 'geodir_theme_compat_code' => 'BuddyBoss' |
|
| 737 | - |
|
| 738 | - |
|
| 739 | - ); |
|
| 740 | - |
|
| 741 | - // Flatsome |
|
| 742 | - $theme_compat['Flatsome'] = array( |
|
| 743 | - 'geodir_wrapper_open_replace' => '<div class="page-wrapper page-right-sidebar"><div class="row">', |
|
| 744 | - 'geodir_wrapper_close_replace' => '</div></div>', |
|
| 745 | - 'geodir_wrapper_content_open_replace' => '<div id="content" class="large-9 left col col-divided" role="main"><div class="page-inner">', |
|
| 746 | - 'geodir_wrapper_content_close_replace' => '</div></div>', |
|
| 747 | - 'geodir_sidebar_right_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 748 | - 'geodir_sidebar_right_close_replace' => '</div></div>', |
|
| 749 | - 'geodir_sidebar_left_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 750 | - 'geodir_sidebar_left_close_replace' => '</div></div>', |
|
| 751 | - 'geodir_menu_li_class_filter' => 'menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown', |
|
| 752 | - 'geodir_sub_menu_ul_class_filter' => 'nav-dropdown nav-dropdown-default gd-nav-dropdown', |
|
| 753 | - 'geodir_sub_menu_li_class_filter' => 'menu-item menu-item-type-custom menu-item-object-custom', |
|
| 754 | - 'geodir_menu_a_class_filter' => 'nav-top-link gd-nav-top-link', |
|
| 755 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher has-dropdown', |
|
| 756 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => 'nav-dropdown nav-dropdown-default', |
|
| 757 | - 'geodir_theme_compat_css' => stripslashes('dl.geodir_location_tabs_head dt{margin:0;}.header{z-index:90;}'),
|
|
| 758 | - 'geodir_theme_compat_js' => stripslashes('jQuery(function(){jQuery("#masthead .gd-nav-top-link").append(\'<i class="icon-angle-down"></i>\'),jQuery("#menu-item-gd-location-switcher > a").append(\'<i class="icon-angle-down"></i>\'),jQuery(".mobile-sidebar .gd-nav-dropdown").addClass("children"),jQuery(".mobile-sidebar .gd-nav-dropdown").removeClass("nav-dropdown nav-dropdown-default"),jQuery(".mobile-sidebar #menu-item-gd-location-switcher ul").removeClass("nav-dropdown nav-dropdown-default"),setTimeout(function(){},5e3)});'),
|
|
| 759 | - |
|
| 760 | - |
|
| 761 | - ); |
|
| 762 | - |
|
| 763 | - |
|
| 764 | - update_option('gd_theme_compats', $theme_compat);
|
|
| 765 | - |
|
| 766 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 662 | + $theme_compat['Multi_News'] = array( |
|
| 663 | + 'geodir_wrapper_open_id' => '', |
|
| 664 | + 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 665 | + 'geodir_wrapper_open_replace' => '', |
|
| 666 | + 'geodir_wrapper_close_replace' => '', |
|
| 667 | + 'geodir_wrapper_content_open_id' => '', |
|
| 668 | + 'geodir_wrapper_content_open_class' => '', |
|
| 669 | + 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 670 | + 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 671 | + 'geodir_article_open_id' => '', |
|
| 672 | + 'geodir_article_open_class' => '', |
|
| 673 | + 'geodir_article_open_replace' => '', |
|
| 674 | + 'geodir_article_close_replace' => '', |
|
| 675 | + 'geodir_sidebar_right_open_id' => '', |
|
| 676 | + 'geodir_sidebar_right_open_class' => '', |
|
| 677 | + 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 678 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 679 | + 'geodir_sidebar_left_open_id' => '', |
|
| 680 | + 'geodir_sidebar_left_open_class' => '', |
|
| 681 | + 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 682 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 683 | + 'geodir_main_content_open_id' => '', |
|
| 684 | + 'geodir_main_content_open_class' => '', |
|
| 685 | + 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 686 | + 'geodir_main_content_close_replace' => '</div>', |
|
| 687 | + 'geodir_top_content_add' => '', |
|
| 688 | + 'geodir_before_main_content_add' => '', |
|
| 689 | + 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 690 | + 'geodir_before_widget_filter' => '', |
|
| 691 | + 'geodir_after_widget_filter' => '', |
|
| 692 | + 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 693 | + 'geodir_after_title_filter' => '</h2></div>', |
|
| 694 | + 'geodir_menu_li_class_filter' => '', |
|
| 695 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 696 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 697 | + 'geodir_menu_a_class_filter' => '', |
|
| 698 | + 'geodir_sub_menu_a_class_filter' => '', |
|
| 699 | + 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 700 | + 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 701 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 702 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 703 | + 'geodir_theme_compat_css' => stripslashes('.full-width-section .geodir-search{margin:0;width:100%}.geodir_full_page .geodir-search{margin:0 auto;float:none}.geodir-search input[type=button],.geodir-search input[type=submit]{width:13%}.geodir-search input[type=text]{border:1px solid #ddd;border-radius:0;padding:0 8px}.geodir-category-list-in,.geodir-loc-bar-in{background:#f2f2f2;border-color:#dbdbdb}.geodir-category-list-in{margin-top:0}.geodir-cat-list .widget-title h2{margin:-13px -13px 13px}.widget .geodir-cat-list ul li.geodir-pcat-show a:before{display:none!important}.widget .geodir-cat-list ul li.geodir-pcat-show i{margin-right:5px}.container .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#geodir_carousel,#geodir_slider{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin-bottom:20px!important;border:1px solid #e1e1e1;box-shadow:none}#geodir_carousel{padding:10px}.geodir-tabs-content ol.commentlist{margin:40px 0;padding:0}li#post_mapTab{min-height:400px}#reviewsTab ol.commentlist li{border-bottom:none}#reviewsTab ol.commentlist li article.comment{border-bottom:1px solid #e1e1e1;padding-bottom:10px}.comment-content .rating{display:none}.comment-respond .gd_rating{margin-bottom:20px}div.geodir-rating{width:85px!important}.comment-respond .comment-notes{margin-bottom:10px}.average-review span,.comment-form label,.dtreviewed,.geodir-details-sidebar-user-links a,.geodir-viewall,.geodir_more_info span,.reviewer,dl.geodir-tab-head dd a{font-family:"Archivo Narrow",sans-serif}section.comment-content{margin:0 0 0 12%}#reviewsTab .comments-area .comment-content{width:auto}section.comment-content .description,section.comment-content p{margin:15px 0}dl.geodir-tab-head dd a{background:#f3f3f3;margin-top:-1px;font-size:14px;padding:0 15px}dl.geodir-tab-head dd.geodir-tab-active a{padding-bottom:1px}.geodir-widget .geodir_list_heading,.geodir-widget h3.widget-title{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px;color:#2d2d2d}.geodir-widget .geodir_list_heading h3{background:0 0;border:none}.geodir-widget .geodir_list_heading{margin:-13px -14px 13px}.geodir-map-listing-page{border-width:1px 0 0;border-style:solid;border-color:#dbdbdb}.geodir-sidebar-wrap .geodir-company_info{margin:15px}.geodir-details-sidebar-social-sharing iframe{float:left}.geodir-details-sidebar-rating{overflow:hidden}.geodir-details-sidebar-rating .gd_rating_show,.geodir-details-sidebar-rating .geodir-rating{float:left;margin-right:15px}.geodir-details-sidebar-rating span.item{float:left;margin-top:5px}.geodir-details-sidebar-rating .average-review{top:-4px;position:relative}.geodir-details-sidebar-rating span.item img{margin-top:5px}.geodir_full_page{background:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 1px 0 #e5e5e5;box-shadow:0 1px 0 #e5e5e5;padding:15px;margin-bottom:20px;clear:both}.geodir_map_container .main_list img{margin:0 5px}.geodir_category_list_view li.geodir-gridview .geodir-post-img .geodir_thumbnail{margin-bottom:10px}.geodir-addinfo .geodir-pinpoint,.geodir-addinfo a i{margin-right:5px}.geodir_category_list_view li.geodir-gridview h3{font-size:18px;margin-bottom:10px}#related_listingTab ul.geodir_category_list_view{padding:0!important}#reviewsTab #comments .gd_rating{margin-top:5px}.widget .geodir_category_list_view li .geodir-entry-content,.widget .geodir_category_list_view li a:before{display:none!important}.geodir_category_list_view li .geodir-entry-title{margin-bottom:10px}.widget ul.geodir_category_list_view{padding:15px}.sidebar .widget .geodir_category_list_view li{width:calc(100% - 25px)}.widget .geodir-loginbox-list li{overflow:visible!important}.widget ul.chosen-results{margin:0!important}.main_list_selecter{margin-right:5px}.geodir-viewall{float:right;width:auto!important}.widget-title h2{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px}.widget:first-child .geodir_list_heading .widget-title{margin-top:0}.geodir_list_heading .widget-title{float:left;width:80%;margin-top:0}.geodir_list_heading .widget-title h2{padding:0 px;background:0 0;border:none;height:auto;line-height:auto}.chosen-default:before{content:none;display:none;position:absolute;margin-left:-1000000px;float:left}#geodir-wrapper .entry-crumbs{margin-bottom:20px}.geodir-search .mom-select{float:left;width:150px;margin:5px;border:1px solid #ddd;height:40px}.iprelative .gm-style .gm-style-iw{width:100%!important}'),
|
|
| 704 | + 'geodir_theme_compat_js' => 'jQuery(document).ready(function(e){e(".geodir_full_page").length&&""===e.trim(e(".geodir_full_page").html())&&e(".geodir_full_page").css({display:"none"})});',
|
|
| 705 | + 'geodir_theme_compat_default_options' => '', |
|
| 706 | + 'geodir_theme_compat_code' => 'Multi_News' |
|
| 707 | + ); |
|
| 708 | + |
|
| 709 | + // Kelo |
|
| 710 | + $theme_compat['Kleo'] = array( |
|
| 711 | + 'geodir_theme_compat_code' => 'Kleo' |
|
| 712 | + ); |
|
| 713 | + |
|
| 714 | + |
|
| 715 | + // Twenty Seventeen |
|
| 716 | + $theme_compat['Twenty_Seventeen'] = array( |
|
| 717 | + 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 718 | + 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 719 | + 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 720 | + 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 721 | + 'geodir_theme_compat_css' => stripslashes('body.geodir-page #primary header.entry-header {margin-left:0;float:none !important;} .gxeodir_flex-container{float:left;} .geodir-tabs-content.entry-content{width:100% !important;} dl.geodir-tab-head, .geodir_map_container {z-index:2;} .geodir-cat-list ul.geodir-popular-cat-list li + li { margin-top: 0;} .geodir-cat-list .geodir-popular-cat-list a img, .entry-content .gm-style a img, .widget .gm-style a img { box-sizing: none; -webkit-box-shadow: none; -moz-box-shadow: none;}'),
|
|
| 722 | + 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 723 | + ); |
|
| 724 | + |
|
| 725 | + // buddyBoss |
|
| 726 | + $theme_compat['Boss.'] = array( |
|
| 727 | + 'geodir_wrapper_open_replace' => '<div class="page-right-sidebar">', |
|
| 728 | + 'geodir_wrapper_content_open_replace' => '<div id="primary" class="site-content">', |
|
| 729 | + 'geodir_article_open_replace' => '<div id="[id]" class="[class]" itemscope itemtype="[itemtype]">', |
|
| 730 | + 'geodir_article_close_replace' => '</div>', |
|
| 731 | + 'geodir_sidebar_right_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 732 | + 'geodir_sidebar_right_close_replace' => '</div>', |
|
| 733 | + 'geodir_sidebar_left_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 734 | + 'geodir_sidebar_left_close_replace' => '</div>', |
|
| 735 | + 'geodir_theme_compat_css' => stripslashes('.geodir-breadcrumb{padding-top:20px;border-bottom:1px solid #ddd;padding-bottom:0} article.geodir-category-listing{padding: 0 !important;}'),
|
|
| 736 | + 'geodir_theme_compat_code' => 'BuddyBoss' |
|
| 737 | + |
|
| 738 | + |
|
| 739 | + ); |
|
| 740 | + |
|
| 741 | + // Flatsome |
|
| 742 | + $theme_compat['Flatsome'] = array( |
|
| 743 | + 'geodir_wrapper_open_replace' => '<div class="page-wrapper page-right-sidebar"><div class="row">', |
|
| 744 | + 'geodir_wrapper_close_replace' => '</div></div>', |
|
| 745 | + 'geodir_wrapper_content_open_replace' => '<div id="content" class="large-9 left col col-divided" role="main"><div class="page-inner">', |
|
| 746 | + 'geodir_wrapper_content_close_replace' => '</div></div>', |
|
| 747 | + 'geodir_sidebar_right_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 748 | + 'geodir_sidebar_right_close_replace' => '</div></div>', |
|
| 749 | + 'geodir_sidebar_left_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 750 | + 'geodir_sidebar_left_close_replace' => '</div></div>', |
|
| 751 | + 'geodir_menu_li_class_filter' => 'menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown', |
|
| 752 | + 'geodir_sub_menu_ul_class_filter' => 'nav-dropdown nav-dropdown-default gd-nav-dropdown', |
|
| 753 | + 'geodir_sub_menu_li_class_filter' => 'menu-item menu-item-type-custom menu-item-object-custom', |
|
| 754 | + 'geodir_menu_a_class_filter' => 'nav-top-link gd-nav-top-link', |
|
| 755 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher has-dropdown', |
|
| 756 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => 'nav-dropdown nav-dropdown-default', |
|
| 757 | + 'geodir_theme_compat_css' => stripslashes('dl.geodir_location_tabs_head dt{margin:0;}.header{z-index:90;}'),
|
|
| 758 | + 'geodir_theme_compat_js' => stripslashes('jQuery(function(){jQuery("#masthead .gd-nav-top-link").append(\'<i class="icon-angle-down"></i>\'),jQuery("#menu-item-gd-location-switcher > a").append(\'<i class="icon-angle-down"></i>\'),jQuery(".mobile-sidebar .gd-nav-dropdown").addClass("children"),jQuery(".mobile-sidebar .gd-nav-dropdown").removeClass("nav-dropdown nav-dropdown-default"),jQuery(".mobile-sidebar #menu-item-gd-location-switcher ul").removeClass("nav-dropdown nav-dropdown-default"),setTimeout(function(){},5e3)});'),
|
|
| 759 | + |
|
| 760 | + |
|
| 761 | + ); |
|
| 762 | + |
|
| 763 | + |
|
| 764 | + update_option('gd_theme_compats', $theme_compat);
|
|
| 765 | + |
|
| 766 | + gd_set_theme_compat();// set the compat pack if avail |
|
| 767 | 767 | } |
| 768 | 768 | |
| 769 | 769 | |
@@ -775,61 +775,61 @@ discard block |
||
| 775 | 775 | * @global object $wpdb WordPress Database object. |
| 776 | 776 | */ |
| 777 | 777 | function gd_convert_virtual_pages(){
|
| 778 | - global $wpdb; |
|
| 779 | - |
|
| 780 | - // Update the add listing page settings |
|
| 781 | - $add_listing_page = $wpdb->get_var( |
|
| 782 | - $wpdb->prepare( |
|
| 783 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 784 | - array('add-listing')
|
|
| 785 | - ) |
|
| 786 | - ); |
|
| 787 | - |
|
| 788 | - if($add_listing_page){
|
|
| 789 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 790 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 791 | - } |
|
| 792 | - |
|
| 793 | - // Update the listing preview page settings |
|
| 794 | - $listing_preview_page = $wpdb->get_var( |
|
| 795 | - $wpdb->prepare( |
|
| 796 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 797 | - array('listing-preview')
|
|
| 798 | - ) |
|
| 799 | - ); |
|
| 800 | - |
|
| 801 | - if($listing_preview_page){
|
|
| 802 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 803 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 804 | - } |
|
| 805 | - |
|
| 806 | - // Update the listing success page settings |
|
| 807 | - $listing_success_page = $wpdb->get_var( |
|
| 808 | - $wpdb->prepare( |
|
| 809 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 810 | - array('listing-success')
|
|
| 811 | - ) |
|
| 812 | - ); |
|
| 813 | - |
|
| 814 | - if($listing_success_page){
|
|
| 815 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 816 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 817 | - } |
|
| 818 | - |
|
| 819 | - // Update the listing success page settings |
|
| 820 | - $location_page = $wpdb->get_var( |
|
| 821 | - $wpdb->prepare( |
|
| 822 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 823 | - array('location')
|
|
| 824 | - ) |
|
| 825 | - ); |
|
| 826 | - |
|
| 827 | - if($location_page){
|
|
| 828 | - $location_slug = get_option('geodir_location_prefix');
|
|
| 829 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 830 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 831 | - update_option( 'geodir_location_page', $location_page); |
|
| 832 | - } |
|
| 778 | + global $wpdb; |
|
| 779 | + |
|
| 780 | + // Update the add listing page settings |
|
| 781 | + $add_listing_page = $wpdb->get_var( |
|
| 782 | + $wpdb->prepare( |
|
| 783 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 784 | + array('add-listing')
|
|
| 785 | + ) |
|
| 786 | + ); |
|
| 787 | + |
|
| 788 | + if($add_listing_page){
|
|
| 789 | + wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 790 | + update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 791 | + } |
|
| 792 | + |
|
| 793 | + // Update the listing preview page settings |
|
| 794 | + $listing_preview_page = $wpdb->get_var( |
|
| 795 | + $wpdb->prepare( |
|
| 796 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 797 | + array('listing-preview')
|
|
| 798 | + ) |
|
| 799 | + ); |
|
| 800 | + |
|
| 801 | + if($listing_preview_page){
|
|
| 802 | + wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 803 | + update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 804 | + } |
|
| 805 | + |
|
| 806 | + // Update the listing success page settings |
|
| 807 | + $listing_success_page = $wpdb->get_var( |
|
| 808 | + $wpdb->prepare( |
|
| 809 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 810 | + array('listing-success')
|
|
| 811 | + ) |
|
| 812 | + ); |
|
| 813 | + |
|
| 814 | + if($listing_success_page){
|
|
| 815 | + wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 816 | + update_option( 'geodir_success_page', $listing_success_page); |
|
| 817 | + } |
|
| 818 | + |
|
| 819 | + // Update the listing success page settings |
|
| 820 | + $location_page = $wpdb->get_var( |
|
| 821 | + $wpdb->prepare( |
|
| 822 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 823 | + array('location')
|
|
| 824 | + ) |
|
| 825 | + ); |
|
| 826 | + |
|
| 827 | + if($location_page){
|
|
| 828 | + $location_slug = get_option('geodir_location_prefix');
|
|
| 829 | + if(!$location_slug ){$location_slug = 'location';}
|
|
| 830 | + wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 831 | + update_option( 'geodir_location_page', $location_page); |
|
| 832 | + } |
|
| 833 | 833 | |
| 834 | 834 | } |
| 835 | 835 | |
@@ -843,31 +843,31 @@ discard block |
||
| 843 | 843 | function gd_fix_cpt_rewrite_slug() |
| 844 | 844 | {
|
| 845 | 845 | |
| 846 | - $alt_post_types = array(); |
|
| 847 | - $post_types = get_option('geodir_post_types');
|
|
| 846 | + $alt_post_types = array(); |
|
| 847 | + $post_types = get_option('geodir_post_types');
|
|
| 848 | 848 | |
| 849 | 849 | |
| 850 | - if (is_array($post_types)){
|
|
| 850 | + if (is_array($post_types)){
|
|
| 851 | 851 | |
| 852 | - foreach ($post_types as $post_type => $args) {
|
|
| 852 | + foreach ($post_types as $post_type => $args) {
|
|
| 853 | 853 | |
| 854 | 854 | |
| 855 | - if(isset($args['rewrite']['slug'])){
|
|
| 856 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 857 | - } |
|
| 855 | + if(isset($args['rewrite']['slug'])){
|
|
| 856 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 857 | + } |
|
| 858 | 858 | |
| 859 | - $alt_post_types[$post_type] = $args; |
|
| 859 | + $alt_post_types[$post_type] = $args; |
|
| 860 | 860 | |
| 861 | - } |
|
| 862 | - } |
|
| 861 | + } |
|
| 862 | + } |
|
| 863 | 863 | |
| 864 | - if(!empty($alt_post_types)) {
|
|
| 865 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 866 | - } |
|
| 864 | + if(!empty($alt_post_types)) {
|
|
| 865 | + update_option('geodir_post_types',$alt_post_types);
|
|
| 866 | + } |
|
| 867 | 867 | |
| 868 | 868 | |
| 869 | - // flush the rewrite rules |
|
| 870 | - flush_rewrite_rules(); |
|
| 869 | + // flush the rewrite rules |
|
| 870 | + flush_rewrite_rules(); |
|
| 871 | 871 | } |
| 872 | 872 | |
| 873 | 873 | |
@@ -880,20 +880,20 @@ discard block |
||
| 880 | 880 | */ |
| 881 | 881 | function gd_fix_address_detail_table_limit() |
| 882 | 882 | {
|
| 883 | - global $wpdb; |
|
| 884 | - |
|
| 885 | - $all_postypes = geodir_get_posttypes(); |
|
| 886 | - |
|
| 887 | - if (!empty($all_postypes)) {
|
|
| 888 | - foreach ($all_postypes as $key) {
|
|
| 889 | - // update each GD CTP |
|
| 890 | - try {
|
|
| 891 | - $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 892 | - } catch(Exception $e) {
|
|
| 893 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 894 | - } |
|
| 895 | - } |
|
| 896 | - } |
|
| 883 | + global $wpdb; |
|
| 884 | + |
|
| 885 | + $all_postypes = geodir_get_posttypes(); |
|
| 886 | + |
|
| 887 | + if (!empty($all_postypes)) {
|
|
| 888 | + foreach ($all_postypes as $key) {
|
|
| 889 | + // update each GD CTP |
|
| 890 | + try {
|
|
| 891 | + $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 892 | + } catch(Exception $e) {
|
|
| 893 | + error_log( 'Error: ' . $e->getMessage() ); |
|
| 894 | + } |
|
| 895 | + } |
|
| 896 | + } |
|
| 897 | 897 | } |
| 898 | 898 | |
| 899 | 899 | /** |
@@ -905,63 +905,63 @@ discard block |
||
| 905 | 905 | * @return bool |
| 906 | 906 | */ |
| 907 | 907 | function geodir_upgrade_1618() {
|
| 908 | - global $wpdb; |
|
| 908 | + global $wpdb; |
|
| 909 | 909 | |
| 910 | - $gd_posttypes = geodir_get_posttypes(); |
|
| 911 | - $default_location = geodir_get_default_location(); |
|
| 910 | + $gd_posttypes = geodir_get_posttypes(); |
|
| 911 | + $default_location = geodir_get_default_location(); |
|
| 912 | 912 | |
| 913 | - $old_country = 'Czech Republic'; |
|
| 914 | - $old_slug = 'czech-republic'; |
|
| 915 | - $new_country = 'Czechia'; |
|
| 916 | - $new_slug = 'czechia'; |
|
| 917 | - $flush_rewrite_rules = false; |
|
| 918 | - |
|
| 919 | - if (!empty($gd_posttypes) && defined('POST_LOCATION_TABLE')) {
|
|
| 920 | - // Update locations |
|
| 921 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . POST_LOCATION_TABLE . "` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 922 | - $flush_rewrite_rules = true; |
|
| 923 | - } |
|
| 913 | + $old_country = 'Czech Republic'; |
|
| 914 | + $old_slug = 'czech-republic'; |
|
| 915 | + $new_country = 'Czechia'; |
|
| 916 | + $new_slug = 'czechia'; |
|
| 917 | + $flush_rewrite_rules = false; |
|
| 918 | + |
|
| 919 | + if (!empty($gd_posttypes) && defined('POST_LOCATION_TABLE')) {
|
|
| 920 | + // Update locations |
|
| 921 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . POST_LOCATION_TABLE . "` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 922 | + $flush_rewrite_rules = true; |
|
| 923 | + } |
|
| 924 | 924 | |
| 925 | - // Update locations seo |
|
| 926 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . LOCATION_SEO_TABLE . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 927 | - $flush_rewrite_rules = true; |
|
| 928 | - } |
|
| 929 | - |
|
| 930 | - // Update term meta |
|
| 931 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 932 | - $flush_rewrite_rules = true; |
|
| 933 | - } |
|
| 934 | - |
|
| 935 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 936 | - $flush_rewrite_rules = true; |
|
| 937 | - } |
|
| 938 | - |
|
| 939 | - // Update detail table |
|
| 940 | - foreach ($gd_posttypes as $pos_type) {
|
|
| 941 | - try {
|
|
| 942 | - if ($wpdb->query("UPDATE `" . $wpdb->prefix . "geodir_" . $pos_type . "_detail` SET post_country = '" . $new_country . "', post_locations = REPLACE ( post_locations, ',[" . $old_slug . "]', ',[" . $new_slug . "]' ) WHERE post_locations LIKE '%[" . $old_slug . "]' OR post_country LIKE '" . $old_country . "'")) {
|
|
| 943 | - $flush_rewrite_rules = true; |
|
| 944 | - } |
|
| 945 | - } catch(Exception $e) {
|
|
| 946 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 947 | - } |
|
| 948 | - } |
|
| 949 | - } |
|
| 925 | + // Update locations seo |
|
| 926 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . LOCATION_SEO_TABLE . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 927 | + $flush_rewrite_rules = true; |
|
| 928 | + } |
|
| 929 | + |
|
| 930 | + // Update term meta |
|
| 931 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 932 | + $flush_rewrite_rules = true; |
|
| 933 | + } |
|
| 934 | + |
|
| 935 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 936 | + $flush_rewrite_rules = true; |
|
| 937 | + } |
|
| 938 | + |
|
| 939 | + // Update detail table |
|
| 940 | + foreach ($gd_posttypes as $pos_type) {
|
|
| 941 | + try {
|
|
| 942 | + if ($wpdb->query("UPDATE `" . $wpdb->prefix . "geodir_" . $pos_type . "_detail` SET post_country = '" . $new_country . "', post_locations = REPLACE ( post_locations, ',[" . $old_slug . "]', ',[" . $new_slug . "]' ) WHERE post_locations LIKE '%[" . $old_slug . "]' OR post_country LIKE '" . $old_country . "'")) {
|
|
| 943 | + $flush_rewrite_rules = true; |
|
| 944 | + } |
|
| 945 | + } catch(Exception $e) {
|
|
| 946 | + error_log( 'Error: ' . $e->getMessage() ); |
|
| 947 | + } |
|
| 948 | + } |
|
| 949 | + } |
|
| 950 | 950 | |
| 951 | - if (!empty($default_location) && ((isset($default_location->country) && $default_location->country == $old_country) || (isset($default_location->country_slug) && $default_location->country_slug == $old_slug))) {
|
|
| 952 | - $default_location->country = $new_country; |
|
| 953 | - $default_location->country_slug = $new_slug; |
|
| 951 | + if (!empty($default_location) && ((isset($default_location->country) && $default_location->country == $old_country) || (isset($default_location->country_slug) && $default_location->country_slug == $old_slug))) {
|
|
| 952 | + $default_location->country = $new_country; |
|
| 953 | + $default_location->country_slug = $new_slug; |
|
| 954 | 954 | |
| 955 | - update_option('geodir_default_location', $default_location);
|
|
| 955 | + update_option('geodir_default_location', $default_location);
|
|
| 956 | 956 | |
| 957 | - $flush_rewrite_rules = true; |
|
| 958 | - } |
|
| 957 | + $flush_rewrite_rules = true; |
|
| 958 | + } |
|
| 959 | 959 | |
| 960 | - if ($flush_rewrite_rules) {
|
|
| 961 | - flush_rewrite_rules(); |
|
| 962 | - } |
|
| 960 | + if ($flush_rewrite_rules) {
|
|
| 961 | + flush_rewrite_rules(); |
|
| 962 | + } |
|
| 963 | 963 | |
| 964 | - return true; |
|
| 964 | + return true; |
|
| 965 | 965 | } |
| 966 | 966 | |
| 967 | 967 | /** |
@@ -972,9 +972,9 @@ discard block |
||
| 972 | 972 | * @return bool |
| 973 | 973 | */ |
| 974 | 974 | function geodir_upgrade_1622() {
|
| 975 | - if ( get_option( 'geodir_notify_post_submit', '-1' ) == '-1' ) {
|
|
| 976 | - update_option( 'geodir_notify_post_submit', '1' ); |
|
| 977 | - } |
|
| 975 | + if ( get_option( 'geodir_notify_post_submit', '-1' ) == '-1' ) {
|
|
| 976 | + update_option( 'geodir_notify_post_submit', '1' ); |
|
| 977 | + } |
|
| 978 | 978 | |
| 979 | - return true; |
|
| 979 | + return true; |
|
| 980 | 980 | } |
| 981 | 981 | \ No newline at end of file |
@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | |
| 10 | 10 | global $wpdb; |
| 11 | 11 | |
| 12 | -if (get_option('geodirectory' . '_db_version') != GEODIRECTORY_VERSION) {
|
|
| 12 | +if (get_option('geodirectory'.'_db_version') != GEODIRECTORY_VERSION) {
|
|
| 13 | 13 | /** |
| 14 | 14 | * Include custom database table related functions. |
| 15 | 15 | * |
@@ -54,9 +54,9 @@ discard block |
||
| 54 | 54 | add_action('init', 'geodir_upgrade_1622', 11);
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 57 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11); // this needs to be kept for a few versions
|
|
| 58 | 58 | |
| 59 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 59 | + update_option('geodirectory'.'_db_version', GEODIRECTORY_VERSION);
|
|
| 60 | 60 | |
| 61 | 61 | } |
| 62 | 62 | |
@@ -91,7 +91,7 @@ discard block |
||
| 91 | 91 | * @since 1.0.0 |
| 92 | 92 | * @package GeoDirectory |
| 93 | 93 | */ |
| 94 | -function geodir_upgrade_146(){
|
|
| 94 | +function geodir_upgrade_146() {
|
|
| 95 | 95 | gd_convert_virtual_pages(); |
| 96 | 96 | } |
| 97 | 97 | |
@@ -101,7 +101,7 @@ discard block |
||
| 101 | 101 | * @since 1.5.0 |
| 102 | 102 | * @package GeoDirectory |
| 103 | 103 | */ |
| 104 | -function geodir_upgrade_150(){
|
|
| 104 | +function geodir_upgrade_150() {
|
|
| 105 | 105 | gd_fix_cpt_rewrite_slug(); |
| 106 | 106 | } |
| 107 | 107 | |
@@ -113,12 +113,12 @@ discard block |
||
| 113 | 113 | * @since 1.4.8 |
| 114 | 114 | * @package GeoDirectory |
| 115 | 115 | */ |
| 116 | -function geodir_upgrade_148(){
|
|
| 116 | +function geodir_upgrade_148() {
|
|
| 117 | 117 | /* |
| 118 | 118 | * Blank the users google password if present as we now use oAuth 2.0 |
| 119 | 119 | */ |
| 120 | - update_option('geodir_ga_pass','');
|
|
| 121 | - update_option('geodir_ga_user','');
|
|
| 120 | + update_option('geodir_ga_pass', '');
|
|
| 121 | + update_option('geodir_ga_user', '');
|
|
| 122 | 122 | |
| 123 | 123 | } |
| 124 | 124 | |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | * @since 1.5.3 |
| 130 | 130 | * @package GeoDirectory |
| 131 | 131 | */ |
| 132 | -function geodir_upgrade_153(){
|
|
| 132 | +function geodir_upgrade_153() {
|
|
| 133 | 133 | geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
| 134 | 134 | geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
| 135 | 135 | } |
@@ -140,7 +140,7 @@ discard block |
||
| 140 | 140 | * @since 1.5.3 |
| 141 | 141 | * @package GeoDirectory |
| 142 | 142 | */ |
| 143 | -function geodir_upgrade_154(){
|
|
| 143 | +function geodir_upgrade_154() {
|
|
| 144 | 144 | geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
| 145 | 145 | } |
| 146 | 146 | |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | * @since 1.5.2 |
| 151 | 151 | * @package GeoDirectory |
| 152 | 152 | */ |
| 153 | -function geodir_upgrade_152(){
|
|
| 153 | +function geodir_upgrade_152() {
|
|
| 154 | 154 | gd_fix_address_detail_table_limit(); |
| 155 | 155 | } |
| 156 | 156 | |
@@ -186,7 +186,7 @@ discard block |
||
| 186 | 186 | function geodir_fix_review_date() |
| 187 | 187 | {
|
| 188 | 188 | global $wpdb; |
| 189 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 189 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | /** |
@@ -199,7 +199,7 @@ discard block |
||
| 199 | 199 | function geodir_fix_review_post_status() |
| 200 | 200 | {
|
| 201 | 201 | global $wpdb; |
| 202 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 202 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 203 | 203 | } |
| 204 | 204 | |
| 205 | 205 | /** |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | function geodir_fix_review_content() |
| 214 | 214 | {
|
| 215 | 215 | global $wpdb; |
| 216 | - if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 216 | + if ($wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 217 | 217 | return true; |
| 218 | 218 | } else {
|
| 219 | 219 | return false; |
@@ -238,7 +238,7 @@ discard block |
||
| 238 | 238 | foreach ($all_postypes as $key) {
|
| 239 | 239 | // update each GD CTP |
| 240 | 240 | |
| 241 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 241 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN ".$wpdb->prefix."geodir_".$key."_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 242 | 242 | |
| 243 | 243 | } |
| 244 | 244 | return true; |
@@ -262,7 +262,7 @@ discard block |
||
| 262 | 262 | if (!empty($all_postypes)) {
|
| 263 | 263 | foreach ($all_postypes as $key) {
|
| 264 | 264 | // update each GD CTP |
| 265 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 265 | + $reviews = $wpdb->get_results("SELECT post_id FROM ".$wpdb->prefix."geodir_".$key."_detail d");
|
|
| 266 | 266 | |
| 267 | 267 | if (!empty($reviews)) {
|
| 268 | 268 | foreach ($reviews as $post_id) {
|
@@ -277,61 +277,61 @@ discard block |
||
| 277 | 277 | } |
| 278 | 278 | |
| 279 | 279 | |
| 280 | -function gd_convert_custom_field_display(){
|
|
| 280 | +function gd_convert_custom_field_display() {
|
|
| 281 | 281 | global $wpdb; |
| 282 | 282 | |
| 283 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 283 | + $field_info = $wpdb->get_results("select * from ".GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 284 | 284 | |
| 285 | 285 | $has_run = get_option('gd_convert_custom_field_display');
|
| 286 | - if($has_run){return;}
|
|
| 286 | + if ($has_run) {return; }
|
|
| 287 | 287 | |
| 288 | 288 | // set the field_type_key for standard fields |
| 289 | 289 | $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
| 290 | 290 | |
| 291 | 291 | |
| 292 | - if(is_array( $field_info)){
|
|
| 292 | + if (is_array($field_info)) {
|
|
| 293 | 293 | |
| 294 | - foreach( $field_info as $cf){
|
|
| 294 | + foreach ($field_info as $cf) {
|
|
| 295 | 295 | |
| 296 | 296 | $id = $cf->id; |
| 297 | 297 | |
| 298 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 298 | + if (!property_exists($cf, 'show_in') || !$id) {return; }
|
|
| 299 | 299 | |
| 300 | 300 | $show_in_arr = array(); |
| 301 | 301 | |
| 302 | - if($cf->is_default){
|
|
| 302 | + if ($cf->is_default) {
|
|
| 303 | 303 | $show_in_arr[] = "[detail]"; |
| 304 | 304 | } |
| 305 | 305 | |
| 306 | - if($cf->show_on_detail){
|
|
| 306 | + if ($cf->show_on_detail) {
|
|
| 307 | 307 | $show_in_arr[] = "[moreinfo]"; |
| 308 | 308 | } |
| 309 | 309 | |
| 310 | - if($cf->show_on_listing){
|
|
| 310 | + if ($cf->show_on_listing) {
|
|
| 311 | 311 | $show_in_arr[] = "[listing]"; |
| 312 | 312 | } |
| 313 | 313 | |
| 314 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 314 | + if ($cf->show_as_tab || $cf->htmlvar_name == 'geodir_video' || $cf->htmlvar_name == 'geodir_special_offers') {
|
|
| 315 | 315 | $show_in_arr[] = "[owntab]"; |
| 316 | 316 | } |
| 317 | 317 | |
| 318 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 318 | + if ($cf->htmlvar_name == 'post' || $cf->htmlvar_name == 'geodir_contact' || $cf->htmlvar_name == 'geodir_timing') {
|
|
| 319 | 319 | $show_in_arr[] = "[mapbubble]"; |
| 320 | 320 | } |
| 321 | 321 | |
| 322 | - if(!empty($show_in_arr )){
|
|
| 323 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 324 | - }else{
|
|
| 322 | + if (!empty($show_in_arr)) {
|
|
| 323 | + $show_in_arr = implode(',', $show_in_arr);
|
|
| 324 | + } else {
|
|
| 325 | 325 | $show_in_arr = ''; |
| 326 | 326 | } |
| 327 | 327 | |
| 328 | - if($show_in_arr){
|
|
| 328 | + if ($show_in_arr) {
|
|
| 329 | 329 | $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
| 330 | 330 | } |
| 331 | 331 | |
| 332 | 332 | } |
| 333 | 333 | |
| 334 | - update_option('gd_convert_custom_field_display',1);
|
|
| 334 | + update_option('gd_convert_custom_field_display', 1);
|
|
| 335 | 335 | } |
| 336 | 336 | } |
| 337 | 337 | |
@@ -763,7 +763,7 @@ discard block |
||
| 763 | 763 | |
| 764 | 764 | update_option('gd_theme_compats', $theme_compat);
|
| 765 | 765 | |
| 766 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 766 | + gd_set_theme_compat(); // set the compat pack if avail |
|
| 767 | 767 | } |
| 768 | 768 | |
| 769 | 769 | |
@@ -774,61 +774,61 @@ discard block |
||
| 774 | 774 | * @package GeoDirectory |
| 775 | 775 | * @global object $wpdb WordPress Database object. |
| 776 | 776 | */ |
| 777 | -function gd_convert_virtual_pages(){
|
|
| 777 | +function gd_convert_virtual_pages() {
|
|
| 778 | 778 | global $wpdb; |
| 779 | 779 | |
| 780 | 780 | // Update the add listing page settings |
| 781 | 781 | $add_listing_page = $wpdb->get_var( |
| 782 | 782 | $wpdb->prepare( |
| 783 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 783 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 784 | 784 | array('add-listing')
|
| 785 | 785 | ) |
| 786 | 786 | ); |
| 787 | 787 | |
| 788 | - if($add_listing_page){
|
|
| 789 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 790 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 788 | + if ($add_listing_page) {
|
|
| 789 | + wp_update_post(array('ID' => $add_listing_page, 'post_status' => 'publish'));
|
|
| 790 | + update_option('geodir_add_listing_page', $add_listing_page);
|
|
| 791 | 791 | } |
| 792 | 792 | |
| 793 | 793 | // Update the listing preview page settings |
| 794 | 794 | $listing_preview_page = $wpdb->get_var( |
| 795 | 795 | $wpdb->prepare( |
| 796 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 796 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 797 | 797 | array('listing-preview')
|
| 798 | 798 | ) |
| 799 | 799 | ); |
| 800 | 800 | |
| 801 | - if($listing_preview_page){
|
|
| 802 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 803 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 801 | + if ($listing_preview_page) {
|
|
| 802 | + wp_update_post(array('ID' => $listing_preview_page, 'post_status' => 'publish'));
|
|
| 803 | + update_option('geodir_preview_page', $listing_preview_page);
|
|
| 804 | 804 | } |
| 805 | 805 | |
| 806 | 806 | // Update the listing success page settings |
| 807 | 807 | $listing_success_page = $wpdb->get_var( |
| 808 | 808 | $wpdb->prepare( |
| 809 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 809 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 810 | 810 | array('listing-success')
|
| 811 | 811 | ) |
| 812 | 812 | ); |
| 813 | 813 | |
| 814 | - if($listing_success_page){
|
|
| 815 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 816 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 814 | + if ($listing_success_page) {
|
|
| 815 | + wp_update_post(array('ID' => $listing_success_page, 'post_status' => 'publish'));
|
|
| 816 | + update_option('geodir_success_page', $listing_success_page);
|
|
| 817 | 817 | } |
| 818 | 818 | |
| 819 | 819 | // Update the listing success page settings |
| 820 | 820 | $location_page = $wpdb->get_var( |
| 821 | 821 | $wpdb->prepare( |
| 822 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 822 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 823 | 823 | array('location')
|
| 824 | 824 | ) |
| 825 | 825 | ); |
| 826 | 826 | |
| 827 | - if($location_page){
|
|
| 827 | + if ($location_page) {
|
|
| 828 | 828 | $location_slug = get_option('geodir_location_prefix');
|
| 829 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 830 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 831 | - update_option( 'geodir_location_page', $location_page); |
|
| 829 | + if (!$location_slug) {$location_slug = 'location'; }
|
|
| 830 | + wp_update_post(array('ID' => $location_page, 'post_status' => 'publish', 'post_name' => $location_slug));
|
|
| 831 | + update_option('geodir_location_page', $location_page);
|
|
| 832 | 832 | } |
| 833 | 833 | |
| 834 | 834 | } |
@@ -847,13 +847,13 @@ discard block |
||
| 847 | 847 | $post_types = get_option('geodir_post_types');
|
| 848 | 848 | |
| 849 | 849 | |
| 850 | - if (is_array($post_types)){
|
|
| 850 | + if (is_array($post_types)) {
|
|
| 851 | 851 | |
| 852 | 852 | foreach ($post_types as $post_type => $args) {
|
| 853 | 853 | |
| 854 | 854 | |
| 855 | - if(isset($args['rewrite']['slug'])){
|
|
| 856 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 855 | + if (isset($args['rewrite']['slug'])) {
|
|
| 856 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%", "", $args['rewrite']['slug']);
|
|
| 857 | 857 | } |
| 858 | 858 | |
| 859 | 859 | $alt_post_types[$post_type] = $args; |
@@ -861,8 +861,8 @@ discard block |
||
| 861 | 861 | } |
| 862 | 862 | } |
| 863 | 863 | |
| 864 | - if(!empty($alt_post_types)) {
|
|
| 865 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 864 | + if (!empty($alt_post_types)) {
|
|
| 865 | + update_option('geodir_post_types', $alt_post_types);
|
|
| 866 | 866 | } |
| 867 | 867 | |
| 868 | 868 | |
@@ -888,9 +888,9 @@ discard block |
||
| 888 | 888 | foreach ($all_postypes as $key) {
|
| 889 | 889 | // update each GD CTP |
| 890 | 890 | try {
|
| 891 | - $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 892 | - } catch(Exception $e) {
|
|
| 893 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 891 | + $wpdb->query("ALTER TABLE ".$wpdb->prefix."geodir_".$key."_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 892 | + } catch (Exception $e) {
|
|
| 893 | + error_log('Error: '.$e->getMessage());
|
|
| 894 | 894 | } |
| 895 | 895 | } |
| 896 | 896 | } |
@@ -918,32 +918,32 @@ discard block |
||
| 918 | 918 | |
| 919 | 919 | if (!empty($gd_posttypes) && defined('POST_LOCATION_TABLE')) {
|
| 920 | 920 | // Update locations |
| 921 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . POST_LOCATION_TABLE . "` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 921 | + if ($wpdb->query($wpdb->prepare("UPDATE `".POST_LOCATION_TABLE."` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 922 | 922 | $flush_rewrite_rules = true; |
| 923 | 923 | } |
| 924 | 924 | |
| 925 | 925 | // Update locations seo |
| 926 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . LOCATION_SEO_TABLE . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 926 | + if ($wpdb->query($wpdb->prepare("UPDATE `".LOCATION_SEO_TABLE."` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 927 | 927 | $flush_rewrite_rules = true; |
| 928 | 928 | } |
| 929 | 929 | |
| 930 | 930 | // Update term meta |
| 931 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 931 | + if ($wpdb->query($wpdb->prepare("UPDATE `".GEODIR_TERM_META."` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 932 | 932 | $flush_rewrite_rules = true; |
| 933 | 933 | } |
| 934 | 934 | |
| 935 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 935 | + if ($wpdb->query($wpdb->prepare("UPDATE `".GEODIR_TERM_META."` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 936 | 936 | $flush_rewrite_rules = true; |
| 937 | 937 | } |
| 938 | 938 | |
| 939 | 939 | // Update detail table |
| 940 | 940 | foreach ($gd_posttypes as $pos_type) {
|
| 941 | 941 | try {
|
| 942 | - if ($wpdb->query("UPDATE `" . $wpdb->prefix . "geodir_" . $pos_type . "_detail` SET post_country = '" . $new_country . "', post_locations = REPLACE ( post_locations, ',[" . $old_slug . "]', ',[" . $new_slug . "]' ) WHERE post_locations LIKE '%[" . $old_slug . "]' OR post_country LIKE '" . $old_country . "'")) {
|
|
| 942 | + if ($wpdb->query("UPDATE `".$wpdb->prefix."geodir_".$pos_type."_detail` SET post_country = '".$new_country."', post_locations = REPLACE ( post_locations, ',[".$old_slug."]', ',[".$new_slug."]' ) WHERE post_locations LIKE '%[".$old_slug."]' OR post_country LIKE '".$old_country."'")) {
|
|
| 943 | 943 | $flush_rewrite_rules = true; |
| 944 | 944 | } |
| 945 | - } catch(Exception $e) {
|
|
| 946 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 945 | + } catch (Exception $e) {
|
|
| 946 | + error_log('Error: '.$e->getMessage());
|
|
| 947 | 947 | } |
| 948 | 948 | } |
| 949 | 949 | } |
@@ -972,8 +972,8 @@ discard block |
||
| 972 | 972 | * @return bool |
| 973 | 973 | */ |
| 974 | 974 | function geodir_upgrade_1622() {
|
| 975 | - if ( get_option( 'geodir_notify_post_submit', '-1' ) == '-1' ) {
|
|
| 976 | - update_option( 'geodir_notify_post_submit', '1' ); |
|
| 975 | + if (get_option('geodir_notify_post_submit', '-1') == '-1') {
|
|
| 976 | + update_option('geodir_notify_post_submit', '1');
|
|
| 977 | 977 | } |
| 978 | 978 | |
| 979 | 979 | return true; |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | {
|
| 95 | 95 | |
| 96 | 96 | //widgetform in backend |
| 97 | - $instance = wp_parse_args((array)$instance, |
|
| 97 | + $instance = wp_parse_args((array) $instance, |
|
| 98 | 98 | array('title' => '',
|
| 99 | 99 | 'post_type' => '', |
| 100 | 100 | 'category' => '', |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | ?> |
| 154 | 154 | |
| 155 | 155 | <p> |
| 156 | - <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
|
|
| 156 | + <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory'); ?>
|
|
| 157 | 157 | |
| 158 | 158 | <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
| 159 | 159 | name="<?php echo $this->get_field_name('title'); ?>" type="text"
|
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | |
| 164 | 164 | <p> |
| 165 | 165 | <label |
| 166 | - for="<?php echo $this->get_field_id('post_type'); ?>"><?php _e('Post Type:', 'geodirectory');?>
|
|
| 166 | + for="<?php echo $this->get_field_id('post_type'); ?>"><?php _e('Post Type:', 'geodirectory'); ?>
|
|
| 167 | 167 | |
| 168 | 168 | <?php $postypes = geodir_get_posttypes(); ?> |
| 169 | 169 | |
@@ -187,7 +187,7 @@ discard block |
||
| 187 | 187 | |
| 188 | 188 | <p> |
| 189 | 189 | <label |
| 190 | - for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory');?>
|
|
| 190 | + for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory'); ?>
|
|
| 191 | 191 | |
| 192 | 192 | <?php |
| 193 | 193 | $category_taxonomy = geodir_get_taxonomies('gd_place');
|
@@ -224,7 +224,7 @@ discard block |
||
| 224 | 224 | </p> |
| 225 | 225 | <p> |
| 226 | 226 | <label |
| 227 | - for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts(total):', 'geodirectory');?>
|
|
| 227 | + for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts(total):', 'geodirectory'); ?>
|
|
| 228 | 228 | <input class="widefat" id="<?php echo $this->get_field_id('post_number'); ?>"
|
| 229 | 229 | name="<?php echo $this->get_field_name('post_number'); ?>" type="text"
|
| 230 | 230 | value="<?php echo esc_attr($post_number); ?>"/> |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | |
| 234 | 234 | <p> |
| 235 | 235 | <label |
| 236 | - for="<?php echo $this->get_field_id('max_show'); ?>"><?php _e('Number of posts(shown at one time, requires a slide width to be set):', 'geodirectory');?>
|
|
| 236 | + for="<?php echo $this->get_field_id('max_show'); ?>"><?php _e('Number of posts(shown at one time, requires a slide width to be set):', 'geodirectory'); ?>
|
|
| 237 | 237 | <input class="widefat" id="<?php echo $this->get_field_id('max_show'); ?>"
|
| 238 | 238 | name="<?php echo $this->get_field_name('max_show'); ?>" type="text"
|
| 239 | 239 | value="<?php echo esc_attr($max_show); ?>"/> |
@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | |
| 243 | 243 | <p> |
| 244 | 244 | <label |
| 245 | - for="<?php echo $this->get_field_id('slide_width'); ?>"><?php _e('Slide width(leave blank unless showing more than one slide at a time, ex: 210):', 'geodirectory');?>
|
|
| 245 | + for="<?php echo $this->get_field_id('slide_width'); ?>"><?php _e('Slide width(leave blank unless showing more than one slide at a time, ex: 210):', 'geodirectory'); ?>
|
|
| 246 | 246 | <input class="widefat" id="<?php echo $this->get_field_id('slide_width'); ?>"
|
| 247 | 247 | name="<?php echo $this->get_field_name('slide_width'); ?>" type="text"
|
| 248 | 248 | value="<?php echo esc_attr($slide_width); ?>"/> |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | |
| 252 | 252 | <p> |
| 253 | 253 | <label |
| 254 | - for="<?php echo $this->get_field_id('animation'); ?>"><?php _e('Animation:', 'geodirectory');?>
|
|
| 254 | + for="<?php echo $this->get_field_id('animation'); ?>"><?php _e('Animation:', 'geodirectory'); ?>
|
|
| 255 | 255 | |
| 256 | 256 | <select class="widefat" id="<?php echo $this->get_field_id('animation'); ?>"
|
| 257 | 257 | name="<?php echo $this->get_field_name('animation'); ?>">
|
@@ -269,7 +269,7 @@ discard block |
||
| 269 | 269 | |
| 270 | 270 | <p> |
| 271 | 271 | <label |
| 272 | - for="<?php echo $this->get_field_id('slideshowSpeed'); ?>"><?php _e('Slide Show Speed: (milliseconds)', 'geodirectory');?>
|
|
| 272 | + for="<?php echo $this->get_field_id('slideshowSpeed'); ?>"><?php _e('Slide Show Speed: (milliseconds)', 'geodirectory'); ?>
|
|
| 273 | 273 | |
| 274 | 274 | <input class="widefat" id="<?php echo $this->get_field_id('slideshowSpeed'); ?>"
|
| 275 | 275 | name="<?php echo $this->get_field_name('slideshowSpeed'); ?>" type="text"
|
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | |
| 280 | 280 | <p> |
| 281 | 281 | <label |
| 282 | - for="<?php echo $this->get_field_id('animationSpeed'); ?>"><?php _e('Animation Speed: (milliseconds)', 'geodirectory');?>
|
|
| 282 | + for="<?php echo $this->get_field_id('animationSpeed'); ?>"><?php _e('Animation Speed: (milliseconds)', 'geodirectory'); ?>
|
|
| 283 | 283 | |
| 284 | 284 | <input class="widefat" id="<?php echo $this->get_field_id('animationSpeed'); ?>"
|
| 285 | 285 | name="<?php echo $this->get_field_name('animationSpeed'); ?>" type="text"
|
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | |
| 290 | 290 | <p> |
| 291 | 291 | <label |
| 292 | - for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory');?>
|
|
| 292 | + for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory'); ?>
|
|
| 293 | 293 | |
| 294 | 294 | <input type="checkbox" <?php if ($slideshow) {
|
| 295 | 295 | echo 'checked="checked"'; |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | |
| 302 | 302 | <p> |
| 303 | 303 | <label |
| 304 | - for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory');?>
|
|
| 304 | + for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory'); ?>
|
|
| 305 | 305 | |
| 306 | 306 | <input type="checkbox" <?php if ($animationLoop) {
|
| 307 | 307 | echo 'checked="checked"'; |
@@ -313,7 +313,7 @@ discard block |
||
| 313 | 313 | |
| 314 | 314 | <p> |
| 315 | 315 | <label |
| 316 | - for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory');?>
|
|
| 316 | + for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory'); ?>
|
|
| 317 | 317 | |
| 318 | 318 | <input type="checkbox" <?php if ($directionNav) {
|
| 319 | 319 | echo 'checked="checked"'; |
@@ -326,7 +326,7 @@ discard block |
||
| 326 | 326 | |
| 327 | 327 | <p> |
| 328 | 328 | <label |
| 329 | - for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory');?>
|
|
| 329 | + for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory'); ?>
|
|
| 330 | 330 | |
| 331 | 331 | <input type="checkbox" <?php if ($show_title) {
|
| 332 | 332 | echo 'checked="checked"'; |
@@ -345,9 +345,9 @@ discard block |
||
| 345 | 345 | </p> |
| 346 | 346 | <p> |
| 347 | 347 | <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
|
| 348 | - <?php _e('Enable Location Filter:', 'geodirectory');?>
|
|
| 348 | + <?php _e('Enable Location Filter:', 'geodirectory'); ?>
|
|
| 349 | 349 | <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
|
| 350 | - name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
|
|
| 350 | + name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"'; ?>
|
|
| 351 | 351 | value="1"/> |
| 352 | 352 | </label> |
| 353 | 353 | </p> |
@@ -368,10 +368,10 @@ discard block |
||
| 368 | 368 | |
| 369 | 369 | } |
| 370 | 370 | |
| 371 | - <?php if(is_active_widget( false, false, $this->id_base, true )){ ?>
|
|
| 371 | + <?php if (is_active_widget(false, false, $this->id_base, true)) { ?>
|
|
| 372 | 372 | var post_type = jQuery('#<?php echo $this->get_field_id('post_type'); ?>').val();
|
| 373 | 373 | |
| 374 | - geodir_change_category_list(post_type, '<?php echo $category;?>'); |
|
| 374 | + geodir_change_category_list(post_type, '<?php echo $category; ?>'); |
|
| 375 | 375 | <?php } ?> |
| 376 | 376 | |
| 377 | 377 | </script> |
@@ -74,10 +74,11 @@ discard block |
||
| 74 | 74 | $instance['animation'] = $new_instance['animation']; |
| 75 | 75 | $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
| 76 | 76 | $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
| 77 | - if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | - $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | - else |
|
| 80 | - $instance['add_location_filter'] = '0'; |
|
| 77 | + if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') { |
|
| 78 | + $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | + } else { |
|
| 80 | + $instance['add_location_filter'] = '0'; |
|
| 81 | + } |
|
| 81 | 82 | |
| 82 | 83 | return $instance; |
| 83 | 84 | } |
@@ -339,7 +340,10 @@ discard block |
||
| 339 | 340 | <label |
| 340 | 341 | for="<?php echo $this->get_field_id('show_featured_only'); ?>"><?php _e('Show only featured listings:', 'geodirectory'); ?>
|
| 341 | 342 | <input type="checkbox" id="<?php echo $this->get_field_id('show_featured_only'); ?>"
|
| 342 | - name="<?php echo $this->get_field_name('show_featured_only'); ?>" <?php if ($show_featured_only) echo 'checked="checked"'; ?>
|
|
| 343 | + name="<?php echo $this->get_field_name('show_featured_only'); ?>" <?php if ($show_featured_only) { |
|
| 344 | + echo 'checked="checked"'; |
|
| 345 | +} |
|
| 346 | +?> |
|
| 343 | 347 | value="1"/> |
| 344 | 348 | </label> |
| 345 | 349 | </p> |
@@ -347,7 +351,10 @@ discard block |
||
| 347 | 351 | <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
|
| 348 | 352 | <?php _e('Enable Location Filter:', 'geodirectory');?>
|
| 349 | 353 | <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
|
| 350 | - name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
|
|
| 354 | + name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) { |
|
| 355 | + echo 'checked="checked"'; |
|
| 356 | +} |
|
| 357 | +?> |
|
| 351 | 358 | value="1"/> |
| 352 | 359 | </label> |
| 353 | 360 | </p> |
@@ -15,40 +15,40 @@ discard block |
||
| 15 | 15 | class geodir_listing_slider_widget extends WP_Widget |
| 16 | 16 | {
|
| 17 | 17 | |
| 18 | - /** |
|
| 18 | + /** |
|
| 19 | 19 | * Register the listing slider widget. |
| 20 | 20 | * |
| 21 | 21 | * @since 1.0.0 |
| 22 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 22 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 23 | 23 | */ |
| 24 | - public function __construct() {
|
|
| 25 | - $widget_ops = array('classname' => 'geodir_listing_slider_view', 'description' => __('GD > Listing Slider', 'geodirectory'));
|
|
| 26 | - parent::__construct( |
|
| 27 | - 'listing_slider_view', // Base ID |
|
| 28 | - __('GD > Listing Slider', 'geodirectory'), // Name
|
|
| 29 | - $widget_ops// Args |
|
| 30 | - ); |
|
| 31 | - } |
|
| 24 | + public function __construct() {
|
|
| 25 | + $widget_ops = array('classname' => 'geodir_listing_slider_view', 'description' => __('GD > Listing Slider', 'geodirectory'));
|
|
| 26 | + parent::__construct( |
|
| 27 | + 'listing_slider_view', // Base ID |
|
| 28 | + __('GD > Listing Slider', 'geodirectory'), // Name
|
|
| 29 | + $widget_ops// Args |
|
| 30 | + ); |
|
| 31 | + } |
|
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * Front-end display content for listing slider widget. |
| 35 | 35 | * |
| 36 | 36 | * @since 1.0.0 |
| 37 | - * @since 1.5.1 Declare function public. |
|
| 37 | + * @since 1.5.1 Declare function public. |
|
| 38 | 38 | * |
| 39 | 39 | * @param array $args Widget arguments. |
| 40 | 40 | * @param array $instance Saved values from database. |
| 41 | 41 | */ |
| 42 | - public function widget($args, $instance) |
|
| 43 | - {
|
|
| 44 | - geodir_listing_slider_widget_output($args, $instance); |
|
| 45 | - } |
|
| 42 | + public function widget($args, $instance) |
|
| 43 | + {
|
|
| 44 | + geodir_listing_slider_widget_output($args, $instance); |
|
| 45 | + } |
|
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | 48 | * Sanitize listing slider widget form values as they are saved. |
| 49 | 49 | * |
| 50 | 50 | * @since 1.0.0 |
| 51 | - * @since 1.5.1 Declare function public. |
|
| 51 | + * @since 1.5.1 Declare function public. |
|
| 52 | 52 | * |
| 53 | 53 | * @param array $new_instance Values just sent to be saved. |
| 54 | 54 | * @param array $old_instance Previously saved values from database. |
@@ -56,101 +56,101 @@ discard block |
||
| 56 | 56 | * @return array Updated safe values to be saved. |
| 57 | 57 | */ |
| 58 | 58 | public function update($new_instance, $old_instance) |
| 59 | - {
|
|
| 60 | - //save the widget |
|
| 61 | - $instance = $old_instance; |
|
| 62 | - $instance['title'] = strip_tags($new_instance['title']); |
|
| 63 | - $instance['post_type'] = strip_tags($new_instance['post_type']); |
|
| 64 | - $instance['category'] = strip_tags($new_instance['category']); |
|
| 65 | - $instance['post_number'] = strip_tags($new_instance['post_number']); |
|
| 66 | - $instance['max_show'] = strip_tags($new_instance['max_show']); |
|
| 67 | - $instance['slide_width'] = strip_tags($new_instance['slide_width']); |
|
| 68 | - $instance['show_title'] = isset($new_instance['show_title']) ? $new_instance['show_title'] : ''; |
|
| 69 | - $instance['slideshow'] = isset($new_instance['slideshow']) ? $new_instance['slideshow'] : ''; |
|
| 70 | - $instance['animationLoop'] = isset($new_instance['animationLoop']) ? $new_instance['animationLoop'] : ''; |
|
| 71 | - $instance['directionNav'] = isset($new_instance['directionNav']) ? $new_instance['directionNav'] : ''; |
|
| 72 | - $instance['slideshowSpeed'] = $new_instance['slideshowSpeed']; |
|
| 73 | - $instance['animationSpeed'] = $new_instance['animationSpeed']; |
|
| 74 | - $instance['animation'] = $new_instance['animation']; |
|
| 75 | - $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
|
| 76 | - $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
|
| 77 | - if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | - $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | - else |
|
| 80 | - $instance['add_location_filter'] = '0'; |
|
| 81 | - |
|
| 82 | - return $instance; |
|
| 83 | - } |
|
| 59 | + {
|
|
| 60 | + //save the widget |
|
| 61 | + $instance = $old_instance; |
|
| 62 | + $instance['title'] = strip_tags($new_instance['title']); |
|
| 63 | + $instance['post_type'] = strip_tags($new_instance['post_type']); |
|
| 64 | + $instance['category'] = strip_tags($new_instance['category']); |
|
| 65 | + $instance['post_number'] = strip_tags($new_instance['post_number']); |
|
| 66 | + $instance['max_show'] = strip_tags($new_instance['max_show']); |
|
| 67 | + $instance['slide_width'] = strip_tags($new_instance['slide_width']); |
|
| 68 | + $instance['show_title'] = isset($new_instance['show_title']) ? $new_instance['show_title'] : ''; |
|
| 69 | + $instance['slideshow'] = isset($new_instance['slideshow']) ? $new_instance['slideshow'] : ''; |
|
| 70 | + $instance['animationLoop'] = isset($new_instance['animationLoop']) ? $new_instance['animationLoop'] : ''; |
|
| 71 | + $instance['directionNav'] = isset($new_instance['directionNav']) ? $new_instance['directionNav'] : ''; |
|
| 72 | + $instance['slideshowSpeed'] = $new_instance['slideshowSpeed']; |
|
| 73 | + $instance['animationSpeed'] = $new_instance['animationSpeed']; |
|
| 74 | + $instance['animation'] = $new_instance['animation']; |
|
| 75 | + $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
|
| 76 | + $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
|
| 77 | + if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | + $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | + else |
|
| 80 | + $instance['add_location_filter'] = '0'; |
|
| 81 | + |
|
| 82 | + return $instance; |
|
| 83 | + } |
|
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | 86 | * Back-end listing slider widget settings form. |
| 87 | 87 | * |
| 88 | 88 | * @since 1.0.0 |
| 89 | - * @since 1.5.1 Declare function public. |
|
| 89 | + * @since 1.5.1 Declare function public. |
|
| 90 | 90 | * |
| 91 | 91 | * @param array $instance Previously saved values from database. |
| 92 | 92 | */ |
| 93 | 93 | public function form($instance) |
| 94 | - {
|
|
| 94 | + {
|
|
| 95 | 95 | |
| 96 | - //widgetform in backend |
|
| 97 | - $instance = wp_parse_args((array)$instance, |
|
| 98 | - array('title' => '',
|
|
| 99 | - 'post_type' => '', |
|
| 100 | - 'category' => '', |
|
| 101 | - 'post_number' => '5', |
|
| 102 | - 'max_show' => '1', |
|
| 103 | - 'slide_width' => '', |
|
| 104 | - 'show_title' => '', |
|
| 105 | - 'slideshow' => '', |
|
| 106 | - 'animationLoop' => '', |
|
| 107 | - 'directionNav' => '', |
|
| 108 | - 'slideshowSpeed' => 5000, |
|
| 109 | - 'animationSpeed' => 600, |
|
| 110 | - 'animation' => '', |
|
| 111 | - 'list_sort' => 'latest', |
|
| 112 | - 'show_featured_only' => '', |
|
| 113 | - 'add_location_filter' => '0', |
|
| 114 | - ) |
|
| 115 | - ); |
|
| 96 | + //widgetform in backend |
|
| 97 | + $instance = wp_parse_args((array)$instance, |
|
| 98 | + array('title' => '',
|
|
| 99 | + 'post_type' => '', |
|
| 100 | + 'category' => '', |
|
| 101 | + 'post_number' => '5', |
|
| 102 | + 'max_show' => '1', |
|
| 103 | + 'slide_width' => '', |
|
| 104 | + 'show_title' => '', |
|
| 105 | + 'slideshow' => '', |
|
| 106 | + 'animationLoop' => '', |
|
| 107 | + 'directionNav' => '', |
|
| 108 | + 'slideshowSpeed' => 5000, |
|
| 109 | + 'animationSpeed' => 600, |
|
| 110 | + 'animation' => '', |
|
| 111 | + 'list_sort' => 'latest', |
|
| 112 | + 'show_featured_only' => '', |
|
| 113 | + 'add_location_filter' => '0', |
|
| 114 | + ) |
|
| 115 | + ); |
|
| 116 | 116 | |
| 117 | - $title = strip_tags($instance['title']); |
|
| 117 | + $title = strip_tags($instance['title']); |
|
| 118 | 118 | |
| 119 | - $post_type = strip_tags($instance['post_type']); |
|
| 119 | + $post_type = strip_tags($instance['post_type']); |
|
| 120 | 120 | |
| 121 | - $category = strip_tags($instance['category']); |
|
| 121 | + $category = strip_tags($instance['category']); |
|
| 122 | 122 | |
| 123 | - $post_number = strip_tags($instance['post_number']); |
|
| 123 | + $post_number = strip_tags($instance['post_number']); |
|
| 124 | 124 | |
| 125 | - $max_show = strip_tags($instance['max_show']); |
|
| 125 | + $max_show = strip_tags($instance['max_show']); |
|
| 126 | 126 | |
| 127 | - $slide_width = strip_tags($instance['slide_width']); |
|
| 127 | + $slide_width = strip_tags($instance['slide_width']); |
|
| 128 | 128 | |
| 129 | - $show_title = $instance['show_title']; |
|
| 129 | + $show_title = $instance['show_title']; |
|
| 130 | 130 | |
| 131 | - $slideshow = $instance['slideshow']; |
|
| 131 | + $slideshow = $instance['slideshow']; |
|
| 132 | 132 | |
| 133 | - $animationLoop = $instance['animationLoop']; |
|
| 133 | + $animationLoop = $instance['animationLoop']; |
|
| 134 | 134 | |
| 135 | - $directionNav = $instance['directionNav']; |
|
| 135 | + $directionNav = $instance['directionNav']; |
|
| 136 | 136 | |
| 137 | - $slideshowSpeed = $instance['slideshowSpeed']; |
|
| 137 | + $slideshowSpeed = $instance['slideshowSpeed']; |
|
| 138 | 138 | |
| 139 | - $animationSpeed = $instance['animationSpeed']; |
|
| 139 | + $animationSpeed = $instance['animationSpeed']; |
|
| 140 | 140 | |
| 141 | - $add_location_filter = strip_tags($instance['add_location_filter']); |
|
| 141 | + $add_location_filter = strip_tags($instance['add_location_filter']); |
|
| 142 | 142 | |
| 143 | - $animation = $instance['animation']; |
|
| 144 | - $list_sort = $instance['list_sort']; |
|
| 145 | - $show_featured_only = isset($instance['show_featured_only']) && $instance['show_featured_only'] ? true : false; |
|
| 143 | + $animation = $instance['animation']; |
|
| 144 | + $list_sort = $instance['list_sort']; |
|
| 145 | + $show_featured_only = isset($instance['show_featured_only']) && $instance['show_featured_only'] ? true : false; |
|
| 146 | 146 | |
| 147 | - $sort_fields = array(); |
|
| 148 | - $sort_fields[] = array('field' => 'latest', 'label' => __('Latest', 'geodirectory'));
|
|
| 149 | - $sort_fields[] = array('field' => 'featured', 'label' => __('Featured', 'geodirectory'));
|
|
| 150 | - $sort_fields[] = array('field' => 'high_review', 'label' => __('Review', 'geodirectory'));
|
|
| 151 | - $sort_fields[] = array('field' => 'high_rating', 'label' => __('Rating', 'geodirectory'));
|
|
| 152 | - $sort_fields[] = array('field' => 'random', 'label' => __('Random', 'geodirectory'));
|
|
| 153 | - ?> |
|
| 147 | + $sort_fields = array(); |
|
| 148 | + $sort_fields[] = array('field' => 'latest', 'label' => __('Latest', 'geodirectory'));
|
|
| 149 | + $sort_fields[] = array('field' => 'featured', 'label' => __('Featured', 'geodirectory'));
|
|
| 150 | + $sort_fields[] = array('field' => 'high_review', 'label' => __('Review', 'geodirectory'));
|
|
| 151 | + $sort_fields[] = array('field' => 'high_rating', 'label' => __('Rating', 'geodirectory'));
|
|
| 152 | + $sort_fields[] = array('field' => 'random', 'label' => __('Random', 'geodirectory'));
|
|
| 153 | + ?> |
|
| 154 | 154 | |
| 155 | 155 | <p> |
| 156 | 156 | <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
|
@@ -174,9 +174,9 @@ discard block |
||
| 174 | 174 | <?php foreach ($postypes as $postypes_obj) { ?>
|
| 175 | 175 | |
| 176 | 176 | <option <?php if ($post_type == $postypes_obj) {
|
| 177 | - echo 'selected="selected"'; |
|
| 178 | - } ?> value="<?php echo $postypes_obj; ?>"><?php $extvalue = explode('_', $postypes_obj);
|
|
| 179 | - echo geodir_utf8_ucfirst($extvalue[1]); ?></option> |
|
| 177 | + echo 'selected="selected"'; |
|
| 178 | + } ?> value="<?php echo $postypes_obj; ?>"><?php $extvalue = explode('_', $postypes_obj);
|
|
| 179 | + echo geodir_utf8_ucfirst($extvalue[1]); ?></option> |
|
| 180 | 180 | |
| 181 | 181 | <?php } ?> |
| 182 | 182 | |
@@ -190,20 +190,20 @@ discard block |
||
| 190 | 190 | for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory');?>
|
| 191 | 191 | |
| 192 | 192 | <?php |
| 193 | - $category_taxonomy = geodir_get_taxonomies('gd_place');
|
|
| 194 | - $categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC'));
|
|
| 195 | - ?> |
|
| 193 | + $category_taxonomy = geodir_get_taxonomies('gd_place');
|
|
| 194 | + $categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC'));
|
|
| 195 | + ?> |
|
| 196 | 196 | |
| 197 | 197 | <select class="widefat" id="<?php echo $this->get_field_id('category'); ?>"
|
| 198 | 198 | name="<?php echo $this->get_field_name('category'); ?>">
|
| 199 | 199 | <option <?php if ($category == '0') {
|
| 200 | - echo 'selected="selected"'; |
|
| 201 | - } ?> value="0"><?php _e('All', 'geodirectory'); ?></option>
|
|
| 200 | + echo 'selected="selected"'; |
|
| 201 | + } ?> value="0"><?php _e('All', 'geodirectory'); ?></option>
|
|
| 202 | 202 | <?php foreach ($categories as $category_obj) { ?>
|
| 203 | 203 | |
| 204 | 204 | <option <?php if ($category == $category_obj->term_id) {
|
| 205 | - echo 'selected="selected"'; |
|
| 206 | - } ?> |
|
| 205 | + echo 'selected="selected"'; |
|
| 206 | + } ?> |
|
| 207 | 207 | value="<?php echo $category_obj->term_id; ?>"><?php echo geodir_utf8_ucfirst($category_obj->name); ?></option> |
| 208 | 208 | |
| 209 | 209 | <?php } ?> |
@@ -256,12 +256,12 @@ discard block |
||
| 256 | 256 | <select class="widefat" id="<?php echo $this->get_field_id('animation'); ?>"
|
| 257 | 257 | name="<?php echo $this->get_field_name('animation'); ?>">
|
| 258 | 258 | <option <?php if ($animation == 'slide') {
|
| 259 | - echo 'selected="selected"'; |
|
| 260 | - } ?> value="slide">Slide |
|
| 259 | + echo 'selected="selected"'; |
|
| 260 | + } ?> value="slide">Slide |
|
| 261 | 261 | </option> |
| 262 | 262 | <option <?php if ($animation == 'fade') {
|
| 263 | - echo 'selected="selected"'; |
|
| 264 | - } ?> value="fade">Fade |
|
| 263 | + echo 'selected="selected"'; |
|
| 264 | + } ?> value="fade">Fade |
|
| 265 | 265 | </option> |
| 266 | 266 | </select> |
| 267 | 267 | </label> |
@@ -292,8 +292,8 @@ discard block |
||
| 292 | 292 | for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory');?>
|
| 293 | 293 | |
| 294 | 294 | <input type="checkbox" <?php if ($slideshow) {
|
| 295 | - echo 'checked="checked"'; |
|
| 296 | - } ?> id="<?php echo $this->get_field_id('slideshow'); ?>" value="1"
|
|
| 295 | + echo 'checked="checked"'; |
|
| 296 | + } ?> id="<?php echo $this->get_field_id('slideshow'); ?>" value="1"
|
|
| 297 | 297 | name="<?php echo $this->get_field_name('slideshow'); ?>"/>
|
| 298 | 298 | |
| 299 | 299 | </label> |
@@ -304,8 +304,8 @@ discard block |
||
| 304 | 304 | for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory');?>
|
| 305 | 305 | |
| 306 | 306 | <input type="checkbox" <?php if ($animationLoop) {
|
| 307 | - echo 'checked="checked"'; |
|
| 308 | - } ?> id="<?php echo $this->get_field_id('animationLoop'); ?>" value="1"
|
|
| 307 | + echo 'checked="checked"'; |
|
| 308 | + } ?> id="<?php echo $this->get_field_id('animationLoop'); ?>" value="1"
|
|
| 309 | 309 | name="<?php echo $this->get_field_name('animationLoop'); ?>"/>
|
| 310 | 310 | |
| 311 | 311 | </label> |
@@ -316,8 +316,8 @@ discard block |
||
| 316 | 316 | for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory');?>
|
| 317 | 317 | |
| 318 | 318 | <input type="checkbox" <?php if ($directionNav) {
|
| 319 | - echo 'checked="checked"'; |
|
| 320 | - } ?> id="<?php echo $this->get_field_id('directionNav'); ?>" value="1"
|
|
| 319 | + echo 'checked="checked"'; |
|
| 320 | + } ?> id="<?php echo $this->get_field_id('directionNav'); ?>" value="1"
|
|
| 321 | 321 | name="<?php echo $this->get_field_name('directionNav'); ?>"/>
|
| 322 | 322 | |
| 323 | 323 | </label> |
@@ -329,8 +329,8 @@ discard block |
||
| 329 | 329 | for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory');?>
|
| 330 | 330 | |
| 331 | 331 | <input type="checkbox" <?php if ($show_title) {
|
| 332 | - echo 'checked="checked"'; |
|
| 333 | - } ?> id="<?php echo $this->get_field_id('show_title'); ?>" value="1"
|
|
| 332 | + echo 'checked="checked"'; |
|
| 333 | + } ?> id="<?php echo $this->get_field_id('show_title'); ?>" value="1"
|
|
| 334 | 334 | name="<?php echo $this->get_field_name('show_title'); ?>"/>
|
| 335 | 335 | |
| 336 | 336 | </label> |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | |
| 379 | 379 | |
| 380 | 380 | <?php |
| 381 | - } |
|
| 381 | + } |
|
| 382 | 382 | } // class geodir_listing_slider_widget |
| 383 | 383 | |
| 384 | 384 | register_widget('geodir_listing_slider_widget'); |
| 385 | 385 | \ No newline at end of file |
@@ -997,7 +997,7 @@ |
||
| 997 | 997 | |
| 998 | 998 | if(isset($post_type) && $post_type){
|
| 999 | 999 | geodir_get_search_post_type($post_type);// set the post type |
| 1000 | - }else{
|
|
| 1000 | + } else{
|
|
| 1001 | 1001 | geodir_get_search_post_type();// set the post type |
| 1002 | 1002 | } |
| 1003 | 1003 | |
@@ -15,296 +15,296 @@ discard block |
||
| 15 | 15 | */ |
| 16 | 16 | function geodir_register_sidebar() |
| 17 | 17 | {
|
| 18 | - global $geodir_sidebars; |
|
| 19 | - |
|
| 20 | - if (function_exists('register_sidebar')) {
|
|
| 21 | - /*===========================*/ |
|
| 22 | - /* Home page sidebars start*/ |
|
| 23 | - /*===========================*/ |
|
| 24 | - |
|
| 25 | - /** |
|
| 26 | - * Filter the `$before_widget` widget opening HTML tag. |
|
| 27 | - * |
|
| 28 | - * @since 1.0.0 |
|
| 29 | - * @param string $var The HTML string to filter. Default = '<section id="%1$s" class="widget geodir-widget %2$s">'. |
|
| 30 | - * @see 'geodir_after_widget' |
|
| 31 | - */ |
|
| 32 | - $before_widget = apply_filters('geodir_before_widget', '<section id="%1$s" class="widget geodir-widget %2$s">');
|
|
| 33 | - /** |
|
| 34 | - * Filter the `$after_widget` widget closing HTML tag. |
|
| 35 | - * |
|
| 36 | - * @since 1.0.0 |
|
| 37 | - * @param string $var The HTML string to filter. Default = '</section>'. |
|
| 38 | - * @see 'geodir_before_widget' |
|
| 39 | - */ |
|
| 40 | - $after_widget = apply_filters('geodir_after_widget', '</section>');
|
|
| 41 | - /** |
|
| 42 | - * Filter the `$before_title` widget title opening HTML tag. |
|
| 43 | - * |
|
| 44 | - * @since 1.0.0 |
|
| 45 | - * @param string $var The HTML string to filter. Default = '<h3 class="widget-title">'. |
|
| 46 | - * @see 'geodir_after_title' |
|
| 47 | - */ |
|
| 48 | - $before_title = apply_filters('geodir_before_title', '<h3 class="widget-title">');
|
|
| 49 | - /** |
|
| 50 | - * Filter the `$after_title` widget title closing HTML tag. |
|
| 51 | - * |
|
| 52 | - * @since 1.0.0 |
|
| 53 | - * @param string $var The HTML string to filter. Default = '</h3>'. |
|
| 54 | - * @see 'geodir_before_title' |
|
| 55 | - */ |
|
| 56 | - $after_title = apply_filters('geodir_after_title', '</h3>');
|
|
| 57 | - |
|
| 58 | - if (get_option('geodir_show_home_top_section')) {
|
|
| 59 | - register_sidebars(1, array('id' => 'geodir_home_top', 'name' => __('GD Home Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 60 | - |
|
| 61 | - $geodir_sidebars[] = 'geodir_home_top'; |
|
| 62 | - } |
|
| 63 | - |
|
| 64 | - if (get_option('geodir_show_home_contant_section')) {
|
|
| 65 | - register_sidebars(1, array('id' => 'geodir_home_content', 'name' => __('GD Home Content Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 18 | + global $geodir_sidebars; |
|
| 66 | 19 | |
| 67 | - $geodir_sidebars[] = 'geodir_home_content'; |
|
| 68 | - } |
|
| 20 | + if (function_exists('register_sidebar')) {
|
|
| 21 | + /*===========================*/ |
|
| 22 | + /* Home page sidebars start*/ |
|
| 23 | + /*===========================*/ |
|
| 69 | 24 | |
| 70 | - if (get_option('geodir_show_home_right_section')) {
|
|
| 71 | - register_sidebars(1, array('id' => 'geodir_home_right', 'name' => __('GD Home Right Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 25 | + /** |
|
| 26 | + * Filter the `$before_widget` widget opening HTML tag. |
|
| 27 | + * |
|
| 28 | + * @since 1.0.0 |
|
| 29 | + * @param string $var The HTML string to filter. Default = '<section id="%1$s" class="widget geodir-widget %2$s">'. |
|
| 30 | + * @see 'geodir_after_widget' |
|
| 31 | + */ |
|
| 32 | + $before_widget = apply_filters('geodir_before_widget', '<section id="%1$s" class="widget geodir-widget %2$s">');
|
|
| 33 | + /** |
|
| 34 | + * Filter the `$after_widget` widget closing HTML tag. |
|
| 35 | + * |
|
| 36 | + * @since 1.0.0 |
|
| 37 | + * @param string $var The HTML string to filter. Default = '</section>'. |
|
| 38 | + * @see 'geodir_before_widget' |
|
| 39 | + */ |
|
| 40 | + $after_widget = apply_filters('geodir_after_widget', '</section>');
|
|
| 41 | + /** |
|
| 42 | + * Filter the `$before_title` widget title opening HTML tag. |
|
| 43 | + * |
|
| 44 | + * @since 1.0.0 |
|
| 45 | + * @param string $var The HTML string to filter. Default = '<h3 class="widget-title">'. |
|
| 46 | + * @see 'geodir_after_title' |
|
| 47 | + */ |
|
| 48 | + $before_title = apply_filters('geodir_before_title', '<h3 class="widget-title">');
|
|
| 49 | + /** |
|
| 50 | + * Filter the `$after_title` widget title closing HTML tag. |
|
| 51 | + * |
|
| 52 | + * @since 1.0.0 |
|
| 53 | + * @param string $var The HTML string to filter. Default = '</h3>'. |
|
| 54 | + * @see 'geodir_before_title' |
|
| 55 | + */ |
|
| 56 | + $after_title = apply_filters('geodir_after_title', '</h3>');
|
|
| 57 | + |
|
| 58 | + if (get_option('geodir_show_home_top_section')) {
|
|
| 59 | + register_sidebars(1, array('id' => 'geodir_home_top', 'name' => __('GD Home Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 72 | 60 | |
| 73 | - $geodir_sidebars[] = 'geodir_home_right'; |
|
| 74 | - } |
|
| 61 | + $geodir_sidebars[] = 'geodir_home_top'; |
|
| 62 | + } |
|
| 75 | 63 | |
| 76 | - if (get_option('geodir_show_home_left_section')) {
|
|
| 77 | - register_sidebars(1, array('id' => 'geodir_home_left', 'name' => __('GD Home Left Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 64 | + if (get_option('geodir_show_home_contant_section')) {
|
|
| 65 | + register_sidebars(1, array('id' => 'geodir_home_content', 'name' => __('GD Home Content Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 78 | 66 | |
| 79 | - $geodir_sidebars[] = 'geodir_home_left'; |
|
| 80 | - } |
|
| 67 | + $geodir_sidebars[] = 'geodir_home_content'; |
|
| 68 | + } |
|
| 81 | 69 | |
| 82 | - if (get_option('geodir_show_home_bottom_section')) {
|
|
| 83 | - register_sidebars(1, array('id' => 'geodir_home_bottom', 'name' => __('GD Home Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 70 | + if (get_option('geodir_show_home_right_section')) {
|
|
| 71 | + register_sidebars(1, array('id' => 'geodir_home_right', 'name' => __('GD Home Right Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 84 | 72 | |
| 85 | - $geodir_sidebars[] = 'geodir_home_bottom'; |
|
| 86 | - } |
|
| 73 | + $geodir_sidebars[] = 'geodir_home_right'; |
|
| 74 | + } |
|
| 87 | 75 | |
| 88 | - /*===========================*/ |
|
| 89 | - /* Home page sidebars end*/ |
|
| 90 | - /*===========================*/ |
|
| 76 | + if (get_option('geodir_show_home_left_section')) {
|
|
| 77 | + register_sidebars(1, array('id' => 'geodir_home_left', 'name' => __('GD Home Left Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 91 | 78 | |
| 92 | - /*===========================*/ |
|
| 93 | - /* Listing page sidebars start*/ |
|
| 94 | - /*===========================*/ |
|
| 79 | + $geodir_sidebars[] = 'geodir_home_left'; |
|
| 80 | + } |
|
| 95 | 81 | |
| 96 | - if (get_option('geodir_show_listing_top_section')) {
|
|
| 97 | - register_sidebars(1, array('id' => 'geodir_listing_top', 'name' => __('GD Listing Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 82 | + if (get_option('geodir_show_home_bottom_section')) {
|
|
| 83 | + register_sidebars(1, array('id' => 'geodir_home_bottom', 'name' => __('GD Home Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 98 | 84 | |
| 99 | - $geodir_sidebars[] = 'geodir_listing_top'; |
|
| 100 | - } |
|
| 85 | + $geodir_sidebars[] = 'geodir_home_bottom'; |
|
| 86 | + } |
|
| 101 | 87 | |
| 102 | - if (get_option('geodir_show_listing_left_section')) {
|
|
| 103 | - register_sidebars(1, array('id' => 'geodir_listing_left_sidebar', 'name' => __('GD Listing Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 88 | + /*===========================*/ |
|
| 89 | + /* Home page sidebars end*/ |
|
| 90 | + /*===========================*/ |
|
| 104 | 91 | |
| 105 | - $geodir_sidebars[] = 'geodir_listing_left_sidebar'; |
|
| 106 | - } |
|
| 92 | + /*===========================*/ |
|
| 93 | + /* Listing page sidebars start*/ |
|
| 94 | + /*===========================*/ |
|
| 107 | 95 | |
| 108 | - if (get_option('geodir_show_listing_right_section')) {
|
|
| 109 | - register_sidebars(1, array('id' => 'geodir_listing_right_sidebar', 'name' => __('GD Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 96 | + if (get_option('geodir_show_listing_top_section')) {
|
|
| 97 | + register_sidebars(1, array('id' => 'geodir_listing_top', 'name' => __('GD Listing Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 110 | 98 | |
| 111 | - $geodir_sidebars[] = 'geodir_listing_right_sidebar'; |
|
| 112 | - } |
|
| 99 | + $geodir_sidebars[] = 'geodir_listing_top'; |
|
| 100 | + } |
|
| 113 | 101 | |
| 114 | - if (get_option('geodir_show_listing_bottom_section')) {
|
|
| 115 | - register_sidebars(1, array('id' => 'geodir_listing_bottom', 'name' => __('GD Listing Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 102 | + if (get_option('geodir_show_listing_left_section')) {
|
|
| 103 | + register_sidebars(1, array('id' => 'geodir_listing_left_sidebar', 'name' => __('GD Listing Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 116 | 104 | |
| 117 | - $geodir_sidebars[] = 'geodir_listing_bottom'; |
|
| 118 | - } |
|
| 105 | + $geodir_sidebars[] = 'geodir_listing_left_sidebar'; |
|
| 106 | + } |
|
| 119 | 107 | |
| 120 | - /*===========================*/ |
|
| 121 | - /* Listing page sidebars start*/ |
|
| 122 | - /*===========================*/ |
|
| 108 | + if (get_option('geodir_show_listing_right_section')) {
|
|
| 109 | + register_sidebars(1, array('id' => 'geodir_listing_right_sidebar', 'name' => __('GD Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 123 | 110 | |
| 124 | - /*===========================*/ |
|
| 125 | - /* Search page sidebars start*/ |
|
| 126 | - /*===========================*/ |
|
| 111 | + $geodir_sidebars[] = 'geodir_listing_right_sidebar'; |
|
| 112 | + } |
|
| 127 | 113 | |
| 128 | - if (get_option('geodir_show_search_top_section')) {
|
|
| 129 | - register_sidebars(1, array('id' => 'geodir_search_top', 'name' => __('GD Search Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 114 | + if (get_option('geodir_show_listing_bottom_section')) {
|
|
| 115 | + register_sidebars(1, array('id' => 'geodir_listing_bottom', 'name' => __('GD Listing Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 130 | 116 | |
| 131 | - $geodir_sidebars[] = 'geodir_search_top'; |
|
| 132 | - } |
|
| 117 | + $geodir_sidebars[] = 'geodir_listing_bottom'; |
|
| 118 | + } |
|
| 133 | 119 | |
| 134 | - if (get_option('geodir_show_search_left_section')) {
|
|
| 135 | - register_sidebars(1, array('id' => 'geodir_search_left_sidebar', 'name' => __('GD Search Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 120 | + /*===========================*/ |
|
| 121 | + /* Listing page sidebars start*/ |
|
| 122 | + /*===========================*/ |
|
| 136 | 123 | |
| 137 | - $geodir_sidebars[] = 'geodir_search_left_sidebar'; |
|
| 138 | - } |
|
| 124 | + /*===========================*/ |
|
| 125 | + /* Search page sidebars start*/ |
|
| 126 | + /*===========================*/ |
|
| 139 | 127 | |
| 140 | - if (get_option('geodir_show_search_right_section')) {
|
|
| 141 | - register_sidebars(1, array('id' => 'geodir_search_right_sidebar', 'name' => __('GD Search Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 128 | + if (get_option('geodir_show_search_top_section')) {
|
|
| 129 | + register_sidebars(1, array('id' => 'geodir_search_top', 'name' => __('GD Search Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 142 | 130 | |
| 143 | - $geodir_sidebars[] = 'geodir_search_right_sidebar'; |
|
| 144 | - } |
|
| 131 | + $geodir_sidebars[] = 'geodir_search_top'; |
|
| 132 | + } |
|
| 145 | 133 | |
| 146 | - if (get_option('geodir_show_search_bottom_section')) {
|
|
| 147 | - register_sidebars(1, array('id' => 'geodir_search_bottom', 'name' => __('GD Search Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 134 | + if (get_option('geodir_show_search_left_section')) {
|
|
| 135 | + register_sidebars(1, array('id' => 'geodir_search_left_sidebar', 'name' => __('GD Search Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 148 | 136 | |
| 149 | - $geodir_sidebars[] = 'geodir_search_bottom'; |
|
| 150 | - } |
|
| 137 | + $geodir_sidebars[] = 'geodir_search_left_sidebar'; |
|
| 138 | + } |
|
| 151 | 139 | |
| 152 | - /*===========================*/ |
|
| 153 | - /* Search page sidebars end*/ |
|
| 154 | - /*===========================*/ |
|
| 140 | + if (get_option('geodir_show_search_right_section')) {
|
|
| 141 | + register_sidebars(1, array('id' => 'geodir_search_right_sidebar', 'name' => __('GD Search Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 155 | 142 | |
| 156 | - /*==================================*/ |
|
| 157 | - /* Detail/Single page sidebars start*/ |
|
| 158 | - /*==================================*/ |
|
| 159 | - if (get_option('geodir_show_detail_top_section')) {
|
|
| 160 | - register_sidebars(1, array('id' => 'geodir_detail_top', 'name' => __('GD Detail Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 143 | + $geodir_sidebars[] = 'geodir_search_right_sidebar'; |
|
| 144 | + } |
|
| 161 | 145 | |
| 162 | - $geodir_sidebars[] = 'geodir_detail_top'; |
|
| 163 | - } |
|
| 146 | + if (get_option('geodir_show_search_bottom_section')) {
|
|
| 147 | + register_sidebars(1, array('id' => 'geodir_search_bottom', 'name' => __('GD Search Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 164 | 148 | |
| 165 | - register_sidebars(1, array('id' => 'geodir_detail_sidebar', 'name' => __('GD Detail Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 149 | + $geodir_sidebars[] = 'geodir_search_bottom'; |
|
| 150 | + } |
|
| 166 | 151 | |
| 167 | - $geodir_sidebars[] = 'geodir_detail_sidebar'; |
|
| 152 | + /*===========================*/ |
|
| 153 | + /* Search page sidebars end*/ |
|
| 154 | + /*===========================*/ |
|
| 168 | 155 | |
| 169 | - if (get_option('geodir_show_detail_bottom_section')) {
|
|
| 170 | - register_sidebars(1, array('id' => 'geodir_detail_bottom', 'name' => __('GD Detail Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 156 | + /*==================================*/ |
|
| 157 | + /* Detail/Single page sidebars start*/ |
|
| 158 | + /*==================================*/ |
|
| 159 | + if (get_option('geodir_show_detail_top_section')) {
|
|
| 160 | + register_sidebars(1, array('id' => 'geodir_detail_top', 'name' => __('GD Detail Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 171 | 161 | |
| 172 | - $geodir_sidebars[] = 'geodir_detail_bottom'; |
|
| 173 | - } |
|
| 162 | + $geodir_sidebars[] = 'geodir_detail_top'; |
|
| 163 | + } |
|
| 174 | 164 | |
| 175 | - /*==================================*/ |
|
| 176 | - /* Detail/Single page sidebars end*/ |
|
| 177 | - /*==================================*/ |
|
| 165 | + register_sidebars(1, array('id' => 'geodir_detail_sidebar', 'name' => __('GD Detail Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 178 | 166 | |
| 179 | - /*==================================*/ |
|
| 180 | - /* Author page sidebars start */ |
|
| 181 | - /*==================================*/ |
|
| 167 | + $geodir_sidebars[] = 'geodir_detail_sidebar'; |
|
| 182 | 168 | |
| 183 | - if (get_option('geodir_show_author_top_section')) {
|
|
| 184 | - register_sidebars(1, array('id' => 'geodir_author_top', 'name' => __('GD Author Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 169 | + if (get_option('geodir_show_detail_bottom_section')) {
|
|
| 170 | + register_sidebars(1, array('id' => 'geodir_detail_bottom', 'name' => __('GD Detail Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 185 | 171 | |
| 186 | - $geodir_sidebars[] = 'geodir_author_top'; |
|
| 187 | - } |
|
| 172 | + $geodir_sidebars[] = 'geodir_detail_bottom'; |
|
| 173 | + } |
|
| 188 | 174 | |
| 189 | - if (get_option('geodir_show_author_left_section')) {
|
|
| 190 | - register_sidebars(1, array('id' => 'geodir_author_left_sidebar', 'name' => __('GD Author Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 175 | + /*==================================*/ |
|
| 176 | + /* Detail/Single page sidebars end*/ |
|
| 177 | + /*==================================*/ |
|
| 191 | 178 | |
| 192 | - $geodir_sidebars[] = 'geodir_author_left_sidebar'; |
|
| 193 | - } |
|
| 179 | + /*==================================*/ |
|
| 180 | + /* Author page sidebars start */ |
|
| 181 | + /*==================================*/ |
|
| 194 | 182 | |
| 195 | - if (get_option('geodir_show_author_right_section')) {
|
|
| 196 | - register_sidebars(1, array('id' => 'geodir_author_right_sidebar', 'name' => __('GD Author Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 183 | + if (get_option('geodir_show_author_top_section')) {
|
|
| 184 | + register_sidebars(1, array('id' => 'geodir_author_top', 'name' => __('GD Author Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 197 | 185 | |
| 198 | - $geodir_sidebars[] = 'geodir_author_right_sidebar'; |
|
| 199 | - } |
|
| 186 | + $geodir_sidebars[] = 'geodir_author_top'; |
|
| 187 | + } |
|
| 200 | 188 | |
| 201 | - if (get_option('geodir_show_author_bottom_section')) {
|
|
| 202 | - register_sidebars(1, array('id' => 'geodir_author_bottom', 'name' => __('GD Author Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 189 | + if (get_option('geodir_show_author_left_section')) {
|
|
| 190 | + register_sidebars(1, array('id' => 'geodir_author_left_sidebar', 'name' => __('GD Author Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 203 | 191 | |
| 204 | - $geodir_sidebars[] = 'geodir_author_bottom'; |
|
| 205 | - } |
|
| 192 | + $geodir_sidebars[] = 'geodir_author_left_sidebar'; |
|
| 193 | + } |
|
| 206 | 194 | |
| 207 | - /*==================================*/ |
|
| 208 | - /* Author page sidebars end */ |
|
| 209 | - /*==================================*/ |
|
| 195 | + if (get_option('geodir_show_author_right_section')) {
|
|
| 196 | + register_sidebars(1, array('id' => 'geodir_author_right_sidebar', 'name' => __('GD Author Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 210 | 197 | |
| 211 | - /*==================================*/ |
|
| 212 | - /* Add listing page sidebars start */ |
|
| 213 | - /*==================================*/ |
|
| 198 | + $geodir_sidebars[] = 'geodir_author_right_sidebar'; |
|
| 199 | + } |
|
| 214 | 200 | |
| 215 | - register_sidebars(1, array('id' => 'geodir_add_listing_sidebar', 'name' => __('GD Add Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 201 | + if (get_option('geodir_show_author_bottom_section')) {
|
|
| 202 | + register_sidebars(1, array('id' => 'geodir_author_bottom', 'name' => __('GD Author Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 216 | 203 | |
| 217 | - $geodir_sidebars[] = 'geodir_add_listing_sidebar'; |
|
| 204 | + $geodir_sidebars[] = 'geodir_author_bottom'; |
|
| 205 | + } |
|
| 218 | 206 | |
| 219 | - /*==================================*/ |
|
| 220 | - /* Add listing page sidebars end */ |
|
| 221 | - /*==================================*/ |
|
| 207 | + /*==================================*/ |
|
| 208 | + /* Author page sidebars end */ |
|
| 209 | + /*==================================*/ |
|
| 222 | 210 | |
| 223 | - } |
|
| 211 | + /*==================================*/ |
|
| 212 | + /* Add listing page sidebars start */ |
|
| 213 | + /*==================================*/ |
|
| 214 | + |
|
| 215 | + register_sidebars(1, array('id' => 'geodir_add_listing_sidebar', 'name' => __('GD Add Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 216 | + |
|
| 217 | + $geodir_sidebars[] = 'geodir_add_listing_sidebar'; |
|
| 218 | + |
|
| 219 | + /*==================================*/ |
|
| 220 | + /* Add listing page sidebars end */ |
|
| 221 | + /*==================================*/ |
|
| 222 | + |
|
| 223 | + } |
|
| 224 | 224 | } |
| 225 | 225 | |
| 226 | 226 | |
| 227 | 227 | if (!function_exists('register_geodir_widgets')) {
|
| 228 | - /** |
|
| 229 | - * Registers all Widgets. |
|
| 230 | - * |
|
| 231 | - * @since 1.0.0 |
|
| 232 | - * @package GeoDirectory |
|
| 233 | - */ |
|
| 234 | - function register_geodir_widgets() |
|
| 235 | - {
|
|
| 236 | - /** |
|
| 237 | - * Login Widget. |
|
| 238 | - * |
|
| 239 | - * @since 1.0.0 |
|
| 240 | - */ |
|
| 241 | - class geodir_loginwidget extends WP_Widget |
|
| 242 | - {
|
|
| 243 | - /** |
|
| 244 | - * Register the login widget with WordPress. |
|
| 245 | - * |
|
| 246 | - * @since 1.0.0 |
|
| 247 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 248 | - */ |
|
| 249 | - public function __construct() {
|
|
| 250 | - $widget_ops = array('classname' => 'geodir_loginbox', 'description' => __('Geodirectory Loginbox Widget', 'geodirectory'));
|
|
| 251 | - parent::__construct( |
|
| 252 | - 'geodir_loginbox', // Base ID |
|
| 253 | - __('GD > Loginbox', 'geodirectory'), // Name
|
|
| 254 | - $widget_ops// Args |
|
| 255 | - ); |
|
| 256 | - } |
|
| 257 | - |
|
| 258 | - /** |
|
| 259 | - * Front-end display content for login widget. |
|
| 260 | - * |
|
| 261 | - * @since 1.0.0 |
|
| 262 | - * @since 1.5.1 Declare function public. |
|
| 263 | - * |
|
| 264 | - * @param array $args Widget arguments. |
|
| 265 | - * @param array $instance Saved values from database. |
|
| 266 | - */ |
|
| 267 | - public function widget($args, $instance) |
|
| 268 | - {
|
|
| 269 | - geodir_loginwidget_output($args, $instance); |
|
| 270 | - } |
|
| 271 | - |
|
| 272 | - /** |
|
| 273 | - * Sanitize login widget form values as they are saved. |
|
| 274 | - * |
|
| 275 | - * @since 1.0.0 |
|
| 276 | - * @since 1.5.1 Declare function public. |
|
| 277 | - * |
|
| 278 | - * @param array $new_instance Values just sent to be saved. |
|
| 279 | - * @param array $old_instance Previously saved values from database. |
|
| 280 | - * |
|
| 281 | - * @return array Updated safe values to be saved. |
|
| 282 | - */ |
|
| 283 | - public function update($new_instance, $old_instance) |
|
| 284 | - {
|
|
| 285 | - //save the widget |
|
| 286 | - $instance = $old_instance; |
|
| 287 | - $instance['title'] = strip_tags($new_instance['title']); |
|
| 288 | - |
|
| 289 | - return $instance; |
|
| 290 | - } |
|
| 291 | - |
|
| 292 | - /** |
|
| 293 | - * Back-end login widget settings form. |
|
| 294 | - * |
|
| 295 | - * @since 1.0.0 |
|
| 296 | - * @since 1.5.1 Declare function public. |
|
| 297 | - * |
|
| 298 | - * @param array $instance Previously saved values from database. |
|
| 299 | - * @return string|void |
|
| 300 | - */ |
|
| 301 | - public function form($instance) |
|
| 302 | - {
|
|
| 303 | - //widgetform in backend |
|
| 304 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 305 | - $title = strip_tags($instance['title']); |
|
| 306 | - |
|
| 307 | - ?> |
|
| 228 | + /** |
|
| 229 | + * Registers all Widgets. |
|
| 230 | + * |
|
| 231 | + * @since 1.0.0 |
|
| 232 | + * @package GeoDirectory |
|
| 233 | + */ |
|
| 234 | + function register_geodir_widgets() |
|
| 235 | + {
|
|
| 236 | + /** |
|
| 237 | + * Login Widget. |
|
| 238 | + * |
|
| 239 | + * @since 1.0.0 |
|
| 240 | + */ |
|
| 241 | + class geodir_loginwidget extends WP_Widget |
|
| 242 | + {
|
|
| 243 | + /** |
|
| 244 | + * Register the login widget with WordPress. |
|
| 245 | + * |
|
| 246 | + * @since 1.0.0 |
|
| 247 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 248 | + */ |
|
| 249 | + public function __construct() {
|
|
| 250 | + $widget_ops = array('classname' => 'geodir_loginbox', 'description' => __('Geodirectory Loginbox Widget', 'geodirectory'));
|
|
| 251 | + parent::__construct( |
|
| 252 | + 'geodir_loginbox', // Base ID |
|
| 253 | + __('GD > Loginbox', 'geodirectory'), // Name
|
|
| 254 | + $widget_ops// Args |
|
| 255 | + ); |
|
| 256 | + } |
|
| 257 | + |
|
| 258 | + /** |
|
| 259 | + * Front-end display content for login widget. |
|
| 260 | + * |
|
| 261 | + * @since 1.0.0 |
|
| 262 | + * @since 1.5.1 Declare function public. |
|
| 263 | + * |
|
| 264 | + * @param array $args Widget arguments. |
|
| 265 | + * @param array $instance Saved values from database. |
|
| 266 | + */ |
|
| 267 | + public function widget($args, $instance) |
|
| 268 | + {
|
|
| 269 | + geodir_loginwidget_output($args, $instance); |
|
| 270 | + } |
|
| 271 | + |
|
| 272 | + /** |
|
| 273 | + * Sanitize login widget form values as they are saved. |
|
| 274 | + * |
|
| 275 | + * @since 1.0.0 |
|
| 276 | + * @since 1.5.1 Declare function public. |
|
| 277 | + * |
|
| 278 | + * @param array $new_instance Values just sent to be saved. |
|
| 279 | + * @param array $old_instance Previously saved values from database. |
|
| 280 | + * |
|
| 281 | + * @return array Updated safe values to be saved. |
|
| 282 | + */ |
|
| 283 | + public function update($new_instance, $old_instance) |
|
| 284 | + {
|
|
| 285 | + //save the widget |
|
| 286 | + $instance = $old_instance; |
|
| 287 | + $instance['title'] = strip_tags($new_instance['title']); |
|
| 288 | + |
|
| 289 | + return $instance; |
|
| 290 | + } |
|
| 291 | + |
|
| 292 | + /** |
|
| 293 | + * Back-end login widget settings form. |
|
| 294 | + * |
|
| 295 | + * @since 1.0.0 |
|
| 296 | + * @since 1.5.1 Declare function public. |
|
| 297 | + * |
|
| 298 | + * @param array $instance Previously saved values from database. |
|
| 299 | + * @return string|void |
|
| 300 | + */ |
|
| 301 | + public function form($instance) |
|
| 302 | + {
|
|
| 303 | + //widgetform in backend |
|
| 304 | + $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 305 | + $title = strip_tags($instance['title']); |
|
| 306 | + |
|
| 307 | + ?> |
|
| 308 | 308 | <p><label |
| 309 | 309 | for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Widget Title', 'geodirectory'); ?>
|
| 310 | 310 | : <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
@@ -313,64 +313,64 @@ discard block |
||
| 313 | 313 | |
| 314 | 314 | |
| 315 | 315 | <?php |
| 316 | - } |
|
| 317 | - } |
|
| 318 | - |
|
| 319 | - register_widget('geodir_loginwidget');
|
|
| 320 | - |
|
| 321 | - |
|
| 322 | - /** |
|
| 323 | - * GeoDirectory Social Like Widget. |
|
| 324 | - * |
|
| 325 | - * @since 1.0.0 |
|
| 326 | - */ |
|
| 327 | - class geodir_social_like_widget extends WP_Widget |
|
| 328 | - {
|
|
| 329 | - |
|
| 330 | - /** |
|
| 331 | - * Register the social like widget with WordPress. |
|
| 332 | - * |
|
| 333 | - * @since 1.0.0 |
|
| 334 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 335 | - */ |
|
| 336 | - public function __construct() {
|
|
| 337 | - $widget_ops = array('classname' => 'geodir_social_like_widget', 'description' => __('GD > Twitter,Facebook and Google+ buttons', 'geodirectory'));
|
|
| 338 | - parent::__construct( |
|
| 339 | - 'social_like_widget', // Base ID |
|
| 340 | - __('GD > Social Like', 'geodirectory'), // Name
|
|
| 341 | - $widget_ops// Args |
|
| 342 | - ); |
|
| 343 | - } |
|
| 344 | - |
|
| 345 | - /** |
|
| 346 | - * Front-end display content for social like widget. |
|
| 347 | - * |
|
| 348 | - * @since 1.0.0 |
|
| 349 | - * @since 1.5.1 Declare function public. |
|
| 350 | - * |
|
| 351 | - * @param array $args Widget arguments. |
|
| 352 | - * @param array $instance Saved values from database. |
|
| 353 | - */ |
|
| 354 | - public function widget($args, $instance) |
|
| 355 | - {
|
|
| 356 | - // prints the widget |
|
| 357 | - extract($args, EXTR_SKIP); |
|
| 358 | - |
|
| 359 | - /** |
|
| 360 | - * Filter the widget title text. |
|
| 361 | - * |
|
| 362 | - * @since 1.0.0 |
|
| 363 | - * @global object $current_user Current user object. |
|
| 364 | - * @param string $title The widget title text. |
|
| 365 | - */ |
|
| 366 | - $title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']);
|
|
| 367 | - |
|
| 368 | - global $current_user, $post; |
|
| 369 | - echo $before_widget; |
|
| 370 | - ?> |
|
| 316 | + } |
|
| 317 | + } |
|
| 318 | + |
|
| 319 | + register_widget('geodir_loginwidget');
|
|
| 320 | + |
|
| 321 | + |
|
| 322 | + /** |
|
| 323 | + * GeoDirectory Social Like Widget. |
|
| 324 | + * |
|
| 325 | + * @since 1.0.0 |
|
| 326 | + */ |
|
| 327 | + class geodir_social_like_widget extends WP_Widget |
|
| 328 | + {
|
|
| 329 | + |
|
| 330 | + /** |
|
| 331 | + * Register the social like widget with WordPress. |
|
| 332 | + * |
|
| 333 | + * @since 1.0.0 |
|
| 334 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 335 | + */ |
|
| 336 | + public function __construct() {
|
|
| 337 | + $widget_ops = array('classname' => 'geodir_social_like_widget', 'description' => __('GD > Twitter,Facebook and Google+ buttons', 'geodirectory'));
|
|
| 338 | + parent::__construct( |
|
| 339 | + 'social_like_widget', // Base ID |
|
| 340 | + __('GD > Social Like', 'geodirectory'), // Name
|
|
| 341 | + $widget_ops// Args |
|
| 342 | + ); |
|
| 343 | + } |
|
| 344 | + |
|
| 345 | + /** |
|
| 346 | + * Front-end display content for social like widget. |
|
| 347 | + * |
|
| 348 | + * @since 1.0.0 |
|
| 349 | + * @since 1.5.1 Declare function public. |
|
| 350 | + * |
|
| 351 | + * @param array $args Widget arguments. |
|
| 352 | + * @param array $instance Saved values from database. |
|
| 353 | + */ |
|
| 354 | + public function widget($args, $instance) |
|
| 355 | + {
|
|
| 356 | + // prints the widget |
|
| 357 | + extract($args, EXTR_SKIP); |
|
| 358 | + |
|
| 359 | + /** |
|
| 360 | + * Filter the widget title text. |
|
| 361 | + * |
|
| 362 | + * @since 1.0.0 |
|
| 363 | + * @global object $current_user Current user object. |
|
| 364 | + * @param string $title The widget title text. |
|
| 365 | + */ |
|
| 366 | + $title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']);
|
|
| 367 | + |
|
| 368 | + global $current_user, $post; |
|
| 369 | + echo $before_widget; |
|
| 370 | + ?> |
|
| 371 | 371 | |
| 372 | 372 | <?php //if ( get_option('gd_tweet_button') ) {
|
| 373 | - ?> |
|
| 373 | + ?> |
|
| 374 | 374 | |
| 375 | 375 | <a href="http://twitter.com/share" |
| 376 | 376 | class="twitter-share-button"><?php _e('Tweet', 'geodirectory');?></a>
|
@@ -378,23 +378,23 @@ discard block |
||
| 378 | 378 | <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> |
| 379 | 379 | |
| 380 | 380 | <?php //} |
| 381 | - ?> |
|
| 381 | + ?> |
|
| 382 | 382 | |
| 383 | 383 | <?php // if ( get_option('gd_facebook_button') ) {
|
| 384 | - ?> |
|
| 384 | + ?> |
|
| 385 | 385 | |
| 386 | 386 | <iframe <?php if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
|
| 387 | - echo 'allowtransparency="true"'; |
|
| 388 | - }?> class="facebook" |
|
| 387 | + echo 'allowtransparency="true"'; |
|
| 388 | + }?> class="facebook" |
|
| 389 | 389 | src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(geodir_curPageURL()); ?>&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light" |
| 390 | 390 | style="border:none; overflow:hidden; width:100px; height:20px"></iframe> |
| 391 | 391 | |
| 392 | 392 | |
| 393 | 393 | <?php //} |
| 394 | - ?> |
|
| 394 | + ?> |
|
| 395 | 395 | |
| 396 | 396 | <?php //if ( get_option('gd_google_button') ) {
|
| 397 | - ?> |
|
| 397 | + ?> |
|
| 398 | 398 | <script> |
| 399 | 399 | window.___gcfg = {
|
| 400 | 400 | parsetags: 'explicit' |
@@ -408,118 +408,118 @@ discard block |
||
| 408 | 408 | "count": "true" |
| 409 | 409 | });</script> |
| 410 | 410 | <?php //} |
| 411 | - echo $after_widget; |
|
| 412 | - |
|
| 413 | - } |
|
| 414 | - |
|
| 415 | - /** |
|
| 416 | - * Sanitize social like widget form values as they are saved. |
|
| 417 | - * |
|
| 418 | - * @since 1.0.0 |
|
| 419 | - * @since 1.5.1 Declare function public. |
|
| 420 | - * |
|
| 421 | - * @param array $new_instance Values just sent to be saved. |
|
| 422 | - * @param array $old_instance Previously saved values from database. |
|
| 423 | - * |
|
| 424 | - * @return array Updated safe values to be saved. |
|
| 425 | - */ |
|
| 426 | - public function update($new_instance, $old_instance) |
|
| 427 | - {
|
|
| 428 | - //save the widget |
|
| 429 | - $instance = $old_instance; |
|
| 430 | - $instance['title'] = strip_tags($new_instance['title']); |
|
| 431 | - return $instance; |
|
| 432 | - } |
|
| 433 | - |
|
| 434 | - /** |
|
| 435 | - * Back-end social like widget settings form. |
|
| 436 | - * |
|
| 437 | - * @since 1.0.0 |
|
| 438 | - * @since 1.5.1 Declare function public. |
|
| 439 | - * |
|
| 440 | - * @param array $instance Previously saved values from database. |
|
| 441 | - * @return string|void |
|
| 442 | - */ |
|
| 443 | - public function form($instance) |
|
| 444 | - {
|
|
| 445 | - //widgetform in backend |
|
| 446 | - $instance = wp_parse_args((array)$instance, array('title' => ''));
|
|
| 447 | - $title = strip_tags($instance['title']); |
|
| 448 | - ?> |
|
| 411 | + echo $after_widget; |
|
| 412 | + |
|
| 413 | + } |
|
| 414 | + |
|
| 415 | + /** |
|
| 416 | + * Sanitize social like widget form values as they are saved. |
|
| 417 | + * |
|
| 418 | + * @since 1.0.0 |
|
| 419 | + * @since 1.5.1 Declare function public. |
|
| 420 | + * |
|
| 421 | + * @param array $new_instance Values just sent to be saved. |
|
| 422 | + * @param array $old_instance Previously saved values from database. |
|
| 423 | + * |
|
| 424 | + * @return array Updated safe values to be saved. |
|
| 425 | + */ |
|
| 426 | + public function update($new_instance, $old_instance) |
|
| 427 | + {
|
|
| 428 | + //save the widget |
|
| 429 | + $instance = $old_instance; |
|
| 430 | + $instance['title'] = strip_tags($new_instance['title']); |
|
| 431 | + return $instance; |
|
| 432 | + } |
|
| 433 | + |
|
| 434 | + /** |
|
| 435 | + * Back-end social like widget settings form. |
|
| 436 | + * |
|
| 437 | + * @since 1.0.0 |
|
| 438 | + * @since 1.5.1 Declare function public. |
|
| 439 | + * |
|
| 440 | + * @param array $instance Previously saved values from database. |
|
| 441 | + * @return string|void |
|
| 442 | + */ |
|
| 443 | + public function form($instance) |
|
| 444 | + {
|
|
| 445 | + //widgetform in backend |
|
| 446 | + $instance = wp_parse_args((array)$instance, array('title' => ''));
|
|
| 447 | + $title = strip_tags($instance['title']); |
|
| 448 | + ?> |
|
| 449 | 449 | <p>No settings for this widget</p> |
| 450 | 450 | |
| 451 | 451 | |
| 452 | 452 | <?php |
| 453 | - } |
|
| 454 | - } |
|
| 455 | - |
|
| 456 | - register_widget('geodir_social_like_widget');
|
|
| 457 | - |
|
| 458 | - |
|
| 459 | - /** |
|
| 460 | - * GeoDirectory Feedburner Subscribe widget. |
|
| 461 | - * |
|
| 462 | - * @since 1.0.0 |
|
| 463 | - */ |
|
| 464 | - class geodirsubscribeWidget extends WP_Widget |
|
| 465 | - {
|
|
| 466 | - |
|
| 467 | - /** |
|
| 468 | - * Register the feedburner subscribe widget with WordPress. |
|
| 469 | - * |
|
| 470 | - * @since 1.0.0 |
|
| 471 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 472 | - */ |
|
| 473 | - public function __construct() {
|
|
| 474 | - $widget_ops = array('classname' => 'geodir-subscribe', 'description' => __('GD > Google Feedburner Subscribe', 'geodirectory'));
|
|
| 475 | - parent::__construct( |
|
| 476 | - 'widget_subscribeWidget', // Base ID |
|
| 477 | - __('GD > Subscribe', 'geodirectory'), // Name
|
|
| 478 | - $widget_ops// Args |
|
| 479 | - ); |
|
| 480 | - } |
|
| 481 | - |
|
| 482 | - /** |
|
| 483 | - * Front-end display content for feedburner subscribe widget. |
|
| 484 | - * |
|
| 485 | - * @since 1.0.0 |
|
| 486 | - * @since 1.5.1 Declare function public. |
|
| 487 | - * |
|
| 488 | - * @param array $args Widget arguments. |
|
| 489 | - * @param array $instance Saved values from database. |
|
| 490 | - */ |
|
| 491 | - public function widget($args, $instance) |
|
| 492 | - {
|
|
| 493 | - // prints the widget |
|
| 494 | - extract($args, EXTR_SKIP); |
|
| 495 | - |
|
| 496 | - /** |
|
| 497 | - * Filter the widget instance id. |
|
| 498 | - * |
|
| 499 | - * @since 1.0.0 |
|
| 500 | - * @param string $id The widget instance id. |
|
| 501 | - */ |
|
| 502 | - $id = empty($instance['id']) ? '' : apply_filters('widget_id', $instance['id']);
|
|
| 503 | - |
|
| 504 | - /** This filter is documented in geodirectory_widgets.php */ |
|
| 505 | - $title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 506 | - |
|
| 507 | - /** |
|
| 508 | - * Filter the widget text. |
|
| 509 | - * |
|
| 510 | - * @since 1.0.0 |
|
| 511 | - * @param string $text The widget text. |
|
| 512 | - */ |
|
| 513 | - $text = empty($instance['text']) ? '' : apply_filters('widget_text', $instance['text']);
|
|
| 514 | - |
|
| 515 | - echo $before_widget; |
|
| 516 | - ?> |
|
| 453 | + } |
|
| 454 | + } |
|
| 455 | + |
|
| 456 | + register_widget('geodir_social_like_widget');
|
|
| 457 | + |
|
| 458 | + |
|
| 459 | + /** |
|
| 460 | + * GeoDirectory Feedburner Subscribe widget. |
|
| 461 | + * |
|
| 462 | + * @since 1.0.0 |
|
| 463 | + */ |
|
| 464 | + class geodirsubscribeWidget extends WP_Widget |
|
| 465 | + {
|
|
| 466 | + |
|
| 467 | + /** |
|
| 468 | + * Register the feedburner subscribe widget with WordPress. |
|
| 469 | + * |
|
| 470 | + * @since 1.0.0 |
|
| 471 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 472 | + */ |
|
| 473 | + public function __construct() {
|
|
| 474 | + $widget_ops = array('classname' => 'geodir-subscribe', 'description' => __('GD > Google Feedburner Subscribe', 'geodirectory'));
|
|
| 475 | + parent::__construct( |
|
| 476 | + 'widget_subscribeWidget', // Base ID |
|
| 477 | + __('GD > Subscribe', 'geodirectory'), // Name
|
|
| 478 | + $widget_ops// Args |
|
| 479 | + ); |
|
| 480 | + } |
|
| 481 | + |
|
| 482 | + /** |
|
| 483 | + * Front-end display content for feedburner subscribe widget. |
|
| 484 | + * |
|
| 485 | + * @since 1.0.0 |
|
| 486 | + * @since 1.5.1 Declare function public. |
|
| 487 | + * |
|
| 488 | + * @param array $args Widget arguments. |
|
| 489 | + * @param array $instance Saved values from database. |
|
| 490 | + */ |
|
| 491 | + public function widget($args, $instance) |
|
| 492 | + {
|
|
| 493 | + // prints the widget |
|
| 494 | + extract($args, EXTR_SKIP); |
|
| 495 | + |
|
| 496 | + /** |
|
| 497 | + * Filter the widget instance id. |
|
| 498 | + * |
|
| 499 | + * @since 1.0.0 |
|
| 500 | + * @param string $id The widget instance id. |
|
| 501 | + */ |
|
| 502 | + $id = empty($instance['id']) ? '' : apply_filters('widget_id', $instance['id']);
|
|
| 503 | + |
|
| 504 | + /** This filter is documented in geodirectory_widgets.php */ |
|
| 505 | + $title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 506 | + |
|
| 507 | + /** |
|
| 508 | + * Filter the widget text. |
|
| 509 | + * |
|
| 510 | + * @since 1.0.0 |
|
| 511 | + * @param string $text The widget text. |
|
| 512 | + */ |
|
| 513 | + $text = empty($instance['text']) ? '' : apply_filters('widget_text', $instance['text']);
|
|
| 514 | + |
|
| 515 | + echo $before_widget; |
|
| 516 | + ?> |
|
| 517 | 517 | |
| 518 | 518 | <?php echo $before_title . $title; ?> <a href="<?php if ($id) {
|
| 519 | - echo 'http://feeds2.feedburner.com/' . $id; |
|
| 520 | - } else {
|
|
| 521 | - bloginfo('rss_url');
|
|
| 522 | - } ?>"><i class="fas fa-rss-square"></i> </a><?php echo $after_title;?> |
|
| 519 | + echo 'http://feeds2.feedburner.com/' . $id; |
|
| 520 | + } else {
|
|
| 521 | + bloginfo('rss_url');
|
|
| 522 | + } ?>"><i class="fas fa-rss-square"></i> </a><?php echo $after_title;?> |
|
| 523 | 523 | |
| 524 | 524 | <?php if ($text <> "") { ?>
|
| 525 | 525 | |
@@ -544,57 +544,57 @@ discard block |
||
| 544 | 544 | </form> |
| 545 | 545 | |
| 546 | 546 | <?php |
| 547 | - echo $after_widget; |
|
| 547 | + echo $after_widget; |
|
| 548 | 548 | |
| 549 | - } |
|
| 549 | + } |
|
| 550 | 550 | |
| 551 | - /** |
|
| 552 | - * Sanitize feedburner subscribe widget form values as they are saved. |
|
| 553 | - * |
|
| 554 | - * @since 1.0.0 |
|
| 555 | - * @since 1.5.1 Declare function public. |
|
| 556 | - * |
|
| 557 | - * @param array $new_instance Values just sent to be saved. |
|
| 558 | - * @param array $old_instance Previously saved values from database. |
|
| 559 | - * |
|
| 560 | - * @return array Updated safe values to be saved. |
|
| 561 | - */ |
|
| 562 | - public function update($new_instance, $old_instance) |
|
| 563 | - {
|
|
| 551 | + /** |
|
| 552 | + * Sanitize feedburner subscribe widget form values as they are saved. |
|
| 553 | + * |
|
| 554 | + * @since 1.0.0 |
|
| 555 | + * @since 1.5.1 Declare function public. |
|
| 556 | + * |
|
| 557 | + * @param array $new_instance Values just sent to be saved. |
|
| 558 | + * @param array $old_instance Previously saved values from database. |
|
| 559 | + * |
|
| 560 | + * @return array Updated safe values to be saved. |
|
| 561 | + */ |
|
| 562 | + public function update($new_instance, $old_instance) |
|
| 563 | + {
|
|
| 564 | 564 | |
| 565 | - //save the widget |
|
| 566 | - $instance = $old_instance; |
|
| 567 | - $instance['id'] = strip_tags($new_instance['id']); |
|
| 568 | - $instance['title'] = ($new_instance['title']); |
|
| 569 | - $instance['text'] = ($new_instance['text']); |
|
| 565 | + //save the widget |
|
| 566 | + $instance = $old_instance; |
|
| 567 | + $instance['id'] = strip_tags($new_instance['id']); |
|
| 568 | + $instance['title'] = ($new_instance['title']); |
|
| 569 | + $instance['text'] = ($new_instance['text']); |
|
| 570 | 570 | |
| 571 | 571 | |
| 572 | - return $instance; |
|
| 573 | - } |
|
| 572 | + return $instance; |
|
| 573 | + } |
|
| 574 | 574 | |
| 575 | - /** |
|
| 576 | - * Back-end feedburner subscribe widget settings form. |
|
| 577 | - * |
|
| 578 | - * @since 1.0.0 |
|
| 579 | - * @since 1.5.1 Declare function public. |
|
| 580 | - * |
|
| 581 | - * @param array $instance Previously saved values from database. |
|
| 582 | - * @return string|void |
|
| 583 | - */ |
|
| 584 | - public function form($instance) |
|
| 585 | - {
|
|
| 586 | - //widgetform in backend |
|
| 587 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 575 | + /** |
|
| 576 | + * Back-end feedburner subscribe widget settings form. |
|
| 577 | + * |
|
| 578 | + * @since 1.0.0 |
|
| 579 | + * @since 1.5.1 Declare function public. |
|
| 580 | + * |
|
| 581 | + * @param array $instance Previously saved values from database. |
|
| 582 | + * @return string|void |
|
| 583 | + */ |
|
| 584 | + public function form($instance) |
|
| 585 | + {
|
|
| 586 | + //widgetform in backend |
|
| 587 | + $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 588 | 588 | |
| 589 | - $id = strip_tags($instance['id']); |
|
| 589 | + $id = strip_tags($instance['id']); |
|
| 590 | 590 | |
| 591 | - $title = strip_tags($instance['title']); |
|
| 591 | + $title = strip_tags($instance['title']); |
|
| 592 | 592 | |
| 593 | - $text = strip_tags($instance['text']); |
|
| 593 | + $text = strip_tags($instance['text']); |
|
| 594 | 594 | |
| 595 | 595 | |
| 596 | 596 | |
| 597 | - ?> |
|
| 597 | + ?> |
|
| 598 | 598 | <p><label |
| 599 | 599 | for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'geodirectory');?>:
|
| 600 | 600 | <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
@@ -613,101 +613,101 @@ discard block |
||
| 613 | 613 | name="<?php echo $this->get_field_name('text'); ?>"><?php echo esc_attr($text); ?></textarea></label>
|
| 614 | 614 | </p> |
| 615 | 615 | <?php |
| 616 | - } |
|
| 617 | - } |
|
| 618 | - |
|
| 619 | - register_widget('geodirsubscribeWidget');
|
|
| 620 | - |
|
| 621 | - /** |
|
| 622 | - * GeoDirectory advertise widget. |
|
| 623 | - * |
|
| 624 | - * @since 1.0.0 |
|
| 625 | - */ |
|
| 626 | - class geodiradvtwidget extends WP_Widget |
|
| 627 | - {
|
|
| 628 | - |
|
| 629 | - /** |
|
| 630 | - * Register the advertise widget with WordPress. |
|
| 631 | - * |
|
| 632 | - * @since 1.0.0 |
|
| 633 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 634 | - */ |
|
| 635 | - public function __construct() {
|
|
| 636 | - $widget_ops = array('classname' => 'GeoDirectory Advertise', 'description' => __('GD > common advertise widget in sidebar, bottom section', 'geodirectory'));
|
|
| 637 | - parent::__construct( |
|
| 638 | - 'advtwidget', // Base ID |
|
| 639 | - __('GD > Advertise', 'geodirectory'), // Name
|
|
| 640 | - $widget_ops// Args |
|
| 641 | - ); |
|
| 642 | - } |
|
| 643 | - |
|
| 644 | - |
|
| 645 | - /** |
|
| 646 | - * Front-end display content for advertise widget. |
|
| 647 | - * |
|
| 648 | - * @since 1.0.0 |
|
| 649 | - * @since 1.5.1 Declare function public. |
|
| 650 | - * |
|
| 651 | - * @param array $args Widget arguments. |
|
| 652 | - * @param array $instance Saved values from database. |
|
| 653 | - */ |
|
| 654 | - public function widget($args, $instance) |
|
| 655 | - {
|
|
| 656 | - |
|
| 657 | - // prints the widget |
|
| 658 | - |
|
| 659 | - extract($args, EXTR_SKIP); |
|
| 660 | - |
|
| 661 | - /** |
|
| 662 | - * Filter the description text. |
|
| 663 | - * |
|
| 664 | - * @since 1.0.0 |
|
| 665 | - * @param string $desc1 The widget description text. |
|
| 666 | - */ |
|
| 667 | - $desc1 = empty($instance['desc1']) ? ' ' : apply_filters('widget_desc1', $instance['desc1']);
|
|
| 668 | - echo $before_widget; |
|
| 669 | - ?> |
|
| 616 | + } |
|
| 617 | + } |
|
| 618 | + |
|
| 619 | + register_widget('geodirsubscribeWidget');
|
|
| 620 | + |
|
| 621 | + /** |
|
| 622 | + * GeoDirectory advertise widget. |
|
| 623 | + * |
|
| 624 | + * @since 1.0.0 |
|
| 625 | + */ |
|
| 626 | + class geodiradvtwidget extends WP_Widget |
|
| 627 | + {
|
|
| 628 | + |
|
| 629 | + /** |
|
| 630 | + * Register the advertise widget with WordPress. |
|
| 631 | + * |
|
| 632 | + * @since 1.0.0 |
|
| 633 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 634 | + */ |
|
| 635 | + public function __construct() {
|
|
| 636 | + $widget_ops = array('classname' => 'GeoDirectory Advertise', 'description' => __('GD > common advertise widget in sidebar, bottom section', 'geodirectory'));
|
|
| 637 | + parent::__construct( |
|
| 638 | + 'advtwidget', // Base ID |
|
| 639 | + __('GD > Advertise', 'geodirectory'), // Name
|
|
| 640 | + $widget_ops// Args |
|
| 641 | + ); |
|
| 642 | + } |
|
| 643 | + |
|
| 644 | + |
|
| 645 | + /** |
|
| 646 | + * Front-end display content for advertise widget. |
|
| 647 | + * |
|
| 648 | + * @since 1.0.0 |
|
| 649 | + * @since 1.5.1 Declare function public. |
|
| 650 | + * |
|
| 651 | + * @param array $args Widget arguments. |
|
| 652 | + * @param array $instance Saved values from database. |
|
| 653 | + */ |
|
| 654 | + public function widget($args, $instance) |
|
| 655 | + {
|
|
| 656 | + |
|
| 657 | + // prints the widget |
|
| 658 | + |
|
| 659 | + extract($args, EXTR_SKIP); |
|
| 660 | + |
|
| 661 | + /** |
|
| 662 | + * Filter the description text. |
|
| 663 | + * |
|
| 664 | + * @since 1.0.0 |
|
| 665 | + * @param string $desc1 The widget description text. |
|
| 666 | + */ |
|
| 667 | + $desc1 = empty($instance['desc1']) ? ' ' : apply_filters('widget_desc1', $instance['desc1']);
|
|
| 668 | + echo $before_widget; |
|
| 669 | + ?> |
|
| 670 | 670 | <?php if ($desc1 <> "") { ?>
|
| 671 | 671 | <?php echo $desc1; ?> |
| 672 | 672 | <?php } |
| 673 | - echo $after_widget; |
|
| 674 | - } |
|
| 675 | - |
|
| 676 | - /** |
|
| 677 | - * Sanitize advertise widget form values as they are saved. |
|
| 678 | - * |
|
| 679 | - * @since 1.0.0 |
|
| 680 | - * @since 1.5.1 Declare function public. |
|
| 681 | - * |
|
| 682 | - * @param array $new_instance Values just sent to be saved. |
|
| 683 | - * @param array $old_instance Previously saved values from database. |
|
| 684 | - * |
|
| 685 | - * @return array Updated safe values to be saved. |
|
| 686 | - */ |
|
| 687 | - public function update($new_instance, $old_instance) |
|
| 688 | - {
|
|
| 689 | - //save the widget |
|
| 690 | - $instance = $old_instance; |
|
| 691 | - $instance['desc1'] = ($new_instance['desc1']); |
|
| 692 | - return $instance; |
|
| 693 | - } |
|
| 694 | - |
|
| 695 | - /** |
|
| 696 | - * Back-end advertise widget settings form. |
|
| 697 | - * |
|
| 698 | - * @since 1.0.0 |
|
| 699 | - * @since 1.5.1 Declare function public. |
|
| 700 | - * |
|
| 701 | - * @param array $instance Previously saved values from database. |
|
| 702 | - * @return string|void |
|
| 703 | - */ |
|
| 704 | - public function form($instance) |
|
| 705 | - {
|
|
| 706 | - //widgetform in backend |
|
| 707 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 708 | - |
|
| 709 | - $desc1 = ($instance['desc1']); |
|
| 710 | - ?> |
|
| 673 | + echo $after_widget; |
|
| 674 | + } |
|
| 675 | + |
|
| 676 | + /** |
|
| 677 | + * Sanitize advertise widget form values as they are saved. |
|
| 678 | + * |
|
| 679 | + * @since 1.0.0 |
|
| 680 | + * @since 1.5.1 Declare function public. |
|
| 681 | + * |
|
| 682 | + * @param array $new_instance Values just sent to be saved. |
|
| 683 | + * @param array $old_instance Previously saved values from database. |
|
| 684 | + * |
|
| 685 | + * @return array Updated safe values to be saved. |
|
| 686 | + */ |
|
| 687 | + public function update($new_instance, $old_instance) |
|
| 688 | + {
|
|
| 689 | + //save the widget |
|
| 690 | + $instance = $old_instance; |
|
| 691 | + $instance['desc1'] = ($new_instance['desc1']); |
|
| 692 | + return $instance; |
|
| 693 | + } |
|
| 694 | + |
|
| 695 | + /** |
|
| 696 | + * Back-end advertise widget settings form. |
|
| 697 | + * |
|
| 698 | + * @since 1.0.0 |
|
| 699 | + * @since 1.5.1 Declare function public. |
|
| 700 | + * |
|
| 701 | + * @param array $instance Previously saved values from database. |
|
| 702 | + * @return string|void |
|
| 703 | + */ |
|
| 704 | + public function form($instance) |
|
| 705 | + {
|
|
| 706 | + //widgetform in backend |
|
| 707 | + $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 708 | + |
|
| 709 | + $desc1 = ($instance['desc1']); |
|
| 710 | + ?> |
|
| 711 | 711 | <p><label |
| 712 | 712 | for="<?php echo $this->get_field_id('desc1'); ?>"><?php _e('Your Advt code (ex.google adsense, etc.)', 'geodirectory');?>
|
| 713 | 713 | <textarea class="widefat" rows="6" cols="20" id="<?php echo $this->get_field_id('desc1'); ?>"
|
@@ -715,65 +715,65 @@ discard block |
||
| 715 | 715 | </p> |
| 716 | 716 | |
| 717 | 717 | <?php |
| 718 | - } |
|
| 719 | - } |
|
| 720 | - |
|
| 721 | - register_widget('geodiradvtwidget');
|
|
| 722 | - |
|
| 723 | - /** |
|
| 724 | - * GeoDirectory Flickr widget. |
|
| 725 | - * |
|
| 726 | - * @since 1.0.0 |
|
| 727 | - */ |
|
| 728 | - class GeodirFlickrWidget extends WP_Widget |
|
| 729 | - {
|
|
| 730 | - |
|
| 731 | - /** |
|
| 732 | - * Register the flickr widget with WordPress. |
|
| 733 | - * |
|
| 734 | - * @since 1.0.0 |
|
| 735 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 736 | - */ |
|
| 737 | - public function __construct() {
|
|
| 738 | - $widget_ops = array('classname' => 'Geo Dir Flickr Photos ', 'description' => __('GD > Flickr Photos', 'geodirectory'));
|
|
| 739 | - parent::__construct( |
|
| 740 | - 'widget_flickrwidget', // Base ID |
|
| 741 | - __('GD > Flickr Photos', 'geodirectory'), // Name
|
|
| 742 | - $widget_ops// Args |
|
| 743 | - ); |
|
| 744 | - } |
|
| 745 | - |
|
| 746 | - /** |
|
| 747 | - * Front-end display content for flickr widget. |
|
| 748 | - * |
|
| 749 | - * @since 1.0.0 |
|
| 750 | - * @since 1.5.1 Declare function public. |
|
| 751 | - * |
|
| 752 | - * @param array $args Widget arguments. |
|
| 753 | - * @param array $instance Saved values from database. |
|
| 754 | - */ |
|
| 755 | - public function widget($args, $instance) |
|
| 756 | - {
|
|
| 757 | - |
|
| 758 | - // prints the widget |
|
| 759 | - extract($args, EXTR_SKIP); |
|
| 760 | - |
|
| 761 | - echo $before_widget; |
|
| 762 | - |
|
| 763 | - /** This filter is documented in geodirectory_widgets.php */ |
|
| 764 | - $id = empty($instance['id']) ? ' ' : apply_filters('widget_id', $instance['id']);
|
|
| 765 | - |
|
| 766 | - /** |
|
| 767 | - * Filter the widget number. |
|
| 768 | - * |
|
| 769 | - * This is used in the flicker widget to show how many images to show. |
|
| 770 | - * |
|
| 771 | - * @since 1.0.0 |
|
| 772 | - * @param string $number The image count. |
|
| 773 | - */ |
|
| 774 | - $number = empty($instance['number']) ? ' ' : apply_filters('widget_number', $instance['number']);
|
|
| 775 | - echo $before_title . __('Photo Gallery', 'geodirectory') . $after_title;
|
|
| 776 | - ?> |
|
| 718 | + } |
|
| 719 | + } |
|
| 720 | + |
|
| 721 | + register_widget('geodiradvtwidget');
|
|
| 722 | + |
|
| 723 | + /** |
|
| 724 | + * GeoDirectory Flickr widget. |
|
| 725 | + * |
|
| 726 | + * @since 1.0.0 |
|
| 727 | + */ |
|
| 728 | + class GeodirFlickrWidget extends WP_Widget |
|
| 729 | + {
|
|
| 730 | + |
|
| 731 | + /** |
|
| 732 | + * Register the flickr widget with WordPress. |
|
| 733 | + * |
|
| 734 | + * @since 1.0.0 |
|
| 735 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 736 | + */ |
|
| 737 | + public function __construct() {
|
|
| 738 | + $widget_ops = array('classname' => 'Geo Dir Flickr Photos ', 'description' => __('GD > Flickr Photos', 'geodirectory'));
|
|
| 739 | + parent::__construct( |
|
| 740 | + 'widget_flickrwidget', // Base ID |
|
| 741 | + __('GD > Flickr Photos', 'geodirectory'), // Name
|
|
| 742 | + $widget_ops// Args |
|
| 743 | + ); |
|
| 744 | + } |
|
| 745 | + |
|
| 746 | + /** |
|
| 747 | + * Front-end display content for flickr widget. |
|
| 748 | + * |
|
| 749 | + * @since 1.0.0 |
|
| 750 | + * @since 1.5.1 Declare function public. |
|
| 751 | + * |
|
| 752 | + * @param array $args Widget arguments. |
|
| 753 | + * @param array $instance Saved values from database. |
|
| 754 | + */ |
|
| 755 | + public function widget($args, $instance) |
|
| 756 | + {
|
|
| 757 | + |
|
| 758 | + // prints the widget |
|
| 759 | + extract($args, EXTR_SKIP); |
|
| 760 | + |
|
| 761 | + echo $before_widget; |
|
| 762 | + |
|
| 763 | + /** This filter is documented in geodirectory_widgets.php */ |
|
| 764 | + $id = empty($instance['id']) ? ' ' : apply_filters('widget_id', $instance['id']);
|
|
| 765 | + |
|
| 766 | + /** |
|
| 767 | + * Filter the widget number. |
|
| 768 | + * |
|
| 769 | + * This is used in the flicker widget to show how many images to show. |
|
| 770 | + * |
|
| 771 | + * @since 1.0.0 |
|
| 772 | + * @param string $number The image count. |
|
| 773 | + */ |
|
| 774 | + $number = empty($instance['number']) ? ' ' : apply_filters('widget_number', $instance['number']);
|
|
| 775 | + echo $before_title . __('Photo Gallery', 'geodirectory') . $after_title;
|
|
| 776 | + ?> |
|
| 777 | 777 | |
| 778 | 778 | <div class="geodir-flickr clearfix"> |
| 779 | 779 | |
@@ -784,45 +784,45 @@ discard block |
||
| 784 | 784 | |
| 785 | 785 | |
| 786 | 786 | <?php echo $after_widget; |
| 787 | - } |
|
| 788 | - |
|
| 789 | - /** |
|
| 790 | - * Sanitize flickr widget form values as they are saved. |
|
| 791 | - * |
|
| 792 | - * @since 1.0.0 |
|
| 793 | - * @since 1.5.1 Declare function public. |
|
| 794 | - * |
|
| 795 | - * @param array $new_instance Values just sent to be saved. |
|
| 796 | - * @param array $old_instance Previously saved values from database. |
|
| 797 | - * |
|
| 798 | - * @return array Updated safe values to be saved. |
|
| 799 | - */ |
|
| 800 | - public function update($new_instance, $old_instance) |
|
| 801 | - {
|
|
| 802 | - //save the widget |
|
| 803 | - $instance = $old_instance; |
|
| 804 | - $instance['id'] = strip_tags($new_instance['id']); |
|
| 805 | - $instance['number'] = strip_tags($new_instance['number']); |
|
| 806 | - return $instance; |
|
| 807 | - } |
|
| 808 | - |
|
| 809 | - /** |
|
| 810 | - * Back-end flickr widget settings form. |
|
| 811 | - * |
|
| 812 | - * @since 1.0.0 |
|
| 813 | - * @since 1.5.1 Declare function public. |
|
| 814 | - * |
|
| 815 | - * @param array $instance Previously saved values from database. |
|
| 816 | - * @return string|void |
|
| 817 | - */ |
|
| 818 | - public function form($instance) |
|
| 819 | - {
|
|
| 820 | - |
|
| 821 | - //widgetform in backend |
|
| 822 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 823 | - $id = strip_tags($instance['id']); |
|
| 824 | - $number = strip_tags($instance['number']); |
|
| 825 | - ?> |
|
| 787 | + } |
|
| 788 | + |
|
| 789 | + /** |
|
| 790 | + * Sanitize flickr widget form values as they are saved. |
|
| 791 | + * |
|
| 792 | + * @since 1.0.0 |
|
| 793 | + * @since 1.5.1 Declare function public. |
|
| 794 | + * |
|
| 795 | + * @param array $new_instance Values just sent to be saved. |
|
| 796 | + * @param array $old_instance Previously saved values from database. |
|
| 797 | + * |
|
| 798 | + * @return array Updated safe values to be saved. |
|
| 799 | + */ |
|
| 800 | + public function update($new_instance, $old_instance) |
|
| 801 | + {
|
|
| 802 | + //save the widget |
|
| 803 | + $instance = $old_instance; |
|
| 804 | + $instance['id'] = strip_tags($new_instance['id']); |
|
| 805 | + $instance['number'] = strip_tags($new_instance['number']); |
|
| 806 | + return $instance; |
|
| 807 | + } |
|
| 808 | + |
|
| 809 | + /** |
|
| 810 | + * Back-end flickr widget settings form. |
|
| 811 | + * |
|
| 812 | + * @since 1.0.0 |
|
| 813 | + * @since 1.5.1 Declare function public. |
|
| 814 | + * |
|
| 815 | + * @param array $instance Previously saved values from database. |
|
| 816 | + * @return string|void |
|
| 817 | + */ |
|
| 818 | + public function form($instance) |
|
| 819 | + {
|
|
| 820 | + |
|
| 821 | + //widgetform in backend |
|
| 822 | + $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 823 | + $id = strip_tags($instance['id']); |
|
| 824 | + $number = strip_tags($instance['number']); |
|
| 825 | + ?> |
|
| 826 | 826 | |
| 827 | 827 | <p> |
| 828 | 828 | <label |
@@ -843,99 +843,99 @@ discard block |
||
| 843 | 843 | </label> |
| 844 | 844 | </p> |
| 845 | 845 | <?php |
| 846 | - } |
|
| 847 | - } |
|
| 848 | - |
|
| 849 | - register_widget('GeodirFlickrWidget');
|
|
| 850 | - |
|
| 851 | - /** |
|
| 852 | - * GeoDirectory Twitter widget. |
|
| 853 | - * |
|
| 854 | - * @since 1.0.0 |
|
| 855 | - */ |
|
| 856 | - class geodir_twitter extends WP_Widget |
|
| 857 | - {
|
|
| 858 | - /** |
|
| 859 | - * Register the Twitter widget with WordPress. |
|
| 860 | - * |
|
| 861 | - * @since 1.0.0 |
|
| 862 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 863 | - */ |
|
| 864 | - public function __construct() {
|
|
| 865 | - $widget_ops = array('classname' => 'Twitter', 'description' => __('GD > Twitter Feed', 'geodirectory'));
|
|
| 866 | - parent::__construct( |
|
| 867 | - 'widget_Twidget', // Base ID |
|
| 868 | - __('GD > Twitter', 'geodirectory'), // Name
|
|
| 869 | - $widget_ops// Args |
|
| 870 | - ); |
|
| 871 | - } |
|
| 872 | - |
|
| 873 | - |
|
| 874 | - /** |
|
| 875 | - * Front-end display content for Twitter widget. |
|
| 876 | - * |
|
| 877 | - * @since 1.0.0 |
|
| 878 | - * @since 1.5.1 Declare function public. |
|
| 879 | - * |
|
| 880 | - * @param array $args Widget arguments. |
|
| 881 | - * @param array $instance Saved values from database. |
|
| 882 | - */ |
|
| 883 | - public function widget($args, $instance) |
|
| 884 | - {
|
|
| 885 | - |
|
| 886 | - // prints the widget |
|
| 887 | - |
|
| 888 | - extract($args, EXTR_SKIP); |
|
| 889 | - |
|
| 890 | - /** |
|
| 891 | - * Filter the twitter widget description text. |
|
| 892 | - * |
|
| 893 | - * @since 1.0.0 |
|
| 894 | - * @param string $desc1 The widget description text. |
|
| 895 | - */ |
|
| 896 | - $desc1 = empty($instance['gd_tw_desc1']) ? ' ' : apply_filters('gd_tw_widget_desc1', $instance['gd_tw_desc1']);
|
|
| 897 | - echo $before_widget; |
|
| 898 | - if ($desc1 <> "") {
|
|
| 899 | - echo $desc1; |
|
| 900 | - } |
|
| 901 | - echo $after_widget; |
|
| 902 | - } |
|
| 903 | - |
|
| 904 | - /** |
|
| 905 | - * Sanitize twitter widget form values as they are saved. |
|
| 906 | - * |
|
| 907 | - * @since 1.0.0 |
|
| 908 | - * @since 1.5.1 Declare function public. |
|
| 909 | - * |
|
| 910 | - * @param array $new_instance Values just sent to be saved. |
|
| 911 | - * @param array $old_instance Previously saved values from database. |
|
| 912 | - * |
|
| 913 | - * @return array Updated safe values to be saved. |
|
| 914 | - */ |
|
| 915 | - public function update($new_instance, $old_instance) |
|
| 916 | - {
|
|
| 917 | - //save the widget |
|
| 918 | - $instance = $old_instance; |
|
| 919 | - $instance['gd_tw_desc1'] = ($new_instance['gd_tw_desc1']); |
|
| 920 | - return $instance; |
|
| 921 | - } |
|
| 922 | - |
|
| 923 | - /** |
|
| 924 | - * Back-end twitter widget settings form. |
|
| 925 | - * |
|
| 926 | - * @since 1.0.0 |
|
| 927 | - * @since 1.5.1 Declare function public. |
|
| 928 | - * |
|
| 929 | - * @param array $instance Previously saved values from database. |
|
| 930 | - * @return string|void |
|
| 931 | - */ |
|
| 932 | - public function form($instance) |
|
| 933 | - {
|
|
| 934 | - //widgetform in backend |
|
| 935 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 936 | - |
|
| 937 | - $desc1 = ($instance['gd_tw_desc1']); |
|
| 938 | - ?> |
|
| 846 | + } |
|
| 847 | + } |
|
| 848 | + |
|
| 849 | + register_widget('GeodirFlickrWidget');
|
|
| 850 | + |
|
| 851 | + /** |
|
| 852 | + * GeoDirectory Twitter widget. |
|
| 853 | + * |
|
| 854 | + * @since 1.0.0 |
|
| 855 | + */ |
|
| 856 | + class geodir_twitter extends WP_Widget |
|
| 857 | + {
|
|
| 858 | + /** |
|
| 859 | + * Register the Twitter widget with WordPress. |
|
| 860 | + * |
|
| 861 | + * @since 1.0.0 |
|
| 862 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 863 | + */ |
|
| 864 | + public function __construct() {
|
|
| 865 | + $widget_ops = array('classname' => 'Twitter', 'description' => __('GD > Twitter Feed', 'geodirectory'));
|
|
| 866 | + parent::__construct( |
|
| 867 | + 'widget_Twidget', // Base ID |
|
| 868 | + __('GD > Twitter', 'geodirectory'), // Name
|
|
| 869 | + $widget_ops// Args |
|
| 870 | + ); |
|
| 871 | + } |
|
| 872 | + |
|
| 873 | + |
|
| 874 | + /** |
|
| 875 | + * Front-end display content for Twitter widget. |
|
| 876 | + * |
|
| 877 | + * @since 1.0.0 |
|
| 878 | + * @since 1.5.1 Declare function public. |
|
| 879 | + * |
|
| 880 | + * @param array $args Widget arguments. |
|
| 881 | + * @param array $instance Saved values from database. |
|
| 882 | + */ |
|
| 883 | + public function widget($args, $instance) |
|
| 884 | + {
|
|
| 885 | + |
|
| 886 | + // prints the widget |
|
| 887 | + |
|
| 888 | + extract($args, EXTR_SKIP); |
|
| 889 | + |
|
| 890 | + /** |
|
| 891 | + * Filter the twitter widget description text. |
|
| 892 | + * |
|
| 893 | + * @since 1.0.0 |
|
| 894 | + * @param string $desc1 The widget description text. |
|
| 895 | + */ |
|
| 896 | + $desc1 = empty($instance['gd_tw_desc1']) ? ' ' : apply_filters('gd_tw_widget_desc1', $instance['gd_tw_desc1']);
|
|
| 897 | + echo $before_widget; |
|
| 898 | + if ($desc1 <> "") {
|
|
| 899 | + echo $desc1; |
|
| 900 | + } |
|
| 901 | + echo $after_widget; |
|
| 902 | + } |
|
| 903 | + |
|
| 904 | + /** |
|
| 905 | + * Sanitize twitter widget form values as they are saved. |
|
| 906 | + * |
|
| 907 | + * @since 1.0.0 |
|
| 908 | + * @since 1.5.1 Declare function public. |
|
| 909 | + * |
|
| 910 | + * @param array $new_instance Values just sent to be saved. |
|
| 911 | + * @param array $old_instance Previously saved values from database. |
|
| 912 | + * |
|
| 913 | + * @return array Updated safe values to be saved. |
|
| 914 | + */ |
|
| 915 | + public function update($new_instance, $old_instance) |
|
| 916 | + {
|
|
| 917 | + //save the widget |
|
| 918 | + $instance = $old_instance; |
|
| 919 | + $instance['gd_tw_desc1'] = ($new_instance['gd_tw_desc1']); |
|
| 920 | + return $instance; |
|
| 921 | + } |
|
| 922 | + |
|
| 923 | + /** |
|
| 924 | + * Back-end twitter widget settings form. |
|
| 925 | + * |
|
| 926 | + * @since 1.0.0 |
|
| 927 | + * @since 1.5.1 Declare function public. |
|
| 928 | + * |
|
| 929 | + * @param array $instance Previously saved values from database. |
|
| 930 | + * @return string|void |
|
| 931 | + */ |
|
| 932 | + public function form($instance) |
|
| 933 | + {
|
|
| 934 | + //widgetform in backend |
|
| 935 | + $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 936 | + |
|
| 937 | + $desc1 = ($instance['gd_tw_desc1']); |
|
| 938 | + ?> |
|
| 939 | 939 | <p><label |
| 940 | 940 | for="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"><?php _e('Your twitter code', 'geodirectory');?>
|
| 941 | 941 | <textarea class="widefat" rows="6" cols="20" |
@@ -944,179 +944,179 @@ discard block |
||
| 944 | 944 | </p> |
| 945 | 945 | |
| 946 | 946 | <?php |
| 947 | - } |
|
| 948 | - } |
|
| 949 | - |
|
| 950 | - register_widget('geodir_twitter');
|
|
| 951 | - |
|
| 952 | - /** |
|
| 953 | - * GeoDirectory Advanced Search widget. |
|
| 954 | - * |
|
| 955 | - * @since 1.0.0 |
|
| 956 | - */ |
|
| 957 | - class geodir_advance_search_widget extends WP_Widget |
|
| 958 | - {
|
|
| 959 | - /** |
|
| 960 | - * Register the advanced search widget with WordPress. |
|
| 961 | - * |
|
| 962 | - * @since 1.0.0 |
|
| 963 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 964 | - */ |
|
| 965 | - public function __construct() {
|
|
| 966 | - $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'),'post_type'=>'');
|
|
| 967 | - parent::__construct( |
|
| 968 | - 'geodir_advance_search', // Base ID |
|
| 969 | - __('GD > Search', 'geodirectory'), // Name
|
|
| 970 | - $widget_ops// Args |
|
| 971 | - ); |
|
| 972 | - } |
|
| 973 | - |
|
| 974 | - |
|
| 975 | - /** |
|
| 976 | - * Front-end display content for advanced search widget. |
|
| 977 | - * |
|
| 978 | - * @since 1.0.0 |
|
| 979 | - * @since 1.5.1 Declare function public. |
|
| 980 | - * |
|
| 981 | - * @param array $args Widget arguments. |
|
| 982 | - * @param array $instance Saved values from database. |
|
| 983 | - */ |
|
| 984 | - public function widget($args, $instance) |
|
| 985 | - {
|
|
| 986 | - /** |
|
| 987 | - * Filter the search widget arguments. |
|
| 988 | - * |
|
| 989 | - * @since 1.5.7 |
|
| 990 | - * @param array $args The widget arguments. |
|
| 991 | - * @param array $instance The widget instance. |
|
| 992 | - */ |
|
| 993 | - $args = apply_filters('widget_geodir_advance_search_args',$args,$instance);
|
|
| 994 | - |
|
| 995 | - // prints the widget |
|
| 996 | - extract($args, EXTR_SKIP); |
|
| 997 | - |
|
| 998 | - if(isset($post_type) && $post_type){
|
|
| 999 | - geodir_get_search_post_type($post_type);// set the post type |
|
| 1000 | - }else{
|
|
| 1001 | - geodir_get_search_post_type();// set the post type |
|
| 1002 | - } |
|
| 1003 | - |
|
| 1004 | - echo $before_widget; |
|
| 1005 | - |
|
| 1006 | - /** This filter is documented in geodirectory_widgets.php */ |
|
| 1007 | - $title = empty($instance['title']) ? __('Search', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 1008 | - |
|
| 1009 | - geodir_get_template_part('listing', 'filter-form');
|
|
| 1010 | - |
|
| 1011 | - echo $after_widget; |
|
| 1012 | - |
|
| 1013 | - // after outputing the search reset the CPT |
|
| 1014 | - global $geodir_search_post_type; |
|
| 1015 | - $geodir_search_post_type = ''; |
|
| 1016 | - } |
|
| 1017 | - |
|
| 1018 | - /** |
|
| 1019 | - * Sanitize advanced search widget form values as they are saved. |
|
| 1020 | - * |
|
| 1021 | - * @since 1.0.0 |
|
| 1022 | - * @since 1.5.1 Declare function public. |
|
| 1023 | - * |
|
| 1024 | - * @param array $new_instance Values just sent to be saved. |
|
| 1025 | - * @param array $old_instance Previously saved values from database. |
|
| 1026 | - * |
|
| 1027 | - * @return array Updated safe values to be saved. |
|
| 1028 | - */ |
|
| 1029 | - public function update($new_instance, $old_instance) |
|
| 1030 | - {
|
|
| 1031 | - //save the widget |
|
| 1032 | - //Nothing to save |
|
| 1033 | - return isset($instance) ? $instance : array(); |
|
| 1034 | - } |
|
| 1035 | - |
|
| 1036 | - /** |
|
| 1037 | - * Back-end advanced search widget settings form. |
|
| 1038 | - * |
|
| 1039 | - * @since 1.0.0 |
|
| 1040 | - * @since 1.5.1 Declare function public. |
|
| 1041 | - * |
|
| 1042 | - * @param array $instance Previously saved values from database. |
|
| 1043 | - * @return string|void |
|
| 1044 | - */ |
|
| 1045 | - public function form($instance) |
|
| 1046 | - {
|
|
| 1047 | - //widgetform in backend |
|
| 1048 | - echo __("This is a search widget to show advance search for gedodirectory listings.", 'geodirectory');
|
|
| 1049 | - } |
|
| 1050 | - } |
|
| 1051 | - |
|
| 1052 | - register_widget('geodir_advance_search_widget');
|
|
| 1053 | - |
|
| 1054 | - |
|
| 1055 | - /** |
|
| 1056 | - * Contains all functions for popular widget. |
|
| 1057 | - * |
|
| 1058 | - * @since 1.0.0 |
|
| 1059 | - * @package GeoDirectory |
|
| 1060 | - */ |
|
| 1061 | - include_once('geodirectory-widgets/geodirectory_popular_widget.php');
|
|
| 1062 | - /** |
|
| 1063 | - * Contains all functions for listing slider widget. |
|
| 1064 | - * |
|
| 1065 | - * @since 1.0.0 |
|
| 1066 | - * @package GeoDirectory |
|
| 1067 | - */ |
|
| 1068 | - include_once('geodirectory-widgets/geodirectory_listing_slider_widget.php');
|
|
| 1069 | - /** |
|
| 1070 | - * Contains all functions for home map widget. |
|
| 1071 | - * |
|
| 1072 | - * @since 1.0.0 |
|
| 1073 | - * @package GeoDirectory |
|
| 1074 | - */ |
|
| 1075 | - include_once('geodirectory-widgets/home_map_widget.php');
|
|
| 1076 | - /** |
|
| 1077 | - * Contains all functions for listing map widget. |
|
| 1078 | - * |
|
| 1079 | - * @since 1.0.0 |
|
| 1080 | - * @package GeoDirectory |
|
| 1081 | - */ |
|
| 1082 | - include_once('geodirectory-widgets/listing_map_widget.php');
|
|
| 1083 | - /** |
|
| 1084 | - * Contains all functions for reviews widget. |
|
| 1085 | - * |
|
| 1086 | - * @since 1.0.0 |
|
| 1087 | - * @package GeoDirectory |
|
| 1088 | - */ |
|
| 1089 | - include_once('geodirectory-widgets/geodirectory_reviews_widget.php');
|
|
| 1090 | - /** |
|
| 1091 | - * Contains all functions for related listing widget. |
|
| 1092 | - * |
|
| 1093 | - * @since 1.0.0 |
|
| 1094 | - * @package GeoDirectory |
|
| 1095 | - */ |
|
| 1096 | - include_once('geodirectory-widgets/geodirectory_related_listing_widget.php');
|
|
| 1097 | - /** |
|
| 1098 | - * Contains all functions for bestof widget. |
|
| 1099 | - * |
|
| 1100 | - * @since 1.0.0 |
|
| 1101 | - * @package GeoDirectory |
|
| 1102 | - */ |
|
| 1103 | - include_once('geodirectory-widgets/geodirectory_bestof_widget.php');
|
|
| 947 | + } |
|
| 948 | + } |
|
| 949 | + |
|
| 950 | + register_widget('geodir_twitter');
|
|
| 951 | + |
|
| 952 | + /** |
|
| 953 | + * GeoDirectory Advanced Search widget. |
|
| 954 | + * |
|
| 955 | + * @since 1.0.0 |
|
| 956 | + */ |
|
| 957 | + class geodir_advance_search_widget extends WP_Widget |
|
| 958 | + {
|
|
| 959 | + /** |
|
| 960 | + * Register the advanced search widget with WordPress. |
|
| 961 | + * |
|
| 962 | + * @since 1.0.0 |
|
| 963 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 964 | + */ |
|
| 965 | + public function __construct() {
|
|
| 966 | + $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'),'post_type'=>'');
|
|
| 967 | + parent::__construct( |
|
| 968 | + 'geodir_advance_search', // Base ID |
|
| 969 | + __('GD > Search', 'geodirectory'), // Name
|
|
| 970 | + $widget_ops// Args |
|
| 971 | + ); |
|
| 972 | + } |
|
| 973 | + |
|
| 974 | + |
|
| 975 | + /** |
|
| 976 | + * Front-end display content for advanced search widget. |
|
| 977 | + * |
|
| 978 | + * @since 1.0.0 |
|
| 979 | + * @since 1.5.1 Declare function public. |
|
| 980 | + * |
|
| 981 | + * @param array $args Widget arguments. |
|
| 982 | + * @param array $instance Saved values from database. |
|
| 983 | + */ |
|
| 984 | + public function widget($args, $instance) |
|
| 985 | + {
|
|
| 986 | + /** |
|
| 987 | + * Filter the search widget arguments. |
|
| 988 | + * |
|
| 989 | + * @since 1.5.7 |
|
| 990 | + * @param array $args The widget arguments. |
|
| 991 | + * @param array $instance The widget instance. |
|
| 992 | + */ |
|
| 993 | + $args = apply_filters('widget_geodir_advance_search_args',$args,$instance);
|
|
| 994 | + |
|
| 995 | + // prints the widget |
|
| 996 | + extract($args, EXTR_SKIP); |
|
| 997 | + |
|
| 998 | + if(isset($post_type) && $post_type){
|
|
| 999 | + geodir_get_search_post_type($post_type);// set the post type |
|
| 1000 | + }else{
|
|
| 1001 | + geodir_get_search_post_type();// set the post type |
|
| 1002 | + } |
|
| 1003 | + |
|
| 1004 | + echo $before_widget; |
|
| 1005 | + |
|
| 1006 | + /** This filter is documented in geodirectory_widgets.php */ |
|
| 1007 | + $title = empty($instance['title']) ? __('Search', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 1008 | + |
|
| 1009 | + geodir_get_template_part('listing', 'filter-form');
|
|
| 1010 | + |
|
| 1011 | + echo $after_widget; |
|
| 1012 | + |
|
| 1013 | + // after outputing the search reset the CPT |
|
| 1014 | + global $geodir_search_post_type; |
|
| 1015 | + $geodir_search_post_type = ''; |
|
| 1016 | + } |
|
| 1017 | + |
|
| 1018 | + /** |
|
| 1019 | + * Sanitize advanced search widget form values as they are saved. |
|
| 1020 | + * |
|
| 1021 | + * @since 1.0.0 |
|
| 1022 | + * @since 1.5.1 Declare function public. |
|
| 1023 | + * |
|
| 1024 | + * @param array $new_instance Values just sent to be saved. |
|
| 1025 | + * @param array $old_instance Previously saved values from database. |
|
| 1026 | + * |
|
| 1027 | + * @return array Updated safe values to be saved. |
|
| 1028 | + */ |
|
| 1029 | + public function update($new_instance, $old_instance) |
|
| 1030 | + {
|
|
| 1031 | + //save the widget |
|
| 1032 | + //Nothing to save |
|
| 1033 | + return isset($instance) ? $instance : array(); |
|
| 1034 | + } |
|
| 1035 | + |
|
| 1036 | + /** |
|
| 1037 | + * Back-end advanced search widget settings form. |
|
| 1038 | + * |
|
| 1039 | + * @since 1.0.0 |
|
| 1040 | + * @since 1.5.1 Declare function public. |
|
| 1041 | + * |
|
| 1042 | + * @param array $instance Previously saved values from database. |
|
| 1043 | + * @return string|void |
|
| 1044 | + */ |
|
| 1045 | + public function form($instance) |
|
| 1046 | + {
|
|
| 1047 | + //widgetform in backend |
|
| 1048 | + echo __("This is a search widget to show advance search for gedodirectory listings.", 'geodirectory');
|
|
| 1049 | + } |
|
| 1050 | + } |
|
| 1051 | + |
|
| 1052 | + register_widget('geodir_advance_search_widget');
|
|
| 1053 | + |
|
| 1054 | + |
|
| 1055 | + /** |
|
| 1056 | + * Contains all functions for popular widget. |
|
| 1057 | + * |
|
| 1058 | + * @since 1.0.0 |
|
| 1059 | + * @package GeoDirectory |
|
| 1060 | + */ |
|
| 1061 | + include_once('geodirectory-widgets/geodirectory_popular_widget.php');
|
|
| 1062 | + /** |
|
| 1063 | + * Contains all functions for listing slider widget. |
|
| 1064 | + * |
|
| 1065 | + * @since 1.0.0 |
|
| 1066 | + * @package GeoDirectory |
|
| 1067 | + */ |
|
| 1068 | + include_once('geodirectory-widgets/geodirectory_listing_slider_widget.php');
|
|
| 1069 | + /** |
|
| 1070 | + * Contains all functions for home map widget. |
|
| 1071 | + * |
|
| 1072 | + * @since 1.0.0 |
|
| 1073 | + * @package GeoDirectory |
|
| 1074 | + */ |
|
| 1075 | + include_once('geodirectory-widgets/home_map_widget.php');
|
|
| 1076 | + /** |
|
| 1077 | + * Contains all functions for listing map widget. |
|
| 1078 | + * |
|
| 1079 | + * @since 1.0.0 |
|
| 1080 | + * @package GeoDirectory |
|
| 1081 | + */ |
|
| 1082 | + include_once('geodirectory-widgets/listing_map_widget.php');
|
|
| 1083 | + /** |
|
| 1084 | + * Contains all functions for reviews widget. |
|
| 1085 | + * |
|
| 1086 | + * @since 1.0.0 |
|
| 1087 | + * @package GeoDirectory |
|
| 1088 | + */ |
|
| 1089 | + include_once('geodirectory-widgets/geodirectory_reviews_widget.php');
|
|
| 1090 | + /** |
|
| 1091 | + * Contains all functions for related listing widget. |
|
| 1092 | + * |
|
| 1093 | + * @since 1.0.0 |
|
| 1094 | + * @package GeoDirectory |
|
| 1095 | + */ |
|
| 1096 | + include_once('geodirectory-widgets/geodirectory_related_listing_widget.php');
|
|
| 1097 | + /** |
|
| 1098 | + * Contains all functions for bestof widget. |
|
| 1099 | + * |
|
| 1100 | + * @since 1.0.0 |
|
| 1101 | + * @package GeoDirectory |
|
| 1102 | + */ |
|
| 1103 | + include_once('geodirectory-widgets/geodirectory_bestof_widget.php');
|
|
| 1104 | + /** |
|
| 1105 | + * Contains all functions for cpt categories widget. |
|
| 1106 | + * |
|
| 1107 | + * @since 1.5.4 |
|
| 1108 | + * @package GeoDirectory |
|
| 1109 | + */ |
|
| 1110 | + include_once('geodirectory-widgets/geodirectory_cpt_categories_widget.php');
|
|
| 1104 | 1111 | /** |
| 1105 | - * Contains all functions for cpt categories widget. |
|
| 1106 | - * |
|
| 1107 | - * @since 1.5.4 |
|
| 1108 | - * @package GeoDirectory |
|
| 1109 | - */ |
|
| 1110 | - include_once('geodirectory-widgets/geodirectory_cpt_categories_widget.php');
|
|
| 1111 | - /** |
|
| 1112 | - * Contains all functions for features widget. |
|
| 1113 | - * |
|
| 1114 | - * @since 1.5.6 |
|
| 1115 | - * @package GeoDirectory |
|
| 1116 | - * @todo make the image field recurring |
|
| 1117 | - */ |
|
| 1118 | - include_once('geodirectory-widgets/geodirectory_features_widget.php');
|
|
| 1119 | - } |
|
| 1112 | + * Contains all functions for features widget. |
|
| 1113 | + * |
|
| 1114 | + * @since 1.5.6 |
|
| 1115 | + * @package GeoDirectory |
|
| 1116 | + * @todo make the image field recurring |
|
| 1117 | + */ |
|
| 1118 | + include_once('geodirectory-widgets/geodirectory_features_widget.php');
|
|
| 1119 | + } |
|
| 1120 | 1120 | |
| 1121 | 1121 | } |
| 1122 | 1122 | |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | public function form($instance) |
| 302 | 302 | {
|
| 303 | 303 | //widgetform in backend |
| 304 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 304 | + $instance = wp_parse_args((array) $instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 305 | 305 | $title = strip_tags($instance['title']); |
| 306 | 306 | |
| 307 | 307 | ?> |
@@ -373,7 +373,7 @@ discard block |
||
| 373 | 373 | ?> |
| 374 | 374 | |
| 375 | 375 | <a href="http://twitter.com/share" |
| 376 | - class="twitter-share-button"><?php _e('Tweet', 'geodirectory');?></a>
|
|
| 376 | + class="twitter-share-button"><?php _e('Tweet', 'geodirectory'); ?></a>
|
|
| 377 | 377 | |
| 378 | 378 | <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> |
| 379 | 379 | |
@@ -443,7 +443,7 @@ discard block |
||
| 443 | 443 | public function form($instance) |
| 444 | 444 | {
|
| 445 | 445 | //widgetform in backend |
| 446 | - $instance = wp_parse_args((array)$instance, array('title' => ''));
|
|
| 446 | + $instance = wp_parse_args((array) $instance, array('title' => ''));
|
|
| 447 | 447 | $title = strip_tags($instance['title']); |
| 448 | 448 | ?> |
| 449 | 449 | <p>No settings for this widget</p> |
@@ -515,11 +515,11 @@ discard block |
||
| 515 | 515 | echo $before_widget; |
| 516 | 516 | ?> |
| 517 | 517 | |
| 518 | - <?php echo $before_title . $title; ?> <a href="<?php if ($id) {
|
|
| 519 | - echo 'http://feeds2.feedburner.com/' . $id; |
|
| 518 | + <?php echo $before_title.$title; ?> <a href="<?php if ($id) {
|
|
| 519 | + echo 'http://feeds2.feedburner.com/'.$id; |
|
| 520 | 520 | } else {
|
| 521 | 521 | bloginfo('rss_url');
|
| 522 | - } ?>"><i class="fas fa-rss-square"></i> </a><?php echo $after_title;?> |
|
| 522 | + } ?>"><i class="fas fa-rss-square"></i> </a><?php echo $after_title; ?> |
|
| 523 | 523 | |
| 524 | 524 | <?php if ($text <> "") { ?>
|
| 525 | 525 | |
@@ -584,7 +584,7 @@ discard block |
||
| 584 | 584 | public function form($instance) |
| 585 | 585 | {
|
| 586 | 586 | //widgetform in backend |
| 587 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 587 | + $instance = wp_parse_args((array) $instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 588 | 588 | |
| 589 | 589 | $id = strip_tags($instance['id']); |
| 590 | 590 | |
@@ -596,19 +596,19 @@ discard block |
||
| 596 | 596 | |
| 597 | 597 | ?> |
| 598 | 598 | <p><label |
| 599 | - for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'geodirectory');?>:
|
|
| 599 | + for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'geodirectory'); ?>:
|
|
| 600 | 600 | <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
| 601 | 601 | name="<?php echo $this->get_field_name('title'); ?>" type="text"
|
| 602 | 602 | value="<?php echo esc_attr($title); ?>"/></label></p> |
| 603 | 603 | |
| 604 | 604 | <p><label |
| 605 | - for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Feedburner ID (ex :- geotheme)', 'geodirectory');?>
|
|
| 605 | + for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Feedburner ID (ex :- geotheme)', 'geodirectory'); ?>
|
|
| 606 | 606 | : <input class="widefat" id="<?php echo $this->get_field_id('id'); ?>"
|
| 607 | 607 | name="<?php echo $this->get_field_name('id'); ?>" type="text"
|
| 608 | 608 | value="<?php echo esc_attr($id); ?>"/></label></p> |
| 609 | 609 | |
| 610 | 610 | <p><label |
| 611 | - for="<?php echo $this->get_field_id('text'); ?>"><?php _e('Short Description', 'geodirectory');?>
|
|
| 611 | + for="<?php echo $this->get_field_id('text'); ?>"><?php _e('Short Description', 'geodirectory'); ?>
|
|
| 612 | 612 | <textarea class="widefat" rows="6" cols="20" id="<?php echo $this->get_field_id('text'); ?>"
|
| 613 | 613 | name="<?php echo $this->get_field_name('text'); ?>"><?php echo esc_attr($text); ?></textarea></label>
|
| 614 | 614 | </p> |
@@ -704,12 +704,12 @@ discard block |
||
| 704 | 704 | public function form($instance) |
| 705 | 705 | {
|
| 706 | 706 | //widgetform in backend |
| 707 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 707 | + $instance = wp_parse_args((array) $instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 708 | 708 | |
| 709 | 709 | $desc1 = ($instance['desc1']); |
| 710 | 710 | ?> |
| 711 | 711 | <p><label |
| 712 | - for="<?php echo $this->get_field_id('desc1'); ?>"><?php _e('Your Advt code (ex.google adsense, etc.)', 'geodirectory');?>
|
|
| 712 | + for="<?php echo $this->get_field_id('desc1'); ?>"><?php _e('Your Advt code (ex.google adsense, etc.)', 'geodirectory'); ?>
|
|
| 713 | 713 | <textarea class="widefat" rows="6" cols="20" id="<?php echo $this->get_field_id('desc1'); ?>"
|
| 714 | 714 | name="<?php echo $this->get_field_name('desc1'); ?>"><?php echo esc_attr($desc1); ?></textarea></label>
|
| 715 | 715 | </p> |
@@ -772,7 +772,7 @@ discard block |
||
| 772 | 772 | * @param string $number The image count. |
| 773 | 773 | */ |
| 774 | 774 | $number = empty($instance['number']) ? ' ' : apply_filters('widget_number', $instance['number']);
|
| 775 | - echo $before_title . __('Photo Gallery', 'geodirectory') . $after_title;
|
|
| 775 | + echo $before_title.__('Photo Gallery', 'geodirectory').$after_title;
|
|
| 776 | 776 | ?> |
| 777 | 777 | |
| 778 | 778 | <div class="geodir-flickr clearfix"> |
@@ -819,14 +819,14 @@ discard block |
||
| 819 | 819 | {
|
| 820 | 820 | |
| 821 | 821 | //widgetform in backend |
| 822 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 822 | + $instance = wp_parse_args((array) $instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 823 | 823 | $id = strip_tags($instance['id']); |
| 824 | 824 | $number = strip_tags($instance['number']); |
| 825 | 825 | ?> |
| 826 | 826 | |
| 827 | 827 | <p> |
| 828 | 828 | <label |
| 829 | - for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Flickr ID', 'geodirectory');?>
|
|
| 829 | + for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Flickr ID', 'geodirectory'); ?>
|
|
| 830 | 830 | (<a href="http://www.idgettr.com">idGettr</a>): |
| 831 | 831 | <input class="widefat" id="<?php echo $this->get_field_id('id'); ?>"
|
| 832 | 832 | name="<?php echo $this->get_field_name('id'); ?>" type="text"
|
@@ -836,7 +836,7 @@ discard block |
||
| 836 | 836 | |
| 837 | 837 | <p> |
| 838 | 838 | <label |
| 839 | - for="<?php echo $this->get_field_id('number'); ?>"><?php _e('Number of photos:', 'geodirectory');?>
|
|
| 839 | + for="<?php echo $this->get_field_id('number'); ?>"><?php _e('Number of photos:', 'geodirectory'); ?>
|
|
| 840 | 840 | <input class="widefat" id="<?php echo $this->get_field_id('number'); ?>"
|
| 841 | 841 | name="<?php echo $this->get_field_name('number'); ?>" type="text"
|
| 842 | 842 | value="<?php echo esc_attr($number); ?>"/> |
@@ -932,12 +932,12 @@ discard block |
||
| 932 | 932 | public function form($instance) |
| 933 | 933 | {
|
| 934 | 934 | //widgetform in backend |
| 935 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 935 | + $instance = wp_parse_args((array) $instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 936 | 936 | |
| 937 | 937 | $desc1 = ($instance['gd_tw_desc1']); |
| 938 | 938 | ?> |
| 939 | 939 | <p><label |
| 940 | - for="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"><?php _e('Your twitter code', 'geodirectory');?>
|
|
| 940 | + for="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"><?php _e('Your twitter code', 'geodirectory'); ?>
|
|
| 941 | 941 | <textarea class="widefat" rows="6" cols="20" |
| 942 | 942 | id="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"
|
| 943 | 943 | name="<?php echo $this->get_field_name('gd_tw_desc1'); ?>"><?php echo esc_attr($desc1); ?></textarea></label>
|
@@ -963,7 +963,7 @@ discard block |
||
| 963 | 963 | * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
| 964 | 964 | */ |
| 965 | 965 | public function __construct() {
|
| 966 | - $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'),'post_type'=>'');
|
|
| 966 | + $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'), 'post_type'=>'');
|
|
| 967 | 967 | parent::__construct( |
| 968 | 968 | 'geodir_advance_search', // Base ID |
| 969 | 969 | __('GD > Search', 'geodirectory'), // Name
|
@@ -990,15 +990,15 @@ discard block |
||
| 990 | 990 | * @param array $args The widget arguments. |
| 991 | 991 | * @param array $instance The widget instance. |
| 992 | 992 | */ |
| 993 | - $args = apply_filters('widget_geodir_advance_search_args',$args,$instance);
|
|
| 993 | + $args = apply_filters('widget_geodir_advance_search_args', $args, $instance);
|
|
| 994 | 994 | |
| 995 | 995 | // prints the widget |
| 996 | 996 | extract($args, EXTR_SKIP); |
| 997 | 997 | |
| 998 | - if(isset($post_type) && $post_type){
|
|
| 999 | - geodir_get_search_post_type($post_type);// set the post type |
|
| 1000 | - }else{
|
|
| 1001 | - geodir_get_search_post_type();// set the post type |
|
| 998 | + if (isset($post_type) && $post_type) {
|
|
| 999 | + geodir_get_search_post_type($post_type); // set the post type |
|
| 1000 | + } else {
|
|
| 1001 | + geodir_get_search_post_type(); // set the post type |
|
| 1002 | 1002 | } |
| 1003 | 1003 | |
| 1004 | 1004 | echo $before_widget; |
@@ -12,27 +12,27 @@ |
||
| 12 | 12 | <div class="clearfix"> |
| 13 | 13 | <div id="geodir_content"> |
| 14 | 14 | <?php |
| 15 | - /** This action is documented in geodirectory-templates/geodir-home.php */ |
|
| 16 | - do_action('geodir_add_page_content', 'before', 'info-page'); |
|
| 17 | - global $information; |
|
| 18 | - echo '<h5 class="geodir_information">'; |
|
| 19 | - echo $information; |
|
| 20 | - echo '</h5>'; |
|
| 21 | - /** This action is documented in geodirectory-templates/geodir-home.php */ |
|
| 22 | - do_action('geodir_add_page_content', 'after', 'info-page'); |
|
| 23 | - ?> |
|
| 15 | + /** This action is documented in geodirectory-templates/geodir-home.php */ |
|
| 16 | + do_action('geodir_add_page_content', 'before', 'info-page'); |
|
| 17 | + global $information; |
|
| 18 | + echo '<h5 class="geodir_information">'; |
|
| 19 | + echo $information; |
|
| 20 | + echo '</h5>'; |
|
| 21 | + /** This action is documented in geodirectory-templates/geodir-home.php */ |
|
| 22 | + do_action('geodir_add_page_content', 'after', 'info-page'); |
|
| 23 | + ?> |
|
| 24 | 24 | </div> |
| 25 | 25 | <!-- geodir_content ends here--> |
| 26 | 26 | <div id="gd-sidebar-wrapper"> |
| 27 | 27 | <div class="geodir-sidebar-main"> |
| 28 | 28 | <div class="geodir-gd-sidebar"> |
| 29 | 29 | <?php |
| 30 | - /** |
|
| 31 | - * Calls the author sidebar. |
|
| 32 | - * |
|
| 33 | - * @since 1.6.11 |
|
| 34 | - */ |
|
| 35 | - dynamic_sidebar('geodir_author_right_sidebar'); ?> |
|
| 30 | + /** |
|
| 31 | + * Calls the author sidebar. |
|
| 32 | + * |
|
| 33 | + * @since 1.6.11 |
|
| 34 | + */ |
|
| 35 | + dynamic_sidebar('geodir_author_right_sidebar'); ?> |
|
| 36 | 36 | </div> |
| 37 | 37 | </div> |
| 38 | 38 | </div> |
@@ -79,43 +79,71 @@ |
||
| 79 | 79 | /** |
| 80 | 80 | * Do not store any revisions (except the one autosave per post). |
| 81 | 81 | */ |
| 82 | -if (!defined('WP_POST_REVISIONS')) define('WP_POST_REVISIONS', 0);
|
|
| 82 | +if (!defined('WP_POST_REVISIONS')) { |
|
| 83 | + define('WP_POST_REVISIONS', 0); |
|
| 84 | +} |
|
| 83 | 85 | |
| 84 | 86 | /** |
| 85 | 87 | * Define constants |
| 86 | 88 | */ |
| 87 | -if(!defined('GEODIRECTORY_PLUGIN_DIR')) define('GEODIRECTORY_PLUGIN_DIR', plugin_dir_path( __FILE__ ));
|
|
| 89 | +if(!defined('GEODIRECTORY_PLUGIN_DIR')) { |
|
| 90 | + define('GEODIRECTORY_PLUGIN_DIR', plugin_dir_path( __FILE__ )); |
|
| 91 | +} |
|
| 88 | 92 | |
| 89 | 93 | /* |
| 90 | 94 | * Declare database table names. All since version 1.0.0 |
| 91 | 95 | */ |
| 92 | 96 | |
| 93 | 97 | /** Define the database name for the countries table. */ |
| 94 | -if (!defined('GEODIR_COUNTRIES_TABLE')) define('GEODIR_COUNTRIES_TABLE', $plugin_prefix . 'countries');
|
|
| 98 | +if (!defined('GEODIR_COUNTRIES_TABLE')) { |
|
| 99 | + define('GEODIR_COUNTRIES_TABLE', $plugin_prefix . 'countries'); |
|
| 100 | +} |
|
| 95 | 101 | /** Define the database name for the custom fields table. */ |
| 96 | -if (!defined('GEODIR_CUSTOM_FIELDS_TABLE')) define('GEODIR_CUSTOM_FIELDS_TABLE', $plugin_prefix . 'custom_fields');
|
|
| 102 | +if (!defined('GEODIR_CUSTOM_FIELDS_TABLE')) { |
|
| 103 | + define('GEODIR_CUSTOM_FIELDS_TABLE', $plugin_prefix . 'custom_fields'); |
|
| 104 | +} |
|
| 97 | 105 | /** Define the database name for the icons table. */ |
| 98 | -if (!defined('GEODIR_ICON_TABLE')) define('GEODIR_ICON_TABLE', $plugin_prefix . 'post_icon');
|
|
| 106 | +if (!defined('GEODIR_ICON_TABLE')) { |
|
| 107 | + define('GEODIR_ICON_TABLE', $plugin_prefix . 'post_icon'); |
|
| 108 | +} |
|
| 99 | 109 | /** Define the database name for the attachments table. */ |
| 100 | -if (!defined('GEODIR_ATTACHMENT_TABLE')) define('GEODIR_ATTACHMENT_TABLE', $plugin_prefix . 'attachments');
|
|
| 110 | +if (!defined('GEODIR_ATTACHMENT_TABLE')) { |
|
| 111 | + define('GEODIR_ATTACHMENT_TABLE', $plugin_prefix . 'attachments'); |
|
| 112 | +} |
|
| 101 | 113 | /** Define the database name for the review table. */ |
| 102 | -if (!defined('GEODIR_REVIEW_TABLE')) define('GEODIR_REVIEW_TABLE', $plugin_prefix . 'post_review');
|
|
| 114 | +if (!defined('GEODIR_REVIEW_TABLE')) { |
|
| 115 | + define('GEODIR_REVIEW_TABLE', $plugin_prefix . 'post_review'); |
|
| 116 | +} |
|
| 103 | 117 | /** Define the database name for the custom sort fields table. */ |
| 104 | -if (!defined('GEODIR_CUSTOM_SORT_FIELDS_TABLE')) define('GEODIR_CUSTOM_SORT_FIELDS_TABLE', $plugin_prefix . 'custom_sort_fields');
|
|
| 118 | +if (!defined('GEODIR_CUSTOM_SORT_FIELDS_TABLE')) { |
|
| 119 | + define('GEODIR_CUSTOM_SORT_FIELDS_TABLE', $plugin_prefix . 'custom_sort_fields'); |
|
| 120 | +} |
|
| 105 | 121 | |
| 106 | 122 | /* |
| 107 | 123 | * Define our Google Analytic app settings |
| 108 | 124 | */ |
| 109 | -if (!defined('GEODIR_GA_CLIENTID')) define('GEODIR_GA_CLIENTID', '687912069872-sdpsjssrdt7t3ao1dnv1ib71hkckbt5s.apps.googleusercontent.com');
|
|
| 110 | -if (!defined('GEODIR_GA_CLIENTSECRET')) define('GEODIR_GA_CLIENTSECRET', 'yBVkDpqJ1B9nAETHy738Zn8C'); //don't worry - this don't need to be secret in our case
|
|
| 111 | -if (!defined('GEODIR_GA_REDIRECT')) define('GEODIR_GA_REDIRECT', 'urn:ietf:wg:oauth:2.0:oob');
|
|
| 112 | -if (!defined('GEODIR_GA_SCOPE')) define('GEODIR_GA_SCOPE', 'https://www.googleapis.com/auth/analytics');//.readonly
|
|
| 125 | +if (!defined('GEODIR_GA_CLIENTID')) { |
|
| 126 | + define('GEODIR_GA_CLIENTID', '687912069872-sdpsjssrdt7t3ao1dnv1ib71hkckbt5s.apps.googleusercontent.com'); |
|
| 127 | +} |
|
| 128 | +if (!defined('GEODIR_GA_CLIENTSECRET')) { |
|
| 129 | + define('GEODIR_GA_CLIENTSECRET', 'yBVkDpqJ1B9nAETHy738Zn8C'); |
|
| 130 | +} |
|
| 131 | +//don't worry - this don't need to be secret in our case |
|
| 132 | +if (!defined('GEODIR_GA_REDIRECT')) { |
|
| 133 | + define('GEODIR_GA_REDIRECT', 'urn:ietf:wg:oauth:2.0:oob'); |
|
| 134 | +} |
|
| 135 | +if (!defined('GEODIR_GA_SCOPE')) { |
|
| 136 | + define('GEODIR_GA_SCOPE', 'https://www.googleapis.com/auth/analytics'); |
|
| 137 | +} |
|
| 138 | +//.readonly |
|
| 113 | 139 | |
| 114 | 140 | |
| 115 | 141 | /* |
| 116 | 142 | * Localisation items. |
| 117 | 143 | */ |
| 118 | -if (!defined('GEODIRECTORY_TEXTDOMAIN')) define('GEODIRECTORY_TEXTDOMAIN', 'geodirectory');
|
|
| 144 | +if (!defined('GEODIRECTORY_TEXTDOMAIN')) { |
|
| 145 | + define('GEODIRECTORY_TEXTDOMAIN', 'geodirectory'); |
|
| 146 | +} |
|
| 119 | 147 | |
| 120 | 148 | // Load geodirectory plugin textdomain. |
| 121 | 149 | add_action( 'init', 'geodir_load_textdomain' ); |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | /** |
| 35 | 35 | * Include WordPress core file so we can use core functions to check for active plugins. |
| 36 | 36 | */ |
| 37 | - include_once(ABSPATH . 'wp-admin/includes/plugin.php'); |
|
| 37 | + include_once(ABSPATH.'wp-admin/includes/plugin.php'); |
|
| 38 | 38 | |
| 39 | 39 | if (is_plugin_active('geodirectory-genesis-compatibility-pack/geodir_genesis_compatibility.php')) {
|
| 40 | 40 | deactivate_plugins('geodirectory-genesis-compatibility-pack/geodir_genesis_compatibility.php');
|
@@ -68,8 +68,8 @@ discard block |
||
| 68 | 68 | * @global string $plugin_file_name Base file name. 'geodirectory/geodirectory.php'. |
| 69 | 69 | */ |
| 70 | 70 | global $wpdb, $plugin_prefix, $geodir_addon_list, $plugin_file_name; |
| 71 | -$plugin_prefix = $wpdb->prefix . 'geodir_'; |
|
| 72 | -$plugin_file_name = basename(plugin_dir_path(__FILE__)) . '/' . basename(__FILE__); |
|
| 71 | +$plugin_prefix = $wpdb->prefix.'geodir_'; |
|
| 72 | +$plugin_file_name = basename(plugin_dir_path(__FILE__)).'/'.basename(__FILE__); |
|
| 73 | 73 | |
| 74 | 74 | /* |
| 75 | 75 | * This will store the cached post custom fields per package for each page load so not to run for each listing. |
@@ -84,24 +84,24 @@ discard block |
||
| 84 | 84 | /** |
| 85 | 85 | * Define constants |
| 86 | 86 | */ |
| 87 | -if(!defined('GEODIRECTORY_PLUGIN_DIR')) define('GEODIRECTORY_PLUGIN_DIR', plugin_dir_path( __FILE__ ));
|
|
| 87 | +if (!defined('GEODIRECTORY_PLUGIN_DIR')) define('GEODIRECTORY_PLUGIN_DIR', plugin_dir_path(__FILE__));
|
|
| 88 | 88 | |
| 89 | 89 | /* |
| 90 | 90 | * Declare database table names. All since version 1.0.0 |
| 91 | 91 | */ |
| 92 | 92 | |
| 93 | 93 | /** Define the database name for the countries table. */ |
| 94 | -if (!defined('GEODIR_COUNTRIES_TABLE')) define('GEODIR_COUNTRIES_TABLE', $plugin_prefix . 'countries');
|
|
| 94 | +if (!defined('GEODIR_COUNTRIES_TABLE')) define('GEODIR_COUNTRIES_TABLE', $plugin_prefix.'countries');
|
|
| 95 | 95 | /** Define the database name for the custom fields table. */ |
| 96 | -if (!defined('GEODIR_CUSTOM_FIELDS_TABLE')) define('GEODIR_CUSTOM_FIELDS_TABLE', $plugin_prefix . 'custom_fields');
|
|
| 96 | +if (!defined('GEODIR_CUSTOM_FIELDS_TABLE')) define('GEODIR_CUSTOM_FIELDS_TABLE', $plugin_prefix.'custom_fields');
|
|
| 97 | 97 | /** Define the database name for the icons table. */ |
| 98 | -if (!defined('GEODIR_ICON_TABLE')) define('GEODIR_ICON_TABLE', $plugin_prefix . 'post_icon');
|
|
| 98 | +if (!defined('GEODIR_ICON_TABLE')) define('GEODIR_ICON_TABLE', $plugin_prefix.'post_icon');
|
|
| 99 | 99 | /** Define the database name for the attachments table. */ |
| 100 | -if (!defined('GEODIR_ATTACHMENT_TABLE')) define('GEODIR_ATTACHMENT_TABLE', $plugin_prefix . 'attachments');
|
|
| 100 | +if (!defined('GEODIR_ATTACHMENT_TABLE')) define('GEODIR_ATTACHMENT_TABLE', $plugin_prefix.'attachments');
|
|
| 101 | 101 | /** Define the database name for the review table. */ |
| 102 | -if (!defined('GEODIR_REVIEW_TABLE')) define('GEODIR_REVIEW_TABLE', $plugin_prefix . 'post_review');
|
|
| 102 | +if (!defined('GEODIR_REVIEW_TABLE')) define('GEODIR_REVIEW_TABLE', $plugin_prefix.'post_review');
|
|
| 103 | 103 | /** Define the database name for the custom sort fields table. */ |
| 104 | -if (!defined('GEODIR_CUSTOM_SORT_FIELDS_TABLE')) define('GEODIR_CUSTOM_SORT_FIELDS_TABLE', $plugin_prefix . 'custom_sort_fields');
|
|
| 104 | +if (!defined('GEODIR_CUSTOM_SORT_FIELDS_TABLE')) define('GEODIR_CUSTOM_SORT_FIELDS_TABLE', $plugin_prefix.'custom_sort_fields');
|
|
| 105 | 105 | |
| 106 | 106 | /* |
| 107 | 107 | * Define our Google Analytic app settings |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | if (!defined('GEODIR_GA_CLIENTID')) define('GEODIR_GA_CLIENTID', '687912069872-sdpsjssrdt7t3ao1dnv1ib71hkckbt5s.apps.googleusercontent.com');
|
| 110 | 110 | if (!defined('GEODIR_GA_CLIENTSECRET')) define('GEODIR_GA_CLIENTSECRET', 'yBVkDpqJ1B9nAETHy738Zn8C'); //don't worry - this don't need to be secret in our case
|
| 111 | 111 | if (!defined('GEODIR_GA_REDIRECT')) define('GEODIR_GA_REDIRECT', 'urn:ietf:wg:oauth:2.0:oob');
|
| 112 | -if (!defined('GEODIR_GA_SCOPE')) define('GEODIR_GA_SCOPE', 'https://www.googleapis.com/auth/analytics');//.readonly
|
|
| 112 | +if (!defined('GEODIR_GA_SCOPE')) define('GEODIR_GA_SCOPE', 'https://www.googleapis.com/auth/analytics'); //.readonly
|
|
| 113 | 113 | |
| 114 | 114 | |
| 115 | 115 | /* |
@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | if (!defined('GEODIRECTORY_TEXTDOMAIN')) define('GEODIRECTORY_TEXTDOMAIN', 'geodirectory');
|
| 119 | 119 | |
| 120 | 120 | // Load geodirectory plugin textdomain. |
| 121 | -add_action( 'init', 'geodir_load_textdomain' ); |
|
| 121 | +add_action('init', 'geodir_load_textdomain');
|
|
| 122 | 122 | |
| 123 | 123 | /* |
| 124 | 124 | * A function to log GD errors no matter the type given. |
@@ -129,18 +129,18 @@ discard block |
||
| 129 | 129 | * @param mixed $log The thing that should be logged. |
| 130 | 130 | * @package GeoDirectory |
| 131 | 131 | */ |
| 132 | -function geodir_error_log($log){
|
|
| 132 | +function geodir_error_log($log) {
|
|
| 133 | 133 | /* |
| 134 | 134 | * A filter to override the WP_DEBUG setting for function geodir_error_log(). |
| 135 | 135 | * |
| 136 | 136 | * @since 1.5.7 |
| 137 | 137 | */ |
| 138 | - $should_log = apply_filters( 'geodir_log_errors', WP_DEBUG); |
|
| 139 | - if ( true === $should_log ) {
|
|
| 140 | - if ( is_array( $log ) || is_object( $log ) ) {
|
|
| 141 | - error_log( print_r( $log, true ) ); |
|
| 138 | + $should_log = apply_filters('geodir_log_errors', WP_DEBUG);
|
|
| 139 | + if (true === $should_log) {
|
|
| 140 | + if (is_array($log) || is_object($log)) {
|
|
| 141 | + error_log(print_r($log, true)); |
|
| 142 | 142 | } else {
|
| 143 | - error_log( $log ); |
|
| 143 | + error_log($log); |
|
| 144 | 144 | } |
| 145 | 145 | } |
| 146 | 146 | } |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | /* |
| 180 | 180 | * Admin init + activation hooks |
| 181 | 181 | */ |
| 182 | -if (is_admin() || defined( 'GD_TESTING_MODE' ) || ( defined( 'WP_CLI' ) && WP_CLI )) {
|
|
| 182 | +if (is_admin() || defined('GD_TESTING_MODE') || (defined('WP_CLI') && WP_CLI)) {
|
|
| 183 | 183 | |
| 184 | 184 | /** |
| 185 | 185 | * Include functions used in admin area only. |
@@ -216,14 +216,14 @@ discard block |
||
| 216 | 216 | * |
| 217 | 217 | * @since 1.0.0 |
| 218 | 218 | */ |
| 219 | - require_once(geodir_plugin_path() . '/upgrade.php'); |
|
| 219 | + require_once(geodir_plugin_path().'/upgrade.php'); |
|
| 220 | 220 | if (get_option('geodir_installed') != 1) {
|
| 221 | 221 | /** |
| 222 | 222 | * Define language constants, here as they are not loaded yet. |
| 223 | 223 | * |
| 224 | 224 | * @since 1.0.0 |
| 225 | 225 | */ |
| 226 | - require_once(geodir_plugin_path() . '/language.php'); |
|
| 226 | + require_once(geodir_plugin_path().'/language.php'); |
|
| 227 | 227 | /** |
| 228 | 228 | * Include the plugin install file that sets up the databases and any options on first run. |
| 229 | 229 | * |
@@ -240,13 +240,13 @@ discard block |
||
| 240 | 240 | * @since 1.5.6 |
| 241 | 241 | */ |
| 242 | 242 | global $pagenow; |
| 243 | - if ( 'plugins.php' === $pagenow ) |
|
| 243 | + if ('plugins.php' === $pagenow)
|
|
| 244 | 244 | {
|
| 245 | 245 | // Better update message |
| 246 | - $file = basename( __FILE__ ); |
|
| 247 | - $folder = basename( dirname( __FILE__ ) ); |
|
| 246 | + $file = basename(__FILE__); |
|
| 247 | + $folder = basename(dirname(__FILE__)); |
|
| 248 | 248 | $hook = "in_plugin_update_message-{$folder}/{$file}";
|
| 249 | - add_action( $hook, 'geodire_admin_upgrade_notice', 20, 2 ); |
|
| 249 | + add_action($hook, 'geodire_admin_upgrade_notice', 20, 2); |
|
| 250 | 250 | } |
| 251 | 251 | |
| 252 | 252 | } |
| 253 | 253 | \ No newline at end of file |
@@ -31,30 +31,30 @@ discard block |
||
| 31 | 31 | * CHECK FOR OLD COMPATIBILITY PACKS AND DISABLE IF THEY ARE ACTIVE |
| 32 | 32 | */ |
| 33 | 33 | if (is_admin()) {
|
| 34 | - /** |
|
| 35 | - * Include WordPress core file so we can use core functions to check for active plugins. |
|
| 36 | - */ |
|
| 37 | - include_once(ABSPATH . 'wp-admin/includes/plugin.php'); |
|
| 34 | + /** |
|
| 35 | + * Include WordPress core file so we can use core functions to check for active plugins. |
|
| 36 | + */ |
|
| 37 | + include_once(ABSPATH . 'wp-admin/includes/plugin.php'); |
|
| 38 | 38 | |
| 39 | - if (is_plugin_active('geodirectory-genesis-compatibility-pack/geodir_genesis_compatibility.php')) {
|
|
| 40 | - deactivate_plugins('geodirectory-genesis-compatibility-pack/geodir_genesis_compatibility.php');
|
|
| 41 | - } |
|
| 39 | + if (is_plugin_active('geodirectory-genesis-compatibility-pack/geodir_genesis_compatibility.php')) {
|
|
| 40 | + deactivate_plugins('geodirectory-genesis-compatibility-pack/geodir_genesis_compatibility.php');
|
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - if (is_plugin_active('geodirectory-x-theme-compatibility-pack/geodir_x_compatibility.php')) {
|
|
| 44 | - deactivate_plugins('geodirectory-x-theme-compatibility-pack/geodir_x_compatibility.php');
|
|
| 45 | - } |
|
| 43 | + if (is_plugin_active('geodirectory-x-theme-compatibility-pack/geodir_x_compatibility.php')) {
|
|
| 44 | + deactivate_plugins('geodirectory-x-theme-compatibility-pack/geodir_x_compatibility.php');
|
|
| 45 | + } |
|
| 46 | 46 | |
| 47 | - if (is_plugin_active('geodirectory-enfold-theme-compatibility-pack/geodir_enfold_compatibility.php')) {
|
|
| 48 | - deactivate_plugins('geodirectory-enfold-theme-compatibility-pack/geodir_enfold_compatibility.php');
|
|
| 49 | - } |
|
| 47 | + if (is_plugin_active('geodirectory-enfold-theme-compatibility-pack/geodir_enfold_compatibility.php')) {
|
|
| 48 | + deactivate_plugins('geodirectory-enfold-theme-compatibility-pack/geodir_enfold_compatibility.php');
|
|
| 49 | + } |
|
| 50 | 50 | |
| 51 | - if (is_plugin_active('geodir_avada_compatibility/geodir_avada_compatibility.php')) {
|
|
| 52 | - deactivate_plugins('geodir_avada_compatibility/geodir_avada_compatibility.php');
|
|
| 53 | - } |
|
| 51 | + if (is_plugin_active('geodir_avada_compatibility/geodir_avada_compatibility.php')) {
|
|
| 52 | + deactivate_plugins('geodir_avada_compatibility/geodir_avada_compatibility.php');
|
|
| 53 | + } |
|
| 54 | 54 | |
| 55 | - if (is_plugin_active('geodir_compat_pack_divi/geodir_divi_compatibility.php')) {
|
|
| 56 | - deactivate_plugins('geodir_compat_pack_divi/geodir_divi_compatibility.php');
|
|
| 57 | - } |
|
| 55 | + if (is_plugin_active('geodir_compat_pack_divi/geodir_divi_compatibility.php')) {
|
|
| 56 | + deactivate_plugins('geodir_compat_pack_divi/geodir_divi_compatibility.php');
|
|
| 57 | + } |
|
| 58 | 58 | |
| 59 | 59 | } |
| 60 | 60 | |
@@ -130,19 +130,19 @@ discard block |
||
| 130 | 130 | * @package GeoDirectory |
| 131 | 131 | */ |
| 132 | 132 | function geodir_error_log($log){
|
| 133 | - /* |
|
| 133 | + /* |
|
| 134 | 134 | * A filter to override the WP_DEBUG setting for function geodir_error_log(). |
| 135 | 135 | * |
| 136 | 136 | * @since 1.5.7 |
| 137 | 137 | */ |
| 138 | - $should_log = apply_filters( 'geodir_log_errors', WP_DEBUG); |
|
| 139 | - if ( true === $should_log ) {
|
|
| 140 | - if ( is_array( $log ) || is_object( $log ) ) {
|
|
| 141 | - error_log( print_r( $log, true ) ); |
|
| 142 | - } else {
|
|
| 143 | - error_log( $log ); |
|
| 144 | - } |
|
| 145 | - } |
|
| 138 | + $should_log = apply_filters( 'geodir_log_errors', WP_DEBUG); |
|
| 139 | + if ( true === $should_log ) {
|
|
| 140 | + if ( is_array( $log ) || is_object( $log ) ) {
|
|
| 141 | + error_log( print_r( $log, true ) ); |
|
| 142 | + } else {
|
|
| 143 | + error_log( $log ); |
|
| 144 | + } |
|
| 145 | + } |
|
| 146 | 146 | } |
| 147 | 147 | /** |
| 148 | 148 | * Include all plugin functions. |
@@ -187,72 +187,72 @@ discard block |
||
| 187 | 187 | */ |
| 188 | 188 | if (is_admin() || defined( 'GD_TESTING_MODE' ) || ( defined( 'WP_CLI' ) && WP_CLI )) {
|
| 189 | 189 | |
| 190 | - /** |
|
| 191 | - * Include functions used in admin area only. |
|
| 192 | - * |
|
| 193 | - * @since 1.0.0 |
|
| 194 | - */ |
|
| 195 | - require_once('geodirectory-admin/admin_functions.php');
|
|
| 196 | - /** |
|
| 197 | - * Most actions/hooks used in admin area only are called from here. |
|
| 198 | - * |
|
| 199 | - * @since 1.6.11 |
|
| 200 | - */ |
|
| 201 | - require_once('geodirectory-admin/admin_dummy_data_functions.php');
|
|
| 202 | - /** |
|
| 203 | - * Most actions/hooks used in admin area only are called from here. |
|
| 204 | - * |
|
| 205 | - * @since 1.0.0 |
|
| 206 | - */ |
|
| 207 | - require_once('geodirectory-admin/admin_hooks_actions.php');
|
|
| 208 | - /** |
|
| 209 | - * Most admin JS and CSS is called from here. |
|
| 210 | - * |
|
| 211 | - * @since 1.0.0 |
|
| 212 | - */ |
|
| 213 | - require_once('geodirectory-admin/admin_template_tags.php');
|
|
| 214 | - /** |
|
| 215 | - * Include Google Analytics Class. |
|
| 216 | - * |
|
| 217 | - * @since 1.6.11 |
|
| 218 | - */ |
|
| 219 | - require_once('geodirectory-admin/class.analytics.stats.php');
|
|
| 220 | - /** |
|
| 221 | - * Include any functions needed for upgrades. |
|
| 222 | - * |
|
| 223 | - * @since 1.0.0 |
|
| 224 | - */ |
|
| 225 | - require_once(geodir_plugin_path() . '/upgrade.php'); |
|
| 226 | - if (get_option('geodir_installed') != 1) {
|
|
| 227 | - /** |
|
| 228 | - * Define language constants, here as they are not loaded yet. |
|
| 229 | - * |
|
| 230 | - * @since 1.0.0 |
|
| 231 | - */ |
|
| 232 | - require_once(geodir_plugin_path() . '/language.php'); |
|
| 233 | - /** |
|
| 234 | - * Include the plugin install file that sets up the databases and any options on first run. |
|
| 235 | - * |
|
| 236 | - * @since 1.0.0 |
|
| 237 | - */ |
|
| 238 | - require_once('geodirectory-admin/admin_install.php');
|
|
| 239 | - register_activation_hook(__FILE__, 'geodir_activation'); |
|
| 240 | - } |
|
| 241 | - register_deactivation_hook(__FILE__, 'geodir_deactivation'); |
|
| 190 | + /** |
|
| 191 | + * Include functions used in admin area only. |
|
| 192 | + * |
|
| 193 | + * @since 1.0.0 |
|
| 194 | + */ |
|
| 195 | + require_once('geodirectory-admin/admin_functions.php');
|
|
| 196 | + /** |
|
| 197 | + * Most actions/hooks used in admin area only are called from here. |
|
| 198 | + * |
|
| 199 | + * @since 1.6.11 |
|
| 200 | + */ |
|
| 201 | + require_once('geodirectory-admin/admin_dummy_data_functions.php');
|
|
| 202 | + /** |
|
| 203 | + * Most actions/hooks used in admin area only are called from here. |
|
| 204 | + * |
|
| 205 | + * @since 1.0.0 |
|
| 206 | + */ |
|
| 207 | + require_once('geodirectory-admin/admin_hooks_actions.php');
|
|
| 208 | + /** |
|
| 209 | + * Most admin JS and CSS is called from here. |
|
| 210 | + * |
|
| 211 | + * @since 1.0.0 |
|
| 212 | + */ |
|
| 213 | + require_once('geodirectory-admin/admin_template_tags.php');
|
|
| 214 | + /** |
|
| 215 | + * Include Google Analytics Class. |
|
| 216 | + * |
|
| 217 | + * @since 1.6.11 |
|
| 218 | + */ |
|
| 219 | + require_once('geodirectory-admin/class.analytics.stats.php');
|
|
| 220 | + /** |
|
| 221 | + * Include any functions needed for upgrades. |
|
| 222 | + * |
|
| 223 | + * @since 1.0.0 |
|
| 224 | + */ |
|
| 225 | + require_once(geodir_plugin_path() . '/upgrade.php'); |
|
| 226 | + if (get_option('geodir_installed') != 1) {
|
|
| 227 | + /** |
|
| 228 | + * Define language constants, here as they are not loaded yet. |
|
| 229 | + * |
|
| 230 | + * @since 1.0.0 |
|
| 231 | + */ |
|
| 232 | + require_once(geodir_plugin_path() . '/language.php'); |
|
| 233 | + /** |
|
| 234 | + * Include the plugin install file that sets up the databases and any options on first run. |
|
| 235 | + * |
|
| 236 | + * @since 1.0.0 |
|
| 237 | + */ |
|
| 238 | + require_once('geodirectory-admin/admin_install.php');
|
|
| 239 | + register_activation_hook(__FILE__, 'geodir_activation'); |
|
| 240 | + } |
|
| 241 | + register_deactivation_hook(__FILE__, 'geodir_deactivation'); |
|
| 242 | 242 | |
| 243 | - /* |
|
| 243 | + /* |
|
| 244 | 244 | * Show a upgrade warning message if applicable. |
| 245 | 245 | * |
| 246 | 246 | * @since 1.5.6 |
| 247 | 247 | */ |
| 248 | - global $pagenow; |
|
| 249 | - if ( 'plugins.php' === $pagenow ) |
|
| 250 | - {
|
|
| 251 | - // Better update message |
|
| 252 | - $file = basename( __FILE__ ); |
|
| 253 | - $folder = basename( dirname( __FILE__ ) ); |
|
| 254 | - $hook = "in_plugin_update_message-{$folder}/{$file}";
|
|
| 255 | - add_action( $hook, 'geodire_admin_upgrade_notice', 20, 2 ); |
|
| 256 | - } |
|
| 248 | + global $pagenow; |
|
| 249 | + if ( 'plugins.php' === $pagenow ) |
|
| 250 | + {
|
|
| 251 | + // Better update message |
|
| 252 | + $file = basename( __FILE__ ); |
|
| 253 | + $folder = basename( dirname( __FILE__ ) ); |
|
| 254 | + $hook = "in_plugin_update_message-{$folder}/{$file}";
|
|
| 255 | + add_action( $hook, 'geodire_admin_upgrade_notice', 20, 2 ); |
|
| 256 | + } |
|
| 257 | 257 | |
| 258 | 258 | } |
| 259 | 259 | \ No newline at end of file |
@@ -17,34 +17,34 @@ discard block |
||
| 17 | 17 | */ |
| 18 | 18 | function geodir_sec2hms($sec, $padHours = false) |
| 19 | 19 | {
|
| 20 | - // holds formatted string |
|
| 21 | - $hms = ""; |
|
| 22 | - // there are 3600 seconds in an hour, so if we |
|
| 23 | - // divide total seconds by 3600 and throw away |
|
| 24 | - // the remainder, we've got the number of hours |
|
| 25 | - $hours = intval(intval($sec) / 3600); |
|
| 26 | - |
|
| 27 | - // add to $hms, with a leading 0 if asked for |
|
| 28 | - $hms .= ($padHours) ? str_pad($hours, 2, "0", STR_PAD_LEFT) . ':' : $hours . ':'; |
|
| 29 | - |
|
| 30 | - // dividing the total seconds by 60 will give us |
|
| 31 | - // the number of minutes, but we're interested in |
|
| 32 | - // minutes past the hour: to get that, we need to |
|
| 33 | - // divide by 60 again and keep the remainder |
|
| 34 | - $minutes = intval(($sec / 60) % 60); |
|
| 35 | - |
|
| 36 | - // then add to $hms (with a leading 0 if needed) |
|
| 37 | - $hms .= str_pad($minutes, 2, "0", STR_PAD_LEFT) . ':'; |
|
| 38 | - |
|
| 39 | - // seconds are simple - just divide the total |
|
| 40 | - // seconds by 60 and keep the remainder |
|
| 41 | - $seconds = intval($sec % 60); |
|
| 42 | - |
|
| 43 | - // add to $hms, again with a leading 0 if needed |
|
| 44 | - $hms .= str_pad($seconds, 2, "0", STR_PAD_LEFT); |
|
| 45 | - |
|
| 46 | - // done! |
|
| 47 | - return $hms; |
|
| 20 | + // holds formatted string |
|
| 21 | + $hms = ""; |
|
| 22 | + // there are 3600 seconds in an hour, so if we |
|
| 23 | + // divide total seconds by 3600 and throw away |
|
| 24 | + // the remainder, we've got the number of hours |
|
| 25 | + $hours = intval(intval($sec) / 3600); |
|
| 26 | + |
|
| 27 | + // add to $hms, with a leading 0 if asked for |
|
| 28 | + $hms .= ($padHours) ? str_pad($hours, 2, "0", STR_PAD_LEFT) . ':' : $hours . ':'; |
|
| 29 | + |
|
| 30 | + // dividing the total seconds by 60 will give us |
|
| 31 | + // the number of minutes, but we're interested in |
|
| 32 | + // minutes past the hour: to get that, we need to |
|
| 33 | + // divide by 60 again and keep the remainder |
|
| 34 | + $minutes = intval(($sec / 60) % 60); |
|
| 35 | + |
|
| 36 | + // then add to $hms (with a leading 0 if needed) |
|
| 37 | + $hms .= str_pad($minutes, 2, "0", STR_PAD_LEFT) . ':'; |
|
| 38 | + |
|
| 39 | + // seconds are simple - just divide the total |
|
| 40 | + // seconds by 60 and keep the remainder |
|
| 41 | + $seconds = intval($sec % 60); |
|
| 42 | + |
|
| 43 | + // add to $hms, again with a leading 0 if needed |
|
| 44 | + $hms .= str_pad($seconds, 2, "0", STR_PAD_LEFT); |
|
| 45 | + |
|
| 46 | + // done! |
|
| 47 | + return $hms; |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | /** |
@@ -60,122 +60,122 @@ discard block |
||
| 60 | 60 | function geodir_getGoogleAnalytics($page, $ga_start, $ga_end) |
| 61 | 61 | {
|
| 62 | 62 | |
| 63 | - // NEW ANALYTICS |
|
| 64 | - |
|
| 65 | - $start_date = ''; |
|
| 66 | - $end_date = ''; |
|
| 67 | - $dimensions = ''; |
|
| 68 | - $sort = ''; |
|
| 69 | - $filters = "ga:pagePath==".$page; |
|
| 70 | - $metrics = "ga:pageviews"; |
|
| 71 | - $realtime = false; |
|
| 72 | - $limit = false; |
|
| 73 | - if(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisweek'){
|
|
| 74 | - $start_date = date('Y-m-d', strtotime("-6 day"));
|
|
| 75 | - $end_date = date('Y-m-d');
|
|
| 76 | - $dimensions = "ga:date,ga:nthDay"; |
|
| 77 | - }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastweek'){
|
|
| 78 | - $start_date = date('Y-m-d', strtotime("-13 day"));
|
|
| 79 | - $end_date = date('Y-m-d', strtotime("-7 day"));
|
|
| 80 | - $dimensions = "ga:date,ga:nthDay"; |
|
| 81 | - } |
|
| 82 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisyear'){
|
|
| 83 | - $start_date = date('Y')."-01-01";
|
|
| 84 | - $end_date = date('Y-m-d');
|
|
| 85 | - $dimensions = "ga:month,ga:nthMonth"; |
|
| 86 | - } |
|
| 87 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastyear'){
|
|
| 88 | - $start_date = date('Y', strtotime("-1 year"))."-01-01";
|
|
| 89 | - $end_date = date('Y', strtotime("-1 year"))."-12-31";
|
|
| 90 | - $dimensions = "ga:month,ga:nthMonth"; |
|
| 91 | - } |
|
| 92 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='country'){
|
|
| 93 | - $start_date = "14daysAgo"; |
|
| 94 | - $end_date = "yesterday"; |
|
| 95 | - $dimensions = "ga:country"; |
|
| 96 | - $sort = "ga:pageviews"; |
|
| 97 | - $limit = 5; |
|
| 98 | - }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='realtime'){
|
|
| 99 | - $metrics = "rt:activeUsers"; |
|
| 100 | - $realtime = true; |
|
| 101 | - } |
|
| 102 | - |
|
| 103 | - # Create a new Gdata call |
|
| 104 | - $gaApi = new GDGoogleAnalyticsStats(); |
|
| 105 | - |
|
| 106 | - # Check if Google sucessfully logged in |
|
| 107 | - if (!$gaApi->checkLogin()){
|
|
| 108 | - echo json_encode(array('error'=>__('Please check Google Analytics Settings','geodirectory')));
|
|
| 109 | - return false; |
|
| 110 | - } |
|
| 111 | - |
|
| 112 | - $account = $gaApi->getSingleProfile(); |
|
| 113 | - |
|
| 114 | - if(!isset($account[0]['id'])){
|
|
| 115 | - echo json_encode(array('error'=>__('Please check Google Analytics Settings','geodirectory')));
|
|
| 116 | - return false; |
|
| 117 | - } |
|
| 118 | - |
|
| 119 | - $account = $account[0]['id']; |
|
| 120 | - |
|
| 121 | - # Set the account to the one requested |
|
| 122 | - $gaApi->setAccount($account); |
|
| 123 | - |
|
| 124 | - |
|
| 125 | - |
|
| 126 | - # Get the metrics needed to build the visits graph; |
|
| 127 | - try {
|
|
| 128 | - $stats = $gaApi->getMetrics($metrics, $start_date, $end_date, $dimensions, $sort, $filters, $limit , $realtime); |
|
| 129 | - } |
|
| 130 | - catch (Exception $e) {
|
|
| 131 | - print 'GA Summary Widget - there was a service error ' . $e->getCode() . ':' . $e->getMessage(); |
|
| 132 | - } |
|
| 133 | - |
|
| 134 | - |
|
| 135 | - //print_r($stats); |
|
| 136 | - echo json_encode($stats); |
|
| 137 | - exit; |
|
| 63 | + // NEW ANALYTICS |
|
| 64 | + |
|
| 65 | + $start_date = ''; |
|
| 66 | + $end_date = ''; |
|
| 67 | + $dimensions = ''; |
|
| 68 | + $sort = ''; |
|
| 69 | + $filters = "ga:pagePath==".$page; |
|
| 70 | + $metrics = "ga:pageviews"; |
|
| 71 | + $realtime = false; |
|
| 72 | + $limit = false; |
|
| 73 | + if(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisweek'){
|
|
| 74 | + $start_date = date('Y-m-d', strtotime("-6 day"));
|
|
| 75 | + $end_date = date('Y-m-d');
|
|
| 76 | + $dimensions = "ga:date,ga:nthDay"; |
|
| 77 | + }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastweek'){
|
|
| 78 | + $start_date = date('Y-m-d', strtotime("-13 day"));
|
|
| 79 | + $end_date = date('Y-m-d', strtotime("-7 day"));
|
|
| 80 | + $dimensions = "ga:date,ga:nthDay"; |
|
| 81 | + } |
|
| 82 | + elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisyear'){
|
|
| 83 | + $start_date = date('Y')."-01-01";
|
|
| 84 | + $end_date = date('Y-m-d');
|
|
| 85 | + $dimensions = "ga:month,ga:nthMonth"; |
|
| 86 | + } |
|
| 87 | + elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastyear'){
|
|
| 88 | + $start_date = date('Y', strtotime("-1 year"))."-01-01";
|
|
| 89 | + $end_date = date('Y', strtotime("-1 year"))."-12-31";
|
|
| 90 | + $dimensions = "ga:month,ga:nthMonth"; |
|
| 91 | + } |
|
| 92 | + elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='country'){
|
|
| 93 | + $start_date = "14daysAgo"; |
|
| 94 | + $end_date = "yesterday"; |
|
| 95 | + $dimensions = "ga:country"; |
|
| 96 | + $sort = "ga:pageviews"; |
|
| 97 | + $limit = 5; |
|
| 98 | + }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='realtime'){
|
|
| 99 | + $metrics = "rt:activeUsers"; |
|
| 100 | + $realtime = true; |
|
| 101 | + } |
|
| 102 | + |
|
| 103 | + # Create a new Gdata call |
|
| 104 | + $gaApi = new GDGoogleAnalyticsStats(); |
|
| 105 | + |
|
| 106 | + # Check if Google sucessfully logged in |
|
| 107 | + if (!$gaApi->checkLogin()){
|
|
| 108 | + echo json_encode(array('error'=>__('Please check Google Analytics Settings','geodirectory')));
|
|
| 109 | + return false; |
|
| 110 | + } |
|
| 111 | + |
|
| 112 | + $account = $gaApi->getSingleProfile(); |
|
| 113 | + |
|
| 114 | + if(!isset($account[0]['id'])){
|
|
| 115 | + echo json_encode(array('error'=>__('Please check Google Analytics Settings','geodirectory')));
|
|
| 116 | + return false; |
|
| 117 | + } |
|
| 118 | + |
|
| 119 | + $account = $account[0]['id']; |
|
| 120 | + |
|
| 121 | + # Set the account to the one requested |
|
| 122 | + $gaApi->setAccount($account); |
|
| 123 | + |
|
| 124 | + |
|
| 125 | + |
|
| 126 | + # Get the metrics needed to build the visits graph; |
|
| 127 | + try {
|
|
| 128 | + $stats = $gaApi->getMetrics($metrics, $start_date, $end_date, $dimensions, $sort, $filters, $limit , $realtime); |
|
| 129 | + } |
|
| 130 | + catch (Exception $e) {
|
|
| 131 | + print 'GA Summary Widget - there was a service error ' . $e->getCode() . ':' . $e->getMessage(); |
|
| 132 | + } |
|
| 133 | + |
|
| 134 | + |
|
| 135 | + //print_r($stats); |
|
| 136 | + echo json_encode($stats); |
|
| 137 | + exit; |
|
| 138 | 138 | |
| 139 | 139 | |
| 140 | 140 | }// end GA function |
| 141 | 141 | |
| 142 | 142 | |
| 143 | 143 | function geodir_ga_get_token(){
|
| 144 | - $at = get_option('gd_ga_access_token');
|
|
| 145 | - $use_url = "https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=".$at; |
|
| 146 | - $response = wp_remote_get($use_url,array('timeout' => 15));
|
|
| 144 | + $at = get_option('gd_ga_access_token');
|
|
| 145 | + $use_url = "https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=".$at; |
|
| 146 | + $response = wp_remote_get($use_url,array('timeout' => 15));
|
|
| 147 | 147 | |
| 148 | - if(!empty($response['response']['code']) && $response['response']['code']==200) {//access token is valid
|
|
| 148 | + if(!empty($response['response']['code']) && $response['response']['code']==200) {//access token is valid
|
|
| 149 | 149 | |
| 150 | - return $at; |
|
| 151 | - }else{//else get new access token
|
|
| 150 | + return $at; |
|
| 151 | + }else{//else get new access token
|
|
| 152 | 152 | |
| 153 | - $refresh_at = get_option('gd_ga_refresh_token');
|
|
| 154 | - if(!$refresh_at){
|
|
| 155 | - echo json_encode(array('error'=>__('Not authorized, please click authorized in GD > Google analytic settings.', 'geodirectory')));exit;
|
|
| 156 | - } |
|
| 153 | + $refresh_at = get_option('gd_ga_refresh_token');
|
|
| 154 | + if(!$refresh_at){
|
|
| 155 | + echo json_encode(array('error'=>__('Not authorized, please click authorized in GD > Google analytic settings.', 'geodirectory')));exit;
|
|
| 156 | + } |
|
| 157 | 157 | |
| 158 | - $rat_url = "https://www.googleapis.com/oauth2/v3/token?"; |
|
| 159 | - $client_id = "client_id=".get_option('geodir_ga_client_id');
|
|
| 160 | - $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
|
| 161 | - $refresh_token = "&refresh_token=".$refresh_at; |
|
| 162 | - $grant_type = "&grant_type=refresh_token"; |
|
| 158 | + $rat_url = "https://www.googleapis.com/oauth2/v3/token?"; |
|
| 159 | + $client_id = "client_id=".get_option('geodir_ga_client_id');
|
|
| 160 | + $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
|
| 161 | + $refresh_token = "&refresh_token=".$refresh_at; |
|
| 162 | + $grant_type = "&grant_type=refresh_token"; |
|
| 163 | 163 | |
| 164 | - $rat_url_use = $rat_url.$client_id.$client_secret.$refresh_token.$grant_type; |
|
| 164 | + $rat_url_use = $rat_url.$client_id.$client_secret.$refresh_token.$grant_type; |
|
| 165 | 165 | |
| 166 | - $rat_response = wp_remote_post($rat_url_use,array('timeout' => 15));
|
|
| 167 | - if(!empty($rat_response['response']['code']) && $rat_response['response']['code']==200) {
|
|
| 168 | - $parts = json_decode($rat_response['body']); |
|
| 166 | + $rat_response = wp_remote_post($rat_url_use,array('timeout' => 15));
|
|
| 167 | + if(!empty($rat_response['response']['code']) && $rat_response['response']['code']==200) {
|
|
| 168 | + $parts = json_decode($rat_response['body']); |
|
| 169 | 169 | |
| 170 | 170 | |
| 171 | - update_option('gd_ga_access_token', $parts->access_token);
|
|
| 172 | - return $parts->access_token; |
|
| 171 | + update_option('gd_ga_access_token', $parts->access_token);
|
|
| 172 | + return $parts->access_token; |
|
| 173 | 173 | |
| 174 | - }else{
|
|
| 175 | - echo json_encode(array('error'=>__('Login failed', 'geodirectory')));exit;
|
|
| 176 | - } |
|
| 174 | + }else{
|
|
| 175 | + echo json_encode(array('error'=>__('Login failed', 'geodirectory')));exit;
|
|
| 176 | + } |
|
| 177 | 177 | |
| 178 | 178 | |
| 179 | - } |
|
| 179 | + } |
|
| 180 | 180 | |
| 181 | 181 | } |
| 182 | 182 | \ No newline at end of file |
@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | $hours = intval(intval($sec) / 3600); |
| 26 | 26 | |
| 27 | 27 | // add to $hms, with a leading 0 if asked for |
| 28 | - $hms .= ($padHours) ? str_pad($hours, 2, "0", STR_PAD_LEFT) . ':' : $hours . ':'; |
|
| 28 | + $hms .= ($padHours) ? str_pad($hours, 2, "0", STR_PAD_LEFT).':' : $hours.':'; |
|
| 29 | 29 | |
| 30 | 30 | // dividing the total seconds by 60 will give us |
| 31 | 31 | // the number of minutes, but we're interested in |
@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | $minutes = intval(($sec / 60) % 60); |
| 35 | 35 | |
| 36 | 36 | // then add to $hms (with a leading 0 if needed) |
| 37 | - $hms .= str_pad($minutes, 2, "0", STR_PAD_LEFT) . ':'; |
|
| 37 | + $hms .= str_pad($minutes, 2, "0", STR_PAD_LEFT).':'; |
|
| 38 | 38 | |
| 39 | 39 | // seconds are simple - just divide the total |
| 40 | 40 | // seconds by 60 and keep the remainder |
@@ -70,32 +70,32 @@ discard block |
||
| 70 | 70 | $metrics = "ga:pageviews"; |
| 71 | 71 | $realtime = false; |
| 72 | 72 | $limit = false; |
| 73 | - if(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisweek'){
|
|
| 73 | + if (isset($_REQUEST['ga_type']) && $_REQUEST['ga_type'] == 'thisweek') {
|
|
| 74 | 74 | $start_date = date('Y-m-d', strtotime("-6 day"));
|
| 75 | 75 | $end_date = date('Y-m-d');
|
| 76 | 76 | $dimensions = "ga:date,ga:nthDay"; |
| 77 | - }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastweek'){
|
|
| 77 | + }elseif (isset($_REQUEST['ga_type']) && $_REQUEST['ga_type'] == 'lastweek') {
|
|
| 78 | 78 | $start_date = date('Y-m-d', strtotime("-13 day"));
|
| 79 | 79 | $end_date = date('Y-m-d', strtotime("-7 day"));
|
| 80 | 80 | $dimensions = "ga:date,ga:nthDay"; |
| 81 | 81 | } |
| 82 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisyear'){
|
|
| 82 | + elseif (isset($_REQUEST['ga_type']) && $_REQUEST['ga_type'] == 'thisyear') {
|
|
| 83 | 83 | $start_date = date('Y')."-01-01";
|
| 84 | 84 | $end_date = date('Y-m-d');
|
| 85 | 85 | $dimensions = "ga:month,ga:nthMonth"; |
| 86 | 86 | } |
| 87 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastyear'){
|
|
| 87 | + elseif (isset($_REQUEST['ga_type']) && $_REQUEST['ga_type'] == 'lastyear') {
|
|
| 88 | 88 | $start_date = date('Y', strtotime("-1 year"))."-01-01";
|
| 89 | 89 | $end_date = date('Y', strtotime("-1 year"))."-12-31";
|
| 90 | 90 | $dimensions = "ga:month,ga:nthMonth"; |
| 91 | 91 | } |
| 92 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='country'){
|
|
| 92 | + elseif (isset($_REQUEST['ga_type']) && $_REQUEST['ga_type'] == 'country') {
|
|
| 93 | 93 | $start_date = "14daysAgo"; |
| 94 | 94 | $end_date = "yesterday"; |
| 95 | 95 | $dimensions = "ga:country"; |
| 96 | 96 | $sort = "ga:pageviews"; |
| 97 | - $limit = 5; |
|
| 98 | - }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='realtime'){
|
|
| 97 | + $limit = 5; |
|
| 98 | + }elseif (isset($_REQUEST['ga_type']) && $_REQUEST['ga_type'] == 'realtime') {
|
|
| 99 | 99 | $metrics = "rt:activeUsers"; |
| 100 | 100 | $realtime = true; |
| 101 | 101 | } |
@@ -104,15 +104,15 @@ discard block |
||
| 104 | 104 | $gaApi = new GDGoogleAnalyticsStats(); |
| 105 | 105 | |
| 106 | 106 | # Check if Google sucessfully logged in |
| 107 | - if (!$gaApi->checkLogin()){
|
|
| 108 | - echo json_encode(array('error'=>__('Please check Google Analytics Settings','geodirectory')));
|
|
| 107 | + if (!$gaApi->checkLogin()) {
|
|
| 108 | + echo json_encode(array('error'=>__('Please check Google Analytics Settings', 'geodirectory')));
|
|
| 109 | 109 | return false; |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | $account = $gaApi->getSingleProfile(); |
| 113 | 113 | |
| 114 | - if(!isset($account[0]['id'])){
|
|
| 115 | - echo json_encode(array('error'=>__('Please check Google Analytics Settings','geodirectory')));
|
|
| 114 | + if (!isset($account[0]['id'])) {
|
|
| 115 | + echo json_encode(array('error'=>__('Please check Google Analytics Settings', 'geodirectory')));
|
|
| 116 | 116 | return false; |
| 117 | 117 | } |
| 118 | 118 | |
@@ -125,10 +125,10 @@ discard block |
||
| 125 | 125 | |
| 126 | 126 | # Get the metrics needed to build the visits graph; |
| 127 | 127 | try {
|
| 128 | - $stats = $gaApi->getMetrics($metrics, $start_date, $end_date, $dimensions, $sort, $filters, $limit , $realtime); |
|
| 128 | + $stats = $gaApi->getMetrics($metrics, $start_date, $end_date, $dimensions, $sort, $filters, $limit, $realtime); |
|
| 129 | 129 | } |
| 130 | 130 | catch (Exception $e) {
|
| 131 | - print 'GA Summary Widget - there was a service error ' . $e->getCode() . ':' . $e->getMessage(); |
|
| 131 | + print 'GA Summary Widget - there was a service error '.$e->getCode().':'.$e->getMessage(); |
|
| 132 | 132 | } |
| 133 | 133 | |
| 134 | 134 | |
@@ -140,19 +140,19 @@ discard block |
||
| 140 | 140 | }// end GA function |
| 141 | 141 | |
| 142 | 142 | |
| 143 | -function geodir_ga_get_token(){
|
|
| 143 | +function geodir_ga_get_token() {
|
|
| 144 | 144 | $at = get_option('gd_ga_access_token');
|
| 145 | 145 | $use_url = "https://www.googleapis.com/oauth2/v1/tokeninfo?access_token=".$at; |
| 146 | - $response = wp_remote_get($use_url,array('timeout' => 15));
|
|
| 146 | + $response = wp_remote_get($use_url, array('timeout' => 15));
|
|
| 147 | 147 | |
| 148 | - if(!empty($response['response']['code']) && $response['response']['code']==200) {//access token is valid
|
|
| 148 | + if (!empty($response['response']['code']) && $response['response']['code'] == 200) {//access token is valid
|
|
| 149 | 149 | |
| 150 | 150 | return $at; |
| 151 | - }else{//else get new access token
|
|
| 151 | + } else {//else get new access token
|
|
| 152 | 152 | |
| 153 | 153 | $refresh_at = get_option('gd_ga_refresh_token');
|
| 154 | - if(!$refresh_at){
|
|
| 155 | - echo json_encode(array('error'=>__('Not authorized, please click authorized in GD > Google analytic settings.', 'geodirectory')));exit;
|
|
| 154 | + if (!$refresh_at) {
|
|
| 155 | + echo json_encode(array('error'=>__('Not authorized, please click authorized in GD > Google analytic settings.', 'geodirectory'))); exit;
|
|
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | $rat_url = "https://www.googleapis.com/oauth2/v3/token?"; |
@@ -163,16 +163,16 @@ discard block |
||
| 163 | 163 | |
| 164 | 164 | $rat_url_use = $rat_url.$client_id.$client_secret.$refresh_token.$grant_type; |
| 165 | 165 | |
| 166 | - $rat_response = wp_remote_post($rat_url_use,array('timeout' => 15));
|
|
| 167 | - if(!empty($rat_response['response']['code']) && $rat_response['response']['code']==200) {
|
|
| 166 | + $rat_response = wp_remote_post($rat_url_use, array('timeout' => 15));
|
|
| 167 | + if (!empty($rat_response['response']['code']) && $rat_response['response']['code'] == 200) {
|
|
| 168 | 168 | $parts = json_decode($rat_response['body']); |
| 169 | 169 | |
| 170 | 170 | |
| 171 | 171 | update_option('gd_ga_access_token', $parts->access_token);
|
| 172 | 172 | return $parts->access_token; |
| 173 | 173 | |
| 174 | - }else{
|
|
| 175 | - echo json_encode(array('error'=>__('Login failed', 'geodirectory')));exit;
|
|
| 174 | + } else {
|
|
| 175 | + echo json_encode(array('error'=>__('Login failed', 'geodirectory'))); exit;
|
|
| 176 | 176 | } |
| 177 | 177 | |
| 178 | 178 | |
@@ -74,28 +74,25 @@ discard block |
||
| 74 | 74 | $start_date = date('Y-m-d', strtotime("-6 day"));
|
| 75 | 75 | $end_date = date('Y-m-d');
|
| 76 | 76 | $dimensions = "ga:date,ga:nthDay"; |
| 77 | - }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastweek'){
|
|
| 77 | + } elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastweek'){
|
|
| 78 | 78 | $start_date = date('Y-m-d', strtotime("-13 day"));
|
| 79 | 79 | $end_date = date('Y-m-d', strtotime("-7 day"));
|
| 80 | 80 | $dimensions = "ga:date,ga:nthDay"; |
| 81 | - } |
|
| 82 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisyear'){
|
|
| 81 | + } elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='thisyear'){
|
|
| 83 | 82 | $start_date = date('Y')."-01-01";
|
| 84 | 83 | $end_date = date('Y-m-d');
|
| 85 | 84 | $dimensions = "ga:month,ga:nthMonth"; |
| 86 | - } |
|
| 87 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastyear'){
|
|
| 85 | + } elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='lastyear'){
|
|
| 88 | 86 | $start_date = date('Y', strtotime("-1 year"))."-01-01";
|
| 89 | 87 | $end_date = date('Y', strtotime("-1 year"))."-12-31";
|
| 90 | 88 | $dimensions = "ga:month,ga:nthMonth"; |
| 91 | - } |
|
| 92 | - elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='country'){
|
|
| 89 | + } elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='country'){
|
|
| 93 | 90 | $start_date = "14daysAgo"; |
| 94 | 91 | $end_date = "yesterday"; |
| 95 | 92 | $dimensions = "ga:country"; |
| 96 | 93 | $sort = "ga:pageviews"; |
| 97 | 94 | $limit = 5; |
| 98 | - }elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='realtime'){
|
|
| 95 | + } elseif(isset($_REQUEST['ga_type']) && $_REQUEST['ga_type']=='realtime'){
|
|
| 99 | 96 | $metrics = "rt:activeUsers"; |
| 100 | 97 | $realtime = true; |
| 101 | 98 | } |
@@ -126,8 +123,7 @@ discard block |
||
| 126 | 123 | # Get the metrics needed to build the visits graph; |
| 127 | 124 | try {
|
| 128 | 125 | $stats = $gaApi->getMetrics($metrics, $start_date, $end_date, $dimensions, $sort, $filters, $limit , $realtime); |
| 129 | - } |
|
| 130 | - catch (Exception $e) {
|
|
| 126 | + } catch (Exception $e) {
|
|
| 131 | 127 | print 'GA Summary Widget - there was a service error ' . $e->getCode() . ':' . $e->getMessage(); |
| 132 | 128 | } |
| 133 | 129 | |
@@ -148,7 +144,7 @@ discard block |
||
| 148 | 144 | if(!empty($response['response']['code']) && $response['response']['code']==200) {//access token is valid
|
| 149 | 145 | |
| 150 | 146 | return $at; |
| 151 | - }else{//else get new access token
|
|
| 147 | + } else{//else get new access token
|
|
| 152 | 148 | |
| 153 | 149 | $refresh_at = get_option('gd_ga_refresh_token');
|
| 154 | 150 | if(!$refresh_at){
|
@@ -171,7 +167,7 @@ discard block |
||
| 171 | 167 | update_option('gd_ga_access_token', $parts->access_token);
|
| 172 | 168 | return $parts->access_token; |
| 173 | 169 | |
| 174 | - }else{
|
|
| 170 | + } else{
|
|
| 175 | 171 | echo json_encode(array('error'=>__('Login failed', 'geodirectory')));exit;
|
| 176 | 172 | } |
| 177 | 173 | |
@@ -112,10 +112,11 @@ discard block |
||
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'category_ajax') {
|
| 115 | - if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude'])) |
|
| 116 | - geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']); |
|
| 117 | - else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax'])) |
|
| 118 | - geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']); |
|
| 115 | + if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude'])) { |
|
| 116 | + geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']); |
|
| 117 | + } else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax'])) { |
|
| 118 | + geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']); |
|
| 119 | + } |
|
| 119 | 120 | } |
| 120 | 121 | |
| 121 | 122 | if ((isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'admin_ajax') || isset($_REQUEST['create_field']) || isset($_REQUEST['sort_create_field'])) {
|
@@ -137,12 +138,13 @@ discard block |
||
| 137 | 138 | if (current_user_can('manage_options')) {
|
| 138 | 139 | switch ($_REQUEST['geodir_autofill']): |
| 139 | 140 | case "geodir_dummy_delete" : |
| 140 | - if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
| 141 | - return; |
|
| 141 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) { |
|
| 142 | + return; |
|
| 143 | + } |
|
| 142 | 144 | |
| 143 | 145 | $datatype = isset($_REQUEST['datatype']) ? sanitize_key($_REQUEST['datatype']) : ''; |
| 144 | - if (isset($_REQUEST['posttype'])) |
|
| 145 | - /** |
|
| 146 | + if (isset($_REQUEST['posttype'])) { |
|
| 147 | + /** |
|
| 146 | 148 | * Used to delete the dummy post data per post type. |
| 147 | 149 | * |
| 148 | 150 | * Uses dynamic hook, geodir_delete_dummy_posts_$_REQUEST['posttype']. |
@@ -151,11 +153,13 @@ discard block |
||
| 151 | 153 | * @param string $posttype The post type to insert. |
| 152 | 154 | * @param string $datatype The type of dummy data to insert. |
| 153 | 155 | */ |
| 154 | - do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
|
|
| 156 | + do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype); |
|
| 157 | + } |
|
| 155 | 158 | break; |
| 156 | 159 | case "geodir_dummy_insert" : |
| 157 | - if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
| 158 | - return; |
|
| 160 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) { |
|
| 161 | + return; |
|
| 162 | + } |
|
| 159 | 163 | |
| 160 | 164 | global $city_bound_lat1, $city_bound_lng1, $city_bound_lat2, $city_bound_lng2; |
| 161 | 165 | $city_bound_lat1 = $_REQUEST['city_bound_lat1']; |
@@ -254,8 +258,9 @@ discard block |
||
| 254 | 258 | } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
| 255 | 259 | $redirect_to = get_permalink(geodir_add_listing_page_id()); |
| 256 | 260 | $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
|
| 257 | - } else |
|
| 258 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 261 | + } else { |
|
| 262 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 263 | + } |
|
| 259 | 264 | |
| 260 | 265 | wp_redirect($redirect_to); |
| 261 | 266 | } else {
|
@@ -268,9 +273,9 @@ discard block |
||
| 268 | 273 | |
| 269 | 274 | $gd_session->un_set('listing');
|
| 270 | 275 | |
| 271 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid'])) |
|
| 272 | - wp_redirect(get_permalink($_REQUEST['pid'])); |
|
| 273 | - else {
|
|
| 276 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid'])) { |
|
| 277 | + wp_redirect(get_permalink($_REQUEST['pid'])); |
|
| 278 | + } else {
|
|
| 274 | 279 | geodir_remove_temp_images(); |
| 275 | 280 | wp_redirect(geodir_getlink(get_permalink(geodir_add_listing_page_id()), array('listing_type' => $_REQUEST['listing_type'])));
|
| 276 | 281 | } |
@@ -298,8 +303,9 @@ discard block |
||
| 298 | 303 | } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
| 299 | 304 | $redirect_to = get_permalink(geodir_add_listing_page_id()); |
| 300 | 305 | $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
|
| 301 | - } else |
|
| 302 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 306 | + } else { |
|
| 307 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 308 | + } |
|
| 303 | 309 | |
| 304 | 310 | $gd_session->un_set('listing');
|
| 305 | 311 | wp_redirect($redirect_to); |
@@ -320,8 +326,9 @@ discard block |
||
| 320 | 326 | $lastid = wp_delete_post($_REQUEST['pid']); |
| 321 | 327 | } |
| 322 | 328 | |
| 323 | - if ($lastid && !is_wp_error($lastid)) |
|
| 324 | - wp_redirect($_SERVER['HTTP_REFERER']); |
|
| 329 | + if ($lastid && !is_wp_error($lastid)) { |
|
| 330 | + wp_redirect($_SERVER['HTTP_REFERER']); |
|
| 331 | + } |
|
| 325 | 332 | |
| 326 | 333 | //wp_redirect( geodir_getlink(get_author_posts_url($current_user->ID),array('geodir_dashbord'=>'true','stype'=>$post_type ),false) );
|
| 327 | 334 | } |
@@ -16,19 +16,19 @@ discard block |
||
| 16 | 16 | */ |
| 17 | 17 | function geodir_on_wp_loaded() |
| 18 | 18 | {
|
| 19 | - /** |
|
| 20 | - * Called on the wp_loaded WP hook and used to send the send inquiry forms. |
|
| 21 | - * |
|
| 22 | - * @since 1.0.0 |
|
| 23 | - */ |
|
| 24 | - do_action('giodir_handle_request_plugins_loaded');
|
|
| 25 | - global $wpdb; |
|
| 19 | + /** |
|
| 20 | + * Called on the wp_loaded WP hook and used to send the send inquiry forms. |
|
| 21 | + * |
|
| 22 | + * @since 1.0.0 |
|
| 23 | + */ |
|
| 24 | + do_action('giodir_handle_request_plugins_loaded');
|
|
| 25 | + global $wpdb; |
|
| 26 | 26 | |
| 27 | 27 | |
| 28 | - if (isset($_POST['sendact']) && $_POST['sendact'] == 'send_inqury') {
|
|
| 29 | - geodir_send_inquiry($_REQUEST); // function in custom_functions.php |
|
| 28 | + if (isset($_POST['sendact']) && $_POST['sendact'] == 'send_inqury') {
|
|
| 29 | + geodir_send_inquiry($_REQUEST); // function in custom_functions.php |
|
| 30 | 30 | |
| 31 | - } |
|
| 31 | + } |
|
| 32 | 32 | |
| 33 | 33 | } |
| 34 | 34 | |
@@ -41,9 +41,9 @@ discard block |
||
| 41 | 41 | */ |
| 42 | 42 | function geodir_on_wp() |
| 43 | 43 | {
|
| 44 | - if(geodir_is_page('login')) {
|
|
| 45 | - geodir_user_signup(); |
|
| 46 | - } |
|
| 44 | + if(geodir_is_page('login')) {
|
|
| 45 | + geodir_user_signup(); |
|
| 46 | + } |
|
| 47 | 47 | |
| 48 | 48 | } |
| 49 | 49 | |
@@ -57,36 +57,36 @@ discard block |
||
| 57 | 57 | */ |
| 58 | 58 | function geodir_on_init() |
| 59 | 59 | {
|
| 60 | - /** |
|
| 61 | - * Called on the wp_init WP hook at the start of the geodir_on_init() function. |
|
| 62 | - * |
|
| 63 | - * @since 1.0.0 |
|
| 64 | - */ |
|
| 65 | - do_action('giodir_handle_request');
|
|
| 66 | - global $wpdb; |
|
| 60 | + /** |
|
| 61 | + * Called on the wp_init WP hook at the start of the geodir_on_init() function. |
|
| 62 | + * |
|
| 63 | + * @since 1.0.0 |
|
| 64 | + */ |
|
| 65 | + do_action('giodir_handle_request');
|
|
| 66 | + global $wpdb; |
|
| 67 | 67 | |
| 68 | 68 | |
| 69 | 69 | |
| 70 | 70 | |
| 71 | - if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && !current_user_can('manage_options') && !class_exists('BuddyPress')) {
|
|
| 72 | - show_admin_bar(false); |
|
| 73 | - } |
|
| 71 | + if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && !current_user_can('manage_options') && !class_exists('BuddyPress')) {
|
|
| 72 | + show_admin_bar(false); |
|
| 73 | + } |
|
| 74 | 74 | |
| 75 | 75 | |
| 76 | - if (isset($_REQUEST['ptype']) && $_REQUEST['ptype'] == 'get_markers') {
|
|
| 77 | - /** |
|
| 78 | - * Contains map marker functions. |
|
| 79 | - * |
|
| 80 | - * @since 1.0.0 |
|
| 81 | - * @package GeoDirectory |
|
| 82 | - */ |
|
| 83 | - include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 84 | - die; |
|
| 85 | - } |
|
| 76 | + if (isset($_REQUEST['ptype']) && $_REQUEST['ptype'] == 'get_markers') {
|
|
| 77 | + /** |
|
| 78 | + * Contains map marker functions. |
|
| 79 | + * |
|
| 80 | + * @since 1.0.0 |
|
| 81 | + * @package GeoDirectory |
|
| 82 | + */ |
|
| 83 | + include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 84 | + die; |
|
| 85 | + } |
|
| 86 | 86 | |
| 87 | - if ( class_exists( 'WPSEO_Frontend' ) && !is_admin() ) {
|
|
| 88 | - add_action( 'template_redirect', 'geodir_remove_yoast_seo_metas' ); |
|
| 89 | - } |
|
| 87 | + if ( class_exists( 'WPSEO_Frontend' ) && !is_admin() ) {
|
|
| 88 | + add_action( 'template_redirect', 'geodir_remove_yoast_seo_metas' ); |
|
| 89 | + } |
|
| 90 | 90 | } |
| 91 | 91 | |
| 92 | 92 | |
@@ -103,328 +103,328 @@ discard block |
||
| 103 | 103 | * @todo check if nonce is required here and if so add one. |
| 104 | 104 | */ |
| 105 | 105 | function geodir_ajax_handler() {
|
| 106 | - global $wpdb, $gd_session,$post; |
|
| 106 | + global $wpdb, $gd_session,$post; |
|
| 107 | 107 | |
| 108 | - if (isset($_REQUEST['gd_listing_view']) && $_REQUEST['gd_listing_view'] != '') {
|
|
| 108 | + if (isset($_REQUEST['gd_listing_view']) && $_REQUEST['gd_listing_view'] != '') {
|
|
| 109 | 109 | $gd_session->set('gd_listing_view', $_REQUEST['gd_listing_view']);
|
| 110 | - echo '1'; |
|
| 111 | - } |
|
| 112 | - |
|
| 113 | - if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'category_ajax') {
|
|
| 114 | - if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude'])) |
|
| 115 | - geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']); |
|
| 116 | - else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax'])) |
|
| 117 | - geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']); |
|
| 118 | - } |
|
| 119 | - |
|
| 120 | - if ((isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'admin_ajax') || isset($_REQUEST['create_field']) || isset($_REQUEST['sort_create_field'])) {
|
|
| 121 | - if (current_user_can('manage_options')) {
|
|
| 122 | - /** |
|
| 123 | - * Contains admin ajax handling functions. |
|
| 124 | - * |
|
| 125 | - * @since 1.0.0 |
|
| 126 | - * @package GeoDirectory |
|
| 127 | - */ |
|
| 128 | - include_once(geodir_plugin_path() . '/geodirectory-admin/geodir_admin_ajax.php'); |
|
| 129 | - } else {
|
|
| 130 | - wp_redirect(geodir_login_url()); |
|
| 131 | - gd_die(); |
|
| 132 | - } |
|
| 133 | - } |
|
| 134 | - |
|
| 135 | - if (isset($_REQUEST['geodir_autofill']) && $_REQUEST['geodir_autofill'] != '' && isset($_REQUEST['_wpnonce'])) {
|
|
| 136 | - if (current_user_can('manage_options')) {
|
|
| 137 | - switch ($_REQUEST['geodir_autofill']): |
|
| 138 | - case "geodir_dummy_delete" : |
|
| 139 | - if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
| 140 | - return; |
|
| 141 | - |
|
| 142 | - $datatype = isset($_REQUEST['datatype']) ? sanitize_key($_REQUEST['datatype']) : ''; |
|
| 143 | - if (isset($_REQUEST['posttype'])) |
|
| 144 | - /** |
|
| 145 | - * Used to delete the dummy post data per post type. |
|
| 146 | - * |
|
| 147 | - * Uses dynamic hook, geodir_delete_dummy_posts_$_REQUEST['posttype']. |
|
| 148 | - * |
|
| 149 | - * @since 1.6.11 |
|
| 150 | - * @param string $posttype The post type to insert. |
|
| 151 | - * @param string $datatype The type of dummy data to insert. |
|
| 152 | - */ |
|
| 153 | - do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
|
|
| 154 | - break; |
|
| 155 | - case "geodir_dummy_insert" : |
|
| 156 | - if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
| 157 | - return; |
|
| 158 | - |
|
| 159 | - global $city_bound_lat1, $city_bound_lng1, $city_bound_lat2, $city_bound_lng2; |
|
| 160 | - $city_bound_lat1 = $_REQUEST['city_bound_lat1']; |
|
| 161 | - $city_bound_lng1 = $_REQUEST['city_bound_lng1']; |
|
| 162 | - $city_bound_lat2 = $_REQUEST['city_bound_lat2']; |
|
| 163 | - $city_bound_lng2 = $_REQUEST['city_bound_lng2']; |
|
| 164 | - |
|
| 165 | - if (isset($_REQUEST['posttype'])){
|
|
| 166 | - /** |
|
| 167 | - * Used to insert the dummy post data per post type. |
|
| 168 | - * |
|
| 169 | - * Uses dynamic hook, geodir_insert_dummy_posts_$_REQUEST['posttype']. |
|
| 170 | - * |
|
| 171 | - * @since 1.6.11 |
|
| 172 | - * @param string $posttype The post type to insert. |
|
| 173 | - * @param string $datatype The type of dummy data to insert. |
|
| 174 | - * @param int $post_index The item number to insert. |
|
| 175 | - */ |
|
| 176 | - do_action('geodir_insert_dummy_posts',sanitize_key($_REQUEST['posttype']),sanitize_key($_REQUEST['datatype']),absint($_REQUEST['insert_dummy_post_index']));
|
|
| 177 | - } |
|
| 178 | - |
|
| 179 | - |
|
| 180 | - break; |
|
| 181 | - endswitch; |
|
| 182 | - } else {
|
|
| 183 | - wp_redirect(geodir_login_url()); |
|
| 184 | - exit(); |
|
| 185 | - } |
|
| 186 | - } |
|
| 187 | - |
|
| 188 | - if (isset($_REQUEST['popuptype']) && $_REQUEST['popuptype'] != '' && isset($_REQUEST['post_id']) && $_REQUEST['post_id'] != '') {
|
|
| 189 | - |
|
| 190 | - if ($_REQUEST['popuptype'] == 'b_send_inquiry') {
|
|
| 191 | - $template = locate_template(array("geodirectory/popup-forms.php"));
|
|
| 192 | - if (!$template) {
|
|
| 193 | - $template = geodir_plugin_path() . '/geodirectory-templates/popup-forms.php'; |
|
| 194 | - } |
|
| 195 | - require_once($template); |
|
| 196 | - } |
|
| 197 | - |
|
| 198 | - gd_die(); |
|
| 199 | - } |
|
| 200 | - |
|
| 201 | - /*if(isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'filter_ajax'){
|
|
| 110 | + echo '1'; |
|
| 111 | + } |
|
| 112 | + |
|
| 113 | + if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'category_ajax') {
|
|
| 114 | + if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude'])) |
|
| 115 | + geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']); |
|
| 116 | + else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax'])) |
|
| 117 | + geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']); |
|
| 118 | + } |
|
| 119 | + |
|
| 120 | + if ((isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'admin_ajax') || isset($_REQUEST['create_field']) || isset($_REQUEST['sort_create_field'])) {
|
|
| 121 | + if (current_user_can('manage_options')) {
|
|
| 122 | + /** |
|
| 123 | + * Contains admin ajax handling functions. |
|
| 124 | + * |
|
| 125 | + * @since 1.0.0 |
|
| 126 | + * @package GeoDirectory |
|
| 127 | + */ |
|
| 128 | + include_once(geodir_plugin_path() . '/geodirectory-admin/geodir_admin_ajax.php'); |
|
| 129 | + } else {
|
|
| 130 | + wp_redirect(geodir_login_url()); |
|
| 131 | + gd_die(); |
|
| 132 | + } |
|
| 133 | + } |
|
| 134 | + |
|
| 135 | + if (isset($_REQUEST['geodir_autofill']) && $_REQUEST['geodir_autofill'] != '' && isset($_REQUEST['_wpnonce'])) {
|
|
| 136 | + if (current_user_can('manage_options')) {
|
|
| 137 | + switch ($_REQUEST['geodir_autofill']): |
|
| 138 | + case "geodir_dummy_delete" : |
|
| 139 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
| 140 | + return; |
|
| 141 | + |
|
| 142 | + $datatype = isset($_REQUEST['datatype']) ? sanitize_key($_REQUEST['datatype']) : ''; |
|
| 143 | + if (isset($_REQUEST['posttype'])) |
|
| 144 | + /** |
|
| 145 | + * Used to delete the dummy post data per post type. |
|
| 146 | + * |
|
| 147 | + * Uses dynamic hook, geodir_delete_dummy_posts_$_REQUEST['posttype']. |
|
| 148 | + * |
|
| 149 | + * @since 1.6.11 |
|
| 150 | + * @param string $posttype The post type to insert. |
|
| 151 | + * @param string $datatype The type of dummy data to insert. |
|
| 152 | + */ |
|
| 153 | + do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
|
|
| 154 | + break; |
|
| 155 | + case "geodir_dummy_insert" : |
|
| 156 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
|
| 157 | + return; |
|
| 158 | + |
|
| 159 | + global $city_bound_lat1, $city_bound_lng1, $city_bound_lat2, $city_bound_lng2; |
|
| 160 | + $city_bound_lat1 = $_REQUEST['city_bound_lat1']; |
|
| 161 | + $city_bound_lng1 = $_REQUEST['city_bound_lng1']; |
|
| 162 | + $city_bound_lat2 = $_REQUEST['city_bound_lat2']; |
|
| 163 | + $city_bound_lng2 = $_REQUEST['city_bound_lng2']; |
|
| 164 | + |
|
| 165 | + if (isset($_REQUEST['posttype'])){
|
|
| 166 | + /** |
|
| 167 | + * Used to insert the dummy post data per post type. |
|
| 168 | + * |
|
| 169 | + * Uses dynamic hook, geodir_insert_dummy_posts_$_REQUEST['posttype']. |
|
| 170 | + * |
|
| 171 | + * @since 1.6.11 |
|
| 172 | + * @param string $posttype The post type to insert. |
|
| 173 | + * @param string $datatype The type of dummy data to insert. |
|
| 174 | + * @param int $post_index The item number to insert. |
|
| 175 | + */ |
|
| 176 | + do_action('geodir_insert_dummy_posts',sanitize_key($_REQUEST['posttype']),sanitize_key($_REQUEST['datatype']),absint($_REQUEST['insert_dummy_post_index']));
|
|
| 177 | + } |
|
| 178 | + |
|
| 179 | + |
|
| 180 | + break; |
|
| 181 | + endswitch; |
|
| 182 | + } else {
|
|
| 183 | + wp_redirect(geodir_login_url()); |
|
| 184 | + exit(); |
|
| 185 | + } |
|
| 186 | + } |
|
| 187 | + |
|
| 188 | + if (isset($_REQUEST['popuptype']) && $_REQUEST['popuptype'] != '' && isset($_REQUEST['post_id']) && $_REQUEST['post_id'] != '') {
|
|
| 189 | + |
|
| 190 | + if ($_REQUEST['popuptype'] == 'b_send_inquiry') {
|
|
| 191 | + $template = locate_template(array("geodirectory/popup-forms.php"));
|
|
| 192 | + if (!$template) {
|
|
| 193 | + $template = geodir_plugin_path() . '/geodirectory-templates/popup-forms.php'; |
|
| 194 | + } |
|
| 195 | + require_once($template); |
|
| 196 | + } |
|
| 197 | + |
|
| 198 | + gd_die(); |
|
| 199 | + } |
|
| 200 | + |
|
| 201 | + /*if(isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'filter_ajax'){
|
|
| 202 | 202 | include_once ( geodir_plugin_path() . '/geodirectory-templates/advance-search-form.php'); |
| 203 | 203 | }*/ |
| 204 | 204 | |
| 205 | - if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'map_ajax') {
|
|
| 206 | - /** |
|
| 207 | - * Contains map marker functions. |
|
| 208 | - * |
|
| 209 | - * @since 1.0.0 |
|
| 210 | - * @package GeoDirectory |
|
| 211 | - */ |
|
| 212 | - include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 213 | - } |
|
| 214 | - |
|
| 215 | - if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'favorite') {
|
|
| 216 | - if (is_user_logged_in()) {
|
|
| 217 | - switch ($_REQUEST['ajax_action']): |
|
| 218 | - case "add" : |
|
| 219 | - geodir_add_to_favorite((int)$_REQUEST['pid']); |
|
| 220 | - break; |
|
| 221 | - case "remove" : |
|
| 222 | - geodir_remove_from_favorite((int)$_REQUEST['pid']); |
|
| 223 | - break; |
|
| 224 | - endswitch; |
|
| 225 | - } else {
|
|
| 226 | - wp_redirect(geodir_login_url()); |
|
| 227 | - exit(); |
|
| 228 | - } |
|
| 229 | - } |
|
| 230 | - |
|
| 231 | - if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'add_listing') {
|
|
| 232 | - |
|
| 233 | - $is_current_user_owner = true; |
|
| 234 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 235 | - $is_current_user_owner = geodir_listing_belong_to_current_user((int)$_REQUEST['pid']); |
|
| 236 | - } |
|
| 237 | - |
|
| 238 | - $request = $gd_session->get('listing');
|
|
| 239 | - |
|
| 240 | - if (is_user_logged_in() && $is_current_user_owner) {
|
|
| 241 | - |
|
| 242 | - switch ($_REQUEST['ajax_action']): |
|
| 243 | - case "add": |
|
| 244 | - case "update": |
|
| 245 | - |
|
| 246 | - if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
|
|
| 247 | - $last_id = geodir_save_listing(); |
|
| 248 | - |
|
| 249 | - if ($last_id) {
|
|
| 250 | - //$redirect_to = get_permalink( $last_id ); |
|
| 251 | - $redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
|
|
| 252 | - |
|
| 253 | - } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 254 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 255 | - $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
|
|
| 256 | - } else |
|
| 257 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 258 | - |
|
| 259 | - wp_redirect($redirect_to); |
|
| 260 | - } else {
|
|
| 261 | - $gd_session->un_set('listing');
|
|
| 262 | - wp_redirect(home_url()); |
|
| 263 | - } |
|
| 264 | - |
|
| 265 | - break; |
|
| 266 | - case "cancel" : |
|
| 267 | - |
|
| 268 | - $gd_session->un_set('listing');
|
|
| 269 | - |
|
| 270 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid'])) |
|
| 271 | - wp_redirect(get_permalink($_REQUEST['pid'])); |
|
| 272 | - else {
|
|
| 273 | - geodir_remove_temp_images(); |
|
| 274 | - wp_redirect(geodir_getlink(get_permalink(geodir_add_listing_page_id()), array('listing_type' => $_REQUEST['listing_type'])));
|
|
| 275 | - } |
|
| 276 | - |
|
| 277 | - break; |
|
| 278 | - |
|
| 279 | - case "publish" : |
|
| 280 | - |
|
| 281 | - if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
|
|
| 282 | - |
|
| 283 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 284 | - $new_post = array(); |
|
| 285 | - $new_post['ID'] = $_REQUEST['pid']; |
|
| 286 | - |
|
| 287 | - $lastid = wp_update_post($new_post); |
|
| 288 | - |
|
| 289 | - $gd_session->un_set('listing');
|
|
| 290 | - wp_redirect(get_permalink($lastid)); |
|
| 291 | - } else {
|
|
| 292 | - $last_id = geodir_save_listing(); |
|
| 293 | - |
|
| 294 | - if ($last_id) {
|
|
| 295 | - //$redirect_to = get_permalink( $last_id ); |
|
| 296 | - $redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
|
|
| 297 | - } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 298 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 299 | - $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
|
|
| 300 | - } else |
|
| 301 | - $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 302 | - |
|
| 303 | - $gd_session->un_set('listing');
|
|
| 304 | - wp_redirect($redirect_to); |
|
| 305 | - } |
|
| 306 | - } else {
|
|
| 307 | - $gd_session->un_set('listing');
|
|
| 308 | - wp_redirect(home_url()); |
|
| 309 | - } |
|
| 310 | - |
|
| 311 | - break; |
|
| 312 | - case "delete" : |
|
| 313 | - if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 314 | - global $current_user; |
|
| 315 | - |
|
| 316 | - if (get_option('geodir_disable_perm_delete')) {
|
|
| 317 | - $lastid = wp_trash_post($_REQUEST['pid']); |
|
| 318 | - } else {
|
|
| 319 | - $lastid = wp_delete_post($_REQUEST['pid']); |
|
| 320 | - } |
|
| 321 | - |
|
| 322 | - if ($lastid && !is_wp_error($lastid)) |
|
| 323 | - wp_redirect($_SERVER['HTTP_REFERER']); |
|
| 324 | - |
|
| 325 | - //wp_redirect( geodir_getlink(get_author_posts_url($current_user->ID),array('geodir_dashbord'=>'true','stype'=>$post_type ),false) );
|
|
| 326 | - } |
|
| 327 | - break; |
|
| 328 | - endswitch; |
|
| 329 | - |
|
| 330 | - $gd_session->un_set('listing');
|
|
| 331 | - } else {
|
|
| 332 | - $gd_session->un_set('listing');
|
|
| 333 | - wp_redirect(geodir_login_url()); |
|
| 334 | - exit(); |
|
| 335 | - } |
|
| 336 | - } |
|
| 337 | - |
|
| 338 | - if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'user_login') {
|
|
| 339 | - /** |
|
| 340 | - * Contains registration and login functions. |
|
| 341 | - * @todo Fix the file path. |
|
| 342 | - * |
|
| 343 | - * @since 1.0.0 |
|
| 344 | - * @package GeoDirectory |
|
| 345 | - */ |
|
| 346 | - include_once(geodir_plugin_path() . '/geodirectory-functions/geodirectory_reg.php'); |
|
| 347 | - } |
|
| 348 | - |
|
| 349 | - if (isset($_REQUEST['ajax_action']) && $_REQUEST['ajax_action'] == 'geodir_get_term_list') {
|
|
| 350 | - $args = array('taxonomy' => sanitize_text_field($_REQUEST['term']));
|
|
| 351 | - if (!empty($_REQUEST['parent_only'])) {
|
|
| 352 | - $args['parent'] = 0; |
|
| 353 | - } |
|
| 354 | - $terms_o = get_terms($args); |
|
| 355 | - |
|
| 356 | - // Skip terms which has no listing |
|
| 357 | - if (!empty($terms_o)) {
|
|
| 358 | - $filter_terms = array(); |
|
| 359 | - |
|
| 360 | - foreach ($terms_o as $term) {
|
|
| 361 | - if (isset($term->count) && $term->count > 0) {
|
|
| 362 | - $filter_terms[] = $term; |
|
| 363 | - } |
|
| 364 | - } |
|
| 365 | - $terms_o = $filter_terms; |
|
| 366 | - } |
|
| 367 | - |
|
| 368 | - $terms = geodir_sort_terms($terms_o, 'count'); |
|
| 369 | - geodir_helper_cat_list_output($terms, intval($_REQUEST['limit'])); |
|
| 370 | - exit(); |
|
| 371 | - } |
|
| 205 | + if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'map_ajax') {
|
|
| 206 | + /** |
|
| 207 | + * Contains map marker functions. |
|
| 208 | + * |
|
| 209 | + * @since 1.0.0 |
|
| 210 | + * @package GeoDirectory |
|
| 211 | + */ |
|
| 212 | + include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 213 | + } |
|
| 214 | + |
|
| 215 | + if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'favorite') {
|
|
| 216 | + if (is_user_logged_in()) {
|
|
| 217 | + switch ($_REQUEST['ajax_action']): |
|
| 218 | + case "add" : |
|
| 219 | + geodir_add_to_favorite((int)$_REQUEST['pid']); |
|
| 220 | + break; |
|
| 221 | + case "remove" : |
|
| 222 | + geodir_remove_from_favorite((int)$_REQUEST['pid']); |
|
| 223 | + break; |
|
| 224 | + endswitch; |
|
| 225 | + } else {
|
|
| 226 | + wp_redirect(geodir_login_url()); |
|
| 227 | + exit(); |
|
| 228 | + } |
|
| 229 | + } |
|
| 230 | + |
|
| 231 | + if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'add_listing') {
|
|
| 232 | + |
|
| 233 | + $is_current_user_owner = true; |
|
| 234 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 235 | + $is_current_user_owner = geodir_listing_belong_to_current_user((int)$_REQUEST['pid']); |
|
| 236 | + } |
|
| 237 | + |
|
| 238 | + $request = $gd_session->get('listing');
|
|
| 239 | + |
|
| 240 | + if (is_user_logged_in() && $is_current_user_owner) {
|
|
| 241 | + |
|
| 242 | + switch ($_REQUEST['ajax_action']): |
|
| 243 | + case "add": |
|
| 244 | + case "update": |
|
| 245 | + |
|
| 246 | + if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
|
|
| 247 | + $last_id = geodir_save_listing(); |
|
| 248 | + |
|
| 249 | + if ($last_id) {
|
|
| 250 | + //$redirect_to = get_permalink( $last_id ); |
|
| 251 | + $redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
|
|
| 252 | + |
|
| 253 | + } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 254 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 255 | + $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
|
|
| 256 | + } else |
|
| 257 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 258 | + |
|
| 259 | + wp_redirect($redirect_to); |
|
| 260 | + } else {
|
|
| 261 | + $gd_session->un_set('listing');
|
|
| 262 | + wp_redirect(home_url()); |
|
| 263 | + } |
|
| 264 | + |
|
| 265 | + break; |
|
| 266 | + case "cancel" : |
|
| 267 | + |
|
| 268 | + $gd_session->un_set('listing');
|
|
| 269 | + |
|
| 270 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid'])) |
|
| 271 | + wp_redirect(get_permalink($_REQUEST['pid'])); |
|
| 272 | + else {
|
|
| 273 | + geodir_remove_temp_images(); |
|
| 274 | + wp_redirect(geodir_getlink(get_permalink(geodir_add_listing_page_id()), array('listing_type' => $_REQUEST['listing_type'])));
|
|
| 275 | + } |
|
| 276 | + |
|
| 277 | + break; |
|
| 278 | + |
|
| 279 | + case "publish" : |
|
| 280 | + |
|
| 281 | + if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
|
|
| 282 | + |
|
| 283 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 284 | + $new_post = array(); |
|
| 285 | + $new_post['ID'] = $_REQUEST['pid']; |
|
| 286 | + |
|
| 287 | + $lastid = wp_update_post($new_post); |
|
| 288 | + |
|
| 289 | + $gd_session->un_set('listing');
|
|
| 290 | + wp_redirect(get_permalink($lastid)); |
|
| 291 | + } else {
|
|
| 292 | + $last_id = geodir_save_listing(); |
|
| 293 | + |
|
| 294 | + if ($last_id) {
|
|
| 295 | + //$redirect_to = get_permalink( $last_id ); |
|
| 296 | + $redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
|
|
| 297 | + } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 298 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 299 | + $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
|
|
| 300 | + } else |
|
| 301 | + $redirect_to = get_permalink(geodir_add_listing_page_id()); |
|
| 302 | + |
|
| 303 | + $gd_session->un_set('listing');
|
|
| 304 | + wp_redirect($redirect_to); |
|
| 305 | + } |
|
| 306 | + } else {
|
|
| 307 | + $gd_session->un_set('listing');
|
|
| 308 | + wp_redirect(home_url()); |
|
| 309 | + } |
|
| 310 | + |
|
| 311 | + break; |
|
| 312 | + case "delete" : |
|
| 313 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 314 | + global $current_user; |
|
| 315 | + |
|
| 316 | + if (get_option('geodir_disable_perm_delete')) {
|
|
| 317 | + $lastid = wp_trash_post($_REQUEST['pid']); |
|
| 318 | + } else {
|
|
| 319 | + $lastid = wp_delete_post($_REQUEST['pid']); |
|
| 320 | + } |
|
| 321 | + |
|
| 322 | + if ($lastid && !is_wp_error($lastid)) |
|
| 323 | + wp_redirect($_SERVER['HTTP_REFERER']); |
|
| 324 | + |
|
| 325 | + //wp_redirect( geodir_getlink(get_author_posts_url($current_user->ID),array('geodir_dashbord'=>'true','stype'=>$post_type ),false) );
|
|
| 326 | + } |
|
| 327 | + break; |
|
| 328 | + endswitch; |
|
| 329 | + |
|
| 330 | + $gd_session->un_set('listing');
|
|
| 331 | + } else {
|
|
| 332 | + $gd_session->un_set('listing');
|
|
| 333 | + wp_redirect(geodir_login_url()); |
|
| 334 | + exit(); |
|
| 335 | + } |
|
| 336 | + } |
|
| 337 | + |
|
| 338 | + if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'user_login') {
|
|
| 339 | + /** |
|
| 340 | + * Contains registration and login functions. |
|
| 341 | + * @todo Fix the file path. |
|
| 342 | + * |
|
| 343 | + * @since 1.0.0 |
|
| 344 | + * @package GeoDirectory |
|
| 345 | + */ |
|
| 346 | + include_once(geodir_plugin_path() . '/geodirectory-functions/geodirectory_reg.php'); |
|
| 347 | + } |
|
| 348 | + |
|
| 349 | + if (isset($_REQUEST['ajax_action']) && $_REQUEST['ajax_action'] == 'geodir_get_term_list') {
|
|
| 350 | + $args = array('taxonomy' => sanitize_text_field($_REQUEST['term']));
|
|
| 351 | + if (!empty($_REQUEST['parent_only'])) {
|
|
| 352 | + $args['parent'] = 0; |
|
| 353 | + } |
|
| 354 | + $terms_o = get_terms($args); |
|
| 355 | + |
|
| 356 | + // Skip terms which has no listing |
|
| 357 | + if (!empty($terms_o)) {
|
|
| 358 | + $filter_terms = array(); |
|
| 359 | + |
|
| 360 | + foreach ($terms_o as $term) {
|
|
| 361 | + if (isset($term->count) && $term->count > 0) {
|
|
| 362 | + $filter_terms[] = $term; |
|
| 363 | + } |
|
| 364 | + } |
|
| 365 | + $terms_o = $filter_terms; |
|
| 366 | + } |
|
| 367 | + |
|
| 368 | + $terms = geodir_sort_terms($terms_o, 'count'); |
|
| 369 | + geodir_helper_cat_list_output($terms, intval($_REQUEST['limit'])); |
|
| 370 | + exit(); |
|
| 371 | + } |
|
| 372 | 372 | |
| 373 | - if ( !empty($_REQUEST['geodir_ajax'] ) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml() ) {
|
|
| 374 | - if ( !empty( $_REQUEST['_nonce'] ) && wp_verify_nonce( $_REQUEST['_nonce'], 'geodir_duplicate_nonce' ) ) {
|
|
| 375 | - $json = array(); |
|
| 376 | - $json['success'] = false; |
|
| 373 | + if ( !empty($_REQUEST['geodir_ajax'] ) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml() ) {
|
|
| 374 | + if ( !empty( $_REQUEST['_nonce'] ) && wp_verify_nonce( $_REQUEST['_nonce'], 'geodir_duplicate_nonce' ) ) {
|
|
| 375 | + $json = array(); |
|
| 376 | + $json['success'] = false; |
|
| 377 | 377 | |
| 378 | - $post_id = !empty( $_REQUEST['post_id'] ) ? absint( $_REQUEST['post_id'] ) : 0; |
|
| 379 | - $langs = !empty( $_REQUEST['dups'] ) ? explode( ',', sanitize_text_field( $_REQUEST['dups'] ) ) : array(); |
|
| 378 | + $post_id = !empty( $_REQUEST['post_id'] ) ? absint( $_REQUEST['post_id'] ) : 0; |
|
| 379 | + $langs = !empty( $_REQUEST['dups'] ) ? explode( ',', sanitize_text_field( $_REQUEST['dups'] ) ) : array(); |
|
| 380 | 380 | |
| 381 | - if ( !empty( $post_id ) && !empty( $langs ) ) {
|
|
| 382 | - if ( geodir_wpml_allowed_to_duplicate( $post_id ) ) {
|
|
| 383 | - global $sitepress; |
|
| 381 | + if ( !empty( $post_id ) && !empty( $langs ) ) {
|
|
| 382 | + if ( geodir_wpml_allowed_to_duplicate( $post_id ) ) {
|
|
| 383 | + global $sitepress; |
|
| 384 | 384 | |
| 385 | - $element_type = 'post_' . get_post_type( $post_id ); |
|
| 386 | - $master_post_id = $sitepress->get_original_element_id( $post_id, $element_type ); |
|
| 385 | + $element_type = 'post_' . get_post_type( $post_id ); |
|
| 386 | + $master_post_id = $sitepress->get_original_element_id( $post_id, $element_type ); |
|
| 387 | 387 | |
| 388 | - if ( $master_post_id == $post_id ) {
|
|
| 389 | - $_REQUEST['icl_ajx_action'] = 'make_duplicates'; |
|
| 388 | + if ( $master_post_id == $post_id ) {
|
|
| 389 | + $_REQUEST['icl_ajx_action'] = 'make_duplicates'; |
|
| 390 | 390 | |
| 391 | - foreach ( $langs as $lang ) {
|
|
| 392 | - $return = $sitepress->make_duplicate( $master_post_id, $lang ); |
|
| 393 | - } |
|
| 394 | - $json['success'] = true; |
|
| 395 | - } else {
|
|
| 396 | - $json['error'] = __( 'Translation can be done from original listing only.', 'geodirectory' ); |
|
| 397 | - } |
|
| 398 | - } else {
|
|
| 399 | - $json['error'] = __( 'You are not allowed to translate this listing.', 'geodirectory' ); |
|
| 400 | - } |
|
| 401 | - } |
|
| 391 | + foreach ( $langs as $lang ) {
|
|
| 392 | + $return = $sitepress->make_duplicate( $master_post_id, $lang ); |
|
| 393 | + } |
|
| 394 | + $json['success'] = true; |
|
| 395 | + } else {
|
|
| 396 | + $json['error'] = __( 'Translation can be done from original listing only.', 'geodirectory' ); |
|
| 397 | + } |
|
| 398 | + } else {
|
|
| 399 | + $json['error'] = __( 'You are not allowed to translate this listing.', 'geodirectory' ); |
|
| 400 | + } |
|
| 401 | + } |
|
| 402 | 402 | |
| 403 | - wp_send_json( $json ); |
|
| 404 | - } |
|
| 405 | - } |
|
| 403 | + wp_send_json( $json ); |
|
| 404 | + } |
|
| 405 | + } |
|
| 406 | 406 | |
| 407 | - gd_die(); |
|
| 407 | + gd_die(); |
|
| 408 | 408 | } |
| 409 | 409 | |
| 410 | 410 | |
| 411 | 411 | function geodir_show_ga_stats(){
|
| 412 | - if (isset($_REQUEST['ga_start'])) {
|
|
| 413 | - $ga_start = $_REQUEST['ga_start']; |
|
| 414 | - } else {
|
|
| 415 | - $ga_start = ''; |
|
| 416 | - } |
|
| 417 | - if (isset($_REQUEST['ga_end'])) {
|
|
| 418 | - $ga_end = $_REQUEST['ga_end']; |
|
| 419 | - } else {
|
|
| 420 | - $ga_end = ''; |
|
| 421 | - } |
|
| 422 | - try {
|
|
| 423 | - geodir_getGoogleAnalytics($_REQUEST['ga_page'], $ga_start, $ga_end); |
|
| 424 | - } catch (Exception $e) {
|
|
| 425 | - geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) ); |
|
| 426 | - } |
|
| 427 | - die; |
|
| 412 | + if (isset($_REQUEST['ga_start'])) {
|
|
| 413 | + $ga_start = $_REQUEST['ga_start']; |
|
| 414 | + } else {
|
|
| 415 | + $ga_start = ''; |
|
| 416 | + } |
|
| 417 | + if (isset($_REQUEST['ga_end'])) {
|
|
| 418 | + $ga_end = $_REQUEST['ga_end']; |
|
| 419 | + } else {
|
|
| 420 | + $ga_end = ''; |
|
| 421 | + } |
|
| 422 | + try {
|
|
| 423 | + geodir_getGoogleAnalytics($_REQUEST['ga_page'], $ga_start, $ga_end); |
|
| 424 | + } catch (Exception $e) {
|
|
| 425 | + geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) ); |
|
| 426 | + } |
|
| 427 | + die; |
|
| 428 | 428 | } |
| 429 | 429 | add_action( 'wp_ajax_gdga', 'geodir_show_ga_stats' ); |
| 430 | 430 | add_action( 'wp_ajax_nopriv_gdga', 'geodir_show_ga_stats' ); |
| 431 | 431 | \ No newline at end of file |
@@ -41,7 +41,7 @@ discard block |
||
| 41 | 41 | */ |
| 42 | 42 | function geodir_on_wp() |
| 43 | 43 | {
|
| 44 | - if(geodir_is_page('login')) {
|
|
| 44 | + if (geodir_is_page('login')) {
|
|
| 45 | 45 | geodir_user_signup(); |
| 46 | 46 | } |
| 47 | 47 | |
@@ -80,12 +80,12 @@ discard block |
||
| 80 | 80 | * @since 1.0.0 |
| 81 | 81 | * @package GeoDirectory |
| 82 | 82 | */ |
| 83 | - include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 83 | + include_once(geodir_plugin_path().'/geodirectory-functions/map-functions/get_markers.php'); |
|
| 84 | 84 | die; |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | - if ( class_exists( 'WPSEO_Frontend' ) && !is_admin() ) {
|
|
| 88 | - add_action( 'template_redirect', 'geodir_remove_yoast_seo_metas' ); |
|
| 87 | + if (class_exists('WPSEO_Frontend') && !is_admin()) {
|
|
| 88 | + add_action('template_redirect', 'geodir_remove_yoast_seo_metas');
|
|
| 89 | 89 | } |
| 90 | 90 | } |
| 91 | 91 | |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | * @todo check if nonce is required here and if so add one. |
| 104 | 104 | */ |
| 105 | 105 | function geodir_ajax_handler() {
|
| 106 | - global $wpdb, $gd_session,$post; |
|
| 106 | + global $wpdb, $gd_session, $post; |
|
| 107 | 107 | |
| 108 | 108 | if (isset($_REQUEST['gd_listing_view']) && $_REQUEST['gd_listing_view'] != '') {
|
| 109 | 109 | $gd_session->set('gd_listing_view', $_REQUEST['gd_listing_view']);
|
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | * @since 1.0.0 |
| 126 | 126 | * @package GeoDirectory |
| 127 | 127 | */ |
| 128 | - include_once(geodir_plugin_path() . '/geodirectory-admin/geodir_admin_ajax.php'); |
|
| 128 | + include_once(geodir_plugin_path().'/geodirectory-admin/geodir_admin_ajax.php'); |
|
| 129 | 129 | } else {
|
| 130 | 130 | wp_redirect(geodir_login_url()); |
| 131 | 131 | gd_die(); |
@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | * @param string $posttype The post type to insert. |
| 151 | 151 | * @param string $datatype The type of dummy data to insert. |
| 152 | 152 | */ |
| 153 | - do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
|
|
| 153 | + do_action('geodir_delete_dummy_posts', sanitize_key($_REQUEST['posttype']), $datatype);
|
|
| 154 | 154 | break; |
| 155 | 155 | case "geodir_dummy_insert" : |
| 156 | 156 | if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
@@ -162,7 +162,7 @@ discard block |
||
| 162 | 162 | $city_bound_lat2 = $_REQUEST['city_bound_lat2']; |
| 163 | 163 | $city_bound_lng2 = $_REQUEST['city_bound_lng2']; |
| 164 | 164 | |
| 165 | - if (isset($_REQUEST['posttype'])){
|
|
| 165 | + if (isset($_REQUEST['posttype'])) {
|
|
| 166 | 166 | /** |
| 167 | 167 | * Used to insert the dummy post data per post type. |
| 168 | 168 | * |
@@ -173,7 +173,7 @@ discard block |
||
| 173 | 173 | * @param string $datatype The type of dummy data to insert. |
| 174 | 174 | * @param int $post_index The item number to insert. |
| 175 | 175 | */ |
| 176 | - do_action('geodir_insert_dummy_posts',sanitize_key($_REQUEST['posttype']),sanitize_key($_REQUEST['datatype']),absint($_REQUEST['insert_dummy_post_index']));
|
|
| 176 | + do_action('geodir_insert_dummy_posts', sanitize_key($_REQUEST['posttype']), sanitize_key($_REQUEST['datatype']), absint($_REQUEST['insert_dummy_post_index']));
|
|
| 177 | 177 | } |
| 178 | 178 | |
| 179 | 179 | |
@@ -190,7 +190,7 @@ discard block |
||
| 190 | 190 | if ($_REQUEST['popuptype'] == 'b_send_inquiry') {
|
| 191 | 191 | $template = locate_template(array("geodirectory/popup-forms.php"));
|
| 192 | 192 | if (!$template) {
|
| 193 | - $template = geodir_plugin_path() . '/geodirectory-templates/popup-forms.php'; |
|
| 193 | + $template = geodir_plugin_path().'/geodirectory-templates/popup-forms.php'; |
|
| 194 | 194 | } |
| 195 | 195 | require_once($template); |
| 196 | 196 | } |
@@ -209,17 +209,17 @@ discard block |
||
| 209 | 209 | * @since 1.0.0 |
| 210 | 210 | * @package GeoDirectory |
| 211 | 211 | */ |
| 212 | - include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 212 | + include_once(geodir_plugin_path().'/geodirectory-functions/map-functions/get_markers.php'); |
|
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'favorite') {
|
| 216 | 216 | if (is_user_logged_in()) {
|
| 217 | 217 | switch ($_REQUEST['ajax_action']): |
| 218 | 218 | case "add" : |
| 219 | - geodir_add_to_favorite((int)$_REQUEST['pid']); |
|
| 219 | + geodir_add_to_favorite((int) $_REQUEST['pid']); |
|
| 220 | 220 | break; |
| 221 | 221 | case "remove" : |
| 222 | - geodir_remove_from_favorite((int)$_REQUEST['pid']); |
|
| 222 | + geodir_remove_from_favorite((int) $_REQUEST['pid']); |
|
| 223 | 223 | break; |
| 224 | 224 | endswitch; |
| 225 | 225 | } else {
|
@@ -232,7 +232,7 @@ discard block |
||
| 232 | 232 | |
| 233 | 233 | $is_current_user_owner = true; |
| 234 | 234 | if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
| 235 | - $is_current_user_owner = geodir_listing_belong_to_current_user((int)$_REQUEST['pid']); |
|
| 235 | + $is_current_user_owner = geodir_listing_belong_to_current_user((int) $_REQUEST['pid']); |
|
| 236 | 236 | } |
| 237 | 237 | |
| 238 | 238 | $request = $gd_session->get('listing');
|
@@ -343,7 +343,7 @@ discard block |
||
| 343 | 343 | * @since 1.0.0 |
| 344 | 344 | * @package GeoDirectory |
| 345 | 345 | */ |
| 346 | - include_once(geodir_plugin_path() . '/geodirectory-functions/geodirectory_reg.php'); |
|
| 346 | + include_once(geodir_plugin_path().'/geodirectory-functions/geodirectory_reg.php'); |
|
| 347 | 347 | } |
| 348 | 348 | |
| 349 | 349 | if (isset($_REQUEST['ajax_action']) && $_REQUEST['ajax_action'] == 'geodir_get_term_list') {
|
@@ -370,37 +370,37 @@ discard block |
||
| 370 | 370 | exit(); |
| 371 | 371 | } |
| 372 | 372 | |
| 373 | - if ( !empty($_REQUEST['geodir_ajax'] ) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml() ) {
|
|
| 374 | - if ( !empty( $_REQUEST['_nonce'] ) && wp_verify_nonce( $_REQUEST['_nonce'], 'geodir_duplicate_nonce' ) ) {
|
|
| 373 | + if (!empty($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml()) {
|
|
| 374 | + if (!empty($_REQUEST['_nonce']) && wp_verify_nonce($_REQUEST['_nonce'], 'geodir_duplicate_nonce')) {
|
|
| 375 | 375 | $json = array(); |
| 376 | 376 | $json['success'] = false; |
| 377 | 377 | |
| 378 | - $post_id = !empty( $_REQUEST['post_id'] ) ? absint( $_REQUEST['post_id'] ) : 0; |
|
| 379 | - $langs = !empty( $_REQUEST['dups'] ) ? explode( ',', sanitize_text_field( $_REQUEST['dups'] ) ) : array(); |
|
| 378 | + $post_id = !empty($_REQUEST['post_id']) ? absint($_REQUEST['post_id']) : 0; |
|
| 379 | + $langs = !empty($_REQUEST['dups']) ? explode(',', sanitize_text_field($_REQUEST['dups'])) : array();
|
|
| 380 | 380 | |
| 381 | - if ( !empty( $post_id ) && !empty( $langs ) ) {
|
|
| 382 | - if ( geodir_wpml_allowed_to_duplicate( $post_id ) ) {
|
|
| 381 | + if (!empty($post_id) && !empty($langs)) {
|
|
| 382 | + if (geodir_wpml_allowed_to_duplicate($post_id)) {
|
|
| 383 | 383 | global $sitepress; |
| 384 | 384 | |
| 385 | - $element_type = 'post_' . get_post_type( $post_id ); |
|
| 386 | - $master_post_id = $sitepress->get_original_element_id( $post_id, $element_type ); |
|
| 385 | + $element_type = 'post_'.get_post_type($post_id); |
|
| 386 | + $master_post_id = $sitepress->get_original_element_id($post_id, $element_type); |
|
| 387 | 387 | |
| 388 | - if ( $master_post_id == $post_id ) {
|
|
| 388 | + if ($master_post_id == $post_id) {
|
|
| 389 | 389 | $_REQUEST['icl_ajx_action'] = 'make_duplicates'; |
| 390 | 390 | |
| 391 | - foreach ( $langs as $lang ) {
|
|
| 392 | - $return = $sitepress->make_duplicate( $master_post_id, $lang ); |
|
| 391 | + foreach ($langs as $lang) {
|
|
| 392 | + $return = $sitepress->make_duplicate($master_post_id, $lang); |
|
| 393 | 393 | } |
| 394 | 394 | $json['success'] = true; |
| 395 | 395 | } else {
|
| 396 | - $json['error'] = __( 'Translation can be done from original listing only.', 'geodirectory' ); |
|
| 396 | + $json['error'] = __('Translation can be done from original listing only.', 'geodirectory');
|
|
| 397 | 397 | } |
| 398 | 398 | } else {
|
| 399 | - $json['error'] = __( 'You are not allowed to translate this listing.', 'geodirectory' ); |
|
| 399 | + $json['error'] = __('You are not allowed to translate this listing.', 'geodirectory');
|
|
| 400 | 400 | } |
| 401 | 401 | } |
| 402 | 402 | |
| 403 | - wp_send_json( $json ); |
|
| 403 | + wp_send_json($json); |
|
| 404 | 404 | } |
| 405 | 405 | } |
| 406 | 406 | |
@@ -408,7 +408,7 @@ discard block |
||
| 408 | 408 | } |
| 409 | 409 | |
| 410 | 410 | |
| 411 | -function geodir_show_ga_stats(){
|
|
| 411 | +function geodir_show_ga_stats() {
|
|
| 412 | 412 | if (isset($_REQUEST['ga_start'])) {
|
| 413 | 413 | $ga_start = $_REQUEST['ga_start']; |
| 414 | 414 | } else {
|
@@ -422,9 +422,9 @@ discard block |
||
| 422 | 422 | try {
|
| 423 | 423 | geodir_getGoogleAnalytics($_REQUEST['ga_page'], $ga_start, $ga_end); |
| 424 | 424 | } catch (Exception $e) {
|
| 425 | - geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) ); |
|
| 425 | + geodir_error_log(wp_sprintf(__('GD Google Analytics API Error(%s) : %s', 'geodirectory'), $e->getCode(), $e->getMessage()));
|
|
| 426 | 426 | } |
| 427 | 427 | die; |
| 428 | 428 | } |
| 429 | -add_action( 'wp_ajax_gdga', 'geodir_show_ga_stats' ); |
|
| 430 | -add_action( 'wp_ajax_nopriv_gdga', 'geodir_show_ga_stats' ); |
|
| 431 | 429 | \ No newline at end of file |
| 430 | +add_action('wp_ajax_gdga', 'geodir_show_ga_stats');
|
|
| 431 | +add_action('wp_ajax_nopriv_gdga', 'geodir_show_ga_stats'); |
|
| 432 | 432 | \ No newline at end of file |