]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/forum/Error:_template_albumviewer_not_found.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / forum / Error:_template_albumviewer_not_found.mdwn
1 I'm having some trouble to have the album plug-in working.
3 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
5 ```
6 # Images
7 [[!sidebar content=""]]
8 [[!album 
9   sort="age"
10   size="full"
11   thumbnailsize="96x96"
12   viewertemplate="albumviewer"
13   prevtemplate="albumprev"
14   nexttemplate="albumnext"]]
15 ```
17 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 
19 ```
20 [[!albumimage Error: template albumviewer not found]]
21 ```
23 I verified that I do have albumviewer.tmpl in sourcedir/templates/.
25 Any idea why and how to fix it?