Sorry Kathy, you may well be right.
I would need to check the code again to see how to get it to link in to the optons of these parameters. It of course should do as a direct replacement.
"If your category is inheriting parameters from another category, this will then not work as it would have to be set in the parent category."
I turn all inheriting parameters off and just set it at the individual item and the disqus is still displaying.
Could it have something to do with the disqus code in the php?
You can do this down to individual items if you wish.
In you case, open the category you wish to not have comments and in the Parameters in the right side panel, go to item view, then set the comments to off.
If your category is inheriting parameters from another category, this will then not work as it would have to be set in the parent category.
This link worked great. Thanks.
However, I really need to remove comments from some articles in my blog. How do I do that with this option.
Turning comments off in categories or items does not work.
Thanks!
I'm having some issues getting my categories to appear properly. The culprit seems to be the following code: . In default form, there is a huge gap on the top of the category page. After removing a few of these, the issue is partially fixed with cer…
Thanks for the reply. Unfortunately I'm not so experienced with Firebug nor CSS. I attached a new image, where one can see more information. Does this help a bit more?
Whatever is done will modify the core, but will work.
How about putting the category id's in a field like the xtra filelds and teach the core to parse them out.
Its changing the way things work - not likely to happen unless a module like followeyes…
I don't think the concept of the single-category per item content structure is a way of thinking that is advanced and, therefore, a reason to change the content construction strategy and our subsequent way of thinking. It is merely a huge limitation…
Also, to skip the extra field you dont want edit in the override item.php and put something like
{pseudocode}
phpif this->extrafield->name="fieldyouwantto skip"
else
let the rest of the existing foreach loop run
phpendif
endfor
something like that s…
There is a problem with excess of free space between 'itemListSubCategories' and 'itemList'. It seems to be derving from div class 'itemlistsubcategories' Please see the image attached. Does anyone know how to solve this problem? Via CSS?Thanks!
you can get the extra fields like this if it suits your needs
$custom = $this->item->extra_fields;
and then addressing extra fields for the item like
echo $custom[1]->value; depending on the position, 0, 1,2,3,4 etc in the array
experiment with this…
I have a case right now where I would love to be able to set several categories for one article. For now, it has been solved with the use of tags, and I suspect this is how we will have to use it in the future.
It might just be that we are used to…
Viktoria (and Simon),
Did you ever find out how to put one single extra field (not the whole bunch...) a different place than at the bottom of the article?
This means we need to have a way to identify this particular field and add the code for it…
Greetings to all . So here is what i cant understand1. i Cant login as an admin tru k2 login in frontend form just resets and i see begining of page2. I cant understand how to remove Related videos Any help will be good thanks in advance
You need to be a member of K2 Community to add comments!
Join K2 Community