Ethersys Importer For Modelo Netty

설명

This plugin reads the XML feed generated by Modelo (formerly Netty), published by Septeo, and imports rental and sale properties into WordPress as property posts compatible with the Houzez theme.

Independent community project — not affiliated with, endorsed by, or approved by Septeo.

Key features:

  • Recurring import (WP-Cron) or manual trigger (admin dashboard / WP-CLI wp mnti import).
  • Create, update and delete properties in sync with the feed (stable identity via nh_reference_technique).
  • Gallery sync with SSRF protection, disabled redirects and per-image size limit.
  • Field mapping from Netty to Houzez metadata (fave_*) and to DPE/GES fields expected by [immowp_dpe_ges].
  • Run history and detailed logs in the admin dashboard.

No secrets stored in code — the feed URL and schedule are configured in the admin settings after activation.

Source code and contributions: https://github.com/ethersys/Modelo-Netty-Importer

설치

  1. Copy the modelo-netty-importer folder into wp-content/plugins/.
  2. Activate the plugin in Plugins.
  3. Configure Import Netty in the admin menu (feed URL, schedule, agent).

FAQ

Is the Houzez theme required?

The plugin is designed for the Houzez data model (post type property, meta keys fave_*). Without Houzez (or a compatible post type and meta structure), imports will not target the correct data model.

Does advanced DPE/GES display work without a third-party plugin?

The detailed DPE/GES block requires a plugin providing the [immowp_dpe_ges] shortcode (e.g. ImmoWP Diagnostic DPE GES). Without it, Houzez energy fields are still synced but the advanced block is disabled.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Ethersys Importer For Modelo Netty”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Ethersys Importer For Modelo Netty”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.0

Preparation for WordPress Plugin Directory: rename plugin folder to modelo-netty-importer, add readme.txt, fix Plugin URI, update CI release workflow and all tooling references.

1.0.0

Initial open-source release. XML Modelo/Netty import to Houzez properties (create, update, delete), media sync, logs, cron scheduling, WP-CLI, DPE/GES integration, image security hardening.