There is only one thing I can think of that I wish would work differently in EasyBlog which is that EasyBlog generates urls with the string /entry/ in the url that does NOT resolve to any actual content.
I am assuming maybe this was done in order to be able to have a space you controlled in order to be able to remove the Item IDs from EasyBlog urls?
Now that Joomla has the 'experimental routing' working it has become possible to remove the item IDs from Joomla content and I am hoping it might be possible to not have to use the filler strings such as /entry/ for urls in EasyBlog eventually.
Previously, before using EasyBlog I always made sure that all the potential pieces of any urls generated by my web sites could display content.
For example. Right now I am playing with a software for creating Amazon storefronts that has created the following URL (Using EasyBlog):
https://www.drcarney.com/shop/amazon-storefront/kitchen-dining/cookware/entry/instant-pot-duo60
All of the following urls will also display content:
https://www.drcarney.com/shop
https://www.drcarney.com/shop/amazon-storefront
https://www.drcarney.com/shop/amazon-storefront/kitchen-dining
https://www.drcarney.com/shop/amazon-storefront/kitchen-dining/cookware
However this url will NOT display content:
https://www.drcarney.com/shop/amazon-storefront/kitchen-dining/cookware/entry
So, to me it feels a bit like the site is broken and this is something that I wish did not have to be. Is there a chance that eventually the requirement to have this string will be removed?
Thanks, Sean