Typo in GD settings naming

This topic contains 2 replies, has 2 voices, and was last updated by  Dirk 6 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #430201

    Dirk
    Full Member
    Post count: 390

    I’m manipulating the settings for the different views during runtime. Here I saw a typo in the GDv1 internal settings naming (design_settings_array.php):

    
    
        array(
            'name' => __('Width of listing content section', 'geodirectory'),
            'desc' => __('Enter the width of content section of listing page in %', 'geodirectory'),
            'id' => 'geodir_width_listing_contant_section',
            'type' => 'text',
            'css' => 'min-width:300px;',
            'std' => '63' // Default value to show home top section
        ),

    geodir_width_listing_contant_section -> geodir_width_listing_content_section

    Best,
    Dirk

    #430223

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Dirk,

    Thanks for spotting this, that setting has been removed in GDv2.
    I don’t think its worth changing at this point as some themes manually set this on install at present and that would break.

    Thanks,

    Stiofan

    #430226

    Dirk
    Full Member
    Post count: 390

    I’m fine with the decision, but you know me that these kind of things are hurting my eyes.
    I will keep posting whatever I spot.

    Best,
    Dirk

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

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

Open Support Ticket