arjen
Members-
Posts
1,222 -
Joined
-
Last visited
-
Days Won
8
Everything posted by arjen
-
Display issue with CKEditor module - Refresh req?
arjen replied to FuturShoc's topic in Modules/Plugins
You are not alone. Disabling ACF works for me. Also Martijns "fix" from that topic works. I haven't seen the issue since. -
Integrating a member / visitor login form
arjen replied to thetuningspoon's topic in General Support
Xeto, have you seen this one? -
Hey, Brand new install running dev 2.3.7. No code modifications. I've setup a simple download system like this: Template: company Fields: title and company Field label: company Field type: Page Dereference in API as Multiple pages Custom selector to find selectable pages: template=user, roles=company, sort=name I add a few users with the guest and company roles. When viewing the company page in the admin the companies show up. But when saving there is an error: Page 1015 is not valid for company. It doesn't matter if there is one or more options selected. I also tried all the "Input field types". I've read PageListSelect input field types are currently not compatible. When I change the custom selector to empty and use the "Parent of selectable page(s)" or "Template of selectable page(s)" the saving is fine. Am I overlooking something?
-
Should work! You can PM me your credentials and url. I'd be happy to take a look. You can debug echoing $user->language in incognito mode. Are there any files associated with the language?
-
Go to Access > Users > Guest > Select the EN language and hit save. You visitors will see the EN language as default. Use Incognito mode in Chrome to view your site.
-
Martijn, ryan gave this answer this in another thread a while ago. I would say so
-
I think Soma means the ProcessWire error logs. They are in /site/assets/logs/. You also may want to enable the debug function in the config.php file.
-
Since $users are basicly the same as $pages you can follow soma's instructions or look into this thread. You are not the first Also you might want to use Google to search the forum with the query: site:processwire.com/talk.
- 1 reply
-
- 1
-
Kahn made a FrontendUserProfiles module.
-
I usually just have a test file bootstrapped with secure access where I can test this kind of stuff. The repository would be a great idea still!
-
Agrio new website and corporate identity / branding
arjen replied to Raymond Geerts's topic in Showcase
Nice. Nice. Nice! Thanks for posting the structure part too! -
Good to hear. You might want to mark this thread as solved
-
I see. What's the setup your home template? When you specify Allowed templates for children there, it might be visible too.
-
What settings are enabled on the the family tab of both the template of the page itself and the parent page? This might result in not showing your template.
-
Pretty fast here too. Nice colours and lay-out. I'm not that often in Groningen these days, but next time (if the online menu is ready) I will give it a try!
-
Repeaterfield created through API doesn't show properly in CMS
arjen replied to arjen's topic in API & Templates
I spend another few hours, but didn't really hit the nail. Coincidentally I was looking into this today again since it is still on my todo list. Will post an update in the next few days. -
Could you be so kind to show us what code you are using? Are the translation files available in your language?
-
Looks really great! Thanks for sharing. I feel a casestudy is coming up.
-
It's not clear to me You are looking for filters in the adminarea? Could you sketch something you want? That might clear things up.
-
I would love to help out and I have some spare time to test until end of this month.
-
Please note that the Site Profile Exporter doesn't export users and the access control settings.
-
Like Martijn said you should rethink your strategy and start using pages. This could very well be a performance issue. If you want to store data which needs to scale, you shouldn't use repeaters.
-
Does deleting a row within the same repeater works on another page? What is your set-up of fields?