-
Posts
1,699 -
Joined
-
Last visited
-
Days Won
14
Everything posted by renobird
-
If repeaters that have the "data-show-if" attribute aren't being processed, perhaps the issue is something to do with how they are being interpreted by isProcessable() in InputFieldWrapper.php? I'm just looking quickly — there is a lot here to get your head around with repeaters. Still standing here in my dancing shoes. No music. No dance partner. *sips drink. blinks.*
-
Alpha release: UserGroups (page based permissions)
renobird replied to apeisa's topic in Modules/Plugins
On my list for later today. I need to migrate some users to a test install so I can mess around without worry. -
Ryan, you are on fire!
-
Hopefully DJ Cramer will kick out the jams and restart this party. I'm all dressed up, standing on an empty dance floor. *crickets*
-
Thanks Soma, This issue is a party killer.
-
BTW, this is all using the default admin theme. Perhaps an issue with the latest jQuery or jQueryUI?
-
Tested this a lot more today, and am running into some issues. "show this field only if…" seems to work fine. Fields show/hide. However, any fields that have a visibility rule applied to them don't actually save. For example: I have a files field that is set to display if a select (add_files) is set to yes. That field saves and tracks changes fine when it has no visibility rule set, but as soon as I add add_files=2016 the field still shows/hides correctly, but no longer saves changes. I've tested this with several different fields in several different browsers.
-
I'm spoiled by ST3 being essentially instant with everything.
-
I agree. Brackets has a lot of promise — but not ready for primetime (yet).
-
If you need to sort by some other field (Say you have first_name and last_name fields assigned to your user template) Use the "Custom selector to find selectable pages" option. template=user, sort=last_name
-
clsource, You may already know this, but created and modified data is already saved as part of the page. $page->createdUser $page->modifiedUser
-
Sublime Text 3 has all the bases covered. Dark background is much easier on my eyes. I switched when Textmate first came out and have never looked back. Joss, I hear you on recording studios — they are like the land time forgot when you are in there. "Oh, it's 3am, dark and raining outside. wow!"
-
I'm having a difficult time imagining a scenario where templates/pages wouldn't be flexible enough to accommodate anything. It's really a matter of the logic in your templates. You can setup your templates to be as DRY as you like. There's no need to duplicate markup. Take a look at the delegate approach kongondo linked above. You may also want to check Ryan's blog profile for some ideas. There is also this discussion that may be of interest. When I first starting using ProcessWire it did take a bit to get used to the idea that there is no set way to do things. I think you'll find it's incredibly flexible, and can accommodate almost any approach. Oh, and the community here is exceptionally friendly and generous.
-
Joss, Both are good places to start if you need the full framework. My preference is Bourbon + Neat
-
Seems to work great with = I don't even know where to start — so many cool things to try. Thanks Soma!
-
Adrian, Thanks — just saw that. Was editing my post as you posted.
-
Hi Ryan, I could use at least basic support for this too — any chance you've been able to evaluate that pull request? I realize this is probably super complicated to work out, and goes back to the flexibility in page design discussion. Soma posted this workaround (maybe that is the same method as the PR). I'll give it a try for now. Just looked in the latest version of InputFieldWrapper.php and I see Soma's code. Not working for me at the moment, so test with something little more basic.
-
Very nice! I'll go through it in more detail later tonight. At first glance, it looks wonderful. Nice job!
- 10 replies
-
- showcase
- responsive
-
(and 1 more)
Tagged with:
-
Alpha release: UserGroups (page based permissions)
renobird replied to apeisa's topic in Modules/Plugins
If you are going to follow blindly…. -
Alpha release: UserGroups (page based permissions)
renobird replied to apeisa's topic in Modules/Plugins
Head explodes! *feels around for eyeball* Between this and ProcessLister, I've got some testing to do. Antti, The github link above is 404 -
Thanks Diogo, I was helping on a site a couple months ago where the dev used these — threw me for a loop for a second. Looked them up and realized exactly what Steve mentioned above, they won't work on my PHP 5.2.17 installs. Yet another reason to push for a PHP upgrade on our vhosts.
-
This looks great! Nice work. Only suggestion would be a retina version of the logo.
-
This is great! Just submitted a few older sites. Marty, you really are a machine! Nice work.
-
This is something I certainly lifted from Soma or Ryan somewhere along the way — I use it a lot here, so it stuck.
-
Hey Pete, I'm short on time, I think this is what you are after. $templates->get("template_name")->fieldgroup->getField($field, true)->label; *written in browser off the top of my head.