Back to vBulletin 3.0 Add-Ons

Links for Registered Users Only
Mod Version: 1.00, by Deaths

This modification is in the archives.
vB Version: 3.0.7 Rating: (0 vote - 0 average) Installs: 25
Released: 14 May 2005 Last Update: Never Downloads: 1
Not Supported  

Very simple hack, as requested here.

What does it do?
All links can only be viewed by registered members.

Time to install: 5 minutes, if not less
Files to edit: 1

Open up includes/functions_bbcodeparse.php, and find:
PHP Code:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>"
Replace with:
PHP Code:
global $bbuserinfo;
if (
$bbuserinfo[userid] != 0)
{
return 
"<a href=\"$rightlink\" target=\"_blank\">$text</a>";
}
else
{
return 
"Guests cannot view links. You must <a href='register.php'>register</a> to see links.";

Thats it .

NOTE:
If you are using Floris' http://www.vbulletin.org/forum/showthread.php?s=&threadid=79398, the first step is:

Find
PHP Code:
return "<a href=\"$rightlink\">$text</a>"
If you are using Postcache, you might need to rebuild it.

Please click install if used!

Download

No files for download.

Supporters / CoAuthors

  • Deaths

vblts.ru supports vBulletin®, 2022-2024