UBB.Dev
I noticed at the guru3d.com website that you have to register to use their search function. What a great idea. Allows those that hate to register the ability to browse etc... but if they want full use of all the information they have to register.

Is that a feasible Modification to 6.7.1+

If so, anyone care to take a stab at it ?

Thanks for your consideration!
untested, but in ultimatebb.cgi
FIND:
Code
	if ($ubb eq 'search') {
ADD AFTER:
Code
&RequireUserLogin();
FIND:
Code
	} elsif($ubb eq 'search_tng') {
ADD AFTER:
Code
&RequireUserLogin();
Works great... thanks!
© UBB.Developers