-
Posts
2,952 -
Joined
-
Last visited
-
Days Won
20
Everything posted by szabesz
-
Hooks for manipulating images and its variations
szabesz replied to AndZyk's topic in Module/Plugin Development
Hi @AndZyk Here is one: GlobalEmailSettings, such as: sender and reply to. See this recent discussion: I'm not aware of any already published solutions to this and although it seems to be easy to implement and may not necessarily needs to be turned into a module, even a very simple module has the advantage of being ready made, easy to add and update (provided it is the the Module Directory...). -
Which comes first the fields, pages or templates?
szabesz replied to zilli's topic in Getting Started
Hi, I recommend doing some basic system design to sort out the relationships you will be dealing with. Here is a good article from @clsource on this: https://medium.com/@clsource/understanding-processwire-templates-fields-and-pages-201aecd0a1a4#.m9yquavll Next, decide what sort of Inputfields you will utilize in the admin in order to realize the relationships (look for 3rd party Inputfield modules too, but check PW 3 compatibility before you start using them). Start with the Page Tree, and decide what you want to present there, and other relationships can be represented by the selected Inputfields. You can start by working on both the frontend and the backend at the same time. If you are a solo developer, you will not be able to separate the two anyway. Thinking of "fields -> pages -> templates" isperfectly fine, but you can implement them in any order you see fit. "Is the product page that the "normal" user see in the front-end, the same that the vendors have access in the back-end?" It cannot practically be the "same", except if YOU for some reason implement it this way. You can give normal users (customers) limited access to the admin, but it all depends on your needs. Probably you only want to give partial access to the backend for vendors only. Normal frontend users (customers) will likely be better off with your own custom implemented frontend UI access. Hope this helps -
How to structure an appointment/booking website?
szabesz replied to zilli's topic in Getting Started
Hi, Here is a recent discussion (with some other links to related topics) that might get you started:- 2 replies
-
- 5
-
-
- appointment
- theme
-
(and 1 more)
Tagged with:
-
Some more resources you might also find useful: http://modules.pw/ https://gist.github.com/blynx/92f9472712a823ef01180509b3e36ae1 https://processwire.com/api/ref/module/
-
Thank you @Martijn Geerts! Works with both Lister and ListerPro, right? I will purchase my very first ListerPro copy in the near future, so I'm glad you've just shared it
-
"...but said the aim of the review was to adapt the rules to the data protection regulation which will come into force in 2018 and simplify the provisions for cookies." Simplify? It had already been dead simple, and they were the ones to make it difficult...
-
Thank you @adrian. This can definitely come in handy now and then.
-
Thanks! However, it does not work on my Mac. Edit: command + enter does work. Maybe there is something else that also works, because it is hard to imagine how I press command + enter by accident. Edit 2: maybe my left hand is a bit too slow to release the command key when trying to open a new line with the right one.
-
Hello everybody, Can anybody tell me what the keyboard shortcut to submit a post like this one is? From time-to-time I accidentally press it, which is rather annoying since it results in a not yet finished message. If I new the bloody shortcut, I could be more careful not to press it. I’m on a Mac BTW... Thanks in advance
-
Installed SSL cert, path to assets are now 404
szabesz replied to biotech's topic in General Support
@biotech You might find some useful information by doing a search like this: https://www.google.hu/search?as_sitesearch=processwire.com%2Ftalk&as_q=migrate#q=https+htaccess+site:processwire.com%2Ftalk Edit: sorry, again, I accidentally submitted it by keyboard -
I'm not sure why hiding it should be desired. If we group things, they are probably somehow related, and if so, it should be possible to name that relation, which is helpful even for backend users. Just like in your example; it is an address, why should we hide the name of the relation? Maybe to save some space?
-
Out of the box it is not possible. You might want to check out the settings page of AdminOnSteroids from @tpr to see a well organized page with loads of options.
-
Installed SSL cert, path to assets are now 404
szabesz replied to biotech's topic in General Support
Hello, My comment might not be of much help, but why do you try to mix http and https (provided that is the case...)? I consider it to be an outdated practice. The web is quickly moving towards being https only anyway. -
Perhaps is it a missing ProcessWire namespace declaration?
-
Thanks! You are right, and missing page ID references can also be included in a list of detailed warnings. If we have a list with all the details that need attention, we can just review them one by one and that is helpful enough, I think.
-
@adrian One question: how can this module deal with dissimilar settings? I mean when settings of an older version of a module are different from the newer one? In module development, one usually has to implement an upgrade procedure to account for possible db storage differences, I guess something similar is needed in this case too. Am I missing something?
-
When I read the topic's title, I instantly knew I was about to see another AdminActions module recommendation (which is cool, do not get me wrong). However, I've been thinking if you could figure out a way to automatically publish the list+description of these "actions" somewhere, so that you (we) can just link to them, I mean always see what is available without logging into the right admin. You might also want to provide the means of including screenshots like above.
-
My clients have also been using bulkresizephotos.com for a while, so far it's been a reliable service.
-
Best service ever
-
How to convert to ProcessWire 3.0 namespaces?
szabesz replied to thetuningspoon's topic in API & Templates
Hi, Short answer: It is recommended. Some TL;DR for you : https://processwire.com/blog/posts/processwire-3.0.21-and-2.8.21/#news-for-processwire-2.x https://www.google.hu/search?as_sitesearch=processwire.com%2Ftalk&as_q=migrate#q=namespace+site:processwire.com%2Fblog -
Thanks for sharing! Some things overlap in weird ways, and some margins/paddings seem to be missing, probably because of these, I do not think I see what I should (/buy, /payments): GET http://www.spencersestateagents.co.uk/site/assets/aiom/js_5cf825d5af1afb7cc3d19fe864190e3e_dev.js?no-cache=1480610263 404 (Page Not Found) Failed to load resource: the server responded with a status of 404 (Page Not Found) 2js_5cf825d5af1afb7cc3d19fe864190e3e_dev.js Failed to load resource: the server responded with a status of 404 (Page Not Found) css_f27cbefaf407591de9d490a96da59494_dev.css Failed to load resource: the server responded with a status of 404 (Page Not Found)
-
@adrian How about adding: protected $authorForumsProfile = '985-adrian'; so that one can more easily identify the author? Should be used as trailing part of the href attribute, of course
-
Let's inform them Jokes aside, the db backup module is supported by Ryan, so it should be safe to rely on it. Sensible use cases would dictate to try things out in a development environment not on a live site, so I would not worry too much about this.
-
Whoa, Adrian you rock as usual thanks so much! And the idea of contribution to the actions is the best part of all.