MyBB Community Forums

Full Version: Linkout Frame Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ive Downloaded the new version of Linkout Frame Mod ( for MyBB 1.2 )

Here is the install Instructions:

Quote:Installation Instructions

1) Upload the folder "/linkout/" and all of its contents to your forum's root directory.

2) Open up /inc/functions_post.php

Find:
$link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>";

Replace With:
$link = "<a href=\"linkout/o.php?out=$fullurl\" target=\"_blank\">$name</a>";

Save and upload file.

--------------------------------------------------------------

But The problem is I CAN'T FIND This Part:
Find:
	$link = "<a href=\"$fullurl\" target=\"_blank\">$name</a>"; 

Please Help/Sugest..

Thanks in advence !
Just do a search for $fullurl and see if you can find the line.
No. Still can't find the file. Please Help me guys.
I think he has a point! I can't find it either! The wrong file name mentioned in instructions??
It's inc/class_parser.php Smile
Ur Right 100% Smile ~ Thanks .

FIXED.