-
Posts
2,321 -
Joined
-
Last visited
-
Days Won
44
Everything posted by tpr
-
Thanks, it's a great step forward A JSON return would be great - I think a use case could be established first to see how this could work.
-
Currently it's not possible. I could redesign the image sets like this: { "featured": [ [435,210], 2, 4 ], "hero": [ "720w 990w 1220w" => [ [720,320], 2, 3 ] ] } It's getting a bit complicated but if I'll have some time I could create an UI for this so it will be easier to set.
-
Nice! Just an idea: could the actions accept url params? Eg. prefill the template selector with "basic-page" using this url: /admin/setup/admin-actions/options?action=TemplateFieldsBatcher&templates=basic-page This would enable linking the action from other places of the admin (eg. add right-click menu option on pagelist, etc). Plus another idea: actions could be put into a subdir, if users start to contribute actions their number will increase. Btw I see you haven't overcomplicated the UI of the roles
-
v107 is up, containing a new feature for pagelist items: "Use middle mouse click/ctrl+click to View/Edit page".
-
It's intentional, I wanted it to be smaller. In the Reno theme it looks OK but I agree that it's not that beautiful in the default. I'll remove the styles for the default theme in the next version.
-
v106 is up some fixes to the issues mentioned above. I couldn't duplicate adrian's issue not showing the action labels on hover so it's probably not fixed
-
Yep, just realized myself that it's not documented. Now it is.
-
Thanks, that's already corrected here. Actually I removed that part entirely - I added page-template and page-id classes to the body but there were already classes for that (ProcessPageEdit-id-1033 etc).
-
What adrian wrote + simply "/site/templates/admin.css" works too (it's loaded by AOS if exists).
-
With CSS for example: .PageListItem:not(.PageListItemOpen) span.PageListNumChildren.detail:not(:empty):after { content: " (click show children)"; } It's only an extra visual sign that there are subpages, rather than just showing the number of children. Of course you can tweak it to your likings, eg. make it more visible adding a background color etc. You can use AOS's Admin CSS feature to add the rules above to the admin.
-
I don't think there's an easy way because child pages are loaded with AJAX. But perhaps the children counter could be tweaked to read "show children" as a workaround.
-
You're right it's not working but because the selector should be only '.topnav', these menus are not children of '#topnav'. It seems that jQuery UI doesn't use the border for the calculation. The screencap shows the border increased to 10px:
-
Thanks, I'll have to dig deeper then with pListIDs. As for the pagelist icons, if you hover on them they expand to show the labels, isn't that suffice?
-
v105 is uploaded (changelog).
-
I added 1px border to the submenu so it will always have at least 0.5px overlap. I'll add this to the next version of AOS. #topnav .topnav { border-right: 1px solid transparent; }
-
I just took advantage of my design skills
-
Bug report! ProcessModuleTookit https://github.com/adrianbj/ProcessModuleToolkit/blob/50f23d89048c4b19a3cb833c03c2ab56bdcd259f/ProcessModuleTookit.module#L20
-
You can disable multi language for the entire template, not per field (on the Advanced tab as I remember).
-
Went for it, thanks!
-
Would you mind if I add this to AdminOnSteroids? (probably won't be configurable)
-
Just use bdl($event) if Tracy is installed and click around
-
Created a PR: https://github.com/processwire/processwire/pull/38
-
@adrian thanks, I will check it. Here is a feature for the Misc submodule: change page title field case:
-
Perhaps this new config field could be a field for entering a selector, that would allow more flexibility.
-
Yes, less to write.