XF 1.5 Attachment display as full size.

Irfan

Member
Dear team ! I am a non technical person. We have a large number of attachments on our forum which has recently been imported. How do I make the code change for full size attachments? I have no idea how to run a SQL query. Can you guide me step to step ?
 
Code:
UPDATE xf_post SET message = REPLACE(message,'[ATTACH]','[ATTACH=full]');

Take a backup of the xf_post table before running any queries.
 
If you are unsure how to run a query in PMA then I would suggest contacting your host or sysadmin as you can cause damage to your installation.

The first thing you should do is take a backup.
 
Top Bottom