diff options
author | qazwsx <qazwsx@web> | 2017-05-09 13:45:51 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-05-09 13:45:51 -0400 |
commit | 69a0f013557733e0c78fa60d68d44a5e83eaff55 (patch) | |
tree | cbd12bc1f8919e2a1e203097ce7db4c5d5b9df76 /doc | |
parent | 708023250a0344385e302097c113f2f954ec1aef (diff) | |
download | ikiwiki-69a0f013557733e0c78fa60d68d44a5e83eaff55.tar ikiwiki-69a0f013557733e0c78fa60d68d44a5e83eaff55.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Error:_template_albumviewer_not_found.mdwn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/forum/Error:_template_albumviewer_not_found.mdwn b/doc/forum/Error:_template_albumviewer_not_found.mdwn new file mode 100644 index 000000000..5f4ee69e4 --- /dev/null +++ b/doc/forum/Error:_template_albumviewer_not_found.mdwn @@ -0,0 +1,25 @@ +I'm having some trouble to have the album plug-in working. + +With ikiwiki version 3.20170111 installed via pkgsrc on macOS 10.12.4, I installed the album plugin for Ikiwiki following the instruction in the section 'Manual installation' at https://ikiwiki.info/plugins/contrib/album/. The problem is that after 'ikiwiki --rebuild --verbose --setup mysite.setup --gettime', the page with + +``` +# Images +[[!sidebar content=""]] +[[!album + sort="age" + size="full" + thumbnailsize="96x96" + viewertemplate="albumviewer" + prevtemplate="albumprev" + nexttemplate="albumnext"]] +``` + +builds correctly into an page with a list of images, but if I click any individual thumbnail to get to a page that's supposed to contain just that one image, I see the following exposed code + +``` +[[!albumimage Error: template albumviewer not found]] +``` + +I verified that I do have albumviewer.tmpl in sourcedir/templates/. + +Any idea why and how to fix it? |