R_J
AdminR_J Admin
-
Re: Problem with redirection, subdomain and subdirectory on vanilla forums 2.3
Not sure how you have tried it, but if you switch back and forth, don't forget to clean the *.ini files in the /cache folder (View Post)1 -
Re: how to convert phpbb forum to vanillaforum?
This one if for porting your forum to Vanilla: https://open.vanillaforums.com/addon/porter-core Do you want to know if there is a possibility to merge a phpbb forum to an existing Vanilla forum, so t… (View Post)1 -
Re: Creating a Plugin and Can't Render View File Properly
You can do it like that: public function pluginController_dispatcher_create($sender, $args) { // "myplugin" in your case, but I found "index" better ;-) $page = val(0, $args, … (View Post)1 -
Re: Creating a Plugin and Can't Render View File Properly
If you need something more sophisticated, you can do it like it is shown in the official example plugin: public function pluginController_dispatcher_create($sender) { $this->dispatch($sender, $sen… (View Post)1 -
Re: Roadmap discussion for Vanilla 2017
That's great! In fact it would be nice to see garden as a stand alone framework at one point in time. =) May I throw in Vue.js? From what is said its easier to learn than React and React require… (View Post)1
