well not really clear for me ;(
so my newsflashes id is 3
and i have 4 more categories
Global News - id is 1
Releases - id is 68
Artists - id is 69
Events - id is 70
i need to comment only on 4 above categories - not on newsflash (so id number 3 should be deleted from the list of comment items, or smth like this)
so what should i change to make it work?
should i change this line
to
so my newsflashes id is 3
and i have 4 more categories
Global News - id is 1
Releases - id is 68
Artists - id is 69
Events - id is 70
i need to comment only on 4 above categories - not on newsflash (so id number 3 should be deleted from the list of comment items, or smth like this)
so what should i change to make it work?
should i change this line
- Code: Select all
$itemidvar = mosGetParam ( $_REQUEST, 'Itemid', "");
to
- Code: Select all
$itemidvar = mosGetParam ( $_REQUEST, 'Itemid', "1,68,69,70");