@deep-line-digital,
Yes, you can export your wpForo forum content including users and topics and import them into a new site with a different domain and design. To do this, you need to export the relevant database tables such as those with the wpforo_ prefix, as well as WordPress user tables (wp_users and wp_usermeta) via PhpMyAdmin. Then you can import these tables into the new site's database after installing WordPress and wpForo. This process allows you to migrate your forum content to a new site. Note that wpForo uses WordPress users, so user data is managed through WordPress itself. For detailed steps on exporting, you can use PhpMyAdmin's export feature selecting only the data (not structure) and enabling "Truncate table before insert" for import compatibility.