R_J
AdminR_J Admin
-
Re: Better differentiation between a PM and an Activity comment?
Since you shouldn't edit any of the core files, you have to add your own language file. Language files of Vanilla are spread around the applications folder and so it would be easier and more clever t… (View Post)1 -
Re: Side Content
In Vanilla the sidebar is called “Panel” and the content blocks in there are called “Modules”. Just in case you want to search around and try to find some useful information. I’d recommend you read t… (View Post)2 -
Re: How do I write a Plugin with a Module?
A module is a convenient helper class. You could achieve anything a module can do with just a normal plugin. But read that comment why it is wise to stick to modules nevertheless: http://vanillaforum… (View Post)1 -
Re: Better differentiation between a PM and an Activity comment?
Well, I've used this site to look both things up. Use your browser and the "Inspect element" menu entry in the context menu of the browser in order to find meaningful strings that most prob… (View Post)1 -
Re: Better differentiation between a PM and an Activity comment?
For "Add Comment" you'll find that in the sources: .Anchor(T('Activity.Comment', 'Comment') so you have to translate 'Activity.Comment' (View Post)2
