Hello,
great Hack!
Is there a way to add a lot of (400!) replacements with one sql-file into the database?
Something like this (but what is with the "id" and "processed_text"?):
PHP Code:
INSERT INTO geek_autolink (text, link, ignorethread, description, ordinal, catid, title, enddate, processed_text, processed_replacement)
VALUES .... ?
I'm a noob with sql...
Thanks in advance for a little help.