-
Posts
4,632 -
Joined
-
Last visited
-
Days Won
55
Everything posted by apeisa
-
I think the question is more for the gallery script you are using than for PW. It all depends how the gallery/lightbox of yours want the data. I think most of those scripts support just that kind of usage how it works now (supporting already visible stuff), but of course there might be other means also (some kind of json or xml feed that it reads), or "hidden html"...
-
I like the idea, but would love to see some screenshots to make concept more clear. Not sure I totally understand how this would behave?
-
Pete, this looks fantastic (just watched the video). Few questions popped on my mind while watching: why is parent page called category on module settings page? "Images" field name seems to be hardcoded? Does (or will it) support other attachments than images? Again, brilliant work. Thanks Pete & Jason.
-
Yes, very beautiful and well working site. And excellent front end coding also, very sharp and clean design. And I have visited only with mobile!
-
I have used komodo for long time, but now have converted to sublime. Both are great.
-
I guess the reason for so few site profiles is that it is so quick to get started from scratch. Agreed that it would be great to have many more here: http://modules.processwire.com/categories/site-profile/
-
I build this yesterday and Ovi sponsored it for open source. Little tweaks and testing before release.
-
Raul, is there any steps that we could take to reproduce these? I have played a lot with translations and I have never seen anything like that. PW does have good error logging already, never outputs error messages on wild (unless you are superuser or in debug mode), so I don't fully understand what you are describing with error logging vs. printing.
-
Can you give more details what kind of methods or tools you are looking for? I find it currently pretty straightforward to implement custom user auth stuff (my only gripes are with template based permissions, that seem pretty rarely fit my needs).
-
Sorry, no more information here either. But definitely something that I can take a look if I know how ckeditor handles it.
-
Ryan, for some reason images / files inside repeater doesn't work in Fredi. I have (blindly) added setTrackChanges(true) in different places, but without any luck. I recorded screencast that should open this issue better: (video works now). I am pretty sure that the problem isn't JS side (console is silent, response seems to be ok). Problematic code is here (it works without repeaters just fine): https://github.com/apeisa/Fredi/blob/master/FrediProcess.module#L54
-
Did you try that? If possible, pm me admin credentials and also data that there is in trashman-table and I take a look.
-
I think urls and admin login would be enough at this point. I am happy to take a look.
-
Just used this to remove over 900 pages, while keeping about 50 valid pages. Saved at least hour of work. Just a brilliant module, thanks Wanze!
-
Without looking the code: is server time good and matches with timezone in config.php? And if you play with start date and end date do you see it somehow?
-
ezeey, I don't understand how it works for you. Any live example I can go take a look? I am using form builder with multisite and it is working fine. I have copied the form-builder page under each subsite but also under the main site.
-
Evan, you mention "deleted a file"? Trashman doesn't care about files, just pages. Also - can you check the trashman table, does it record removed pages there?
-
"Best Practice" - "Cloning" Sites | Reuse of basic installation...
apeisa replied to DV-JF's topic in General Support
You create a site profile with profile exporter. -
I think it is definitely fixable, although I have tried many things already. I might need Ryan's help there to find it out.
-
It's a known issue of Fredi. Sorry.
-
This form in Chrome: http://www.ohmspeaker.com/recommendation-form/ Leave it empty and click submit. Nothing seems to happen. This is because "Name, First" field has required="required" and chrome does that little poorly when form is in iFrame (doesn't scroll and shows the error message only for a while (you can see the alert if you scroll right after clicking the submit). Firefox does it better (scrolls to the problematic field even inside iFrame). Without iFrame chrome does scroll too: http://www.ohmspeaker.com/form-builder/product-inquiry/
-
I think that alert is browser's native alert. Those have some nasty usability problems still (like this one at least on chrome). It doesn't submit the form and it doesn't scroll to position where user could see an error message.
-
Great site and thanks for your writing. It is always nice to know about what modules used and really nice that you even linked those related forum topics. Happy to hear that!
-
I agree. I also moved this topic to pub where we can raise glasses.
-
Maybe just confusion about urlSegments vs parent pages? UrlSegments relate to urls that doesn't have page.