hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to `$DiscussionView = $DiscussionController->Index($DiscussionID);`?
Sorry, $Sender is the controller object in this case. You probably don't actually want to create a new DiscussionController object. You will have to set up everything the view expects to be ther… (View Post)6 -
Re: What plugin / option turns on the FB, Twitter, and Google follow like this forum?
You can use the Pockets plugin to put the social scripts on every page footer. (View Post)2 -
Re: Category reorder not saving new order
There is a soft limit of 200 categories due to the way sorting is determined and the way PHP is set up by default. See here for more information: https://github.com/vanilla/vanilla/issues/1888 (View Post)3 -
Re: Single Sign On between Wordpress and Vanilla
The WP plugin wants to know your Vanilla sign in URLs and the Vanilla plugin wants to know your WP sign in URLs. It appears you have them swapped. (View Post)1 -
Re: User Permissions
What plugins do you have enabled? Disable them all and see if your issue is resolved. If it is, enable tour plugins one by one until the problem comes back. (View Post)1
