
01-12-2006, 10:41 PM
|
 |
|
|
Join Date: Apr 2003
Location: Paradise, Texas
Posts: 309
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Alright, I figured out how to fix this.
Change this
Quote:
if(in_array(THIS_SCRIPT, array('showthread','showpost','memberlist','member ','private')))
|
to this
Quote:
if(in_array(THIS_SCRIPT, array('showthread','showpost','memberlist','member ','private','newreply')))
|
|