On Sun, 2011-10-09 at 18:55 +0200, Florian Effenberger wrote:
Hi,
Marc Paré wrote on 2011-10-09 17:21:
Could the fix for the Nabble links be moved up in priority?
sadly, I am already on the way to Paris, and probably Erich and
Christian have most knowledge about Silverstripe. I would need to find
out first where to look at...
@Erich, Christian: Can you have a look?
Where to look is easy - the website (ours) has a little page type of
nabble (Christian I believe whipped that), this in turn calls a small JS
that replicating the JS that Nabble servers would of generated.
That JS has changed slightly on the Nabble side
- I included that updated new and correct script as produced by the call
to the Nabble server in my first (second?) email
- here is the again:
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);
}
It's just little different from what was produced before - so should be a very simple update on our
side. The one change should fix all of the pages on the different NL sites.
//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] embedded Nabble page does not work anymore (continued)
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.