FriendsOfTYPO3 / frontend_editing

TYPO3 CMS Frontend Editing
https://friendsoftypo3.github.io/frontend_editing/
102 stars 38 forks source link

Not able to edit existing content #329

Closed jfgodfrey closed 5 years ago

jfgodfrey commented 5 years ago

I'm running typo3 9.5.5 and the latest frontend-editing, 1.4.6. It's activated and configured. But nothing appears when I click on existing content in the frontend. Thanks for helping with this!

glucka commented 5 years ago

see: https://docs.typo3.org/typo3cms/extensions/frontend_editing/InlineEditing/Index.html

jfgodfrey commented 5 years ago

Hi Attila,

Is what we've done here equivalent to filing a bug report? The frontend-editing looks so nice, but it shouldn't be so difficult to configure, imho.

Hope it gets resolved for us!

See ya! john

On Mon, Mar 25, 2019 at 8:02 AM Attila Glück notifications@github.com wrote:

see: https://docs.typo3.org/typo3cms/extensions/frontend_editing/InlineEditing/Index.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/FriendsOfTYPO3/frontend_editing/issues/329#issuecomment-476210574, or mute the thread https://github.com/notifications/unsubscribe-auth/AFHP8288yN2irVWSdCe0OjjNd6JHILmPks5vaNbXgaJpZM4cFz2f .

-- John F. Godfrey, Pastor Belgrade Christian Assembly Belgrade, Montana USA "Jesus said to him, 'I am the Way, the Truth, and the Life; no one comes to the Father, except through Me'" (John 14:6).

jfgodfrey commented 5 years ago

Glucka, I've read and done what's there for installation, but still can't edit anything.

MattiasNilsson commented 5 years ago

Can you give some more feedback. Is there any error in your console? Screenshots? How did you set it up? Using a theme? Fluid? Typoscript?

jfgodfrey commented 5 years ago

Did you get my response and the screen shot of the frontend as it is?

MattiasNilsson commented 5 years ago

@jfgodfrey No I have not, please add it here for more transparency for all.

jfgodfrey commented 5 years ago

image This is what my frontend looks like (what you can see) with the frontend editing on, but unable to do anything. I can drag, but nothing drops. If I click on any of the text on the page, nothing happens. I've never seen the editor bar at the top. Thanks for helping to solve this problem!

jfgodfrey commented 5 years ago

Hoping to get some ideas on how to get frontend-editing working for Attila and me.

glucka commented 5 years ago

@jfgodfrey After the right config in fluid template works perfect for me!

jfgodfrey commented 5 years ago

glucka...what specifically did you config in which fluid template? At this point, I'm ready to start off with a brand new install of typo3 9.5.5, with or without a preconfigured distribution, and work from there to get the frontend-editing to work. Glad you got yours to work!

jfgodfrey commented 5 years ago

glucka...Let me know if you'd like to post the template, or template change you made so I can try it as well. I guess here would be fine, but if you want to email me, feel free to do that as well.

glucka commented 5 years ago

For example in Fluidcontent Text.html:

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
      xmlns:core="http://typo3.org/ns/TYPO3/CMS/FrontendEditing/ViewHelpers"
      data-namespace-typo3-fluid="true">
<f:layout name="Default" />
<f:section name="Main">
    <core:contentEditable table="tt_content" field="bodytext" uid="{data.uid}">
        <f:format.html>{data.bodytext}</f:format.html>
    </core:contentEditable>
</f:section>
</html>

You should read the docs (see my first comment), and must have a bit knowledge in typo3.

jfgodfrey commented 5 years ago

glucka, I modified /var/www/localhost/htdocs/typo3conf/ext/bootstrap_package/Resources/Private/Templates/ContentElements/Text.html per the example you gave, but it didn't make any difference. I admit I'm a newbie when it comes to fluid content, typoscript, and probably a lot about typo3. But if you've ever watched the videos about frontend-editing, they make it sound like it should be so easy, so simple, and even the installation instructions are quite easy to follow. But as you and I experienced, they don't/didn't work. It shouldn't be this difficult, imho.

glucka commented 5 years ago

Maybe you have installed feedit too? If yes, i think you should uninstall feedit.

jfgodfrey commented 5 years ago

I have de-activated feedit. Unfortunately, probably because it's part of the core?, it doesn't allow for removing, like some extensions.