Here is a new definition for internal linking. Note that this will link ALL guest accessible area of your site so you don't need seperate ones for linking posts, threads, etc. If you have DJ's internal linking definitions installed, please delete those before importing this one.
Note that you will need to edit this definition during the import process or afterward to enter your domain name.
The setting you want to change is the Regular Expression in order to swap
YOUR_DOMAIN to whatever your domain name is.
For example, lets say that your domain is
www.google.com (can I be your friend if it is?). You would change:
PHP Code:
[http://]*[a-z]*?[\.]?YOUR_DOMAIN\.[a-z]*?/([A-Z0-9._%-\?\=]*)
to
PHP Code:
[http://]*[a-z]*?[\.]?google\.[a-z]*?/([A-Z0-9._%-\?\=]*)
Note that you do not add and special characters, prefixes or suffixes (i.e. do not use .com or .co.uk, or start with
www., etc...)