I have fixed this in the SVN version
Quote from: doze at Nov 13, 2006, 11:32 AM
So it was linking the css file, but it just did not work for you in your browser? What browser are you using? It seems that modx is including css by using the @import method.. I can change it to <link> if there’s some problems with that. But I guess @import should work ok too.
Exactly the same, and works with the hack.
I’m using Firefox 2.0.
For quick fix, you would need to search and replace "CChunkie" in maxigallery.php and in chunkie/chunkie.class.inc.php, I’ll see what I can do for the next version.
Another problem: when using snippet Maxigallery and Jot together, there is this error message:
Fatal error: Cannot redeclare class cchunkie in /xxx/assets/snippets/jot/includes/chunkie.class.inc.php on line 11
because the two snippets are using the same name class CChunkie. It is easy to rename this, but does anyone have the same problem ?
Let me see if I understood correctly. Childgalleries display mode works fine always when there is something to display, if there’s not, that error comes up. And you would like to be able to use childgalleries displaymode even if there is no pictures that it would return..? Or is there also some other problems with the childgalleries feature? Not 100% sure I got everything from your post..
Sorry I’m under Linux for the moment.
Found some others bug (or not)
Childgalleries display mode works fine always when there is something to display,YES
use childgalleries displaymode even if there is no picturesno,
Use MaxiGallerySolo to do that
I want to use childgallerie (or an other way) on a page (A) which have no subgallerie.
To not have the manage button in a document that contains just child galleries, do a custom gallery outer template and do not put that placeholder there.. in this version, it should be possible to have childgalleries and document specific images both be displayed. Haven’t test it though.. but if you go in to the picturemanagement in your childgalleries document and upload some pics, they should appear below the child galleries.
When you use ChildGalleries, a manage button is still displayed, but the page doesn’t contain any gallerie (just childs docs contains) I use &manager_webgroups=`no-one`so it is not displayed.
(the WebUserGroup no-one doesn’t exist.)
Yea, you can do that.. you can use placeholders in any snippet call in modx..
Another thing: is there a way to pass variable to watermark_text like : &thumb_watermark_txt=`[+id+]`?
perhaps parse the content of &thumb_watermark_txt before pass it to Thumbnail class
This discussion is closed to further replies. Keep calm and carry on.