hi!
i installed sigplus , when add article error:
[sigplus] critical error: image gallery folder diverse,thumbs=1,thumbdetail=1 expected path relative image base folder specified in back-end.
what wrong?
i installed sigplus , when add article error:
[sigplus] critical error: image gallery folder diverse,thumbs=1,thumbdetail=1 expected path relative image base folder specified in back-end.
what wrong?
most sigplus activation tag syntax incorrect. please check out sigplus demo page examples of correct usage. notably, start , end tags activation syntax encapsulate folder name , not parameter list.
in other words, following correct usage:
the following incorrect usage:
note many joomla extensions use activation tag name gallery. if have more 1 image gallery extension enabled @ same time, recommended have sigplus use unique activation tag name, e.g. sigplus rather generic name gallery. please check out configuration parameter activation tag in back-end. syntax change to:
in other words, following correct usage:
code: select all
{gallery width=100 height=100}myfolder{/gallery}
the following incorrect usage:
code: select all
{gallery}myfolder, width=100, height=100{/gallery}
note many joomla extensions use activation tag name gallery. if have more 1 image gallery extension enabled @ same time, recommended have sigplus use unique activation tag name, e.g. sigplus rather generic name gallery. please check out configuration parameter activation tag in back-end. syntax change to:
code: select all
{sigplus width=100 height=100}myfolder{/sigplus}
Comments
Post a Comment