Dmitry Dulepov

Results 132 comments of Dmitry Dulepov

I am using [my test site](https://github.com/dmitryd/typo3-test-site). I am on "Subpage A" and hovering my mouse over "Subpage AA". The link is correct: My menu setup is [here](https://github.com/dmitryd/typo3-test-site/blob/TYPO3_v8/project/web/typo3conf/ext/user_template/Configuration/TypoScript/Setup/Menu.txt). Guys, are you...

@tzNewtown > Create a Page called "root", set "use as root page" to enabled > Create a sub-page to "root", call it "main website". set "use as root page" to...

In TYPO3 "use as root page" means the same as the domain record.

You can try making https://stackoverflow.com/questions/39573477-extbase-not-found-exception-redirect-to-404-default-page using mysql CONCAT function.

No. You can use one GET value just one in postVars. So what you want to do is not doable out of the box. But With what I offered, it...

Guys, please, communicate directly, ok?

> I tryed to use the "autoupdate" inside the realurl configuration There is no such option. When you change title for records, urls should be updated if you use alias...

Read the docs: > `addWhereClause` is an additional WHERE clause that must start with ' AND'. For example: ' AND deleted=0 AND hidden=0'.

Basically the space should be in `addWhereClause`. The space in the code is probably left after rearranging or removing other conditions. It should be removed.

I like the change but I am afraid that there will be people who do not use space and will complain that their setup suddenly stopped working.