Jump to content

arjen

Members
  • Posts

    1,222
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by arjen

  1. A page - or perhaps do you mean a template? With only an e-mail field? How about this: 1. Setup > Fields > Create a new field > type: email. Or use the internal email field as an alternative. 2. Setup > Templates > Create a new template > Assign the email field.
  2. Ah, please send ryan a message with your details and he will give you access to the FB support forum.
  3. If this is what you mean: unfortunately not (yet).
  4. It's coming together great, Luis! Perhaps should you could look at moneybird.nl. It also an invoice/accounting systeem where you can do this kind of stuff. It's Dutch, but by using Google Translate you can perhaps you can find some ideas. Their UX is pretty good and I've been using this for a couple of years.
  5. This seems to be more tricky than I initially thought it would be. Will investigate this.
  6. I have a website where the multisite module by apeia is running smoothly. One thing I can't get to work is how to share accounts on multiple sites. I've created an extra role called 'subscriber'. When I check: if ($user->hasRole("subscriber")) { echo "This is a subscriber."; } It's echoed on the mainsite.com, but it returns nothing (empty) on the otherdomain.com. Then I checked: echo $user->name; It returns the $user->name on the mainsite.com, but again empty (actually guest) on the otherdomain.com. Is this a session thing? Any thoughts on how to make a user who is logged in on the mainsite.com is also logged in on the subdomain.com? Thanks!
  7. Thanks, Ryan. This is a very useful addition for admin purposes.
  8. Been reading myself to (always) 3 pages of unread content, so it's a bit late. Nonetheless: congratulations, Ryan!
  9. Would be nice to see those implemented!
  10. So you want to show the editor the pages in one view and not in another view? Have you tried to move the Features one down? For example, instead of /features/ you create a /settings/features/. You hide the settings page. Perhaps this will work since features will be invisible, but only by inheritance.
  11. This really would be great! I also have some situations where an AsmSelect would be an ideal solution.
  12. Looking great! Vibrant colours too! Will check it out soon!
  13. Could this thread be of any help?
  14. I think this would work: $someModule = $modules->get("someModule"); echo $someModule->doSomething();
  15. I usually search using Google, because the forum search function can't really compete using: site:processwire.com/talk insert query here
  16. I will. I ultimately dropped the Flash version since it won't work on IOS. I doubt if anyone ever wants to use this, but I will post it to modules directory.
  17. @adamkiss, I got some time to do this, but that would be tonight.
  18. When saving an Inputfield using my new favourite inputfield I get an error message: Error Call to undefined function _() (line 83 of /xxx/xxx/InputfieldAceEditor/InputfieldAceEditor.module) Some sniffing on my part I found two issues here: $field->description=_('Dims all but currently active line'); works if I change it too: $field->description=$this_('Dims all but currently active line'); and $field->description=_('Show non-printable characters like tabs or new line characters'); works if I change it to: $field->description=$this->_('Show non-printable characters like tabs or new line characters'); Any clues on how to do this using GitHub? Tried to fork it, but that didn't seem the proper way. Thanks for creating this!
  19. Would like to test! I can read a little bit of German too, so that won't be an issue.
  20. arjen

    bookmarks

    Joss, that's a great structure for explaining technical solutions.
  21. antknight, Check out this thread. It has some nice alternatives and you might pick something up along the way.
×
×
  • Create New...