On Mon, 2011-10-17 at 18:50 +0200, Christian Lohmaier wrote:
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 <drew@baseanswers.com> 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.
Yes, for sure - I don't have a copy of the old script...well, not that I
know of - it's too bad that we have to pass on the higher level HTML,
whcih would not have broken when the backend changed..I understand
however that it is just how it is.
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?
No idea off the top of my head - will check today - see below.
@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
Great and thanks - not sure who has access to that area other then you
and Erich?
Ok well, just tested the old (now unpublished) page still no luck.. I'll
see if I can find more information.
//drew
--
Unsubscribe instructions: E-mail to website+help@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
Context
Re: [libreoffice-website] Re: embedded Nabble page does not work anymore · Christian Lohmaier
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.