1
Hi all,
a found some small bug in the newbb seach result page
/newbb/search.php
around lin 177
$search_url_next = $search_url."&start=$next";
sould be
$search_url_next = $search_url."&start=$next";
& => only &
because to scroll the results
the same in line 183
$search_url_prev = $search_url."&start=$prev";
cheers
alex
p.s. XOOPS is great software