-
With last version there's no more inline edition available.
-
## Tested with:
- current TYPO3 CMS 7.5-dev 8f540ffbf880691a17d6d4c3ca4f184abba84d22
- MetaSEO develop 2.0.0-dev 3c9c113 (+ some debugging)
- PHP 5.6.9-0+deb8u1, Debian 8, running with Docker in nati…
-
Hi @lochmueller,
I upgraded to TYPO3 8 LTS and switched from nc_staticfilecache to staticfilecache.
It all works good except the fact that when an editor edits something in the BE the static file is…
-
Hi I wanted to run the generated uri's through an URL shortener (tx_tinyurl). It would be nice if there was a hook in this method that I could pass and return the generated uri.
For example:
Snipp…
-
Posted by @birgerstoeckelmann for PR #230 :
Make metaseo compatible to custom page types (not only using doktype 1,4 in page tree view). Adding typoscript configuration general.allowedDoktypes and c…
-
Hi everyone.
I wanted to test the extension in our dummy TYPO3 7.6 system. After installation and the steps of the documentation I got this error in the frontend:
Call to undefined method TYPO3\…
-
I had to change the jQuery path in ContentPostProc, as there was no leading slash:
https://github.com/pixelant/frontend_editing/blob/master/Classes/Hook/ContentPostProc.php#L174
btw: Inline editin…
-
Those two plugins might fail to produce the correct result, e.g. it adds a
to the plugins as that is added by default and this change:
[globalVar = TSFE:type=191351524][globalVar = TSFE:type=1913…
-
The following code:
```
// No configuration found
if (!isset($settings['plugin.']['tx_frontendediting.'])) {
$layoutPath = 'EXT:frontend_edit…
-
Hey there,
first of all, thanks for the proper typo3 forum!
Is there a way to upload attachments in the frontend? I'm missing a button or something like this. Or is there simply no way to upload att…