
08-18-2006, 07:31 AM
|
|
|
Join Date: Jul 2005
Location: Netherlands
Posts: 236
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by acidburn0520
Good idea. I think I'll install this one.
Just a note, for people using the Default Postbit -- you'll want to edit the "postbit" template instead of "postbit_legacy".
You could also change:
Code:
<if condition="$post[fieldX] != ''">
To just:
Code:
<if condition="$post[fieldX]">
|
Yes thank you
|