numero2/contao-mobilede-ads
Composer 安装命令:
composer require numero2/contao-mobilede-ads
包简介
Import of ads from mobile.de
README 文档
README
About
Imports ads from mobile.de. Currently this does not provide any backend or frontend modules to interact with.
System requirements
Installation
- Install via Contao Manager or Composer (
composer require numero2/contao-mobilede-ads) - Run a database update via the Contao-Installtool or using the contao:migrate command.
Configuration
Please add your credentials in the global parameters.yml:
parameters: ... mobile.ads_username: 'username' mobile.ads_password: 'password'
Usage
You can either start the import via System › Maintenance › Import ads from mobile.de or the command for the Contao console contao:mobileads:import.
At the start of the import all Ads in the Contao database will be set to published = '' and all active ads found on mobile.de will then be published again.
Helper
Functions added to helper converting the data:
numero2\MobileDeAdsBundle\Util\DataUtil::wikitext2Html($text);will convert the wikitext stored indescription_enrichedto html markupnumero2\MobileDeAdsBundle\Util\DataUtil::convertKwToPS($kw);will convert the kw to ps
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2021-11-23