alex2k5
Member
Looks like the clear.png file that overlays smilies and the like are hardcoded relative.
I am using a custom add on that shows forum content on pages outside the main forum directory. So, that image comes back not loaded and 404 not found on all those pages.
Is there any way to change that location easily that I'm not seeing? If not, a file edit, which one, etc?
Example:
Thanks!
I am using a custom add on that shows forum content on pages outside the main forum directory. So, that image comes back not loaded and 404 not found on all those pages.
Is there any way to change that location easily that I'm not seeing? If not, a file edit, which one, etc?
Example:
Code:
<img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie10" alt=":oops:" title="Oops! :oops:" />
Code:
<img src="http://www.domain.com/forum/styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie10" alt=":oops:" title="Oops! :oops:" />
Thanks!