I have added a signature to hundreds of articles using this sql code :
UPDATE xxx_content
SET introtext = CONCAT(introtext, '<br/>signature blabla<br/>')
WHERE catid IN (778, 779, 780);
I would like to know if there is a way to use the same function as “find THIS and replace with THAT” as to update my signature frequently.
P.S: a trick that would work anywhere in the content (not only at the bottom) would be more than perfect!
I think you could use something like this: