Module TouchInlineEdit / InlineEdit - Front end editor

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
touchy
Forum Members
Forum Members
Posts: 11
Joined: Sun Aug 09, 2009 4:46 pm
Location: Germany near baltic sea :)

Module TouchInlineEdit / InlineEdit - Front end editor

Post by touchy »

Hello!

time to say hello for the module TouchInlineEdit a lightweight frontend inline editor module.

What is TouchInlineEdit?

TouchInlineEdit is a frontend inline editor module. It allows admins and/or frontend users to edit content directly without visit (or login into) the admin backend.

Overview / Features
  • Optional FrontendUsers support
  • Optional group and permission management
  • Quick/fast edit of contents
  • Plugin system
  • Avaliable Plugins: tinyMCE, elRTE, nicEdit
  • Support for multiple content blocks ({content block='touch'})
  • and much more...
Available Resources

Screencast: http://www.youtube.com/watch?v=QVd_oFiT1Bw
CMSms Forge: http://dev.cmsmadesimple.org/projects/touchinlineedit
Details, changelog, screens: http://www.homepage-community.de/index.php?topic=1680.0
GitHub: https://github.com/touchdesign/cmsms-touchinlineedit

Translators wanted

Translators and TC members that would like translate this module are welcome :) It's named InlineEdit.
Last edited by touchy on Sun Mar 13, 2011 9:00 pm, edited 7 times in total.
Forge projects: InlineEdit | fastCSS | randImg
User avatar
will83
Forum Members
Forum Members
Posts: 88
Joined: Sat Aug 02, 2008 6:23 pm

Re: Module inlineEdit - A lightweight front end inline editor

Post by will83 »

Congratulations for this very promising module !

For future developments, we might be able to edit content blocks captured in the header or assigned to smarty variables? Currently, the button moves to top.

Here is my code (simplified for the example):

Code: Select all

<head>
{content assign="page_content"}
</head>
</__body>
{$page_content}
<__body>
Thank you for your work.
touchy
Forum Members
Forum Members
Posts: 11
Joined: Sun Aug 09, 2009 4:46 pm
Location: Germany near baltic sea :)

Re: Module inlineEdit - A lightweight front end inline editor

Post by touchy »

Thank's for your Feedback.

As a temporary workaround, add the following code to your template on the main content position:

Code: Select all

{if $hasInlineEditRights}
   {if $tiePref.feEditButton == "Y"}
       {$tieTemplateEditButton}
   {/if}
   <div id="touchInlineEditId{$gCms->variables.content_id}" class="touchInlineEdit">
{/if}

{$page_content}

{if $hasInlineEditRights}
   </div>
{/if}
And remove the extra param "iseditable" from your content tag.

It works, but it is not certain what we do in next releases.
Last edited by touchy on Sat Sep 25, 2010 8:29 am, edited 1 time in total.
Forge projects: InlineEdit | fastCSS | randImg
henchenm
Forum Members
Forum Members
Posts: 40
Joined: Wed Jun 17, 2009 5:19 pm

Re: Module inlineEdit - A lightweight front end inline editor

Post by henchenm »

I am soooo excited for this module.

The only problem is that it is not working very well for me.  When I click on 'edit' the editor is filled with my entire page contents including header text, menu etc. etc.

Also, I really need a way for my customers to upload photos from the frontend.  Any ideas?
touchy
Forum Members
Forum Members
Posts: 11
Joined: Sun Aug 09, 2009 4:46 pm
Location: Germany near baltic sea :)

Re: Module touchInlineEdit / InlineEdit - A lightweight front end inline editor

Post by touchy »

New update (Version 1.7.1) available for more details read the changelog:

Code: Select all

Update for cmsms 1.9.x compatibility
Set new min/max cmsms versions: 1.6.4-1.9.1
Update translation
Call parent constructor in plugin instance
Update plugins, use parent methods, remove $gCms
Fix logger invalid $contentId
Plugins: Fix Attempt to load admin realm
Add force_compile for debugging 
http://dev.cmsmadesimple.org/project/files/882
Forge projects: InlineEdit | fastCSS | randImg
touchy
Forum Members
Forum Members
Posts: 11
Joined: Sun Aug 09, 2009 4:46 pm
Location: Germany near baltic sea :)

Re: Module TouchInlineEdit / InlineEdit - A lightweight fron

Post by touchy »

- Update info -

Module version 1.7.4 is now available.

Release Highligths: Optional support for FrontendUsers (FEU) module with group restrictions and support for alternative
ContentTypes (such as AdvancedContent)
.

Note: The iseditable='true' flag is no longer needed, you can remove it from your template.

And now, content assign work's fine, for example:

Code: Select all

{content assign="my_content"}

{$my_content}
Translations for this module are welcome :) It's named InlineEdit.

Project page: http://dev.cmsmadesimple.org/project/files/882
Last edited by touchy on Sun Mar 13, 2011 9:01 pm, edited 1 time in total.
Sonya

Re: Module TouchInlineEdit / InlineEdit - Front end editor

Post by Sonya »

Changing editor from nicedit to elrte or vice versa sets the JQueryLoad to 1. It would be nice if this Preference could be kept.
zigge
Forum Members
Forum Members
Posts: 75
Joined: Tue Jan 22, 2008 6:53 pm

Re: Module TouchInlineEdit / InlineEdit - A lightweight fron

Post by zigge »

touchy wrote:- Update info -

Module version 1.7.4 is now available.

Release Highligths: Optional support for FrontendUsers (FEU) module with group restrictions and support for alternative
ContentTypes (such as AdvancedContent)
.

Note: The iseditable='true' flag is no longer needed, you can remove it from your template.

And now, content assign work's fine, for example:

Code: Select all

{content assign="my_content"}

{$my_content}
Translations for this module are welcome :) It's named InlineEdit.

Project page: http://dev.cmsmadesimple.org/project/files/882

Happy New Year
Chris
I have a Swedish(sv_SE) translation for you. I have no clue how to get this into your source code tree though. Subversion is a mystery for me(never used it). Even finding a subversion client for windows seems tricky. Think it's time to get that in place so that one can contribute to CMSMS.

Mats
Sonya

Re: Module TouchInlineEdit / InlineEdit - A lightweight fron

Post by Sonya »

zigge wrote:
I have a Swedish(sv_SE) translation for you. I have no clue how to get this into your source code tree though. Subversion is a mystery for me(never used it). Even finding a subversion client for windows seems tricky. Think it's time to get that in place so that one can contribute to CMSMS.

Mats
Request to join to the translation project http://dev.cmsmadesimple.org/projects/swedish when your request is approved, then you will be able to translate any module (not only this). The translations are then automatically included in new releases and/or can be downloaded immediately from http://svn.cmsmadesimple.org/svn/transl ... r/modules/
zigge
Forum Members
Forum Members
Posts: 75
Joined: Tue Jan 22, 2008 6:53 pm

Re: Module TouchInlineEdit / InlineEdit - A lightweight fron

Post by zigge »

Sonya wrote:
zigge wrote:
I have a Swedish(sv_SE) translation for you. I have no clue how to get this into your source code tree though. Subversion is a mystery for me(never used it). Even finding a subversion client for windows seems tricky. Think it's time to get that in place so that one can contribute to CMSMS.

Mats
Request to join to the translation project http://dev.cmsmadesimple.org/projects/swedish when your request is approved, then you will be able to translate any module (not only this). The translations are then automatically included in new releases and/or can be downloaded immediately from http://svn.cmsmadesimple.org/svn/transl ... r/modules/
Done. Also managed to install Tortoise and checking out the source.

Mats
touchy
Forum Members
Forum Members
Posts: 11
Joined: Sun Aug 09, 2009 4:46 pm
Location: Germany near baltic sea :)

Re: Module TouchInlineEdit / InlineEdit - Front end editor

Post by touchy »

zigge wrote:I have a Swedish(sv_SE) translation for you.
Thanks a lot!

For people that doesn't have access to TC or Forge, i think it's a good idea to post the translation file as attachment in this topic. So i can set a link in the first post to the translations and inform the translation admins for the given language projects about the new translation.
Last edited by touchy on Sun Mar 13, 2011 9:01 pm, edited 2 times in total.
touchy
Forum Members
Forum Members
Posts: 11
Joined: Sun Aug 09, 2009 4:46 pm
Location: Germany near baltic sea :)

Re: Module TouchInlineEdit / InlineEdit - Front end editor

Post by touchy »

- Update info -

Module version 1.8.0 (Preview release) is now available.

Release Highligths: tinyMCE and multiple content support.

And as always: Translations for this module are welcome :) It's named InlineEdit.

Project page: http://dev.cmsmadesimple.org/project/files/882
Last edited by touchy on Sun Mar 13, 2011 9:02 pm, edited 1 time in total.
touchy
Forum Members
Forum Members
Posts: 11
Joined: Sun Aug 09, 2009 4:46 pm
Location: Germany near baltic sea :)

Re: Module TouchInlineEdit / InlineEdit - Front end editor

Post by touchy »

- Update info -

Module version 1.8.1 (Preview release) is now available.

*Fix Fatal error call getModuleInstance()
*Remove devel/source stuff for better compression

Download: http://dev.cmsmadesimple.org/project/files/882
ivanshum
Forum Members
Forum Members
Posts: 16
Joined: Sun Jul 03, 2011 10:01 am
Location: Russia

Re: Module TouchInlineEdit / InlineEdit - Front end editor

Post by ivanshum »

Can you help me configure TouchInlineEdit module for work with encoding utf-8. It is save properly but when I try to edit again i get all text in wrong encoding. When I saved content in the second time
it save wrong encoding. use TinyMCE module. language Russian. Sorry if my english not good.
Zoorlat

Re: Module TouchInlineEdit / InlineEdit - Front end editor

Post by Zoorlat »

A wonderful modul! What is needed to make it work with 1.10?
Post Reply

Return to “Modules/Add-Ons”