On Mon, 2011-02-07 at 23:03 +0200, Sergey Tsabolov ( aka linuxman ) wrote: > > Στις 07/02/2011 08:57 μμ, ο/η drew έγραψε: > > Hi Sergey > > > > BTW - noticed that you also embed a Nabble page on the et site - I can > > generate JS code to display the Greek Users list[1] via Nabble instead > > of the English if you like? > Yes I would like you to proceed like you mentioned to generate the > srcipt for Greek lists, if this does not entail a big trouble for you > > Just let me know and I'll put that together and send to you or Christian > > L., whomever would be best. >
David or Christian can help you with SilverStripe specifics, but here is what you need: <a id="nabblelink" href="http://nabble.documentfoundation.org/Users-f1816769.html">Users</a> <script { var nabble_id="a.f1816769"; var link=document.getElementById("nabblelink"); if (window.nabble_id && 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?id=' + window.nabble_id + '&node=1816769&url=' + encodeURIComponent(location.href); e.type="text/javascript"; document.getElementsByTagName("head")[0].appendChild(e); } } </script> -- Unsubscribe instructions: E-mail to [email protected] List archive: http://listarchives.libreoffice.org/www/website/ *** All posts to this list are publicly archived for eternity ***
