I think you should just pick a good RTE and use it as default, something that ships with vanillaforum. I mean in this day n age it just look weird when you install a forum and it does not have an RTE. It really is something that people expect these …
Every feature slows down things. Anything that adds lines of code slows down things.
What you saying is that user of vanilla forum will have to upload a file or an image someplace else and then just post a link to it on the forum? This does not sou…
I'm surprised there isn't one already!
Almost all other forum software have email verification, just send out an email with link to activate an account
I would like to suggect Google Friend Connect integration as well. Actually, if you implement Google FriendConnect login, then it already has support for openID, so you don't have to write separate OpenID plugin if you have Google FriendConnect plug…
Very interesting plugin system.
This is what I don't understand, on that page you say:
$PluginInfo['SuperFancifier'] = array(
'Description' => 'Adds some niceties onto MyFancyClass.',
'Version' => '1.0',
'RequiredPlugins' => FALSE…
Thanks. Maybe some code has changed but I can't find the Render() in class.controller.php
Can you point me to the class/method where the view file in parsed?