Add total count of items to collection tree plugin

Dear friends

I am success to add count of items to collection tree plugin, but only children, not parent, and not also collection separately (not have parent).

Please, how to add add count of items to collection tree plugin, both children and parent, include collection separately.

see this link to understand i mean http://www.repository.sadra.ac.id/collection-tree

Thanks you very much

patrickmj,
I have recently installed Omeka’s current version. Can you please guide me how to add total count of items to collection tree plugin in current version of Omeka?
The following link has relevant information but I wonder if it applies to current version of Omeka
http://omeka.org/forums-legacy/topic/adding-total-of-items-at-each-collection-in-browse-collections

Regards,

The thread you link to works with Omeka 2.x, so following what’s there and watching for where the other threads refer to Omeka 2 should do the trick. There’s nothing new that would break the solutions found in those threads.

Thanks for help and response.

One more question related to collection tree, how can we remove those bullets from collection tree public view? I intend to use a numbered list in collection tree.

Quickest, simplest option is probably to look in views/helpers/CollectionTreeList.php and views/helpers/CollectionTreeFullList.php for the <ul> tags and change them to <ol>