DBinaghi

Results 12 comments of DBinaghi

It's a good idea, Erin, and I'd be interested. Only one issue (personal taste, I suppose): Font Awesome has got nicer icons than Ionicons, from what I can see :-)

Agreed. We would surely need good documentation for that, as developers should not have to try all options before getting the right icon.

I see what you mean. Would you suggest instead to create ad hoc functions, and customize the pages using them (advanced search form, f.i.)?

In fact, there's at least one plugin (AvantElements) that hides that reference for a more compact page. In theory, whoever is installing/administering an Omeka repository should be familiar with Dublin...

I guess filtering the entire markup would give the most freedom, in this case.

Actually, also on Public side it could be quite useful

I can confirm the plugin works fine for Omeka 2.7.* and also 2.8

Seems like a good idea to me. Tags browsing page needs some improvement and restyling (see https://github.com/omeka/Omeka/issues/993)

In the meantime, I've developed a plugin that is adding this feature, and other ones, to Collections: https://omeka.org/classic/plugins/CollectionsPlus/ I still think it might be a good idea to add those...

I wanted to add an option that allows to filter only **empty** Collections. I've been using this code to implement it: ``` if (is_admin_theme()) { $select = $args['select']; $params =...