Thank you for your reply.
Actually I had to reinstall it because it was not able to update the index.php file in the admincp directory, so I had to do it myself.
I have only a problem: when I click on the "Edit" link on a record of my replacements in the Display list of Geek AutoLink Manager, the form is empty, no information is displayed about the listing... any idea?
Also the description is not displayed int he browser because the code is written in this way:
Code:
<A href='http://www.virtualsheetmusic.com/Downloads.html' class='DEF' title=''browse our entire catalog of instantly downloadable sheet music.''>our catalog</A>
I don't know why Geek adds two '' in the title attribute by making it unusable and the link actually wrong... I solved the problem by changing the replacement code as following (by removing the two ' in the title attribute):
Code:
<a href='$link' class='DEF' title=$description>$text</a>
Thank you again.
All the best,
Fabrizio.