Little Mod: Emails Only For Registered Users To Prevent Spam »  Show posts from    to     

Icy Phoenix


Old Support Topics - Little Mod: Emails Only For Registered Users To Prevent Spam



portalpez [ Sat 04 Jul, 2009 12:15 ]
Post subject: Little Mod: Emails Only For Registered Users To Prevent Spam
Emails only for registered users to prevent spam based on links only for registered users from acp:

Open bbcode.php, search for:

Code: [Hide] [Select]
$html = BBCODE_NOSMILIES_START . '<script type="text/javascript">' . "\n" . '<!--' . "\n";


Add before:


Code: [Hide] [Select]
if ( !$userdata['session_logged_in'] )
{
return array(
'valid' => true,
'html' => $lang['Email_For_Guests'],
'allow_nested' => false,
);
}


Open lang_main.php:

Search for:

Code: [Hide] [Select]
$lang['Links_For_Guests']


Add before:

Code: [Hide] [Select]
//If you are spanish
$lang['Email_For_Guests'] = '<b>"Debes <a href="./profile.php?mode=register">registrarte</a> para ver este email."</b>';

//In you are english
$lang['Email_For_Guests'] = '<b>"You have to<a href="./profile.php?mode=register">Register</a> to see this email."</b>';




That is all....


Demo:
http://www.portalanunciosgratis.com...ada-vt5388.html


Please, backup your files before test this little mod...


Chaotic [ Sat 04 Jul, 2009 13:38 ]
Post subject: Re: Little Mod: Emails Only For Registered Users To Prevent Spam
Interesting.

Is this MOD for .27c or RC2?

Can someone else test this to see if it works? If it does indeed work, we'll move it to the Customizations forum.

Thanks for your contribution, portalpez!


portalpez [ Sat 04 Jul, 2009 13:51 ]
Post subject: Re: Little Mod: Emails Only For Registered Users To Prevent Spam
Hello,

It is for .27c but i think that this mod will run on rc2 because is a little modification... but i will test in the final release.

I test this mod for a long time without problems...




Powered by Icy Phoenix