]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn
add perlmagick to build deps
[ikiwiki.git] / doc / bugs / Problem_with_displaying_smileys_on_inline_page.mdwn
1 I've noticed that my browser doesn't display the smileys on a page
2 where I used inline pluggin. However I can see them when I click the link
3 to the inlined "subpage".
4
5 I checked HTML sources and it seems that Ikiwiki always generate the same
6 relative path to image file with a smile (`../../../../../smileys/smile.png`),
7 regardless of the page location. Are you sure it's a right working?
8
9 What about if I have main inline page, for example
10 <http://www.domain.com/blog/> page with 
11 <http://www.domain.com/blog/post/2008/06/27/foo/> subpage with the smile?
12
13 Do you have any idea how to fix it? I dont't want to have multiple
14 `smileys` directory, of course :) --[[PaweÅ‚|ptecza]]
15
16 > I see that I broke this in commit
17 > 0b9e849aba38f0695491ad5ca27de11632627ffe, presumably because a) sanitize
18 > filters didn't get destpage at the time and b) I didn't think through
19 > what that meant. Luckily, in the meantime, I added destpage to santize's
20 > parameters, so it was easy to fix. [[done]] --[[Joey]]
21
22 >> Great! Thank you very much, Joey!
23
24 >> BTW, I love Git (and another distributed SCMs) commit id. It's so human
25 >> friendly ;) --[[PaweÅ‚|ptecza]]