11
sorry, my mistake - forgot one more thing i did:
open your bbcode.php file in rw_banner/include folder and in the begining add this(red code):
// Descriзгo: Sistema de gerenciamento de mнdias publicitбrias //
// ------------------------------------------------------------------------- //
include_once (XOOPS_ROOT_PATH."/modules/rw_banner/class/class.tags.php");
[b][color=FF0000]include_once (XOOPS_ROOT_PATH."/modules/rw_banner/class/class.banner.php");[/color][/b]
global $xoopsConfig;
Tested this on clean 2.0.16, default theme and template set, on my xampp and it worked:
Used the default rw_banner tag and added this in custom block:
[RW align=center]rw_banner[/RW]
Make shure you have align=... part! (left, right or center)- it did not made a diference with me, but without it, it doesn't work.
I do not understand the editor part. If you mean tping in the editor field when creating custom block - you add bbcode the same way.