![]() |
Unregistered users/vBulletin Ok...my Classifieds are integrated with my forums, which are set up so that unregistered users can view the boards, but not individual profiles, etc. Evidently this prevents unregistered/logged out people from using the "contact seller" e-mail form in the individual ads on the classifieds. Is there a way I can set things so that unregistered users can use this form on the classifieds, without giving them additional rights on the forums? Thanks in advance! |
The contact forum is not designed to be used by unregistered users You can remove the code but I would not since it opens up the ability for spiders and bots etc to send people eroneous emails etc if ( $gologin == 1 ) { // We don't want unregistered users sending contact forms $regcode = strtolower(get_regcode()); // We include a second time to rewrite the mustreg variable include "{$Globals['PP_PATH']}/languages/$pplang.php"; diewell( $Globals['pp_lang']['mustreg'] ); } |
| All times are GMT -5. The time now is 02:00 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0