-
Posts
4,046 -
Joined
-
Last visited
-
Days Won
67
Everything posted by Pete
-
Photo printing module online. Who will do it.
Pete replied to varvanin's topic in Module/Plugin Development
I think you would need some user registration at the end as you will need to tie uploaded photos with contact details at some point, but you don't have to I suppose - it might be helpful to have a login for when they use the service again though. It is certainly all possible, but I don't think a module would be the way to go as it is all possible without one. I think a page for each new batch of uploads would be sensible, with a repeater field storing information for each image - fields would be Image, Print Size, Copies and Cost (in case the costs change over time it can help to store the cost with the order). Then when they've uploaded all the images through a front-end form, you could collect their contact details and address and either have these as additional fields in the User template (so they can log in to check their order progress or come back and use the service again) or if you don't want the user login just store their details as pages and link the customer details page to the order page. I think the hardest part would just be building the form on the website - you will want a good HTML5 Uploader with Flash fallback to support older browsers and will need to work out the other steps too. It's all pretty easy to do in ProcessWire I would say, but since you are looking at something reasonably complicated (a few day's work) and not a module then you would need to pay someone for this. EDIT: How does the customer pay for the prints? I didn't see that anywhere on the example site you linked to. It would be easier if they paid when they collect the prints from the shop, unless this is a 100% online service. -
I was literally just looking up how to change the quality and came across this topic when searching - I know I've read it before but now I have reason to leave a comment. +1 for the options array - sounds like it could be really useful in places, and definitely having it available in the template code makes the most sense so you're not blanket-assigning it to a field used all over the place - well thought out once again ryan
-
drop and drag not displaying on setup -> templates
Pete replied to benbyf's topic in General Support
I can't see the attached images. One thing to try after moving is to delete anything in the assets/cache folder which may help with some of this. -
need help for CMS only for images/video and audio upload
Pete replied to danielholanda's topic in Getting Started
Please don't double-post as there are a lot of us reading all of the topics and posts on the forums - I see you've also asked this here: http://processwire.c...undcloud-embed/ which is where it will likely be answered if anyone can answer it. -
For 2, make sure you're editing your template of course. This is also covered in the 10 minute intro video on the homepage of this website which is well worth watching, despite showing a slightly older version of the software.
- 3 replies
-
- page
- organizing page
-
(and 1 more)
Tagged with:
-
Is that a real beer sold by a real scary barkeep near you WillyC?
-
Oh my word that avatar is awesome! Took my brain a while to get it though!
-
In all seriousness, you wouldn't want support tickets without some sort of paid support system otherwise you end up answering the same old questions but just behind closed doors where nobody can see them. Business Class support isn't a bad idea though for folks who are making a living off building websites and need that level of support.
-
need help for CMS only for images/video and audio upload
Pete replied to danielholanda's topic in Getting Started
There should be an option to attach a file to a post in the forums - that wil allow you to attach the image. -
This should give you the answers - its worth reading it all, but specifically steps 4-6 are what you're after:
-
@Adam I did think the same thing - coining new phrases when most of it is common sense and achievable already. It sounds really like you could achieve the same results with ProcessWire. The majority of it is a case of ProcessWire being your CMS (level 1), the client, designer and developer working out a good structure and easy to use desgn, some newsletter signups for things like MailChimp which are easy enough to do (level 2) and then level 3 is mostly Google Analytics to be honest. The bit at the end of the video is quite cool, and would be possible to code for ProcessWire definitely, but I would question whether most people need it. It depends greatly on what your business is as to whether you need that much information about your visitors' every move.
-
What I would do is set up a page called Client Area or something like that, and then for each child page immediately below that use a Page fieldtype that allows you to select the user that can access that page. This way, in the Client Area page itself you can restrict it to only show pages for a specific logged-in user and stick the rest of their content under the relevant page. I would have a custom login form on the Client Area page that then simply redirects them to the right child page on successful login. It would also have some logic so that they can't jus force their way into another user's content. It does depend a bit on the structure you want to give for each user but the sky's the limit with ProcessWire. I can't go into more detail as I'm typing this on my phone, but that is one option that would be relatively straightforward if someone else comes along and fills in some of the blanks (I'm sure someone will, they're good like that).
-
I'm always keeping an eye out for new icons, but for interface design I've relied heavily on Yusuke Kamiyamane's Fugue icon set. I think I first found the set back when there were "only" around 2,000 icons in the set, and now there are over 3,400 and counting. A couple of intranet projects have benefitted from this set, and the one-off price tag is quite reasonable for the amount of icons, including their .PSD source files and variants. Does anyone else have sets that they'd care to share? I know there are tonnes out there, but the real gems are hard to find in amongst the rest.
-
jQuery UI also means you can roll your own themes very easily.
-
It's alright I suppose On a serious note, it's definitely a good thing that I can think of half a dozen uses for it already, so good work!
-
I agree with that guy's generalisations - frameworks are always bad. I hate saving tonnes of time and love reinventing the wheel on a daily basis because I have nothing better to do and love watching the years fly by.
-
ryan - can I request that more fields be searchable? For example: searching for "CSV" returns nothing, but I think it should return the Process Data Import module since it's in the summary text. assuming that that might be because of the 3 character limit on some search selectors, you would think that "ProcessDataImport" which is the class name would return a result also, but it only seems to search the title field which has spaces in between the words. In some cases the class name is quite different to the module title in the directory I think that's all I spotted... for now
-
The footer link to "download our brochure" doesn't seem to do anything.
-
You can do this though I think: $pages->find('template=something,sort=-id')->sort('-title'); That selector is nonsense of course, but I'm sure you can do this to sort by two things.
-
Turns out it did it whether it was a capital or lowercase, so I just changed it to this instead: // this is what it usually is on other forums 8) // this is another variation I've removed in order to play it safe No previous posts with the code in should be affected, but I updated yours to check it works I think part of the problem is that when moving from SMF to IPB it's carried some of this across so there was a mix of two sets of smileys, sometimes doing the same things. You can run a poll if you like but I've done it already
-
I can easily change that smiley so it only does that with a capital B or something.
-
Love it. Love the cleverness of the headline too - I was immediately wondering why the full stops were there, but it works well as a sentence and separate statements too. Good stuff!
-
What's wrong with the Fancybox 2 license? I've not been paying any attention to licenses again and using it for everything Edit: just saw the fact that it requires payment for commercial work (I've only got it on personal projects or unlaunched projects at present). Not a bad price though, but I can understand searching for a free alternative since there are hundreds out there.
-
This is awesome. I always thought of it as testing two options with massively different layouts, but it makes sense that just increasing a button size or making a slight tweak on one design will allow you to refine an already good design over time. I'm definitely interested in testing this out, and of course you're right that it's made really simple with ProcessWire - clone a page, change its template to a slightly altered one (or just some page content even) and you're away! Of course, the more visitors your site gets the better the test results will be - it would be difficult for a brand new site that only gets a handful of visitors a week, so I think it's more for sites that are already established.