On Thu, 2011-10-06 at 03:19 -0400, Marc Paré wrote:
> Le 2011-10-05 08:31, drew a écrit :
> > 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
> >
> >
> 
> Thanks for doing this Drew. I am assuming this will will be a universal 
> fix and the lang groups will not have to change any of their sites?
> 
Howdy Marc,

Well, yes there should be a single update that will fix the embedded
pages on each NL site. The libreoffice CMS doesn't allow the use of the
html code normally used to embed a nabble page, rather it needs to
generate the lower level JS normally returned from Nabble server to the
calling HTML page - when Nabble changed this lower level code our site
broke, it should be fairly straight forward for Christian or Erich
perhaps, to make the change...

Best wishes,

//drew



-- 
Unsubscribe instructions: E-mail to website+h...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to