- 2008 年 9 月 15 日
「Not Available…」様からPliggの記事削除を発見しました。これはホントありがたい。
実験したところ上手くいきました。以下に手順を記載します。
(1)admin_links_center.tplへの追記
/templates/テンプレート名/admin_templates/admin_links_center.tpl
admin_links_center.tplの54行目あたり
<a href=”javascript:uncheck_all()”>Uncheck All</a>
の後に以下を追加。
<br><a href=”admin_links.php” onclick=”javascript:window.open(’admin_delete_stories.php’, ‘resultwindow’, ‘width=300, height=200′)”>Delete discarded stories</a>




















