zillo32 / vosao

Automatically exported from code.google.com/p/vosao
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Easier content editing #464

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Edit Content
2) Click top menu bar
3) Find Content to edit
4) Edit content

What is the expected output? What do you see instead?
I'd like to see an inline edit button next to each of the content items while 
logged in as an admin/editor, 1 click bring me to the editor instead of having 
to search for it.
See attached image (Edit label in blue)

This would be a total lifesaver and reduce the training I do tremendously

Please use labels and text to provide additional information

Original issue reported on code.google.com by h...@android-markets-info.com on 21 Apr 2011 at 12:18

Attachments:

GoogleCodeExporter commented 8 years ago
But you have a drop down menu on the top of the page if you are logged in, with 
a edit page link. So the functionality is there. 

Original comment by allcall....@gmail.com on 28 Apr 2011 at 10:51

GoogleCodeExporter commented 8 years ago
functionality but a painful experience.

Original comment by h...@android-markets-info.com on 29 Apr 2011 at 3:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi not even close to what I suggested so I must not have explained myself well 
- 

I go to edit page expecting to edit the page content and get this page template 
definition:

## Posts number on page
#set ($count = 5)

#set ($pageNum = 0)
#set ($pageParam = $request.getParameter("page"))
#if ($pageParam)
  #set($pageNum = $math.toInteger($pageParam))
#end
#set ($start = $pageNum * $count)
#set ($pages = ${service.findPageChildren("/blog", $start, $count)})
#set ($nextPage = $pageNum + 1)
#set ($prevPage = $pageNum - 1)

#foreach ($p in $pages)
  ${service.renderStructureContent($p.friendlyURL, "article-overview")}
#end

<div class="navigation clear">
#if ($pages.size() == $count)
  <div><a href="/?page=${nextPage}">« Older Entries</a></div>
#end
#if ($start > 0) 
  <div><a href="/?page=${prevPage}">Newer Entries » </a></div>
#end
</div>

While my techy's are familiar with templating languages like velocity, by 
content people are not, so they have to go to the tree of content, find the 
content and edit there.

Seriously.  Inline editing would make this great tool 100x greater

Original comment by h...@android-markets-info.com on 29 Apr 2011 at 3:26

GoogleCodeExporter commented 8 years ago
This is very interesting. I guess I'm a little confused about what it is 
exactly your getting at, but obviously <a 
href="http://www.finaleditcommunications.com/">content editing</a> is a really 
useful tool and really helpful.

Original comment by lucashar...@gmail.com on 27 Jul 2011 at 3:45