Fixed Tab 'Search Profile Posts' not working in search

I assume you mean you can't search for the posts? You will have to rebuild your search index in the tools section of the admin CP.
 
Well, same here.

When i click in "Search Profile Posts" appears that the same is not clicked. The active tab remains as "Search Everything"
 
Well, same here.

When i click in "Search Profile Posts" appears that the same is not clicked. The active tab remains as "Search Everything"
Are you on a fresh install? Or a upgrade from 1.0.4?

I have upgraded from 1.0.4 and can't reproduce the issue.
 
Fixed now. You can run this query:
Code:
INSERT INTO xf_content_type_field
(content_type, field_name, field_value)
VALUES
('profile_post', 'search_handler_class', 'XenForo_Search_DataHandler_ProfilePost');
And then rebuild the master data via /install/.
 
Top Bottom