1 (edited by 2013-08-26 20:35:59)

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.

2 (edited by 2013-08-28 20:19:14)

Re: Pagination, permissions and langs

bump.

About changing date of news. CP function doesn't work, so i've found a workaround. Plain and simple edit in news.txt. Manually switch specific timestamp (for example 0000000000) with new one (useful thing: http://www.epochconverter.com/).

Pagination isn't that simple. It was working in the old versions, so.. https://cutephp.com/forum/index.php?s=&amp;...st&amp;p=157761 .

Too bad that support team don't have time - still, i understand the pain. I've been working with something similar for a long time, non profit.