Insert [shortcode] of another application

This topic contains 34 replies, has 4 voices, and was last updated by  Kor 8 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #318034

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    U just needed to add this line (i added it for you)

    add_filter("geodir_custom_field_output_text",'_my_hide_field_from_admin',10,3);

    This file contains each function for outputting for each one you need to add the type:
    https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/custom_fields_output_functions.php

    for function geodir_cf_checkbox you would need the line

    add_filter("geodir_custom_field_output_checkbox",'_my_hide_field_from_admin',10,3);

    Stiofan

    #318333

    Patrick BAISSAT
    Expired Member
    Post count: 65

    Thank you Stiofan, I understood exactly what we could do and not do.
    You can do this with the original fields like Radio, Text, Date, Time, etc. . But not with HTML variables such as Property_area or Property_bedrooms.
    But that’s already very good. I will have to decide which fields I put Admin or not.

    Best regards

    #318334

    Patrick BAISSAT
    Expired Member
    Post count: 65

    After several attempts, your modification is more astute than I thought.
    The fact that it is visible depends on two things, the type of fields AND the fact that the personalized field is in admin visibility or not.
    You can create your Add-on with these settings, I’m sure it will make you happy.
    I want to thank you again for your kindness, your patience and your very good technical level.

    #344622

    Patrick BAISSAT
    Expired Member
    Post count: 65

    Hello,

    This message is for Kor CHUNG
    You wrote :
    Hi Patrick,
    You can insert 3rd party shortcodes into the custom fields, but you’ll need to first insert the custom code below into your functions.php file.

    
    
    function my_enable_shortcodes_in_cf($html,$location,$cf){
      
        // this line will enable it for all text inputs
        $html = do_shortcode( $html );
        return $html;
    }
    add_filter('geodir_custom_field_output_text','my_enable_shortcodes_in_cf',15,3);

    But the short-code do not work with custom fields : HTML and TEXT.
    Can you explain more info, please.

    Best reagrds

    #345259

    Kor
    Moderator
    Post count: 16516

    Hi Patrick,

    I’m sorry for the response. Looks like you’ve figured it out https://wpgeodirectory.com/support/topic/multiple-files-into-the-same-custom-field/ . Well, let us know if you need anything else.

    Thanks!

Viewing 5 posts - 31 through 35 (of 35 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