Question is marked private

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

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

Open Support Ticket
  • Author
    Posts
  • #399935

    kevinbill
    Buyer
    Post count: 76

    I will ask the question in private.

    #399936

    kevinbill
    Buyer
    Post count: 76
    This reply has been marked as private.
    #399937

    Joy
    Buyer
    Post count: 1076

    It’s a good idea to post your questions publicly, it might be able to help someone else in the future. Your website credentials are usually posted privately. 😉

    #399940

    kevinbill
    Buyer
    Post count: 76

    I fully understand that and appreciate your interest in my question. When it is answered and if the admins feel it needs to be shared the issue/question/answer may be public. Until that time and any future question i feel that may be some what sensitive I will ask in the same manner. 😉

    #399941

    kevinbill
    Buyer
    Post count: 76
    This reply has been marked as private.
    #399976

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Kevin,

    I’m guessing the plugin will have hooks to add new tags.
    You can get all the post info from this function
    geodir_get_post_info($post_id);

    I am not sure what your custom fields are called but you can get all the info by doing something like

    
    
    $post_info = geodir_get_post_info($post_id);
    print_r($post_info);

    With that info you should be able to ask that plugin author how to add it.

    Thanks,

    Stiofan

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

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

Open Support Ticket