dmitriy

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: URL Structure & "I accept terms & Conditions" check box #413858

    dmitriy
    Expired Member
    Post count: 9

    +1 for the checkbox. I added a feature request as I didn’t find an existing one.

    in reply to: User Dashboard: Default Post Type #405806

    dmitriy
    Expired Member
    Post count: 9

    Sure, here’s what I did:

    
    
    add_shortcode('geo-action-links', 'geo_action_links');
    
    function geo_action_links() {
    	if (is_user_logged_in()) {
    		global $current_user;
    		get_currentuserinfo();
    		ob_start(); ?> 
    		<div class="lwh-action-links">
    			<a class="lwh-action-link" href="<?php echo get_author_posts_url($current_user->ID); ?>?geodir_dashbord=true&stype=gd_place">Manage My School(s)</a>
    			<a class="lwh-action-link" href="<?php bloginfo('url'); ?>/add-listing/?listing_type=gd_place">Add New School</a>
    			<a class="lwh-action-link" href="<?php echo get_author_posts_url($current_user->ID); ?>?geodir_dashbord=true&stype=gd_place&list=favourite">My Saved Schools</a>
    		</div>
    	<?php
    		return ob_get_clean();
    	}
    }
    in reply to: User Dashboard: Default Post Type #405776

    dmitriy
    Expired Member
    Post count: 9

    Yep, I ended up coding a shortcode that echoes out the links when a user is logged on. It would be a welcome feature it did it by default if there’s only one CPT. Thanks!

    in reply to: Undefined function geodir_set_search_near_text #404737

    dmitriy
    Expired Member
    Post count: 9

    Yep, Location Manager plugin was outdated. Thanks!

    in reply to: How to Cancel Stripe Subscription #133347

    dmitriy
    Expired Member
    Post count: 9

    Thank you, I see it now. Honestly, I think it would work better under Invoices. Seems more intuitive. I appreciate your support, as always.

    in reply to: Add numbers to map markers on the search results page #70089

    dmitriy
    Expired Member
    Post count: 9

    You guys are the best! Thank you!

    in reply to: Add numbers to map markers on the search results page #70045

    dmitriy
    Expired Member
    Post count: 9

    Stiofan, I have 2 quick follow-up questions.
    1. Is this modification to the map_functions.php going to make it to the core plugin? In other words, will this get wiped out during the next plugin update?

    2. Unrelated, but I figured I’d ask you here in one shot… Is there a way to make the InfoBubble pop-up on hover in addition to click? I found where I need to modify it in the code, but didn’t want to modify the core file. Is there a way to add an additional event listener externally?

    Thank you so much for your support!

    in reply to: Add numbers to map markers on the search results page #69363

    dmitriy
    Expired Member
    Post count: 9

    Thank you so much!

    in reply to: Add numbers to map markers on the search results page #69337

    dmitriy
    Expired Member
    Post count: 9

    Stiofan, thank you so much for your quick reply! I would really appreciate an example code, even in the most basic form. My marker images are just a circle, so I’m hoping to make the numbers appear in the middle with CSS. Thank you!

Viewing 9 posts - 1 through 9 (of 9 total)