vote up 0 vote down star

Is it possible to edit an entrie's status outside the admin section? I want to be able to open and close entries from the front page.

flag

4 Answers

vote up 0 vote down

no you can't...

link|flag
vote up 0 vote down check

There has to be some kind of php hook!

link|flag
vote up 0 vote down

This isn't default EE behavior. Seems like you can do inline editing with a little work though.

Here is a detailed how-to on inline editing with EE and Ajax. http://www.3roadsmedia.com/use-a-modal-box-to-edit-content-inline-with-expressionengine/

link|flag
vote up 0 vote down

you can do this, using the {exp:weblog:entry_form} tag and then for example using:

<select name="status">
 <option value="open">Open</option>
 <option value="closed">Closed</option>
</select>

just using the status name as value^^

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.