Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Twig

Twig template engine for MyBB

Version: 1
Author: ATofighi
Submitted: 12th June 2014
You can use Twig as the template engine with this plugin.
For example you can use this code:

Code:
Welcome
{% if mybb.user.uid == '0' %}
Guest
{% else %}
{{ mybb.user.username }}
{% endif %}