Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Silvertails Relative to Absolute Path changer

Changes any hardcoded relative paths to absolute http paths

Version: 0.1
Author: Dannymh
Submitted: 7th June 2013
This changes any hardcoded or theme coded relative links to the full http:// link this also does the same thing for relative links to images.

So <a href="file.php"> becomes <a href="http://yoursite.com/file.php">

and

<img src="image.jpg"> becomes <img srd="http://yoursite.com/image.jpg">

It uses the BBURL setting, so whatever your URL is set to will become the new link.

This is useful for custom URL schemes that use virtual directories as well as making sure all of your links are absolute so search engines do not become too confused.

This works by parsing the $page output through a function in pre_page_output and making the changes.

This shouldn't add many overheads.