Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-05-14 08:09:36
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
[request] batch edit?
Could there be a plugin to “batch” edit comment-invite text on all articles and other stuff?
<txp:Ruhh />
Offline
Re: [request] batch edit?
Offline
#3 2008-05-14 08:23:14
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: [request] batch edit?
Actually, I have installed it before and I don’t see the new tabs.
<txp:Ruhh />
Offline
Re: [request] batch edit?
Did you install the 406 mod?
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: [request] batch edit?
Tabs do not appear if you are in Plugins tab.
Try this sql-query:
update textpattern set AnnotateInvite='Give me your comment';
or you can specify to make changes only in one section: update textpattern set AnnotateInvite='Give me your comment' where Section='article';
Don’t forget to change table textpattern
to your_prefix_textpattern
if there is some
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#6 2008-05-14 09:06:08
- Ruhh
- Member
- From: dakota dunes
- Registered: 2008-01-20
- Posts: 305
Re: [request] batch edit?
The SQL query works. Thanks :)
<txp:Ruhh />
Offline
Pages: 1