ikiwiki/doc/bugs/Problem_with_displaying_smi...

26 lines
1.1 KiB
Markdown

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/27/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]]
> I see that I broke this in commit
> 0b9e849aba38f0695491ad5ca27de11632627ffe, presumably because a) sanitize
> filters didn't get destpage at the time and b) I didn't think through
> what that meant. Luckily, in the meantime, I added destpage to santize's
> parameters, so it was easy to fix. [[done]] --[[Joey]]
>> Great! Thank you very much, Joey!
>> BTW, I love Git (and another distributed SCMs) commit id. It's so human
>> friendly ;) --[[Paweł|ptecza]]