Topic: Pagination, permissions and langs
https://cutephp.com/forum/index.php?showtopic=43715 - solution isn't clear enough for a fool like me. Please explain, someone, where should i look for this "Before including news(...)". It means the very first file that display news?
<?php $number = "4"; include("wpisy/show_news.php"); ?>
=>
<?php $number = "4"; $start_from = $_GET['start_from'];
$QUERY_STRING .= '&start_from='.$start_from; include("wpisy/show_news.php"); ?>
?
It clearly fails; nothing have changed.
https://cutephp.com/forum/index.php?showtopic=43473 - theres two entries clearstatcache($the_file); in core.php. First fails, second "works". Sure, permission check was fooled by that. Still, i don't see the point. For example, i want to change the date of some old news (3 years back). "Sucess Changes was saved", but it wasn't.
Finally, if i touch core.php, the charset will knock to my doors with its d't'ż. Sure, it's not a big problem, but theres no warning in the post that i mention earlier.
Please help with these. Or anything.