The external link icon is not shown because the address is not complete.

The module uses a relative path for this icon, but on my local installation this is not sufficient.

In order to solve this problem replace line 308 in the file linksdb.module with the following:

$title = '<img src="' . base_path() . drupal_get_path('module', 'linksdb') .'/external.png" alt="external link"/> ' . l($url,$element['#click']);

Comments

flibs’s picture

Assigned: Unassigned » flibs
Status: Active » Fixed

Excellent. That's solved a nigglling problem that's been at the back of my mind for a while now for other modules I'm working on.

Great work there, thanks

Problem fixed and checked in.

M

flibs’s picture

Status: Fixed » Closed (fixed)