Fredrik

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 62 total)
  • Author
    Posts
  • in reply to: Add Listing Readonly Text Field #69280

    Fredrik
    Buyer
    Post count: 67

    Hi,

    The users think they can change their usernames by changing their email when editing their listings. Then they contact me and wonder why it didn’t change.

    One solution is to do this in css, but then they can just remove the “readonly” part in the code and they can edit it again.

    in reply to: Listing Preview – Text missing #61181

    Fredrik
    Buyer
    Post count: 67

    Anything new on this topic?

    in reply to: Listing Sorting #61180

    Fredrik
    Buyer
    Post count: 67
    This reply has been marked as private.
    in reply to: Listing Sorting #58968

    Fredrik
    Buyer
    Post count: 67
    This reply has been marked as private.
    in reply to: Listing Preview – Text missing #58967

    Fredrik
    Buyer
    Post count: 67

    Just tried disabling/enabling Geodirectory Marker Cluster.

    Before

    View post on imgur.com

    After

    View post on imgur.com

    in reply to: Hide category/next/prev from listings page #58867

    Fredrik
    Buyer
    Post count: 67

    I hid it with CSS, thanks.

    in reply to: Show listing with pictures #58864

    Fredrik
    Buyer
    Post count: 67

    Cool, I did this and added code to listing-success.php.

    This is what I came up with, it might not be pretty but it works.

    ////////////////
    global $wpdb;
    $pid = $_GET[‘pid’];
    $date_has_image = current_time( ‘mysql’ );
    $date_no_image = date(‘mysql’,(strtotime ( ‘-30 days’ , strtotime ( $date) ) ));

    $image= $wpdb->get_var(“SELECT featured_image FROM wp_geodir_gd_place_detail WHERE post_id=’$pid'”);

    if ($image!= “” && $image!= NULL && $image!= “/path/to/standard/image/set/in/gd/options.jpg”) {
    $wpdb->query($wpdb->prepare(“UPDATE wp_posts SET post_date=’$date_has_image’ WHERE ID=’$pid'”));
    }

    else {
    $wpdb->query($wpdb->prepare(“UPDATE wp_posts SET post_date=’$date_no_image’ WHERE ID=’$pid'”));
    }
    ////////////////

    Thanks for the help.

    in reply to: Listing Preview – Text missing #58862

    Fredrik
    Buyer
    Post count: 67

    I disable them to troubleshoot stuff like this problem.

    So the resetting of all the settings when disabled is a feature then I guess? 🙂

    in reply to: Listing Sorting #58860

    Fredrik
    Buyer
    Post count: 67

    Hello,

    I have actually already tested this but still doesn’t work.

    View post on imgur.com

    View post on imgur.com

    Regards.

    in reply to: Remove columns in admin listings page #58859

    Fredrik
    Buyer
    Post count: 67

    Thank you! Works great.

    in reply to: Hide category/next/prev from listings page #58534

    Fredrik
    Buyer
    Post count: 67

    Will some functionality be removed if I remove the category? When adding a new listing the category is required, if there are none what happens then?

    Or did you mean to remove all listings from the category?

    in reply to: Change adress position on listing page #58531

    Fredrik
    Buyer
    Post count: 67

    Actually, I just realized I don’t need the country shown at all. I changed it to region and that is translated fine.

    Set to resolved.

    Thanks Guust.

    in reply to: Change adress position on listing page #58529

    Fredrik
    Buyer
    Post count: 67

    Awesome, that works.

    However the translation for the country in the core files didn’t come along. How can I fix this?

    in reply to: Multilocation Country Translation #58526

    Fredrik
    Buyer
    Post count: 67

    Found them, thank you.

    I’m still trying to get a hang of GD after 6+ months usage. Gets confusing at times.

    in reply to: Listing Preview – Text missing #58522

    Fredrik
    Buyer
    Post count: 67

    I would love to do this, however some of the GD plugins I have resets when I disable them somehow. All the settings I have made in the plugins vanishes and the site looks more or less trashed until I fix that. Is it supposed to be like this? What can I do?
    I don’t really want to start disabling addons and spend a couple of hours turning it all back to the way it was.

Viewing 15 posts - 16 through 30 (of 62 total)