<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Topic: mass edit/delete posts plugin?; where do if ind bbpress themes?</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: mass edit/delete posts plugin?; where do if ind bbpress themes?</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 09:04:15 +0000</pubDate>

<item>
<title>_ck_ on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-14335</link>
<pubDate>Fri, 07 Mar 2008 15:38:38 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">14335@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This thread is a few weeks old but just wanted to make sure you saw that I made a plugin to do mass deletions:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/mass-edit/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/mass-edit/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13886</link>
<pubDate>Sat, 16 Feb 2008 10:01:19 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13886@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't think deleting them with phpMyAdmin affects any plugin specifically, but deleting them directly in the database doesn't remove all references to those posts.   I suspect there are other references to those posts that are not removed when you remove the post directly.  Take a look in the admin panel at Site Management &#38;gt; Recount.  Those are all things that are tied into posts somehow.  For example, maybe a member has a post listed as their last post, then you delete that post.  That would be bad since the reference they hold pointing to the post is no longer valid.&#60;/p&#62;
&#60;p&#62;So, deleting just a post in the database is a bad idea.  Doesn't sound like you need to mass edit any posts, so for deleting them, use the bbPress admin panel, not phpMyAdmin.
&#60;/p&#62;</description>
</item>
<item>
<title>t3ch33 on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13880</link>
<pubDate>Sat, 16 Feb 2008 03:51:04 +0000</pubDate>
<dc:creator>t3ch33</dc:creator>
<guid isPermaLink="false">13880@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's just for convenience, and right now I'm doing a lot of test posts, so it's quicker to delete those posts with the checkbox. I was deleting them in phpmyadmin, then read _ck_'s post about the plugin. If you don't mind, can you explain how my deleting posts and topics through phpmyadmin would affect a plugin? So far, though, I only have the anonymous user plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13879</link>
<pubDate>Sat, 16 Feb 2008 02:15:49 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13879@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I agree. For deleting posts, I would do it through bb-admin and if there is a need for something like this, it's probably plugin territory.  For a mass edit, which wasn't really explained, I don't see a problem using phpMyAdmin and a regex to update some text.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13875</link>
<pubDate>Fri, 15 Feb 2008 23:27:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13875@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It may be important to do deletes through bbpress and not phpmyadmin because there may be plugins that hook into the delete process.&#60;/p&#62;
&#60;p&#62;I'll look into making my recent posts plugin have the ability to do deletes via checkbox. Or it might be possible to mod the existing bbpress admin page.&#60;/p&#62;
&#60;p&#62;(I assume this is a spamming issue or something like that)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13874</link>
<pubDate>Fri, 15 Feb 2008 21:40:36 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">13874@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you're looking to do something like that, I would use phpMyAdmin and access the posts directly.  You also have two separate issues: mass edit and mass delete.  What exactly are you trying to do?
&#60;/p&#62;</description>
</item>
<item>
<title>t3ch33 on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13868</link>
<pubDate>Fri, 15 Feb 2008 19:18:49 +0000</pubDate>
<dc:creator>t3ch33</dc:creator>
<guid isPermaLink="false">13868@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;by mass edit/delete, i mean edit/delete multiple posts at once (with a checkbox). I don't want to click each one, then click the pop-up dialogue boxes that ask me to confirm the delete.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13857</link>
<pubDate>Fri, 15 Feb 2008 10:50:11 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">13857@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If you look in your admin panel under content, you should have the new content-&#38;gt;posts feature where you can search for posts by specific users, content, etc. Then you can delete via the list.&#60;/p&#62;
&#60;p&#62;should be under the admin panel under content, or&#60;br /&#62;
/forums/bb-admin/content-posts.php
&#60;/p&#62;</description>
</item>
<item>
<title>t3ch33 on "mass edit/delete posts plugin?; where do if ind bbpress themes?"</title>
<link>http://bbpress.org/forums/topic/mass-editdelete-posts-plugin-where-do-if-ind-bbpress-themes#post-13852</link>
<pubDate>Fri, 15 Feb 2008 05:35:53 +0000</pubDate>
<dc:creator>t3ch33</dc:creator>
<guid isPermaLink="false">13852@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;is there a way to mass edit/delete posts?&#60;br /&#62;
where do if ind bbpress themes?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
