Search found 32 matches

by jafo
Thu Feb 21, 2019 11:30 pm
Forum: Development
Topic: New Payment Processor
Replies: 10
Views: 30352

Re: New Payment Processor

Greg, Thank you and yes were thinking that aspect through just today. I thought from a PCI compliance standpoint as long as you don't store the credit card data and use TLS 2 during transmission of the data (I think all payment processors require that now anyways), you could collect the credit card ...
by jafo
Tue Feb 19, 2019 5:38 pm
Forum: Development
Topic: New Payment Processor
Replies: 10
Views: 30352

Re: New Payment Processor

Completely understood, I will get started and check in with you as I progress.

Thanks Greg.
by jafo
Tue Feb 19, 2019 2:20 pm
Forum: Development
Topic: New Payment Processor
Replies: 10
Views: 30352

New Payment Processor

Hi Greg,

We would like to add Authorize.NET as a payment processor to Zuluru. I was wondering if you were open to creating it assuming I provide the configuration details OR would you be open to me creating it and contributing it back to main Zuluru code?

Thanks,
~Brian
by jafo
Fri Feb 08, 2019 2:20 am
Forum: Theming
Topic: Custom Login / Registration Look & Feel
Replies: 5
Views: 20115

Re: Custom Login / Registration Look & Feel

Hi Greg, Great suggestion on using your listener. I hacked yours up a bit for now until the new method works (sorry :) ). public function beforeRender(Event $event) { // Set the theme, if any //\Cake\Log\Log::write('error', $event->subject); $event_info = $event->subject->request->url; \Cake\Log\Log...
by jafo
Thu Feb 07, 2019 2:26 pm
Forum: Theming
Topic: Custom Login / Registration Look & Feel
Replies: 5
Views: 20115

Re: Custom Login / Registration Look & Feel

First, as I'm still learning CakePHP, I am really impressed with what all it can do quickly. Second, here is the challenge at this point: - I can create a plugin and make a theme which affects everyone by adding a default.ctp into /plugins/MyTheme/src/Template/Layout. NOTE: I altered the app_local.p...
by jafo
Tue Feb 05, 2019 6:31 pm
Forum: Theming
Topic: Custom Login / Registration Look & Feel
Replies: 5
Views: 20115

Custom Login / Registration Look & Feel

Hi, One of the things we are looking to do, is deep link into an event. I think i have figured out some of that but one thing we would like to do is change the look and feel on the login / registration pages. I found the Template/Users/login.ctp file but clearly there is an entire theme being applie...
by jafo
Mon Feb 04, 2019 3:24 am
Forum: Administration
Topic: The requested address '/users/import' was not found...
Replies: 3
Views: 14713

Re: The requested address '/users/import' was not found...

Thanks that helps! I'm assuming I can remove it from the menu myself?
by jafo
Fri Feb 01, 2019 12:07 am
Forum: Administration
Topic: The requested address '/users/import' was not found...
Replies: 3
Views: 14713

The requested address '/users/import' was not found...

Not sure if this the right thread, but I just stumbled across this error. All other features (Zuluru3 cloned from github) seems to be working but I haven't been able to track the issue with the "Bulk Import" menu item under the People menu. Let me know if you have any suggestions or need f...
by jafo
Sun Dec 30, 2018 1:29 am
Forum: Zuluru 3 Installation
Topic: Help installing 3.1.1 - database driver not found
Replies: 6
Views: 121608

Re: Help installing 3.1.1 - database driver not found

Hooray! I'm in and starting to do different setups. If you think it would be helpful, I'm happy to repost each setup in a little more detail, especially after I get Apache up and working?

Happy New Year!
by jafo
Sat Dec 29, 2018 9:40 pm
Forum: Zuluru 3 Installation
Topic: Help installing 3.1.1 - database driver not found
Replies: 6
Views: 121608

Re: Help installing 3.1.1 - database driver not found

Yes that was the issue, I had been using the 3.1.1 file. Using the clone of the repository worked. I was able to create the database and it looks like the application is "running" but now the admin doesn't function. I get the following error after logging in: Your profile is incomplete. Yo...