Little Mod: Emails Only For Registered Users To Prevent Spam


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: [Download] [Hide] [Select]
$html = BBCODE_NOSMILIES_START . '<script type="text/javascript">' . "\n" . '<!--' . "\n";


Add before:


Code: [Download] [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: [Download] [Hide] [Select]
$lang['Links_For_Guests']


Add before:

Code: [Download] [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...

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! :)

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...


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.2336s (PHP: 7% SQL: 93%)
SQL queries: 16 - Debug Off - GZIP Enabled