Jump to content

PWaddict

Members
  • Posts

    908
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by PWaddict

  1. I don't think it has to do with the settings of the images field cause I tried all of them and the problem still happens. The module can't retrieve properly the title of the vimeo video because on the image description I'm getting: array-1. When I enter a youtube url the title retrieved properly. The problem happens only on vimeo.

    • Like 1
  2. 5 minutes ago, adrian said:

    Probably, but the approach will need to be different and I should also add vimeo support for this as well, so it's a bit of work. I won't have any time for this for a while - any chance you'd be willing to tackle it and submit a PR?

    Currently I don't have time too. Maybe in about 2-3 months if you haven't added it yet I will try to do it.

  3. @kixe can you please update the module to display the warning "SetupPageName expects value in field 'my_field' to autogenerate Pagename" ONLY on debug mode? It's not user friendly and it can confuse site editors who have no idea about these stuff as it displayed instantly when adding a new page.

    Replacing the 236 line with this would do the trick:

    if ($warning === true) $this->warning(sprintf($format_warning, $format), Notice::debug);

     

×
×
  • Create New...