Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Anyone fond of MeBox in their WP integration?
A very simple implementation could look like this: $MeBox = file_get_contents(http://example.com/dashboard/module/memodule);echo $MeBox; (View Post)1 -
Re: Conversation's messages via json
Just had a look through the Messages controller and it would appear that the actual message data isn't set. This... // Fetch message data$this->MessageData = $this->ConversationMessageModel->… (View Post)7 -
Re: Anyone fond of MeBox in their WP integration?
@EdelAli and @Shadowdare: I just discovered something pretty neat - you can in fact get the MeBox view (and any other module view for that matter) using an API call: http://example.com/dashboard/modu… (View Post)3 -
Re: Can I add a class to the top navigation items?
The format attr. can be used for this: {activity_link format=" <a href="%url" class="%class">%text</a> "} Source: https://github.com/vanillaforums/Garden/blo… (View Post)6 -
Re: 1.2.1 not working with Vanilla 2.0.18.8
As @businessdad pointed out, his pull requests got modified by me after pulling them into the repo - was trying to stick to 2.1 standards as per the usual but it was not exactly easy when as I were w… (View Post)1