-
Posts
4,632 -
Joined
-
Last visited
-
Days Won
55
Everything posted by apeisa
-
Ok, will test with language page names, that is the one that is missing from my setup.
-
Hmm.. I have only tested this with when user language is something else than default. How is your languages setup? I agree. I used first native-js modal solution I could find and tinybox2 doesn't support relative widths with iFrame. It seems to work very fine otherwise, so I am looking modifying it for Fredi's needs.
-
Multilang fields should work now too and also fixed the problem with installation.
-
Oh boy Thanks for this. I have few tweaks coming, so will commit that fix with those. I added extra note for this case. Also will make better examples for official readme that is currently baking.
-
That is strange. It is listed as "installs" module, so PW should take care of it. Bug in core or something strange on my install method? Which text is not shown and where? Editor doesn't load value when editing. Oh, it shouldn't $fredi->body outputs just the link, you render the content yourself with $page->body. This allows you to put the link wherever you like.
-
Multilang fields: it has few issues. It shows all languages right, but saves the "default" into "active" language. So if you are currently browsing with default lang, it discards all the changes for alternative languages. If you are browsing in alternative language, it saves default value into it.
-
The url seems to be wrong. Do you have the process module installed? Does this selector work for you: wire('pages')->get("template=admin, name=fredi-field-edit");
-
Haven't tested yet. Does it work with others? You have loaded js?
-
Thanks soma. That is what I have tried, not lucky yet.
-
Ok, just pushed nice little update. It should support pretty much all inputfields now (uses their native input processing). Only thing where I am having problems is ajaxfiles inside repeater (gives me response text: "page not saved (no changes)" after upload has been done). Repeaters without images works just fine. It should be pretty trivial to build some kind of JS-switch to "show / hide" edit buttons. There is also $fredi->enabled = false that you can set if you want to disable edit links for some reason.
-
Oh, I had nice bug that showed edit links for everyone (and then login screen if user didn't have editing rights). Fixed now, show edit links are shown only for editors.
-
Ah, sorry read your post badly. Can you check the db table if it records the thrashing? Also is the watchdog installed?
-
It doesn't show pages that were moved to thrash before it was installed. This might be the case here?
-
Permissions should be fine. I check them on field level. Marty: feel free to try. I think it might work with thumbnails already. If not, it shouldn't be a big tweak.
-
Hahaa, thanks Soma It has little bugs with images/files and haven't even tested it with repeater yet, but other than that it seems to work nicely! This was superfun to code and actually took very little time and code so far.
-
Fredi is friendly frontend editor for ProcessWire. Code and documentation: https://github.com/apeisa/Fredi Module page: http://modules.processwire.com/modules/fredi/
-
That is pretty impressive stuff Ryan! Looks and works great here!
-
I think it is more to provide friendly label for editor. So instead of "news-article" you can have "News article" etc.
-
'the guest role is required' error when saving new user
apeisa replied to diogo's topic in Wishlist & Roadmap
Create new user and leave "guest" role unchecked. Just tried in 2.3 and it does throw the error msg. -
Put some logging right before that find, save time and $q at least. When you get that exception look what you have on for that time on your log. Might give us some clue.
-
Those are valid points and I think using children is much cleaner here. It is pretty trivial to build module which would create those two container pages whenever you add new company. I have posted one example in past, but on mobile now so cannot really search. Second point: you can skip template selection (with family settings on template edit), but still need title / name. But you can modify the title label for address or project title.
-
Has anyone used this: http://sourcetreeapp.com
-
Is the digit requirement good to have? New hot is passphrases, using passwords like "Cats Milk Sugar Shake" (long, but easier to remember).
-
Marty, that is good dream to have (it would be superb feature). Soma: you are a machine.