Ok, there is a new version of user gallery in CVS. It is version 2.1 and it should show a breadcrumb in the gallery view.
Let me know if that works.
well and fast work, thanks!
Only two little problems:
following media library structure:
+article
++2006
+++hobby
++++hobby 1
++++hobby 2
+++work
++2005
+++hobby
+intern
1) I want to give the readers a gallery access to article... so making it to the default folder and making the display name to "Gallery"
So, being in 2006::hobby::hobby 1 I get in the breadcrumbs:
Gallery :: 2006::hobby::hobby 1 where "hobby 1" is not link.
But, in my static pages I have a breadcrumb navigation, too:
bla :: blub :: foo
where foo is the name of the actual sublevel and have a link to the page itself (like the blog entrys have a link to itself in their title).
After a look into the tpl-code:
I have to add a link around the "{$plugin_usergallery_limit_directory}"? right? And, what is the variable with the url of the current gallery page?
2) when I am on the top of the folder structure I get:
Gallery :: article
(where article is the name of the default folder and should not be shown - like Gallery :: 2006 :: ... there is no article either.)
why is $plugin_usergallery_limit_directory not empty? Or can I found out via "if" when I am on the top to avoid this output?