Hello. I'm spending my first hours with n-13 and I'm loving it, just what I was looking for.
I'm planning to install n-13 in a sub-folder www.example.com/news and show the news in www.example.com/index.php.
Called the script from www.example.com/index.php, basic call
include 'news/index.php';
The output is as expected, it show the news, but the links didnt work: I can see the star ratings but cant click on them; I can see the comment link but clicking on it do nothing. My guess is that some paths need to be redefined.
All works as expected if I see the news in www.example.com/news/index.php
As a second question, can I rename index.php (in news/index.php) or it will break the script ?