R_J
AdminR_J Admin
-
Re: Adding a superscript and subscript button?
DOH! I didn't knew that Markdown allows html. Well, if Markdown is not a restriction for the sake of simplicity, but an extension for the sake of convenience, I tend to think more friendly about… (View Post)1 -
Re: How to change link colour in vanila forum
You have to create a (minimal) custom theme for that. Easiest step would be 1. to copy one of the themes found in /themes folder 2. delete everything but about.php and design/custom.css 3. get used t… (View Post)3 -
Re: Show Profile Pictures on Recent Discussions
Maybe this will work http://vanillaforums.org/addon/indexphotos-plugin (View Post)3 -
Re: Confirm Email Link leads to inconclusive page AFTER Confirmation
The text is in the UserModel: public function ConfirmEmail($User, $EmailKey) { $Attributes = GetValue('Attributes', $User); $StoredEmailKey = GetValue('EmailKey', $Attributes); $U… (View Post)1 -
Re: Mentions+ to check if Username is available
That may not work. If it doesn't work for you, you could change the source code. Look at file class.umlautmentionsformatter.php Wherever you find "preg_something/.../i" add "u&quo… (View Post)1
