Hi,
I am trying to create plugin for my new component and I have a question.
my component is a library with items but without categories.
I have two views:
1.library view.
2.item view.
I want the comments will be in item view and when I tried to follow com_REPLACEnewplugin I got confuse when I saw function getCategoriesIdOption() so I tried to change it to be like getSectionsIdOption():
public function getCategoriesIdOption() {
$catoptions = array();
return $catoptions;
}
but I cannot manage to make it work. I am sure I am doing something wrong not sure yet what exactly.
Another question, can I change the position of Show "Read On" instead of the read more position (end of the article) I want to render it before the article to make it float near the title.
Thanks a lot,
Uzi