@baraber
15 years, 5 months ago
Hi Mike,
well I´ve read your message an must tell you, that I´m very impressed about your knowledge about bp and css….
I a big project and there must be some customizing on the bp. Can you get in contact with me about icq or other so we can check it out ?
My icq is: 474344603
Hope to hear from you and looking forward to you soon reply..
best regards and have a nice day
tony
Hi Jeff,
first of all thx for your soon reply. But this doesn´t work because it only shows the word search but not the button as the background: here is the full code of the search function again
function bp_search_form() {
$form = ‘
<form action=”‘ . bp_search_form_action() . ‘” method=”post” id=”search-form”>
<input type=”text” id=”search-terms” name=”search-terms” value=”” />
‘ . bp_search_form_type_select() . ‘
<input type=”submit” name=”search-submit” id=”search-submit” value=”‘ . __( ‘Search’, ‘buddypress’ ) . ‘” />
‘ . wp_nonce_field( ‘bp_search_form’ ) . ‘
</form>
‘;
echo apply_filters( ‘bp_search_form’, $form );
}
do you have another idea ?
thx in adv. best regards tony
does nobody did it before ?
regards tony
Hi I found that line which is the one for the button….:
who knows how the line is when I want put in the buttonimage: searchbutton.gif ? So that it works with the look of that created button ?
THX in ADV Tony