This is an add on to wwb95s' The complete Search user profile hack...
What this does: It adds a link at the top of the main home page just above the 'logout' box...It evens out your board now with a link on the left and a link on the right...
So with that, here goes...
******************************************************************
Files to hack: public_forum_summary.pl and vars_wordlets.cgi
******************************************************************
###Open public_forum_summary.pl###
###Look for:
» $vars_wordlets{active_topics} «
| ###Above that add:
» $vars_wordlets{admin_search} «
| ###Done with public_forum_summary.pl Save changes made###
###Open vars_wordlets.cgi###
###Look for:
%vars_wordlets = (
###Below that add:
'admin_search' => 'Admins Advanced Search',
###Done with vars_wordlets.cgi Save changes made###
Finally, upload both files and make sure files are properly CHMOD'ed...After that clear your cache in the control panel...
Done!!