Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

snytkine

Username
snytkine
Joined
Visits
3
Last Active
Roles
Member
Badges
0
Points
0
Posts
15

Comments

  • Good question. I want to know this too. I once had a forum running vbulletin and it grew to 5 million posts and was still going reasonably fast.
  • What else do I want? Smilies would be nice!
  • 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…
  • What is page creation anyway?
  • 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?