Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Does it work?
pawandubey
New
I installed and enabled it on my forum but the syntax produces no output at all. Just prints the code itself. Is there something else to do?
0
Comments
post the result of what gets thrown on the screen...
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
it's likely caused by the php tag not being closed in the files.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Judging by the format of the tags, it may only work with simple html maybe? I don't have this installed but you can change your input format with
$Configuration['Garden']['InputFormatter'] = 'simple html';
Uh, its simple. To roll the dice, you have to include
<roll>XdY[+/-Z]</roll>
Where X, Y and Z are some integers. And it outputs the result in the form of some integer.
Like
<roll>1d20[+5]</roll>
should output some thing like
12
But in my case, it pastes it simply as
<roll>1d20[+5]</roll>
, means it is not getting parsed.I dont think it should be like that. If it was, then the plugin author would have mentioned it.
The files look alright actually.
oops
@pawandubey:
Sorry this took me so long to get to! I will qualify this answer with the fact that my forum is very vanilla. I do know that this does not work with the wysiwyg editor; it escapes things before they get to my mod. If you know of a way to solve that, let me know... otherwise it will have to wait until I have time to get to it.
Does that apply to your situation?