
05-19-2004, 10:36 AM
|
|
|
Join Date: Apr 2002
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
*** BUMP - Any Help? ***
Quote:
Originally Posted by Intex
I've got a small problem with the challenge system, in that it doesn't display the challenge in the postbit. I'm using the postbit_legacy template and have made sure that: - All people concerned have the appropriate permissions in the arcade
- The postbit_legacy template has the appropriate code
Code:
<if condition="$post['arcadesettings'] & 4 AND $post[userid]!=$bbuserinfo[userid] AND $bbuserinfo[userid]!=0">
<tr><td class="vbmenu_option"><a href="arcade.php?$session[sessionurl]do=newchallenge&userid=$post[userid]" target="_self">Challenge $post[username] in the Arcade</a></td></tr>
</if>
- Allow challenges is set to 'YES' on the two users I'm testing it with
However it still doesn't appear. The champion awards is fine.
Any ideas?
|
|