R_J
AdminR_J Admin
-
Re: Need to Change Terms and Conditions
Terms and conditions apply to the service and content that you provide. That's why you are fully responsible for its wording and don't have to ask anyone - maybe except for your lawyer ;) (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?
Take your time. I will go down through the code without waiting for you, but if you have any questions, just point to what is not clear and I'll try to explain it better. I'll have to write… (View Post)1 -
Re: How do I write a Plugin with a Module?
You've asked for custom setting permissions and that's what we do next. We have started the plugin part of our settings code like that: public function PluginController_Countdown_Create($Se… (View Post)1 -
Re: How do I write a Plugin with a Module?
Speaking of CSS: when you want to style your module, you should create a css file and save it in the subfolder "design" of your plugin. Call it "countdown.css" or "custom.css… (View Post)1
