Coder Social home page Coder Social logo

pxa_newsletter_subscription's Introduction

Newsletter subscription

Extension key pxa_newsletter_subscription

This extension makes it possible for a website visitor to subscribe to a newsletter

Install extension

Installing extension using composer

composer req pixelant/pxa-newsletter-subscription

Official documentation

TYPO3 repository documentation

pxa_newsletter_subscription's People

Contributors

alexpixelant avatar anjeylink avatar dmh avatar mabolek avatar mattiasnilsson avatar mesosa avatar pixelmatseriks avatar pxamike avatar tritummf avatar waldhacker1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pxa_newsletter_subscription's Issues

Publishing - what are your plans

Are there any plans to publish a version for TYPO3 v8 and v9 "officially" via TER, which also supports tt_address?
ATM this seems a hidden track ...

Allow to use tt_address instead of fe_user for newsletter subscription.

We (TRITUM GmbH) use your extension for our newsletter subscription. Some new conditions will let us switch to tt_address instead of fe_user.

Our idea is to contribute some code to your extension to add a switch in the extension manager configuration to optional change the repository from fe_user to tt_address. Are you interested in this change or should we fork the extension for our own an change the repository directly for our projects?

Ajax Error

I've got an error in typo3 log: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1313855173: The controller "Ajax" is not allowed by plugin "Subscription". Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php. It's the current ext_localconf.php from version 10.0.0. On subscribing I get In the console of my browser:
Form.js?1592912073:122 POST https://www.example.de/index.html?tx_pxanewslettersubscription_subscription%5Baction%5D=subscribe&tx_pxanewslettersubscription_subscription%5Bcontroller%5D=Ajax&cHash=be2872029811e543e16eee8d75a0e5cf 500 (Internal Server Error)
_ajaxRequest @ Form.js?1592912073:122
(anonymous) @ Form.js?1592912073:30
Form.js?1592912073:92 Uncaught TypeError: Cannot read property 'errors' of null
at XMLHttpRequest. (Form.js?1592912073:92)
(anonymous) @ #Form.js?1592912073:92
load (async)
_ajaxRequest @ Form.js?1592912073:81
(anonymous) @ Form.js?1592912073:30
Anything wrong with my extension settings? I run Typo3 9.5.19 with PHP 7.3

Subscription on localized pages

If I subscribe to newsletter on e.g. www.example.de/en/subscription.html, I get the email for confirming my subscription. The link in the email contains the /en/-path as well (www.exampe.de/en/?tx_pxanewslettersubscription_subscription%5Baction%5D=confirm&tx_pxanewslettersubscription_subscription%5BceUid%5D=4419&tx_pxanewslettersubscription_subscription%5Bcontroller%5D=NewsletterSubscription&tx_pxanewslettersubscription_subscription%5Bhash%5D=0f2b6cd5c11af3718ea086e0d8361ba143e9d0b1&tx_pxanewslettersubscription_subscription%5Bsubscription%5D=3832&cHash=795889511ab3178615d16dc1a57fbc4c). But when I click that link, the plugin gives an unknown error: "Sorry, something went wrong. Please contact us." I guess, the problem concerns to the path component /en/.

Namespace switch of tt_address since v4

tt_address switch its namespace recently, with version 4.0
This has been done, because we should not missuse the TYPO3 namespace.
The new namespace is FriendsOfTYPO3\

Question about using tt_address

Hi,
is it possible to use tt_address instead of fe_users now as mentiones in #9? And I wonder, if it's possible to activate the newsletter (direct_mail), when a user fills out the form.

Thanks in advance

Uli

FE Usergroup mandatory field

fe-usergroup for new subscriptions is mandatory, even if tt_address is selected as storage.
tt_address does not have fe_groups but sys_categories (as well as direct-mail groups, AFAIR, if direct_mail is present).

instantiate FrontendUser with objectManager

Hi,

my merge request from
https://bitbucket.org/pixelant/pxa_newsletter_subscription/pull-requests/3/task-add-signalslot-after-fe_user-creation/diff
was merged a few months before.
Later, you merged it by hand (i think)
https://bitbucket.org/pixelant/pxa_newsletter_subscription/commits/5a996d8363702429796926f20a1f28dc857c36bb?at=master
As you can see, you forgot the object manager part

    $frontendUser = $this->objectManager->get(\Pixelant\PxaNewsletterSubscription\Domain\Model\FrontendUser::class);

It would be cool if you can rectify this, because i need to extend the extebase model which is not possible for now.

E-mail address limit of 30 chars

There are very restrictive field-sizes for subjects and emails on various places.
An e-mail address with 30 chars is rather short.
Not sure, but I think officially allowed are 255 chars ...
Subjects are also very short ...

[I am testing version 6.0.1, which is pre v9, as I am on v8 ATM; but I think this won't have changed with the newer version ... although I did not look at it ...]

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.