- Compatible IPS versions
- 4.X
The application allows you to create a system for uploading images to the forum.
Functionality:
Reveal hidden contents
Note: If you have an iHost application (DP34), you can migrate your data using the following request:
INSERT INTO ibf_sdimagehost_images (image_member_id, image_real_name, image_location, image_file_size, image_ip_address, image_added, image_thumb_location)
(SELECT u_member_id, u_real_name, u_location, u_size, u_ip, u_time, CONCAT( "thumb_", u_location ) as "image_thumb_location" FROM ibf_ihost_images)
where ibf_ is the prefix of the table in the database
Functionality:
Reveal hidden contents
Note: If you have an iHost application (DP34), you can migrate your data using the following request:
INSERT INTO ibf_sdimagehost_images (image_member_id, image_real_name, image_location, image_file_size, image_ip_address, image_added, image_thumb_location)
(SELECT u_member_id, u_real_name, u_location, u_size, u_ip, u_time, CONCAT( "thumb_", u_location ) as "image_thumb_location" FROM ibf_ihost_images)
where ibf_ is the prefix of the table in the database