tpr Posted December 23, 2018 Author Share Posted December 23, 2018 No, I haven't noticed this. I'll check it some day, I don't understand all of it atm ? Link to comment Share on other sites More sharing options...
adrian Posted December 27, 2018 Share Posted December 27, 2018 Hey @tpr I have been seeing this a bit lately: Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /site/modules/AdminOnSteroids/AdminOnSteroids.module on line 2622 1 Link to comment Share on other sites More sharing options...
tpr Posted December 27, 2018 Author Share Posted December 27, 2018 @adrian Probably yes, I've changed that, thanks. Yesterday I added a "translatorModal" tweak to Misc that allows editing translations in a modal, hope you find it useful. 3 1 Link to comment Share on other sites More sharing options...
adrian Posted January 16, 2019 Share Posted January 16, 2019 Hey @tpr - not sure what its purpose is, but: html.aos { overflow: overlay; } does weird things to fixed position elements. For example, when Tracy is disabled, the icon that appears in place of the debug bar (to re-enable it) is positioned under the vertical scrollbar. If I remove this overflow rule, it is positioned as expected. Thanks! Link to comment Share on other sites More sharing options...
bernhard Posted January 22, 2019 Share Posted January 22, 2019 hey @tpr, is there a way to disable the filterbox on some admindatatables, eg via adding "nofilterbox" class to the table? Edit: Created a PR Link to comment Share on other sites More sharing options...
tpr Posted January 23, 2019 Author Share Posted January 23, 2019 Thanks @adrian and @bernhard, I'll take care of these in the following days. 2 Link to comment Share on other sites More sharing options...
tpr Posted January 24, 2019 Author Share Posted January 24, 2019 All done. @bernhard I had to modify return false to true to to keep processing other tables in the loop (if any). 2 1 Link to comment Share on other sites More sharing options...
ottogal Posted January 31, 2019 Share Posted January 31, 2019 Hi @tpr, I found an irritating behaviour when using the submodule ListerTweaks. If I make a custom selection of the Users lister columns, it will not be reflected in the columns selection on the Users page: There the default selection is displayed, and trying to change it has no effect. Link to comment Share on other sites More sharing options...
tpr Posted January 31, 2019 Author Share Posted January 31, 2019 I remember seeing this bug earlier but couldn't fix it. I'll give it another try some day, thanks for bringing this up. Link to comment Share on other sites More sharing options...
rafaoski Posted February 25, 2019 Share Posted February 25, 2019 Hi, @tpr and thanks you for adding this useful module. After switching on AdminOnSteroids I noticed a small problem appearing when opening and closing the repeater, but only in Mozilla Firefox and Admi Theme Uikit. After opening the single repeater, it remains in the open position. I'm not fluent in JS and I do not know where the error is, but the console shows me information as below. Error: Permission denied to access property "apply" SERVER DETAILS ProcessWire: 3.0.126 PHP: 7.3.1 Webserver: Apache/2.4.35 (Win64) OpenSSL/1.1.1a MySQL: 5.7.24 MODULE DETAILS AdminOnSteroids: 2.0.13 ProcessTracyAdminer: 1.0.6 TracyDebugger: 4.17.22 Link to comment Share on other sites More sharing options...
tpr Posted February 25, 2019 Author Share Posted February 25, 2019 I'm not sure but perhaps it's a cross-domain issue, perhaps caused by a Firefox addon, I got the idea from here: Quote This only happens with Firefox addons that try to insert a <script> tag that points to an external cross-domain script. 2 Link to comment Share on other sites More sharing options...
rafaoski Posted February 26, 2019 Share Posted February 26, 2019 Thanks for the answer ... It seems that the LastPass plugin generate error ... After turning off the add-on LastPass everything has returned to normal ... 2 Link to comment Share on other sites More sharing options...
tpr Posted March 1, 2019 Author Share Posted March 1, 2019 What do you think about appending the field type to the Fields asmSelect list options? I often don't remember the type by the name so it would come handy. However, since it's a plain select HTML element it cannot be styled and in the rendered asmSelect the type appears twice (also at the end of the bars). 4 Link to comment Share on other sites More sharing options...
szabesz Posted March 1, 2019 Share Posted March 1, 2019 8 hours ago, tpr said: What do you think about appending the field type to the Fields asmSelect list options? I like it ? Not beautiful but does the trick. 1 Link to comment Share on other sites More sharing options...
tpr Posted March 1, 2019 Author Share Posted March 1, 2019 Actually having the field type appended to the name is quite handy when used together with the "add search box to asmSelect" feature because field types can also be searched. So for example you can easily find CroppableImage3 image o CKEditor fields, etc, which is a huge help when there are a lot of fields. 3 1 Link to comment Share on other sites More sharing options...
tpr Posted March 2, 2019 Author Share Posted March 2, 2019 OK, due to the popular demand towards this feature it's been added to v2.0.14 ? Some changes: the new suffix contains the field type (eg. "Textarea"), and the inputfield class if it's different from it (eg. "CKEditor") the optional inputfieldClass is not added if it's the language variant (to avoid situations like "excerpt - TextareaLanguage (Textarea)" on the right side of the bars the original field type string is removed (before the percentage) not to display it twice 7 Link to comment Share on other sites More sharing options...
szabesz Posted March 3, 2019 Share Posted March 3, 2019 12 hours ago, tpr said: due to the popular demand Thanks a lot for caring! I'm pretty sure that those who could not click the like button are just away for a long weekend ? 1 1 Link to comment Share on other sites More sharing options...
tpr Posted March 7, 2019 Author Share Posted March 7, 2019 I've added data-attributes to field wrappers in v2.0.15 containing information about the included field. Unlike the info currently available it's not on the inputfield itself but on its wrapper, making admin CSS/JS customizations easier to apply. https://github.com/rolandtoth/AdminOnSteroids/wiki/Misc 2 1 Link to comment Share on other sites More sharing options...
Brian Peat Posted March 12, 2019 Share Posted March 12, 2019 Hello! I'm brand new to ProcessWire (having been a Joomla! guy for many years and then adding Wordpress to my toolkit more recently). I've taken on a new client and their site uses ProcessWire. Last night I got the joy (lol) of moving their site to my large VPS and learning the ins and outs of PW. They were running PHP 7.0 and I bumped them to PHP 7.3. After fixing a bunch of front end issues with their theme, everything looks good except that in the admin, AdminOnSteroids is throwing some notices: PHP Notice: Trying to get property 'template' of non-object in .../AdminOnSteroids/AdminOnSteroids.module:2970 PHP Notice: Trying to get property 'name' of non-object in .../AdminOnSteroids/AdminOnSteroids.module:2970 Does anyone know how to fix this? I can hack my way around some PHP, but I'm not a programmer, so this one is a bit beyond my understanding. Any help would be appreciated. Link to comment Share on other sites More sharing options...
netcarver Posted March 12, 2019 Share Posted March 12, 2019 @Brian Peat Hello Brian, Welcome to the forum & thank you for your first post. I hope @tpr - the author of this module - picks this up quickly for you (he's usually very responsive.) Although I'm reluctant to suggest a fix for that line in the module (I'm not wholly familiar with TPR's intention there and simply suppressing the notice might be hiding a larger issue) I do hope you end up enjoying working with ProcessWire and interacting here in the forums! Best wishes, Steve Link to comment Share on other sites More sharing options...
horst Posted March 12, 2019 Share Posted March 12, 2019 @Brian Peat welcome. One thought regarding the module: what version is the AOS module? When going in admin under modules site adminonsteroids, there is a feature to directly check for newer versions. Maybe you are not running the latest version, where these issues are already fixed? At least there is no harm with updating AOS to the latest. Link to comment Share on other sites More sharing options...
Brian Peat Posted March 12, 2019 Share Posted March 12, 2019 @horst I'm up to date as far as I know. It's running 2.0.15. I may edit my hosts file so I can see their old site again and check in there. It's possible they've been ignoring the errors for a while, but I'm not sure. Thanks! 1 Link to comment Share on other sites More sharing options...
tpr Posted March 12, 2019 Author Share Posted March 12, 2019 Hi @Brian Peat, that line fails if a template doesn't have a name I was wrong, it's the editedPage being null, will add a check. 1 Link to comment Share on other sites More sharing options...
Brian Peat Posted March 12, 2019 Share Posted March 12, 2019 @tpr No, I haven't fiddled in the database. I'm thinking this template is old though, and is likely missing some things. I had to add the name space to a few files and also fix a few things that wouldn't play nice with PHP 7.3. Link to comment Share on other sites More sharing options...
MilenKo Posted March 23, 2019 Share Posted March 23, 2019 Hey there. This morning I upgraded AOS for a project to latest version 2.0.15 and started noticing some issue viewing the hidden/unpublished pages in the admin. Tried to uninstall the module and grabbed a fresh copy, however the same issue appeared. If I move my mouse over those that are not showing but only ID's are listed, they all appear fine: Started disabling options of AOS in order to check which one would be causing the issue and it appeared that it is the PageList tweaks and more specifically: Show page IDs (SuperUser only) . I did not set any other options, however if I remove this one, the list shows properly. The issue seems to appear on both themes - default and uikit. Any ideas how could I keep the page ID's showing but keeping the hidden pages visible? Is this a feature/option I've missed or else? 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now