fnagel / t3extblog

A record based blog extension for TYPO3 CMS. Easy to use and packed with features (incl. comments, subscriptions for comments and posts, Wordpress like subscription manager, reasonable email sending in FE and BE, GDPR ready, BE modules, Dashboard widgets, RSS, Sitemap, ...). Flexible and powerful!
http://typo3.org/extensions/repository/view/t3extblog
GNU General Public License v2.0
33 stars 19 forks source link

Unable to configure Subscription Manager Plugin #272

Closed rbn491 closed 8 months ago

rbn491 commented 8 months ago

Hi, hope you are doing well.

I followed the installation guide (https://docs.typo3.org/p/felixnagel/t3extblog/7.2/en-us/Installation/Full.html) and the blog itself works fine, but i am currently having trouble getting the subscription manager to work. When adding the plugin to the page, after the refresh prompt, it wont`t show the selection field for the record storage page or any other configuration option. Am i missing something?

sub_manager

Here is my page structure and blog configuration:

blog_structure

blog_config

At the moment i am using TYPO3 v11.5.33 and t3extblog v7.2.0.

I also tested this in a local ddev project and the issue occured on a fresh TYPO3 11.5.34 installation with t3extblog 7.2.0 as well.

Thanks in advance and have a nice day :)

fnagel commented 8 months ago

Hi there!

but i am currently having trouble getting the subscription manager to work.

Can you elaborate what exactly does not work?

When adding the plugin to the page, after the refresh prompt, it wont`t show the selection field for the record storage page or any other configuration option. Am i missing something?

There is no configuration flexform for this plugin. It will use your TypoScript configuration, which looks good (even though, there are no PIDs visible in your page tree screenshot).

rbn491 commented 8 months ago

Okay, i got it working. Doing some more testing and checking my TypoScript config did the trick. Turns out i had a misunderstanding of how the subscription manager actually works. Additionally, there were some issues with my custom blog templates. After fixing those, everything works now 👍

Thanks and have a nice day :)

fnagel commented 8 months ago

Glad to hear you were able to fix the issue!

If you have some idea how to make the docs better for this functionality, I'm always happy to merge PRs improving the extension :-)