<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
  <title>TinyButStrong Forum</title>
  <description>TinyButStrong Forum in English</description>
  <link>http://www.tinybutstrong.com/</link>
  <item>
   <title>Re: Change document properties with openTBS</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15036</link>
   <description>Hi. Thank you for your response.<br />
<br />
The command above will add the value, not replace it.<br />
<br />
It would be nice to have a <br />
OPENTBS_REPLACE_CREDIT where the value of the property would be replaced instead of semicolon separated.<br />
<br />
Something like this:<br />
&#91;code]<br />
} elseif ($Cmd==OPENTBS_REPLACE_CREDIT) {<br />
<br />
			return $this-&gt;Misc_EditCredits($x1, false, false, $x2);<br />
&#91;/code]<br />
<br />
By the way... Great powerfull library you have here. Thank you very much.<br />
</description>
   <pubDate>2015-11-19 11:27:02</pubDate>
  </item><item>
   <title>Re: Can I change the level or style of a single list-item // display each list-item of a subblock as single list (for styling)</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13164</link>
   <description><br />
It seems hard in LibreOffice because a new level of item is in fact a new &lt;text:list&gt; element in the item element.<br />
<br />
But you can simulate a new lvel by simply applying a different style in the item. The different style will simply have a different indent.</description>
   <pubDate>2013-04-11 00:26:47</pubDate>
  </item><item>
   <title>Re: How can I insert style-name at tag of sub block items?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=13160</link>
   <description>I resolved the issue by inserting an return after the text and before the attribute.<br />
<br />
Next problem is: How can I define some of the sub block elements (decisions comes from database) as list-element and some not?<br />
<br />
Thx, Hedwig</description>
   <pubDate>2013-04-10 13:05:18</pubDate>
  </item><item>
   <title>Re: opentbs, pictures and adjust</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=12819</link>
   <description>ok, works now. I suppose there is no easy way to remove an image that has not been replaced (magnet tag?). I also get the message 'Read error' in picture that has not been replaced, although i specified a default picture.<br />
<br />
template:<br />
&#91;pict.2;ope=changepic;adjust=samewidth;default=current;noerr]<br />
<br />
greetz</description>
   <pubDate>2012-11-09 09:05:39</pubDate>
  </item><item>
   <title>Re: &#91;s;block=begin;comm=text:p] generates an error&#91;solved]</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=12474</link>
   <description>Thanks<br />
<br />
bill</description>
   <pubDate>2012-06-18 16:48:19</pubDate>
  </item><item>
   <title>Re: Display content of a array</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=12452</link>
   <description>Hello deStrO,<br />
<br />
Your TBS tags seems properly closed despite the the TBS error.<br />
This may happen if some text formating is splitting the TBS tags in the inner XML.<br />
<br />
For example &#91;code]&#91;tickets;block=end]&#91;/code] may be split like this :<br />
&#91;code]&lt;text:p&gt;&#91;tickets;block&lt;/text:p&gt;=&lt;text:p&gt;end]&lt;/text:p&gt;&#91;/code]<br />
<br />
You can check this by using the OpenTBS debug mode.<br />
See http://www.tinybutstrong.com/plugins/opentbs/tbs_plugin_opentbs.html#debugmode<br />
<br />
If the TBS tag is split by formating, then you can repair it by doing:<br />
1) select the TBS tag<br />
2) copy the selection to the clipboard<br />
3) do a Menu &quot;Edit&quot;,  &quot;Past special...&quot;, &quot;Unformatted text&quot;<br />
<br />
</description>
   <pubDate>2012-06-14 23:58:33</pubDate>
  </item><item>
   <title>Re: Inserting images into an OO template from a database</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=12141</link>
   <description>You are right, for several hundred images I probably would run into memory issues.<br />
I tried it with saving the image content to a temp directory and everything seems to be working.<br />
<br />
Thanks for your help,<br />
<br />
Scott</description>
   <pubDate>2012-01-03 15:24:26</pubDate>
  </item><item>
   <title>Re: fusion de cellule</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=11698</link>
   <description>Pour TbsOOo, il faut demander à Olivier L., je crois que ce n'est plus maintenue.<br />
Il y a une autre solution qui est aussi disponible sur ce site : OpenTBS, cette version est pus à jour et elle est maintenue.<br />
<br />
Voir ici : <br />
http://www.tinybutstrong.com/tools.php</description>
   <pubDate>2011-05-17 17:40:36</pubDate>
  </item><item>
   <title>Re: merging in multiple spaces</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=11533</link>
   <description>works like a charm.  The last line needs to be changed to:<br />
&#91;code]<br />
    $p = $p + strlen($xml) ; // new position to continue the search<br />
&#91;/code]<br />
because the blanks represented by $nbr have been removed, so do not need to be counted.<br />
<br />
<br />
If you have a string like (spaces are represented by dots)<br />
...X....q<br />
then the 2nd replacement leaves a space after the &quot;X&quot;, eg:<br />
&lt;text:s text:c=&quot;3&quot;/&gt;.&lt;text:s text:c=&quot;3&quot;/&gt; // note the one space remaining after the X.  <br />
This is not a problem as the single space is printed.<br />
</description>
   <pubDate>2011-04-03 16:25:25</pubDate>
  </item><item>
   <title>Re: Error with tbs_plugin_opentbs_1.4.1</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=11163</link>
   <description>Thanks<br />
<br />
bill</description>
   <pubDate>2010-11-20 11:54:10</pubDate>
  </item><item>
   <title>Re: Including failure</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=11099</link>
   <description>it was the DOM.</description>
   <pubDate>2010-10-29 12:35:06</pubDate>
  </item><item>
   <title>Re: compatibilité avec ooo v3 ?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=10685</link>
   <description>Salut,<br />
<br />
Les modèles de la démo fournie avec le OpenTBS et mis en ligne sur ce site sont fait avec OpenOffice v3.<br />
<br />
Si tu constate que des balises TBS ne sont pas fusionnées c'est très probablement parce que le code de la balise est coupé en interne dans le fichier XML sous-jacent. Quand une balise est coupé c'est souvent par une mise en forme. Jette un oeil dans le fichier content.xml pour voir si la balise TBS est coupé. </description>
   <pubDate>2010-06-29 10:32:59</pubDate>
  </item><item>
   <title>Re: newbie: block merge in table with colspans - using openTbs - open office plugin</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=10659</link>
   <description>works marvelously.<br />
<br />
merci beaucoup !<br />
<br />
bill </description>
   <pubDate>2010-06-21 16:43:09</pubDate>
  </item><item>
   <title>Re: OpenTBS v1.1: 2 problems</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=10246</link>
   <description>Hi,<br />
<br />
&gt; Is there any way we can donate for 'the cause'?<br />
<br />
Let know that TBS and OpenTBS are nice :)<br />
</description>
   <pubDate>2009-12-22 15:29:19</pubDate>
  </item>
</channel>
</rss>