Sorry to bother you. I managed to change 1) with this:
`
add_action (‘bps_field_before_search_form’, ‘change_display’);
function change_display ($f)
{
if ($f->code == ‘field_945’)
{
$f->display = ‘selectbox’;
}
}
I don’t know how to do 2)
Thanks!
-
This reply was modified 6 years, 10 months ago by tlidstrom.
-
This reply was modified 6 years, 10 months ago by tlidstrom.
Hi! Thanks for your reply.
I’m trying to show (in a page) comments of a particular post.
Thanks!
Hi! I didn’t but it yet. I wanted to know If I could do what I was looking for :).
Thank you.
Regards.