Jump to content

tomaskostadinov

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Germany

tomaskostadinov's Achievements

Newbie

Newbie (2/6)

6

Reputation

  1. For anyone finding this thread after a google search: The solution with ProcessWire 3x is $field = wire('modules')->get('InputfieldText'); $field->name = 'headline_default'; $field->label = "Please enter the promo headline:"; $field->useLanguages = true; // add this line $inputfields->add($field);
  2. Just to mention for anyone having problems with the File Tag Compiler and field rendering to have a look at https://github.com/processwire/processwire-issues/issues/313 This solved my problem.
  3. Hi there, I created a new module called TextformatterMixcloudEmbed. It is based on the Soundcloud Embed Textformatter by Marvin Scharle and the Textformatter Youtube Embed by Ryan and is working the same way. I hope you like it! Download: https://github.com/TomasKostadinov/TextformatterMixcloudEmbed Screenshots:
×
×
  • Create New...