Topic: External Links In New Windows 2.0.0
Download:
http://www.punres.org/files.php?pid=444
Description:
With this MOD, a link posted in the forum will be opened in a new window if clicked, but only if it points outside the forum.
Tested on PunBB 1.2.15 and PunBB 1.2.17
Changelog:
- version 2.0.0
changes to MOD:
-- all your domain links will be not opened in new windows
new:
-- little image next to new window links
-- also homepages of users and punBB.org link will be opened in new windows
changes to punBB:
-- long urls will be truncated if > 70 chars instead of 55
-- transitional doctype (because of target attribute)
#####################################################################################
##
## Mod title: External links in new windows
##
## Document aim: Instructions for a FRESH INSTALL of this Mod
## (there's no previous versions already installed)
## For update instructions, look in "update" dir of Mod package.
##
## Mod version: 2.0.0
## Works on PunBB: 1.2.15
## Release date: 2007-10-08
## Author: Lucas Malor ( http://pazziaumana.blogspot.com/ )
##
## Description: With this MOD, a link posted in the forum will be opened in a
## new window if clicked, but only if it points outside the forum.
##
## Affected files: include/parser.php
## Included files: upload/*
##
## Affects DB: No
##
## Notes: preg_xquote() function from a comment on php.net:
## http://php.net/manual/function.preg-quote.php#38519
## Thanks to MattF for the idea to pick out new window links.
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
#####################################################################################