donshakespeare
✭✭donshakespeare ✭✭
Reactions
-
Re: Public Discussion Titles, private Discussion Content
So, you want the "Enable Private Communities" off, right? You want to block off only the Discussion area? Here is a simplistic method, but the logic is similar to what might go into standal… (View Post)1 -
Re: Keystone Personalization
Don't forget to duplicate and own whatever theme you are working on, or else, when you upgrade Vanilla, the changes you made will hit the ether. (View Post)1 -
Re: Replace Homepage with my own content
Also, if you just want to add simple static content without rerouting ... in your template, default..master.tpl there is a nice smarty variable you can use to decide what to show in your homepage. It… (View Post)3 -
Re: Multiple modules in a plugin
Yes! See https://docs.vanillaforums.com/developer/framework/modules/ As many as you want. Store them as such: plugins/yourNewPlugin/modules/class.example1module.php plugins/yourNewPlugin/modules/clas… (View Post)4 -
Re: Pulling content of post to show in pocket
So, here is a trick, this might help you. In your theme hook or plugin, get the data you want and echo it out to a JavaScript variable or object. Pockets support JavaScript, so you will be able find … (View Post)1