WebプログラミングV

 目次へ 前へ 次へ

2013/12/10 久米

4.bbPress

4.1 導入

  1. あらかじめ、bbPress用のDBとユーザ名とWordpressを作っておく。
  2. プラグイン検索(英語)でbbpressを検索すると、この画面になるので、これをダウンロードし、通常のプラグインインストールをすれば終了。
  3. テーマ検索(英語)でbbpressを検索すると、bbpress用に作られたテーマがリストアップされる。 好みのテーマを選んで、インストールする。

 

4.2 設定

  1. 掲示板ユーザの登録。通常はWordpressユーザ登録のしくみを使う。授業では試しに自分で何人か登録しておく。
    (Wordpressユーザでなく外部DBのユーザでログインさせることも可能。
     add_filter('authenticate', 'my_authenticate_function', 10, 3); を使う。)
  2. ダッシュボード>フォーラムの設定。
  3. ダッシュボード>プラグインやウィジェット追加
  4. ダッシュボード>掲示板のフォーラムをいくつか新規作成

 

4.3 有用なプラグイン(bbPressでなくても有用)

プラグイン 説明
プラグイン 説明
001 Prime Strategy Translate Accelerator

翻訳ファイルの読み込みをキャッシュ化し、表示までにかかる実行時間を短縮します。

BackWPup

WordPress Backup and more...

バージョン 3.0.13 | 作成者: Inpsyde GmbH | プラグインのサイトを表示
BJ Lazy Load

Lazy image loading makes your site load faster and saves bandwidth.

バージョン 0.7.0 | 作成者: Bjorn Johansen | プラグインのサイトを表示
Debug Bar

Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.

バージョン 0.8.1 | 作成者: wordpressdotorg | プラグインのサイトを表示
Debug Bar Extender

A minimalistic profiler / debugging class that hooks into the debug bar and can be implemented easily

Head Cleaner

WordPress サイトの <head> の中身と、フッタ領域を整形しなおします。

バージョン 1.4.2.11 | 作成者: wokamoto | プラグインのサイトを表示
Highlight Search Terms

Wraps search terms in the HTML5 mark tag when referer is a search engine or within wp search results. No options to set. Read Other Notes for instructions and examples for styling the highlights. Tip jar.

バージョン 1.3 | 作成者: RavanH | プラグインのサイトを表示
Imsanity

Imsanity stops insanely huge image uploads

バージョン 2.2.4 | 作成者: Jason Hinkle | プラグインのサイトを表示
Limit Login Attempts

Limit rate of login attempts, including by way of cookies, for each IP.

バージョン 1.7.1 | 作成者: Johan Eenfeldt | プラグインのサイトを表示
NIX Gravatar Cache

Cache Gravatar in your Host and speed up your site

バージョン 0.0.6 | 作成者: NIX Solutions Ltd
Tribe Object Cache

Simple plugin that supports Memcached, APC, Xcache or WinCache based on your system. All you have to do is activate it.

バージョン 1.0.4 | 作成者: Peter Chester, Modern Tribe, Inc.
View own posts and media library items only

Limits posts and media library items available for contributors and authors by their own (added, uploaded, attached) only.

WP Admin UI Customize

管理画面のカスタマイズに優れたプラグインです。

バージョン 1.4.2 | 作成者: gqevu6bsiz | プラグインのサイトを表示
WP HTTP Compression

This plugin allows you WordPress blog to output pages compressed in gzip format if a browser supports compression. HTTP compression generally means a 60-80% REDUCTION in the size of your pages (broadband usage) as well as an INCREASE in download speeds of 3x to 4x.

バージョン 1.0 | 作成者: Steven de Salas | プラグインのサイトを表示
WP Hyper Response

WordPressサイト及び管理画面のレスポンスを向上させるプラグインです。

WP Multibyte Patch

WP Multibyte Patch は、本家版、日本語版 WordPress のマルチバイト文字の取り扱いに関する不具合の累積的修正と強化を行うプラグインです。 » 詳しい説明を読む

バージョン 1.8 | 作成者: Seisuke Kuraishi | プラグインのサイトを表示
WP User Avatar

Use any image from your WordPress Media Library as a custom user avatar. Add your own Default Avatar.

キャッシュ系のプラグイン

その他プラグイン

 

演習 ECサイトプラグインWelcartをインストールしてみよ

Welcart ←ここからダウンロード

参考)他にEC-CUBEというさらに有名なものもある。これはwordpressとは無関係である。(連携はできる)
筆者はEC-CUBEを使ってECサイトを構築している。