We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Custom decorators | Forum

Cesare
Cesare Dec 19 '14
Hello,
I'm writing a plugin and I would like to use custom decorators, however, I don't know how to call it properly. The only example i've seen are system plugin and the prefix is omitted :(

I have my decorator in:
ow_plugin/myplugin/decorators/user_list_item.html

I've tried in few ways:
{decorator name="myplugin+user_list_item"}
{decorator name="MYPLUGIN_user_list_item"}

and several combinations but it doen't work :(

Any hint ?

Thank you :)