geodir_show_listing_info function changed

This topic contains 8 replies, has 4 voices, and was last updated by  Stiofan O’Connor 8 years, 5 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #285509

    stargeoteam
    Expired Member
    Post count: 33

    Hi Geodirectory team,

    1. I was always using geodir_show_listing_info() function to display DETAILS.
    2. I use this on my custom template for a very long time to display information from the POST. Address, phone, Website link etc. on my LISTING DETAIL page.

    3. When I updated to Geodirectory 1.6.1 the function geodir_show_listing_info() function does not display the details anymore 🙁
    4. I checked the CODE and the geodir_show_listing_info() function COMPLETELY changed. 🙁

    5. Can you let me know how to properly display those details?

    ADDRESS
    PHONE
    SEND ENQUIRY| SEND TO FRIEND – LINK
    WEBSITE – LINK

    Thanks,
    Marco

    #285699

    Kor
    Moderator
    Post count: 16516

    Hi Marco,

    Do you mind sharing the URL of the site in question so we can take a look? Also, please share WP temp admin access to your site so we can check the code. You can post the details here using the private reply option below.

    Thanks!

    #286072

    Paolo
    Site Admin
    Post count: 31211

    Hi Marco,

    there has been indeed some changes in how we handle the custom fields output.

    I asked to Stiofan to let us know in detail how to workaround those changes.

    Thanks for your patience,

    #286279

    stargeoteam
    Expired Member
    Post count: 33

    Hi Kor,

    I just basically use geodir_show_listing_info()

    echo geodir_show_listing_info();

    That’s it.

    The behavior before was it will display the necessary details. But now it does not do anything. I use it in a custom function I made and add it the the details page FILTER/HOOK.

    Since this issue was very urgent for us, I needed to make a fix ASAP. I created my own function and used some of the codes on the OLD geodir_show_listing_info() function so I can display the details I need. Mostly it used $post->post_address, $post->geodir_contact, etc. and echo it.

    I resolved my issue but with my own function. It will not rely on Geodirectory updates anymore UNLESS you guys will change database, etc.

    Hi Paolo,

    1. My question now is that in the current version of Geodirectory(1.6.1) can you ever use

    echo geodir_show_listing_info();

    to display details of the POST?

    2. What should I expect to happen if I use

    echo geodir_show_listing_info();

    ?

    Thanks guys. Cheers.

    #286457

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    It can now be used to output things from different areas, or even your own defined area, but i guess you want the sidebar output? if so use:

    echo geodir_show_listing_info('detail');

    Thanks,

    Stiofan

    #287440

    stargeoteam
    Expired Member
    Post count: 33

    Hi Stiofan,

    I want to use it on the listing detail page template.

    Will try using it with the ‘detail’ param.

    Thanks,
    Marco

    #291988

    stargeoteam
    Expired Member
    Post count: 33
    
    
    function geo_insert_info() {
      echo "<div class='geo-listing-info'>";
      global $post, $preview;
      
      echo "<h2>";
      echo $post->post_title;
      echo "</h2>";
      
      if(function_exists('geodir_show_listing_info')) {
        echo geodir_event_show_shedule_date();
      }
      if(function_exists('geodir_show_listing_info')) {
        echo geodir_show_listing_info('detail');
        if($preview) {
          echo "</div> <!-- close for preview -->";
        }
        
      }
      /**/
      echo "</div>";
    }
    
    add_action('geodir_details_main_content', 'geo_insert_info', 45);

    Hi Stiofan,

    It’s still not working… 🙁

    Above is my code. I use it on my custom template and hook it on geodir_details_main_content action.

    This has always worked with the old code.

    Can you advise how can I properly apply this?

    Thanks,
    Marco

    #292347

    Paolo
    Site Admin
    Post count: 31211

    Hi marco,

    I alerted Stiofan to look into your code. he’ll let you know asap.

    Thanks

    #292723

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Marco,

    Your code works for me… Do you have it in your child theme functions?
    What theme are u using?
    Is everything upto date?

    Stiofan

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount