By reading include/bbcode.php, I found additional information how to use bbcode tags in hubzilla, which I gladly share with those who don't know it yet.
[spoiler=Author] text [/spoiler]
which works very well (in the same way as
[quote=Author] text [/quote]
).
On the other hand, I did't find out how I should use
[img=widthxheight float={left, right}]pathtoimage[/img]
. I tried to use it with
[img=10x10 float=right]pathtoimage[/img]
to get a right-floated 10px times 10px image, but the result is always an image with width=100% (which is the default option). Maybe somebody can help me out with this one.
In the code, there's also a poster option mentioned for videos. I tried
[zvideo poster=pathtoimage]pathtovideo[/zvideo]
, with partial success: a white screen instead of the default sky/cloud image is shown.
Last but not least my personal
big success: I was trying to figure out for weeks now how to pass the option newwin=false to
[zrl=linkpath]text[/zrl]
. I tried a syntax similar to the examples above:
[zrl=linkpath newwin=false]text[/zrl]
, without succes. But finally, I
found out how to do it:
[zrl=linkpath, newwin=false]text[/zrl]
Edit: It worked once, but now not anymore. I'm sorry for this, unfortunately I can not reproduce it

!
Hubzilla Support Forum !
Hubzilla Users Support