aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlJ3C5fg1b1hfxd6rDYvcpBi-WujPqEDkM <Luk@web>2013-06-25 08:21:08 -0400
committeradmin <admin@branchable.com>2013-06-25 08:21:08 -0400
commit0eec7acb251af0ff2ae9ee623ee301b105b2d043 (patch)
treec50f33c68e0c8159441ef1c0338d96ac9c67af7d /doc/plugins
parentd3a9cb4b126571f6342c3747df40ffd0b8f078b0 (diff)
downloadikiwiki-0eec7acb251af0ff2ae9ee623ee301b105b2d043.tar
ikiwiki-0eec7acb251af0ff2ae9ee623ee301b105b2d043.tar.gz
problem description
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/contrib/album/discussion.mdwn37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/plugins/contrib/album/discussion.mdwn b/doc/plugins/contrib/album/discussion.mdwn
index cdb8353e5..f1f60b645 100644
--- a/doc/plugins/contrib/album/discussion.mdwn
+++ b/doc/plugins/contrib/album/discussion.mdwn
@@ -410,3 +410,40 @@ I've integrated the jquery masonry plugin into the albumitem template and it wor
But is there a way to create thumnails of different sizes? I've passed thumnailsize option
and value to album directive and while it does create the new thumbnail sizes it doesn't use them,
The 96x96 thumbnails still appear on the page no matter what I do. - jaime
+
+----
+
+Hi, the plugin looks great, but I am probably too dumb to use it ;( here is what I did:
+created page gal.mdwn with just \[\[!album\]\] directive (no arguments) and subdirectory gal/ with images in form img_1234.jpg
+
+when I run ikiwiki, I get something completely wrong though:
+
+generated gal/index.html page contains following code repeated for every image:
+
+ <div class="album-viewer">
+ <div id="album-img">
+ <div class="album-finish">
+ <a href="./"><span class="album-arrow">↑</span></a>
+ </div>
+ </div>
+ </div>
+
+So no links to any images, etc.
+
+The pages for individual images are generated though, but also not correct. Trails section is perfect, but the main part is wrong:
+
+ <div class="album-prev">
+ <a><span class="album-arrow">â†<90></span></a><br />
+ <div class="album-thumbnail">
+ <span class="selflink">
+ <img src="./96x96-img_2913.jpg" width="96" height="72" alt="img 2913" title="img 2913" class="img" /></span>
+ </div>
+ </div>
+
+This really seems like this should be in the album page and not individul page. It is only thumbnail and not full image. Also the full image is not in the generated html tree at all!
+
+I am using ikiwiki 3.20130518, and got the album sources from the links of [this page](http://ikiwiki.info/plugins/contrib/album/) (part manual installation)
+
+Any hint about what do I do wrong?
+
+Thanks Lukas