On Tue, 2011-10-04 at 06:13 -0400, Marc Paré wrote:
Le 2011-10-03 02:22, Florian Effenberger a écrit :
Hi,
Marc Paré wrote on 2011-10-02 19:02:
It looks like the link to Nabble on the international page is also
broken.[1]
indeed, same for me here - I see "loading" but nothing else. Anyone can
investigate where the problem lies?
Thanks,
Florian
I've taken a closer look at the problem and it looks like it may be a
problem with designating the page/links as "Nabble" within Silverstripe.
It looks like all of the Nabble-designated links on all language group
websites are also broken.
Is there anyone who could check this out with Silverstripe?
Hi,
First - Apologies for being so tardy on this, loss of internet
connectivity for a little while there.
Well, yes it appears that the Nabble folks changed the js that is
generated for embedding mail archives in web pages.
so..here is the updated (low level js) script used for the LibreOffice
User mailing list:
var link=document.getElementById("nabblelink");
if (link != null) {
link.style.display="none";
document.write("<div id='nabbleforum' style='width:100%'><div style='height:700px'><img
src='http://n3.nabble.com/images/loading.png' width='94' height='33'
alt='Loading...'></div></div>");
var e = document.createElement("script");
e.src = 'http://n3.nabble.com/embed/JsEmbed.jtp?site=969070&node=1639498&url=' +
encodeURIComponent(location.href);
e.type="text/javascript";
document.getElementsByTagName("head")[0].appendChild(e);
}
The libreoffice SS coding will need changing, I would think this is not
needed at each page, only the custom js that is used by all pages.
@Christian, I've CC'd you here as I have no access to this section.
//drew