-
Posts
3,020 -
Joined
-
Last visited
-
Days Won
20
Everything posted by szabesz
-
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.
-
Bug in default image grid mode: vertical list (verbose)
szabesz replied to SamC's topic in General Support
Yep, it's been working like this ever since it was released as far as I can remember. Even worse, it does tend to shrink into 60 by 60 pixels (in the case of a square image) when it is set to smallest. -
Frontend editing and content creation possibilities?
szabesz replied to Enrico's topic in Getting Started
@Enrico or @moderators: I recommend renaming the title of this thread to something like: "Frontend editing and content creation possibilities?" Current title is not descriptive at all, that is why @Enrico The title can be edited when you edit your own post starting this thread. -
Not "as if" but it is WireArray. No need to loop, just use the method ->first()
-
Yes, this a recent trend which is against all common sense but we don't live in a world where common sense rules...
-
They ARE useful though Think of them as the simplest way of SHARING a site – as a starting point – with the community and it is also needed by the PW installer. No more, no less. Great feature!
-
There must be a misunderstanding here. When you upload a file in WordPress, it lands in /wp-content/uploads/... Also, modules normally write all sort of files into /wp-content/... Am I missing something? Normally in WordPress no "files" are stored in the database, the most complex thing in the db is JSON. If you are talking about hosting companies trying to force you not to use your webserver for file sharing – well – that is a different story... I would not worry about files being an issue. A WordPress site with lots of plugins usually means 10000-30000 files, whereas a ProcessWire site with lots of modules is 2000-5000 files, excluding uploaded media files, of course.
-
Did you check installed extensions? I know this glitch does not seem like an extension issue but you never know...
-
Thanks for the tweaks and new features! I have no idea what the "best" default value could be but I've never run into this issue. Probably because I do not actually use Tracy in the admin, it just sits there catching errors/notices (currently I get undefined index notices form MarkupActivityLog and ProcessWireUpgrade). However, defaults should be tailored to beginners and something like 100 seems to be too low in the frontend. What do others say?