[buddypress-trac] [BuddyPress] #3968: Post Search doesnt work when register page is set to homepage
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Mon Jan 30 11:19:46 UTC 2012
#3968: Post Search doesnt work when register page is set to homepage
--------------------------+------------------------------
Reporter: tislam100 | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 1.5.3
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by tislam100):
'''Possible fix:'''
Replace this line in the search form:
{{{
<form role="search" method="get" id="searchform" action="<?php echo
home_url( '/' ); ?>">
}}}
with this:
{{{
<form role="search" method="get" id="searchform" action="<?php echo
$_SERVER['PHP_SELF']; ?>">
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/3968#comment:4>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list