https://www.icyphoenix.com/viewtopic.php?f=28&t=4245&p=31023#p31023 ----------------------------------- TheSteffen Wed 27 Aug, 2008 16:23 Re: Event Registration Icy Phoenix Edition 0.0.3 ----------------------------------- Hi, It is working for me, but I get one error in search.php Parse error: syntax error, unexpected T_IF, expecting ')' in /www/htdocs/.../forum/search.php on line 1856 This is the code: [code linenumbers=false] // Event Registration Begin if ( ( $searchset[$i]['topic_reg'] ) && check_reg_active($topic_id) ) { $template->assign_block_vars('searchresults.display_reg', array()); } // Event Registration End[/code]