Title: qTop
Author: konrad_ha
Published: <strong>2010 年 3 月 8 日</strong>
Last modified: 2010 年 4 月 17 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/qtop.svg)

# qTop

 由 [konrad_ha](https://profiles.wordpress.org/konrad_ha/) 開發

[下載](https://downloads.wordpress.org/plugin/qtop.0.1.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/qtop/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/qtop/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/qtop/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/qtop/#developers)

 [技術支援](https://wordpress.org/support/plugin/qtop/)

## 外掛說明

Displaying popular posts is always a good idea, but on multi-language blogs most
of the usual plugins won’t work. This widget is here to help, using some less well
know functions of the Popularity Contest plugin combined with the powerful qTranslate
plugin. Now you will be able to display top-post in as much languages as you wish!

And it get’s better: with options to display excerpts and meta-information and built-
in support for the “Advanced Excerpt”-plugin, you now have even more options to 
fine-tune your top-posts display.

!!! IMPORTANT: qTop requires Crowd Favorite’s “Popularity Contest”-plugin to work.!!!

### Features

qTop is an ever growing powerful widget to fine-tune the display of top posts/pages
based on Alexander King’s “Popularity Contest” plugin. It supports String-filtering
through qTranslate and the display of excertps and meta-information. Excerpt-display
makes use of the “Advanced Excerpt” plugin if availabe.

 * results are sent through the qTranslate string-filter to allow multilanguage 
   blogs to display correct post-titles
 * optional display of post meta-information (author nickname and post-date)
 * optional display of post excerpt
 * makes use of “Advanced Excerpt” plugin if available
 * option to exclude pages from results

### What’s new in the latest versions?

### 0.1.2

 * new: added option to exclude pages from top-list
 * new: makes use of the “Advanced Excerpt” plugin if available, defaults to standard
   excerpt otherwise
 * changed: using akpc’s “get_popular_posts()” instead of “get_top_ranked_posts()”
   function now, allowing for much more fine-grained post/page selection in future
   releases

### 0.1.1

 * new: added option to display the post-excerpt (wrapped in a “div”-tag of the “
   qtop_excerpt” CSS-class)
 * changed: uses a sub-loop internally now to allow usage of template tags

## 螢幕擷圖

 * [[
 * backend
 * [[
 * example site integration

## 安裝方式

 1. If you haven’t already, install and activate the “Popularity Contest” plugin by
    Crowd Favourite: [https://wordpress.org/extend/plugins/popularity-contest/](https://wordpress.org/extend/plugins/popularity-contest/)
    
    2a. Use the “Plugins -> Add New” dialogue to install the “qTop” plugin (which you
    are probably doing right now) OR… 2b. if you downlaoded the plugin as a zip file
    upload the contained `qtop` folder to the `/wp-content/plugins/` directory
 2. Activate the newly available “qTop” plugin
 3. Add the “qTop” widget to any sidebar.
 4. Set it’s options.
 5. Enjoy!

## 常見問題集

  It won’t work! Why?

qTop requires the plugin “Popularity Contest” to work.

  All fonts (title and excerpt) look the same!

Right now qTop doesn’t provide it’s own stylesheet, so you have to add styles through
your theme. The classes used by qTop are
 *qtop_title *qtop_excerpt *qtop_meta The
widget’s class is *qtop

  I have now two versions of the Plugin, what happened?

qTop has moved from the base-path “popularity-contest-top-pages-widget-qtranslate-
enabled” to the slightly shortet “qtop”.
 If you installed both versions please 
update both and remove the one titled “qTop [DEPRECATED]”. You can alternatively
just delete the directory named “popularity-contest-top-pages-widget-qtranslate-
enabled” from the plugins-folder of your WordPress installation.

  What license does this plugin use?

GPL

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈qTop〉的開發相關工作。

參與者

 *   [ konrad_ha ](https://profiles.wordpress.org/konrad_ha/)

[將〈qTop〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/qtop)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/qtop/)、查看 [SVN 存放庫](https://plugins.svn.wordpress.org/qtop/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/qtop/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/qtop/)。

## 變更記錄

#### 0.1.2

 * new: added option to exclude pages from top-list
 * new: makes use of the “Advanced Excerpt” plugin if available, defaults to standard
   excerpt otherwise
 * changed: using akpc’s “get_popular_posts()” instead of “get_top_ranked_posts()”
   function now, allowing for much more fine-grained post/page selection in future
   releases

#### 0.1.1

 * new: added option to display the post-excerpt (wrapped in a “div”-tag of the “
   qtop_excerpt” CSS-class)
 * changed: uses a sub-loop internally now to allow usage of template tags

#### 0.1.0

 * changed: display nickname instead of login in meta-info
 * changed: updated widget Dashboard control window (from “qTop Widget” to just “
   qTop”)

#### 0.0.9

 * new: added option to display meta-info of entries (wrapped in a “div”-tag of 
   the “qtop_meta” css-class)

#### 0.0.8

 * fixed: changelog

#### 0.0.7

 * fixed: option to wrap div-tag now working properly
 * changed: complete code overhaul, now compliant with wordpress 2.8+ widget API

#### 0.0.6

 * new: option to wrap a div-tag around the resulting list of posts/pages for further
   syling-possibilities
 * changed: overhaul of widget-options-panel structure
 * changed: moved base plugin-directory to “qtop” (please uninstall prior versions
   before installing this one)

#### 0.0.5

 * old fork will no longer be maintained, please use the new version at https://
   wordpress.org/extend/plugins/qtop/
 * changed name, description and instructions accordingly

#### 0.0.4

 * fixed: “The plugin does not have a valid header” error due to nested folder structure

#### 0.0.3

 * new FAQ
 * new installation instructions
 * converted plugin files format to UTF8

#### 0.0.2

 * totally renamed everything, please uninstall v 0.0.1 before installing 0.0.2

#### 0.0.1

 * initial release

## 中繼資料

 *  版本 **0.1.2**
 *  最後更新 **16 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.9 或更新版本 **
 *  已測試相容的 WordPress 版本 **2.9.2**
 *  語言
 * [English (US)](https://wordpress.org/plugins/qtop/)
 * 標籤:
 * [popularity contest](https://tw.wordpress.org/plugins/tags/popularity-contest/)
   [qtranslate](https://tw.wordpress.org/plugins/tags/qtranslate/)[sidebar](https://tw.wordpress.org/plugins/tags/sidebar/)
   [top list](https://tw.wordpress.org/plugins/tags/top-list/)[widget](https://tw.wordpress.org/plugins/tags/widget/)
 *  [進階檢視](https://tw.wordpress.org/plugins/qtop/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/qtop/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/qtop/reviews/)

## 參與者

 *   [ konrad_ha ](https://profiles.wordpress.org/konrad_ha/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/qtop/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://konrad-haenel.de/en/)