mizter1nho Well-known member Oct 6, 2011 #1 Tab 'Search Profile Posts' not working in search URL: http://127.0.0.1/xenforo1_1/index.php?search/&type=profile_post
Tab 'Search Profile Posts' not working in search URL: http://127.0.0.1/xenforo1_1/index.php?search/&type=profile_post
Mike XenForo developer Staff member Oct 6, 2011 #2 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.
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.
Mike XenForo developer Staff member Oct 6, 2011 #4 Can't reproduce this here - can anyone else reproduce this?
Fuhrmann Well-known member Oct 6, 2011 #7 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"
Andrej Well-known member Oct 6, 2011 #8 Fuhrmann said: Well, same here. When i click in "Search Profile Posts" appears that the same is not clicked. The active tab remains as "Search Everything" Click to expand... 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.
Fuhrmann said: Well, same here. When i click in "Search Profile Posts" appears that the same is not clicked. The active tab remains as "Search Everything" Click to expand... 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.
Fuhrmann Well-known member Oct 6, 2011 #9 Andrej said: 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. Click to expand... It is a fresh install. But i am at work. I will test when i got home, there i have a upgraded version.
Andrej said: 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. Click to expand... It is a fresh install. But i am at work. I will test when i got home, there i have a upgraded version.
P Paul B XenForo moderator Staff member Oct 6, 2011 #10 Confirmed as a bug in a clean install. Works on my upgraded local installation, but not a new installation.
Confirmed as a bug in a clean install. Works on my upgraded local installation, but not a new installation.
Mike XenForo developer Staff member Oct 7, 2011 #11 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/.
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/.