Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Opening new topics by integration with another application
That would be entirely possible. Simply do what needs to be done on the first site (permission check, removal of topic etc.) and then issue a POST to http://whatever/api/discussions using the OP's us… (View Post)2 -
Re: Stock install of 2.1b - something went wrong
By the way, this takes care of setting the deverror master view and enabling debug messages in 2.1: $Configuration['Debug'] = TRUE; Slightly easier than what had to be done in 2.0. (View Post)7 -
Re: Best practice for using images in default.master.tpl?
Like @hgtonight mentioned, using CSS is the best way to include static image assets in themes. You'll have to define the size of the elements manually for them to match the size of your images: // Ex… (View Post)1 -
Re: Custom Theme Plugin missing?
"Custom Theme" is in fact a plugin - it's currently only available to clients on the hosted plan though so you won't find it in the addons directory I'm afraid. (View Post)1 -
Re: Need CSS help! (2.1b using embed-friendly theme)
This is all you'll ever need when it comes to simulating simple flexbox behaviour: http://matthewjamestaylor.com/blog/perfect-2-column-right-menu.htm (View Post)7