R_J
AdminR_J Admin
-
Re: My texts are not 'aligned justified' where can I get 'align justify' button on Vanilla text Editor?
The editor has some options which are deactivated. You can see which options are available here: github.com/vanilla/vanilla/blob/master/plugins/editor/class.editor.plugin.php#L80-L110 There is no &qu… (View Post)1 -
Re: Is there a way to check homepage type?
You can see that configuration also in the routes in the dashboard, and it is called the DefaultController. So when you look at the config.php you will find: $Configuration['Routes']['… (View Post)6 -
Re: Wrong count of discussions displayed for a category
Can you run a database query like e.g. SELECT *FROM `GDN_Discussion`WHERE CategoryID = X where "X" is the ID of that category. That should show 5 discussions and should give a hint on the &… (View Post)2 -
Re: how to create a forum for my site.
Maybe. What exactly is your problem? (View Post)1 -
Re: 2.3 files needed
Sure, it's recommended to download the package from here anyway: https://open.vanillaforums.com/get/vanilla-core-2.3.1 (View Post)1
