Jump to content

loukote

Members
  • Posts

    42
  • Joined

  • Last visited

Recent Profile Visitors

1,284 profile views

loukote's Achievements

Jr. Member

Jr. Member (3/6)

6

Reputation

  1. Hi @swampmusic, i won't help but - if still needed - the help is on the way: https://weekly.pw/issue/329/
  2. @adrian, thanks for the suggestion. @Robin S, that's it – now I understand why the difference in behaviour between different pages. Thanks!
  3. After upgrade to PW 3.148 some (not all) pages uneditable: when entering the edit form, an error pops up: Recoverable Fatal Error: Argument 1 passed to ProcessWire\Modules::setModuleConfigData() must implement interface ProcessWire\Module, string given, called in /mnt/data/accounts/l/luxoc/data/www/luxoc_pw3.0/wire/core/Wire.php on line 383 and defined (line 3685 of /mnt/data/accounts/l/luxoc/data/www/luxoc_pw3.0/wire/core/Modules.php) This error message was shown because: you are logged in as a Superuser. Error has been logged. The website seems running OK. From the type of the error and the place it is found, i gather it is not caused by the templates code. On the other hand, not all templates (can r pages?) are affected. I tried to upgrade to the dev version 149 but it did not resolve the issue. I have the previous version and a DB backup so a rollback should be possible. Before doing so, would anyone have a smart idea?
  4. This sounds like a solution that would work. I still wonder whether it is the way to go as i creates a dependency elsewhere, thus a need for a proper documentation. And also because the impacted template is a system template... Anyway, thank you @Robin S.
  5. In a template i need to find all pages with a full name but the stored data is first name and surname. So from the doc it seams this module will not help (" you cannot directly query a Concat field from $pages->find(), for example."). As i don't know where to ask, i dare to ask here: is there a way to achieve the above by some PW magic, something like concatenation of fields $pages->find('concat("firstname surname")='.$fullname), where $fullname could be for example "Paul van Ripper" so guessing where the surname starts would inevitably lead to mistakes.
  6. Edit: OK, this was a bit hidden but actually related to what i believed it was not: in the module the setting was set to require the username, not the email. Thus the replacement from an ampersand to a dash. _______________________ Hi, When attempting to reset their passwords, the users receive the email with the reset-password link only sometimes. The logs show the email addresses supplied. Many of them appear to have the ampersand replaced by a dash. Somewhere above there is a question about cases where an ampersand is replaced by a dash but that part of the thread concern sign-up of a new user and so appears irrelevant to my problem. I was not lucky either by searching this site or elsewhere. Would any of you know why and how, or have an idea that would help?
  7. Hello, is it possible to have rich-text allowed in the form (including wysiwyg buttons) and output formatted by the comments module? Similarly as it in this form. I tried to look in the doc and the forum but either no one is interested, or i'm searching for wrong keywords... Thanks!
  8. Hi, I'm missing text formatting. To start with at least the most simplistic: new lines should be respected. The replies can't be edited. Or if so, then the link is very hidden ? Other than that: very useful!
  9. @David Karich , very useful, thanks! I mainly appreciate that there is no need to modify the template. Above you mention the ProCache module. Do I understand correctly that the counting will work correctly even with the standard PW template cache mechanism? One helpful feature would be the ability to display the page hits in the page tree only for given roles, that is using permissions. The reason behind is not secrecy but cleanliness, no clutter. Regards! ~loukote
  10. @Robin S This will help, thanks for the lesson!
  11. Perfect, thanks! Would you know whether there is a way to set the default order to other than by username?
  12. Hello @ffub, it looks like the field ORGANIZER required by the method PUBLISH (used by this module) is missing. More in the description of the protocol: https://tools.ietf.org/html/rfc5546.html#section-3.2.1 One picky android app complains and a validator confirms...
  13. @Autofahrn , one interested user here ?
  14. Hi @pwFoo any plans for two-factor authentication so as in the back-end login using the TFA module?
  15. @Robin S, off course it works. Sorry – i did not include it among the textformatters. When rechecking why and re-reading the installation notes, I did not misunderstood the sentence "Add the Remove Blocks textformatter to one or more fields.", thinking that it refers to the use, the curly braces. Thanks for your help!
×
×
  • Create New...