ich hab mir den Prime Links mod installiert und soweit scheint das auch geklappt zu haben. Aber irgendwie hänge ich bei den Optionen:
Code: Alles auswählen
// Options
define('PRIME_LINKS_ENABLE', true); // Enable this MOD?
define('REMOVE_SUBDOMAINS', true); // Specify subdomains to be removed before checking the link, separated by semicolons (setting TRUE will remove all subdomains)
define('USE_TARGET_ATTRIBUTE', false); // The attribute "target" is not valid for STRICT doctypes.
define('EXTERNAL_LINK_PREFIX', ''); // Example: 'http://anonym.to?'
define('INTERNAL_LINK_DOMAINS', ''); // Other domains to be considered local, separated by semicolons. Example: 'http://www.alternate-domain.com/'
// Special cases for specific link types. Separate file extensions with a vertical bar (|).
define('FORCE_EXTERNAL_LINK', ''); // Example 1: 'pdf|gif|jpg|jpeg|png|bmp|zip|rar|7z'
define('FORCE_INTERNAL_LINK', ''); // Example 2: PDF_LINK_TYPES . '|' . IMG_LINK_TYPES . '|' . ZIP_LINK_TYPES
define('NO_EXTERNAL_LINK_PREFIX', ''); // Don't add an external link prefix for these file types
define('NO_LINK_PROCESSING', ''); // Don't process links to these file types
Danke!