Jump to content

ceberlin

Members
  • Posts

    533
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ceberlin

  1. Sometimes the thumbs appear cropped on hovering the thumbs links during page-edit.

    Maybe some css z-index or overflow:hidden thing. - I am using the PW dev version.

    Do you need a screenshot example?

    Is there something you can do about it? 

    (Sorry this was mentioned already earlier in this thread. My post can be deleted, if you wish.)

  2. Very cool and right in time! - I was just about to hacking the original code to make it work in German.

    Your solution, using language translation files, is VERY SMART. - Works well so far (tested with PW dev, German/English).

    Thank you very much for this contribution!

    • Like 2
  3. Hi, sure I know that deleting the rows in the database solves it perfectly. :-)

    My post is

    -because I think to remember that there was a max_age setting somewhere (but I cannot find it)

    -and because a Delete-All button is something I was used to from Drupal and liked the idea to have such a button.

    • Like 1
  4. Maybe this was answered and I only did not find it....

    I am thinking of adding a folder to the admin/ like admin/tools/.

    I want to have everything inside of this folder accessible to an editor.

    I would then move certain pages from modules there, like "changelog".

    What would be the recommended way to make this work?

  5. just a quick question... How do I set the max age (bzw. where can I reset the log)? 

    (I want to handover a site to a client and want the millions of log entries during dev to be removed up to a certain date.)

    I would expect a "delete all" on the listing page - did I overlook something?

  6. Picked up from GitHub for discussion...

    https://github.com/ryancramerdesign/ProcessWire/issues/489

    Probably I did not make my point clear. Assuming that commenting on closed issues at gitHub a waste of time I want to present my idea here on the wishlist to find supporters for that idea...

    -------------------------------------


    Example task:

    The default general field description is: "fill this in"

    In the current template the local field description is overwritten with: "fill this out".

    Now I want to reset the local field description with the general description.

    (The "description" is just an example. The same applies to all other entries and settings that can be overwritten)

     


    What I tried out:

    Deleting the local description means: nothing is shown. - This is a good and intended behavior, as overriding something with and empty field can make sense in many cases.
    Writing what I want to have there, works.


    How to archive this now  (I quote Ryan):

    We already support that behavior, but you have to state the intention this way: Rather than making it blank, type or paste in the general description to your local field. Save. Now any changes you make to the general field description will also be reflected in the local description.

     

    This works fine but can be a tedious task to do manually.


    Wish:

    Especially when building large websites or in teams or half year later the question can come quickly: what was the original value again

     

    A "discard local changes" would make that comparison easy. Then I could either save or not save that reversion, depending what content version I prefer.

  7. Just a quick note:

    On LOGIN ERROR (im my case a Session Throttle interception) the module sends a list of notices for the login screen:

    Notice: Undefined index: debug in /.../site/modules/TextformatterTagParser/TextformatterTagParser.module on line 207

    • Like 1
  8. Is there a limit of how many AsmSelect I can use on one page?

    I am asking because I have a settings page with 6 ASMselect (with only a few selections each) and one is starting to misbehave:

    It can only remember the first 2 selected pages and forgets the rest after each page save.

    Looking at the database I see 3 ids stored for that field, which is correct. But only 2 are shown in the admin and read via the api.

    (My only other explanation for this mystery bug would be damaged pw indexes of the database.)

    Update: The problem only occurs if AUTOJOIN is set for the page field.

  9. fmgujju,

    The info at the top of the modules page should say something like:

    Modules found on modules.processwire.com (224)

    Maybe the file limit in the module's prefs is to low to check for all availabe modules?

    I had to increase the limit at my installations recently.

    • Like 1
  10. HI Allesio,

    I am right now evaluating the module for a project. This project has languages.

    My questions:

    RIght now the stopwords list is hardcoded into the modules folder. In case I add or change anything there, it would be lost after an update of the module. Correct?

    Isn't assets a better place for the stopwords? - Or the database?

    What do I do if I am in a multilingual environment. How can I set stopwords per language? Can I at all?

  11. > #3: To have the first element already visible with repeaters, you can adjust the "Ready-To-Edit New Repeater Items" setting.


    I have set this to 3 (which is the default). From my understanding this only means that you can add that certain amounts of repeating elements without having to save the page in between. It does not mean (at least not in my PW 2.4.1 dev version) that 1 element is already set, visible and ready for input. And that is what I would like to have.

    If I set one of the repeater's fields to "required" the PW behavior is unexpected (bug?). There comes an error about a missing field content. But that field was not set with the +ADD ITEM at that time.

    Thank you very much for the code. I would like to avoid applying changes to the wire folder or any modules directly - I do not want to break it when there are updates.

    It the idea does not find general support, I could consider overriding certain css with some plugin or so.

    • Like 1
  12. 3 more ideas (I hope I am not repeating something this time):

    1. For the titles of collapsed fields add an ellipsis…

    (for example with CSS for the collapsed field's title something like: ::after {content: "…";} )

    Why? My clients have difficulties to identify collapsed fields as expandable with more content available inside.

    2. If repeater or group is collapsed, infos about required missing content are hidden.

    I would suggest that in this case those blocks are auto-expanded to show the spots to fix.

    3. Repeaters - 1st element already visible

    Option in repeater settings to aways show the first element for new pages

    without requiring the click on "+add" helps clients to identify, what this area is for.

    • Like 3
  13. Hi, with one of the latest releases, there came something new: 

    Hovering the fields top bar there turns up now the field's original name in grey, which makes the admin page flickering a lot, when moving the cursor over any of the expand ("v") buttons.

    Is that something I can switch off?  (Or where does the effect come from out of the sudden?)

    I have the fields names already with the excellent module HelperFieldLinks.

  14. Hi, I did not find that mentioned before, there is another limitation of field dependencies.

    Chains do not work (yet).

    example: field1, field2(hidden), field3(hidden):

    1. Display field2, if  field1 has a string -> works!

    1. Display field3, if  field2 has a string -> works NOT, if field1 is still empty and therefor field2 is still hidden, error:

        Session: Max number of iterations reached for processing field dependencies (ProcessPageEdit)

×
×
  • Create New...