Forums

[resolved] need to find password protected pages (4 posts)

  1. keasone
    Member
    Posted 4 years ago #

    hy - in my special case i NEED to find password protected pages (which isn`t supported in the newest version) what can i do to solve this problem?

  2. keasone
    Member
    Posted 4 years ago #

    ok - after checking the specefic lines in the older versio i changed line 154:

    $where = str_replace('post_type = \'post\' AND ', 'post_password = \'\' AND ', $where);

    to

    $where = str_replace('post_type = \'post\' AND ', '', $where);

  3. Dan Cameron
    Member
    Posted 4 years ago #

    I took this out because it was becoming a risk for some and is understandable. I'll look into making this an option in the next release. If you want to make the change yourself (an option) just send it my way.

    Thanks.

  4. Dan Cameron
    Member
    Posted 4 years ago #

    I added your option in 4.0, released yesterday.

Topic Closed

This topic has been closed to new replies.

About this Topic