Mikey Posted June 30, 2012 Share Posted June 30, 2012 (edited) Just installed Power Contest on my site, and there's no furls.. So I magicked up a furlTemplates.php for you: <?php $_SEOTEMPLATES = array( 'app=powercontest' => array( 'app' => 'powercontest', 'allowRedirect' => 1, 'out' => array( '#app=powercontest$#i', 'contest/leaderboard/' ), 'in' => array( 'regex' => "#/contest/leaderboard/($|\/)#i", 'matches' => array( array('app', 'powercontest') ) ) ) ); That's how I have it set up on my site.. http://thegeekdistrict.com/community/contest/leaderboard/ Figured you might have a use for it. It goes in /admin/applications_addon/other/powercontest/extensions Thanks Edited June 30, 2012 by Mikey Nathan 1 Quote Link to comment Share on other sites More sharing options...
Mikey Posted June 30, 2012 Author Share Posted June 30, 2012 Oh, wow, my first post. Sorry! Been a longtime lurker. lol. Quote Link to comment Share on other sites More sharing options...
Administrators Nathan Posted June 30, 2012 Administrators Share Posted June 30, 2012 Ah thanks that looks good. I'll update my app here tomorrow and include it in the next version for sure. Oh and welcome to the board! Mikey 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.