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
Comment #1
flibs commentedExcellent. 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
Comment #2
flibs commented