Well it would help to have a better understanding of what your trying to do as I might be able to point you in the right direction for accomplishing it.
Off hand, I dont think functions.php is the right file to edit for this. It would be showthread.php iirc.
I think the code would be something like
IF ($post[postcount] == 1)
{
eval(standard_error(fetch_error('estore_custom_x') ));
}
You may also want to look in functions_showthread.php
|