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




Marc






Could the fix for the Nabble links be moved up in priority?

It is a little worrisome that the "Get Help" page does not give help to those who would prefer the Nabble interface. It is an important communication tool made available to users/members.

I would fix it if I could but unfortunately coding is definitely not my forte. I can kind of work and abacus. [*grin*]

Thanks for the fix (TIA).

Marc




--
Unsubscribe instructions: E-mail to [email protected]
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