1
Hello guys i have changed a variable name in 'article.php' in 'mod news' from 'storyid' to 'id' (because it's shorter) all work OK without one thing - the comment button and comment list aren't displayed.
Comment doesnt' work. If i use URL like tlike this all work OK:
www.site_url.pl/modules/news/article.php?storyid=16
but when i put in my URL the variable
id like this:
www.site_url.pl/modules/news/article.php?id=16
the comment aren't displayed.
Could anyone tell me what i shoud modify and where ??