gmclelland Posted October 4, 2018 Posted October 4, 2018 I have a working version, I'll send you a PR on github.
benbyf Posted October 4, 2018 Author Posted October 4, 2018 Think that’s a great idea! Havent seen the file rename and replace before so not sure how that relates but wouldn’t be much work to get he module to work with specific permissions and give a default and permissions to hook into as options.
gmclelland Posted October 4, 2018 Posted October 4, 2018 Try this PR and see if it works for you. It worked for me. https://github.com/benbyford/MarkInPageTree/pull/2 I don't think we need any special module permissions.
gmclelland Posted September 15, 2020 Posted September 15, 2020 @benbyf - Do you know of anyway to prevent this module's page list customizations from loading in a Processwire Panel(the one you get when you click on the tree icon on page edit)? Everything I tried doesn't seem to work. ?
gmclelland Posted April 2 Posted April 2 (edited) Hi @benbyf, just wanted to let you know that it looks like a newer version of Processwire might have broken this module a little. It still outputs the names of the templates in the page tree, but they aren't floated to the right anymore. I think it just needs the following added to the module's css: .align_right{ float: right; margin: 0 0 0.5em 1em; } since it looks like this css was removed from Processwire: .pw-align-right, .align_right, .align-right { float: right; margin: 0 0 0.5em 1em; } Though it might be safer to include a css class just for this module instead of just using a generic class of .align_right? Also the comments at the top of the .module still show DeferredPublish Kind regards Edited April 2 by gmclelland Added some more details to the css
benbyf Posted April 4 Author Posted April 4 On 4/2/2025 at 3:15 PM, gmclelland said: Hi @benbyf, just wanted to let you know that it looks like a newer version of Processwire might have broken this module a little. It still outputs the names of the templates in the page tree, but they aren't floated to the right anymore. I think it just needs the following added to the module's css: .align_right{ float: right; margin: 0 0 0.5em 1em; } since it looks like this css was removed from Processwire: .pw-align-right, .align_right, .align-right { float: right; margin: 0 0 0.5em 1em; } Though it might be safer to include a css class just for this module instead of just using a generic class of .align_right? Also the comments at the top of the .module still show DeferredPublish Kind regards Hi @gmclelland what version of PW? Just checked on PW 3.0.229 and seems to be fine.
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