hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: BootStrap Help? - Views
Sorry, no. It was a commission for a private client. Re-reading my post, I seem to have edited out that part. Again, sorry. (View Post)1 -
Re: Embed Bugs
What you need to do is calculate the offset for the .InformMessages bottom attribute. In a standard forum (non-embedded), the bottom attribute is set to 0, because that is the bottom of the window fr… (View Post)1 -
Re: [SOLVED] Blank screen and endlessly loading after installation
This has been discussed and even fixed over on GitHub: https://github.com/vanilla/vanilla/pull/2170 You could patch this manually until 2.2 gets released. (View Post)1 -
Re: How to create a role...?
The important thing you need to know about the API application is that it doesn't do any of the heavy lifting. It authenticates the request and passes the pertinent data on to the standard contr… (View Post)1 -
Re: Help with home page
You should be able to change the sort order via a config option. Try adding $Configuration['Vanilla']['Discussions']['SortField'] = 'd.DateInserted'; to your /… (View Post)2
