Bleistivt
ModeratorBleistivt Moderator
Reactions
-
Re: Embed forum
Yes, embedding is the easiest way, but if you have full control over the site, you may wanna consider modifying your default.master.tpl to match the rest of your site instead. You cannot embed from t… (View Post)1 -
Re: Embed forum
There is, you can use smarty functions and variables. These are the functions that are available: https://github.com/vanilla/vanilla/tree/2.1/library/vendors/SmartyPlugins But you can even build your… (View Post)1 -
Re: Displaying attached files
The filename should show if you hover the preview icon. If you want the text to show always, try adding this to your theme: .Attachment .FilePreview { display: none;}.Attachment .FileHover,.Attachmen… (View Post)2 -
Re: Is 'Opt Out' Possible, by Thread/Discussion?
I have written a plugin for that: http://vanillaforums.org/addon/unsubscribediscussion-plugin B) (View Post)2 -
Re: FileUpload doesn't upload
http://vanillaforums.org/discussion/28532/a-mod-to-file-upload-version-1-8-4-to-make-it-work-with-vanilla-2-1-5 Have you tried this one? (View Post)1