Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-12-14 15:54:10
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
ebl_articleDelete: Delete This Article
Man this would be such a huge help. I regularly use the rss_article_edit plugin so I access article from the front-end. It would be a treat to be able to delete them directly from the write page.
Offline
Re: ebl_articleDelete: Delete This Article
Try this:
It could be a bit buggy, as I wrote this just a few minutes ago.
Offline
#3 2006-12-15 18:32:56
- Ace of Dubs
- Member
- Registered: 2006-04-17
- Posts: 446
Re: ebl_articleDelete: Delete This Article
This is just fantastic.. and no bugs to report either. You official rock
Offline
Re: ebl_articleDelete: Delete This Article
To everyone else: ebl_articleDelete – It adds a Delete Article button on the main write page.
Just install as you would any other plugin, and activate.
Oh, and this will only work with 4.04
Last edited by TheEric (2006-12-16 21:22:04)
Offline
#5 2009-04-12 12:27:08
- Rexel
- Member
- Registered: 2005-11-18
- Posts: 26
Re: ebl_articleDelete: Delete This Article
Great, I was looking for something like this.
Will be even better if it delete the related article image, its caption and thumbnail associated with the article.
Possible? I certainly hope so.
Offline
Re: ebl_articleDelete: Delete This Article
the link is dead
Offline
Re: ebl_articleDelete: Delete This Article
You can use rvm_if_privileged to achieve the same result
<txp:rvm_if_privileged>
<a href="<txp:site_url />textpattern/index.php?event=article&deleteID=<txp:article_id />&action=delete">delete entry</a>
<txp:rvm_if_privileged>
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
#8 2015-08-25 01:55:07
- gomedia
- Plugin Author
- Registered: 2008-06-01
- Posts: 1,373
Re: ebl_articleDelete: Delete This Article
adi_article_tab provides a delete button.
Offline