Giter Club home page Giter Club logo

ti-ext-frontend's Introduction

Introduction

Add more functionality to your TastyIgniter website with these awesome basic tools.

Documentation

Documentation for TastyIgniter Frontend extension can be found on the TastyIgniter website.

Contributing

Thank you for considering contributing! The contribution guide can be found in the TastyIgniter documentation.

Code of Conduct

In order to ensure that the TastyIgniter community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

TastyIgniter Frontend extension is open-sourced software licensed under the MIT license.

ti-ext-frontend's People

Contributors

breaksecurity avatar sampoyigi avatar serios avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ti-ext-frontend's Issues

Newletter Subscription Error

Version 3.0.4-beta.24.2

Entering a valid email on "Subscribe to our newsletter" throws:

newsletter-box-click-error

If you leave it blank and just click the send icon:

newsletter-blankbox-click-error

[Bug]: reCaptcha rule definition

What happened?

I added the captcha components to my login/register pages but I can currently create a new profile or log into an existing one without the need to verify the captcha. There is a step in the documentation( https://tastyigniter.com/docs/extensions/frontend ) which states:

Add recaptcha to your rules

$validator = Validator::make(request()->all(), [
...
'g-recaptcha-response' => 'recaptcha',
]);

Print form errors

$errors = $validator->errors();

I am unable to find the correct place to add this piece. Would appreciate any ideas.

What did you expect to happen?

Couldn’t find the existing request made by the Validator in order to add the reCaptcha element validation

Version

3.x

What browser are you seeing the problem on?

No response

Relevant log output

No response

Translation problem language contact type selector language.

Translation problem language contact type selector language.

$this->subjects = ['General enquiry', 'Comment', 'Technical Issues'];

   $ this -> subject = [ 'Consulta general' , 'Comentario' , 'Problemas técnicos' ];

change line for

    $this->subjects = [lang('igniter.frontend::default.contact.text_general_enquiry'), lang('igniter.frontend::default.contact.text_comment'), lang('igniter.frontend::default.contact.text_technical_issues')];

[Bug]: MailChimp API depreciated

What happened?

Created a MailChimp API key and audience. Added the information into the settings to enable mailchimp communication.
Added an mail address for testing. Got the message: "MailChimp returned the following error: Mailchimp API versions 2.0 and Export 1.0 are no longer available. For more information see https://mailchi.mp/7a37f04b6eb2/api-export-10-and-api-20-retirement "

What did you expect to happen?

The test mail address will be sent to Mailchimp.

Version

3.x

What browser are you seeing the problem on?

No response

Relevant log output

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.