How can I display archive news in tag filter? I mean, when I click in any tag, it only shows me non-archived news.
I would like to have the same behaviour as category filtering.

Thanks.

What kind of configurations have you made? I'm trying to do the same.

3

(8 replies, posted in Problem Solving / Help & Support)

I think I found a solution but its not the good way to fix this bug.

core.php line 3849

I changed from
        elseif (preg_match('/\/([0-9a-z_\-\.]+)'.$post_fix.'/i', $cn_rewrite_url, $c))
to
        elseif (preg_match('/\/([0-9a-z_\-\.]+).php/i', $cn_rewrite_url, $c))

I dont know if the problem is related with ".php" in URL. Can you check it Support_Team?

4

(8 replies, posted in Problem Solving / Help & Support)

I have this problem too. It says "Cannot find an article with id: " with"Use rewrite engine" checked.

Otherwise, it works normaly.

My settings:
_____________________

# --- CUTENEWS[ST]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /cutenews_videos/show_news.php?cn_rewrite_url=$1 [L]
# --- CUTENEWS[ED]

Use rewrite engine - Checked
Real path to your layout file - "(serverdirectory)/cutenews_videos/example.php"
Rewrite prefix - "/"

What is the meaning of "Real path to your layout file"? I changed to index.php and still doesnt work.

This happens with my website all the time. I really need this bug solved. Can you help Support Team? Thanks