Perrie, look in your active/custom skin's templates, for one called: jrProfile_index.tpl
If your active skin DOES have that template, then you are going to add the code into THAT template. (that would be a customized template in the skin that overrides the original template in the PARENT module... in this case, jrProfile module))
If your active skin does NOT have that template, then go directly to your jrProfile MODULE and put the code in the original index.tpl template in that Profiles Module.
If you don't use member 'genres' but you do want to be able to search members by location as well as by their profile name, then look at the following section of code from my own index.tpl template:
<div class="title">
{jrSearch_module_form fields="profile_name,profile_url,profile_location"}
<h1>{jrCore_lang module="jrProfile" id=26 default="Profiles"}</h1>
</div>
--- Note that your site may have slightly different code in that profile module template than on my site. Don't make any changes to that! You simply want to add the one SINGLE line with brackets that mentions the Search_module... and add it right below the "div class title" line but above the h1 line. See where I put mine in the code quoted above. That I think will put the search box within your 'title' bar that says Members, on your index member page. You can also add Nate's style/floatright code as well, within that search code bracket and at the end, just like where he put it in his example.
See if that works.
Always make a COPY of the template before you change it- so you can replace the original if your changes don't do what you had hoped. Remember to click the little box and save to activate it, back in the full templates page. Remember to clear cache to see any new change.
--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
updated by @strumelia: 03/14/18 07:53:09AM