Jump to content

Recommended Posts

Posted (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 by Mikey
  • Administrators
Posted

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!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...