Frame URL Links v1.0.0
What does this do?
This extension changes links from their original state to a link like this:
You must first be a
registered member to view any code.
and show the link in an iframe, with your sites navbar and all that around it.
This is simply using the base64_encode function sothat users cant just copy out the last part.
I'm sorry about the required file edit, I couldn't find a way to let a plugin handle this.
How to install?
1. Upload the goto.php file to your forum dir.
2. Add the template attached with the name: arnoud_goto
3. Open up the file
includes/class_bbcode.php
and find:
You must first be a
registered member to view any code.
replace that with:
You must first be a
registered member to view any code.
You might need to rebuild your post cache if its enabled.
Enjoy!