hi
how can i enable html_tags for some custom field just for admin.
something like
if ($admin)
$enable_html_tag = 1;
else
$enable_html_tag = 0;
And also enable all tags for the admin.
This is because i want to use some afiliated code and banners, but this way i dont have to change every time i want to insert a new banner
Thanks


