typo3
Here are 704 public repositories matching this topic...
-
Updated
Jul 15, 2020 - PHP
Support
After reading a couple of tutorials on Typo3, including a video on BE templates and some front-end templating stuff. I have installed 8.7.24 on mamp and try to get the bootstrap package going.
I have installed the bootstrap package 10.05 by uploading it through the extensions panel, it is there, I can change the config - but when I make a new first page with with "Use as Root Page
-
Updated
Jul 6, 2020 - PHP
Daniel has created a docker to generate T3 sphinx documentation.
https://github.com/DanielSiepmann/t3-sphinx
I think this would complete TYPO3-docker-boilerplate, if we could render the documentation without additional configuration to HTML, PDF and JSON. (JSON is the format needed by the extension restdoc to render Sphinx to TYPO3 pages.)
As there is already a Makefile:
- make html extension_k
Would be nice to know, since all flux:field.* viewhelpers are deprecated and are removed in v10.
So for example, how to migrate flux:field.inline.fal to flux:field?
I just set up Solr for TYPO3 for the first time. I'm using site configuration for configuring Solr.
I had the issue that the page indexer wouldn't work no matter what I did.
Turned out that I had to enable config.index_enable in TypoScript setup, which was not in the Getting Started documentation. I just noticed that it was still present in 9.0 documentation.
If anyone else can confirm th
-
Updated
Jul 15, 2020 - PHP
Hi!
I cannot create new content elements on a blank page. Drag & drop is not working. I can just drag new content elements on a page where content elements already exist.
TYPO3 8.7.19
frontend_editing 1.3.7
-
Updated
Jul 9, 2020 - PHP
Commands which fails when trying to export to compressed file on webdevops/TYPO3-docker-boilerplate:
ct mysql:backup --docker-compose=mysql typo3 exportfile.sql.gz
- throws no error
- creates exportfile.sql.gz fiel with 20 bytes
ct mysql:backup --docker-compose=mysql typo3 exportfile.sql.bz2
- throws error: Using BZIP2 compression // sh: 1: bzip2: not found // mysqldump: Got errno
-
Updated
Sep 7, 2018 - PHP
Expected Behavior
It's much more straightforward to create an array in the describe command and use yaml to output that array.
Actual Behavior
A lot of string foo with white spaces
-
Updated
Dec 17, 2019 - PHP
-
Updated
Jun 16, 2020 - PHP
I already raised the issue in Slack.
- Page in TER https://extensions.typo3.org/extension/styleguide/ lists extension as outdated.
- The current installation instructions in Readme.md do not work for non-composer installations:
Head to TYPO3 backend > Extension M
This is also reported a lot in testing - disabled breadcrumb in mobile. They can be enabled with a typoscript/theme setting. For next t3kit-version, is it something that should be enabled by default? What is the best practice? Googling on it presents mixed opinions.
-
Updated
Jan 16, 2020 - PHP
The documentation for adding custom field properties is missing a TypoScript property for it to work in TYPO3 v9.5. For TYPO3 10, it's missing an Extbase PHP configuration file due to the removal of the configuration via TS (although I haven't tested that yet).
See: https://github.com/e
Having a code climate output would make it very convenient to use the code climate feature in gitlab:
- https://docs.gitlab.com/ee/user/project/merge_requests/code_quality.html
- https://github.com/codeclimate/spec/blob/master/SPEC.md
If you are interested in a PR please let me know, will evaluate it then.
Chears
-
Updated
May 16, 2019 - PHP
If i have a Translation of a Page i do have the SEO-Tab only as Admin but not as normal User.
As normal User i only have this tab at default Language.
User can work in all Languages.
Wrong Config or default behavior?
-
Updated
May 19, 2020 - PHP
-
Updated
Jul 3, 2020 - PHP
The score bar on top of the snippet preview, rendered in the page module using the PageLayoutHeader hook, is having a negative margin. When adding other functionality to the PageLayoutHeader hook, above the score bar and snippet preview, the score bar is interfering with the other functionality, because it is forced up with the following CSS
.yoast-seo-score-bar {
margin-top: -15px;
}
Improve this page
Add a description, image, and links to the typo3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typo3 topic, visit your repo's landing page and select "manage topics."

Describe the bug
As of v1.14+
ddev describeshows some information about third-party services like solr that have an exposed URL. However, it doesn't say anything about services that don't have an http url, and it should at least list them. For example, if rabbitmq or memcached is enabled, it should at least show in the output, and perhaps inform more output.To Reproduce
Steps to