Ryan Williams Posted August 24, 2015 Share Posted August 24, 2015 Hi guys,I spoke to IPS about this and apparently there's no way to do this via the software, so I'm hoping someone here knows of an SQL query or something that I could use. Essentially, I want to nuke all signatures on my forum because when I updated from v3 to v4 the formatting of them all was messed up a bit. Some just look outright broken, while most merely have doubled-up whitespace where I guess the way the forum handles paragraphs/line breaks was changed.I have too many members for it to be viable to manually fix all this, so I'd rather just start again. Does anyone have any idea how to achieve this? Link to comment Share on other sites More sharing options...
EmpireKicking Posted August 24, 2015 Share Posted August 24, 2015 know idea.option one: Tell your members to change itoption two: Edit manually for each one of them Link to comment Share on other sites More sharing options...
AutoItScript Posted August 24, 2015 Share Posted August 24, 2015 UPDATE core_members SET signature = "" WHERE 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.