Hello i want to know how can i select multiple Tag and delete them i have approx 52 pages of tags and most of them are useless i want to remove useless tags from forum but there is no option of mass select . if anyone can provide me a code which can filter data like tags have 2 or 5 letters...
Hi , Any usefull query to change some text from threads directly from database (via phpmyadmin) ? eg. change textABC to ABC123 . I know that exists an addon (find and replace) but i dont understand it at all . Thanks.
xenforo.com
You could then use just nothing between the second part of quotation marks.
So like this:
Code:
UPDATE xf_post SET message = REPLACE(message,'[example]','');
The last quotes are not " but ' and another ' but without space between them.
Use at your own risk.
Maybe @Brogan can confirm this is correct for your assurance.