Skip to content
#

typo3

Here are 704 public repositories matching this topic...

rfay
rfay commented Apr 17, 2020

Describe the bug

As of v1.14+ ddev describe shows 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

bootstrap_package
yurigoul
yurigoul commented Feb 8, 2019

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

elmar-hinz
elmar-hinz commented Apr 14, 2016

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
saitho
saitho commented Dec 29, 2019

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

josefglatz
josefglatz commented Jun 26, 2017

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
torsten-wolter-mbs
torsten-wolter-mbs commented Sep 20, 2018

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?

patrickbroens
patrickbroens commented Mar 6, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the typo3 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.