3
look in the file
alumni/templates/alumni_index.php
look on about line 31 for:
<form name='search' id='search' action='/search.php' method='post' onsubmit='return xoopsFormValidate_search();'>
change to
<form name='search' id='search' action='http://www.yoursite.com/yourfolder/search.php' method='post' onsubmit='return xoopsFormValidate_search();'>
you are just changing the action='/search.php'
After you make the change you will need to update the alumni module in the modules admin area.
That should do it. I have tested it and it works.
John