aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-06-27 10:16:37 -0400
committerJoey Hess <joey@kitenet.net>2008-06-27 10:16:37 -0400
commit688018313135dbe3f17b18088b4840297216bc55 (patch)
tree03c78e01e28ca88af01d3aa9a6bb8d2f3ad8405b /doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn
parent9bba193234d842cd45119bc910035725a7599268 (diff)
downloadikiwiki-688018313135dbe3f17b18088b4840297216bc55.tar
ikiwiki-688018313135dbe3f17b18088b4840297216bc55.tar.gz
web commit by http://ptecza.myopenid.com/: * Bug report
Diffstat (limited to 'doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn')
-rw-r--r--doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn b/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn
new file mode 100644
index 000000000..5ccf9ae1d
--- /dev/null
+++ b/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn
@@ -0,0 +1,14 @@
+I've noticed that my browser doesn't display the smileys on a page
+where I used inline pluggin. However I can see them when I click the link
+to the inlined "subpage".
+
+I checked HTML sources and it seems that Ikiwiki always generate the same
+relative path to image file with a smile (`../../../../../smileys/smile.png`),
+regardless of the page location. Are you sure it's a right working?
+
+What about if I have main inline page, for example
+<http://www.domain.com/blog/> page with
+<http://www.domain.com/blog/post/2008/06/25/foo/> subpage with the smile?
+
+Do you have any idea how to fix it? I dont't want to have multiple
+`smileys` directory, of course :) --[[Paweł|ptecza]]