• Resolved grissk

    (@grissk)


    Hi support,

    In Settings I ticked ‘Hide All Post From Homepage’ and pressed save, then I saw the Document List Configuration has lots of blank lines. So I unticked the box and pressed save again and more were added.

    How do I remove all the blank entries?

    Kind regards,

    Kev

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bhaldie

    (@bhaldie)

    1. Open mdocs-pataches.php
    2. Add this update_option(‘mdocs-displayed-file-info’, array()); under this:
    Old

    function mdocs_run_patch() {

    New

    function mdocs_run_patch() {
    update_option(‘mdocs-displayed-file-info’, array());

    3. Goto Memphis Docs > Options > Settings
    4. Scroll to bottom of page
    5. Press Save Button
    6. Remove the new line from the file.

    Thread Starter grissk

    (@grissk)

    Thanks bhaldie,

    That sorted my problem. All looks good again now.

    Kind regards,

    Kev

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lots of bank lines in Document List Configuration, how can I remove them?’ is closed to new replies.