Jump to content

ceberlin

Members
  • Posts

    533
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ceberlin

  1. Here I have it like this:

    • If a field is mandatory, also the intitial value field is also mandatory (not always intended by me).
    • If a field is not mandatory, the initial value field is also not mandatory.

    Bildschirmfoto 66.jpg

    • Like 1
  2. @horst - The latest ProcessWire DEV 3.0.220 seams to break the WireMailSmtp module (namespace fatal errors) after a module recompiling.

    Class "ProcessWire\WireMailSmtp" not found

    I cannot reach the settings any more and probably it does also not send out mails.

    Isn't it a good idea to drop compatibility to ancient ProcessWire 2 versions and add the ProcessWire namespace in your code, so it does not compile?

    • Like 2
  3. 11 hours ago, adrian said:

    It works to allow the user to do the rating

    Really? Isn't this field basically a nicely decorated number field, storing only 1 value? It outputs as "5" in my frontend. (Maybe I got the concept wrong?)

    That has a value of its own, and I start using it in forms.

    What I'm looking for now, is a mix of these stars and the Pro module "Likes" from @ryan. So a user can not only "like" but also rate with one click. And I have the total number of voters with the average rating, which can then be submitted for SEO as rich content. "Likes" also has a simple fraud protection. Too bad, "Likes" seems not to be in development any more. User interaction becomes more and more important with SEO. (Or like the "Comments"-Field but only with the rating - textual comments can be a pain -  but "Likes" is so cool because it's just 1 click and not a form.)

  4. Quote

    This isn't the first star rating module for ProcessWire

    There is actually no working frontend user rating module existing currently, correct?

    This field works great for other purposes, but is not suitable as a frontend star rating module, is it?

  5. On 12/28/2022 at 12:33 PM, szabesz said:

    It is surely not "actively" maintained. The question is, will it ever be maintained at all?

    To ask differently - is someone caring it remains up-to-date with PHP and PW? (This is one of my favourite modules I use)

  6. We try to switch from MATOMO direct embedding to the MATOMO tag manager.

    I am wondering right now how to use the Matomo Tag Manager correctly. Has anyone expericence with this already?

    We intend not to block the Tag Manager itself but want to be able tags (like Facebook) inside of it. I don't believe right now that the Tag Manager is a GDPR / DSGVO problem itself. And if this one is blocked, every tag inside is blocked too, which makes a fine-grained selection not possible to the user.

    But I need to be able to set up rules in PrivacyWire that toggles activation of used tags inside of the Tag Manager. But how?

  7. I run into a problem when removing a cropppable element from the image setting:

    hauptbild,900,600
    quadrat,900,900

    Expected: The info for the "quadrat" cuts are removed. No change for anything related to "hauptbild"

    What happens (latest PW dev and module 4 version, using WebP):

    All crop settings are lost, including "hauptbild". And the default value is not a largest possible crop from the middle (so a 1800x1200 source would produce a proportional small version without crops). Instead a 900x600 upper-left crop from the original image gets cropped. Basically, this means all fine-tuned settings are lost, and the default worsens it.

  8. I stumbled upon another issue: a.f.a.i.k. the IMPRINT and PRIVACY pages should not be covered by this modal.

    Otherwise, you cannot read what you are going to decide (if you followed the privacy link in the module, for example). But I am not a lawyer, it is just how I think it should work logically, especially thinking of the very strict German laws about the IMPRINT page accessibility. - Any oppinion?

    I am looking for an easy way. Right now, I am using CSS to hide .privacywire and its wrapper on those.

    But since the links to those pages are stored in the modules settings, why not excluding them automatically? Just an idea.

    In this context, it would be cool if the module did some quick checks to assist the webmaster if those linked pages actually exist and are viewable.

    • Like 2
  9. Today I also got the class "RuntimeMarkupUtilities" does not exist error. (At a very harmless unexpected spot, when trying to edit a simple body textarea in a template: some local field settings).

    I love the RuntimeMarkup Field, never had the problem with it before and did not want to give up easily. The only difference with my other PW installs: this PW install was brand new straight from the PW github beta repo and filled with a couple of modules, including this one. When started setting up my templates, I had activated the RuntimeMarkup Module for latter use already. But had not set up a RuntimeMarkup field yet.

    Now the interesting part: As soon as I had my first RuntimeMarkup field set up (just with the default settings) the "RuntimeMarkupUtilities missing" error mentioned above was gone.

    Maybe the observation gives you some indication about the possible nature of the bug. Maybe there is nothing wrong with the RuntimeMarkup module code, there might be just a timing problem, or the module is looking for a  class of some target code not running because not in use at that point. Just guessing.

×
×
  • Create New...