2008-06-27 16:16:37 +02:00
|
|
|
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
|
2008-06-27 16:24:22 +02:00
|
|
|
<http://www.domain.com/blog/post/2008/06/27/foo/> subpage with the smile?
|
2008-06-27 16:16:37 +02:00
|
|
|
|
|
|
|
Do you have any idea how to fix it? I dont't want to have multiple
|
|
|
|
`smileys` directory, of course :) --[[Paweł|ptecza]]
|
2008-06-28 22:58:31 +02:00
|
|
|
|
|
|
|
> 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]]
|
2008-06-29 17:02:55 +02:00
|
|
|
|
|
|
|
>> Great! Thank you very much, Joey!
|
|
|
|
|
2008-06-29 17:15:38 +02:00
|
|
|
>> BTW, I love Git (and another distributed SCMs) commit id. It's so human
|
2008-06-29 17:02:55 +02:00
|
|
|
>> friendly ;) --[[Paweł|ptecza]]
|