-
Posts
2,922 -
Joined
-
Last visited
-
Days Won
18
Everything posted by szabesz
-
Thanks @abdus Relating to the topic, there are other code snippets lurking in the Forum, like: Have a different title of a field across multiple templates? Hook to hide inputfield in Admin Custom Field in Page SettingsTab Remove a fieldset tab from specific pages of a template
-
I guess it would be popular, even though no one else replied to your post so far...
-
Thanx a lot! I will update the site in question – and all its modules – on the weekend, and report back.
-
Changelog support in ProcessWireUpgrade module
szabesz replied to szabesz's topic in Wishlist & Roadmap
Thanks in advance! -
Silently failing can be considered to be a bug, at least a notification for the superuser could be dispatched.
-
I do not want to kill the fun but hasn't it gone off topic a bit too much?
-
Howdy @adrian I'm wondering why I get lots of "Saved module 'PageProtector' config data" entries in /site/assets/logs/modules.txt as I do not remember saving the module settings so frequently. If it is not my "fault", can you please take a look at how to "get rid of them" should they be generated "by mistake".
-
Any chance of mod_security in action?
-
You cannot crash-land with PW
-
Thanks a million again One thing I've been struggling with ever since is these nice list of icons: I keep spending a lot of time hovering over them, waiting for the tooltip to appear, that is I cannot seem to learn what is what. Could you please provide an option to turn them into a simple vertical list of icons+labels?
-
I think it is generally true that one can only "perfect" a profession while enjoying it. How else? That is why there is no need to compare WP and PW. If you are committed to learning PHP based web development, look no further, you are in the right place to get started. Seriously.
-
Sure, for technical reasons probably it is needed, I'm no expert in this regard, however the User lister showing guest all over can be confusing sometimes. About revoking view access and such, I can imagine the opposite; an option to revoke guess access by checking an option: "revoke guest access" instead of implicitly specifying it.
- 14 replies
-
- admin
- permissions
-
(and 2 more)
Tagged with:
-
There is definitely room for improvement in terms of visualizing and making it easier to see an overall picture of roles and permission in effect, not to mention adjusting them. Another thing to clear up is the guest role which should not be displayed anywhere because it is just a "placeholder" these days if I understand it correctly: https://github.com/ryancramerdesign/ProcessWire/issues/588#issuecomment-52206316 https://github.com/processwire/processwire-issues/issues/203#issuecomment-285666212 Another nice reading is this one, showing the dilemma what dealing with roles and permissions mean: https://processwire.com/talk/topic/1947-can-only-move-pages-if-can-edit-parent/?tab=comments#comment-18302 Roles and permissions is never an easy topic to discuss or implement
- 14 replies
-
- admin
- permissions
-
(and 2 more)
Tagged with:
-
You cannot do that because a superuser is the "web master" in ProcessWire. Just do not give this role to anyone except yourself, create roles for others and you "are done" Seriously, see this discussion, for example: https://github.com/processwire/processwire-issues/issues/371
- 14 replies
-
- 3
-
- admin
- permissions
-
(and 2 more)
Tagged with:
-
A module directory is renamed by prefixing it with a dot character and a new module directory is created upon extracting the zip file, as far as I know.
-
I see. Actually, I can live with any of those you mentioned as safe so let's see what others have to say.
-
Outside of site document root could be one option. Sure, default .htaccess rules should be taken into account.
-
Both please Could you make the code recognize which one it is?
-
Thanks for clarifying! I was confused by the name of the variable $page.
-
I have just I realized that in your examples $page must be a reference to the selected page and not the current page being edited. Am I right? I should install the module instead of asking silly questions
-
Thanks for the reply! "Coincidentally" it is what I want to do I want to create selectable "slides" which can be used on the homepage as slider images a but also on blog post pages as "featured" images, so there should be no need to upload different images for the same "slide/post pairs". Sure, however I only spotted examples with "$page->images" and could not find any examples with "custom selectors" and that is I why I thought I ask first before installing it.
-
Hello @Macrura, I'm thinking of using Inputfield Selectize as a "visual page selector", picking pages from a page reference field, meaning I need something which works like an AsmSelect but at the same time it can display an imagefield's picture of the selectable pages along with the title. Is that possible?
-
Whatever changes you guys make to the styles please do not use big whitespaces or at least let me and others preferring small whitespaces pick it as an option to keep it "crammed". Some whitespace is always a must, however Tracy is not about stylish design but a handy tool which should provide the most information in the smallest screen area possible. I like the current styles a lot, btw.
-
I think AdminActions is good for implementing automation features, not for quick debugging/testing purposes. Hence the name Actions Not really a solution to Robin's idea but an "export to file" option could probably deal with the version tracking issue.