Kasper
Vanilla StaffKasper Vanilla Staff
Reactions
-
Re: Product Support Options?
This might do the trick: http://codecanyon.net/forums/thread/setup-vanilla-forums-with-envato-api-purchase-verification/49221 (View Post)3 -
Re: Smarty Templates Location
Just for future reference: The Smarty {include file="..."} tag should now work like it's supposed to so there's no need for the rather awful looking workaround I came up with. (View Post)5 -
Re: How to get domain from config.php
If you want to bypass config.php you can use a nifty method of the Gdn_Request class called Domain(). It would look like this: Gdn::Request()->Domain(); (View Post)12 -
Re: How do I make this theme work ?
All you need to do to use Austere is download it and dump it into your themes directory. Do be aware that it's not a theme per se but instead a mini-framework for writing themes using a variety of pr… (View Post)2 -
Re: Smarty Templates Location
@zhlousek: What I've done a couple of times to compensate for the missing includes is to store my template partials within variables like this: // Fetch view partials$_Partials['Header'] = $Controlle… (View Post)5