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…

DylanH

Username
DylanH
Joined
Visits
75
Last Active
Roles
Member
Badges
0
Points
0
Posts
12

Comments

  • There seems to be a problem with the highlight functionality. You can't seem to partially remove a highlight. Meaning, if you have "Hi Mom, it's me!" within a single highlight span, you can't un-highlight the "it's me!" part alone. This might not be…
  • I believe Markdown is found in /library/vendors/markdown/markdown.php
  • Yea, my members can't use for example this character in their name ''-'' how can I change this? You would have to change how @ replies and Conversations handle usernames, as well as anything else that may be broken when using non-standard characters…
  • The username "(. )( .)" sans quotes also makes the yellowish quote box. Usernames on a default Vanilla install only allow letters, numbers, and underscores. Loads of things break, like sending Conservations and @ replies, when you create an account …
  • It should be the thread title. I'm not sure what's going wrong, there. Sorry. :(
  • A cursory test shows that @ replies do not work if a hyphen is included. I imagine that block of code could be edited, but I haven't worked with regular expressions, so I wouldn't know how. In addition to @ replies, sending Conversations doesn't wo…
  • You should already have a config.php located in the /conf/ directory, which is created when you first install Vanilla. Changes to config-default.php won't result in changes to the actual forum configuration, as far as I'm aware.
  • @Mark: There are two plugins that I would like to see for Vanilla 2, which are common to most forum software: polls and attachments. I'm not sure about polls, but I know attachments are a feature over at VanillaForums.com. Hopefully getting that plu…
  • After first installing this, I couldn't figure out why it wouldn't work. I looked at the JS code and noticed that, when checking which InputFormatter is used, it's sensitive to first-word capitalization. Instead of 'Markdown', I used 'markdown' in m…