Edit Page
The main interface for editing your content

In this section of the Control Panel you can access previously posted entries. By using the drop-down menus the list can be filtered by weblog, category, status, or date range. In addition, you can select multiple entries using the checkboxes on the right, then either delete them or edit them using the option menu at the bottom of the page.

Edit Page

Main Display

Search and Filter

The top of the Edit page allows you to filter and search for entries using a various criteria such as weblog, category, date, order, etc.

The main table shows the following columns:

Multi-Entry Editing/Deleting

At the bottom of the Edit page is a pulldown menu that allows all entries that have been checked to be edited or deleted.

The Edit page contains "magic checkbox" code, allowing you to click anywhere on row to select a checkbox. You can shift-select multiple rows.

Multi Entry Category Editing

The Edit page actions pulldown menu has the ability to add or remove categories from multiple entries quickly. Simply choose the entries you want to add or remove categories from and click the submit button. The next page will allow you to select what categories to add or remove from those entries.

Top of Page

User Contributed Notes

Posted by: BridgingUnit on 26 November 2009 2:17pm
BridgingUnit's avatar

And for extra bonus points when using Live Look, you may want to restrict the ability to view your Live Look template to just authorised members or groups, in case people otherwise stumble upon things. You can do this using a redirect in your Live Look template, e.g.

{if logged_in_member_id != 1}
     {redirect
='some_other_template'}
{
/if} 

Or you could do this for member groups using a template’s access restriction permissions

Posted by: Susan on 23 May 2009 6:14pm
Susan's avatar

Live Look: Do you work with your entries in “closed” status and then once they’re ready, “open” them? Want to use Live Look to ensure that the entry is ready to open up? Here’s how (hat tip to this discussion thread):

1. Duplicate (and rename) one of your publically viewable templates (example: comment duplicates to commentliveview)

2. Go to your new template and change the exp:weblog:entries tag to this:

{exp:weblog:entries status="open|closed"

3. Admin > Weblog/Section Preferences [select particular weblog] > Path Settings… bottom option: Choose Live Look Template, selecting the new duplicate one you just made from the pop-up menu.

Now you can preview your entry as it’ll look when you open it—before you open it.

You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide