Jump to content

Macrura

PW-Moderators
  • Posts

    2,778
  • Joined

  • Last visited

  • Days Won

    40

Everything posted by Macrura

  1. right, ok thanks for the report – i have an easy fix for this, will post update soon.
  2. oops, this server is running 7.1.19, so this is a warning... I got rid of the warning, had to downgrade to an earlier version of 2.7.3 (dev) and then hotfix the files field to get the images working again...
  3. wire/core/Password.php:169 it doesn't seem to effect anything, but the error is there; maybe i try downgrading PHP on this one...
  4. How do I get rid of this message? Just started showing up after migrating a site to a new server running PHP 7.2; 7.1.19 I'm also getting mcrypt errors, PHP Deprecated: Function mcrypt_create_iv() is deprecated and i had to modify some part of the images field to prevent some error; is there a php 7.1 compat version of 2.7.3 with the 2 issues fixed (?) TIA
  5. ok thanks for trying it – i will put this in the next update, in the meantime if you can make that fix, you should be able to use it (?)
  6. @tpr - thanks, no idea what the issue is, it works fine here, but i can make that change, as this issue was reported on another module, i think it is multilang related
  7. An update was made to the module to fix this; Please proceed cautiously and if you experience any errors or unexpected behavior let me know and revert to the previous version. bunch of things got moved around in the module; testing was done and all seems to work fine, but due to the large number of changes in this update, caution is advised;
  8. @Ivan Gretsky -thanks; sure - in short: FieldDescriptionsExtended Enhanced field descriptions ProcessDocumentation Main function is to provide help pages in the admin which can be separate, and navigable; Since you can control the pages, it allows admins to have any documentation page open in a separate tab or window; contrasting to Admin Help, which has the help information either contextually on the Template (in a tab) or all in 1 process page inside an accordion. This module also allows editors to download a PDF of the help page for offline reading, as well as various other helpers. AdminHelp Original module, not being actively maintained, but soon all of the elements of this module would be covered by ProcessDocumentation. Still helpful if you want the simple help tab on a template, or some basic documentation for a site, all on 1 process page, in an accordion. ----- The next version of ProcessDocumentation will include a feature to show help content contextually on any template, using a help icon in the breadcrumbs bar instead of down in the editor tabs. In addition it will allow for showing expandable/collapsible help text at the top of any Lister/ListerPro. So in the end, ProcessDocumentation should cover most needs for fully documenting and providing help for any admin.
  9. Hi @netcarver - ok thanks for the report; i'll have to investigate this with ajax opened fields, have not used those much, and didn't test; hopefully it will be a simple fix...
  10. I did have that selected, as i installed it after some content was already in the system.. ok sure, thanks! - that was fast!
  11. Slight bug report - if you have a template where the title is locked, it will cause the name field to clear and then you will get an error when trying to save the page about missing required value of name...
  12. @netcarver - thanks for the compliment! Hope someone else finds this useful; for me this has become a life-saver and the clients/editors have given a lot of positive feedback, and less questions/problems/confusion... saves a ton on screen real estate when you absolutely have to have a fairly verbose field description, since you can hide most of it under the reveal...
  13. @gmclelland you definitely won't be able to ckeditor images, because there is no Page to store the images under; unless there is some way that you can use a hook, and then use the PHP option for your field defs and then in that file define your hook etc, In terms of Ck editor, i think you'd need to study the inputfield itself and see how the options are supplied to the inputfield, and then just mimic that; So far i have not had the necessity to use ckeditor field, or images for the Settings Factory, and i don't think it will be able to support images unless someone comes up with an idea for how to solve that problem...
  14. This module was finally released and in the Modules Directory: http://modules.processwire.com/modules/field-descriptions-extended/ Future Plans: Make the 'more' text configurable, as well as multi-langauage allow specification of which field to use for Field Selection, where the selected field on any content page would be a candidate to get the extended field description (in panel or modal) treatment. allow specification of which field to use for the content, when in "Page Content for Field Description" mode. oops, just realized the module already does #2 & #3:
  15. yes you just need to make the permission the same name as the process page, and then use that permission to restrict; if you need examples i can explain it more, but essentially this is like the core permissions setup used by stuff like lister pro, where the permission for a process matches the process page name. I haven't looked at MarkupSEO for a while, instead i use my (yet unreleased) MarkupSiteMetaAdvanced module, which has like a gazillion seo settings, but much more since it covers basically everything related to meta data, including schema, all social media, DCMI, analytics, copyrights, location, as well as the ability to setup custom key value pairs or define a path to a json inputfields definition file (sort of like mini settings factory); preview:
  16. there is FieldtypeHandsontable which is exactly what you displayed, it lets you have an excel-like input field. Very cool and useful thanks to @bernhard
  17. @Noel Boss how are you doing the selectable pages, are you using custom PHP option?
  18. not sure if this helps, but there is a little known trick you can do where you can change the active fieldgroup of any template at runtime... I'm using this a bit in situations where i want to use a single template for something, but i want to be able to change stuff about the the layout, field descriptions, visibility, collapsed status and so forth, based on the value of a field; but it could be done based on other parameters/conditions..
  19. ok thanks - looks like a problem with UiKit; it does work on reno for sure; uikit doesn't use jquery ui tabs so that event is not firing
  20. @Noboru – are you using the latest version, 106, and are loading latest js file (check to see if you have the correct line 41)? https://github.com/outflux3/InputfieldSimpleMDE/blob/d8eab8ad345d5961ab4ae65c7272bf281e5b5728/InputfieldSimpleMDE.js#L41
  21. For any users out here of this module, who are using languages, can anyone test to see if the latest version initializes the textareas on the language tabs when switching between language tabs? I had a github issue report that only the first visible language tab's instance was getting initialized, so added the language tabs switching event to the array of events that trigger the field to get instantiated, and this works on my local testing, but the person who reported the issue was not seeing it working..
  22. I use one, but haven't released it yet; started documenting it here... https://outflux3.gitbooks.io/markup-theme-engine/content/
  23. yes, i know, i'm talking about site profiles that require no coding https://modules.processwire.com/categories/site-profile/ and these:
  24. @Knubbi - i think you may be missing the fact that there are already some awesome profiles available that are out-of-the box very usable sites. I haven't done the dare yet, but i **think** if I needed a complete site real quick, like a one pager, or a simple blog, i'd guess it could be completed quickly and easily. Guess I'll have to try it to find out, and take the "how fast can you setup a (preconfigured profile, generic, no additional custom fields) processwire site" challenge. Will report back when done..
  25. as far as I know the latest version of the inputfields all support UiKit theme; After upgrading all to the latest, you can post screenshots if you see any issues.
×
×
  • Create New...