Hi *, sorry for the delay, but with all the replies I thought this was handled already, so I just skipped it.
On Wed, Oct 5, 2011 at 2:31 PM, drew <[email protected]> wrote: > On Tue, 2011-10-04 at 06:13 -0400, Marc Paré wrote: >> Le 2011-10-03 02:22, Florian Effenberger a écrit : > 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. I would have preferred if you would have pointed out what exactly did change AFAIC it is the addition of the site=969070 parameter. So will this be the same for all nodes (e.g. for all mailinglists), or will this be random like the list-node/different for each list? > @Christian, I've CC'd you here as I have no access to this section. For future reference: it is in themes/libo/templates/Layout/NabblePage.ss I changed it to add the site parameter, if it is different for each list, more customization is necessary. ciao Christian -- 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
