이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

RP News Ticker

설명

The plugin creates a shortcode to be used in a widget to display a nice horizontal newsticker which can be placed in a sidebar.
Since 0.7: one can use a php tag or shortcode to insert it in the theme template, widgets or posts, all tuning moved to Settings
Based upon liScroll.js by Gian Carlo Mingati.
Tested in WordPress 3.0+ only, expected to be compatible from 2.6+.
Demo: http://chernivtsi.ws (in Ukrainian).

Features:

Show latest posts titles in a scrolling newsticker

1. A number of latest post can be tuned in settings
2. Categories can be defined with a standard syntax, see Installation for details
3. Choose date format for category posts
4. Tune css from settings
5. Insert php tag into theme template files
6. Ukrainian and Russian localization

Alternatively show show your own content in a scrolling newsticker

1. Unlimited number of explicitly given elements to scroll
2. Mix your explicitly given content with posts
3. Choose what to show: posts, explicit content, both in order or randomized

Credits

liScroll, Copyright 2007-2010 Gian Carlo Mingati,
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html
Dual licensed under the MIT and GPL licenses.

RP News Ticker, Copyright 2007-2010 Alexander Missa,
http://www.rationalplanet.com
Dual licensed under the MIT and GPL licenses.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Upcoming Features

  • allow to set scroller speed
  • choose appear effect on page load
  • allow multiple instances of the widget
  • allow periodical refresh with ajax

설치

  1. Upload the folder rp-news-ticker with its contents to wp-content/plugins/

  2. Activate the plugin

  3. Proceed to Settings -> RP News Ticker section to configure; use anywhere with with a shortcode or a php tag.

  4. Optionally:
    1) Create your language file from rp-news-ticker.pot.

  5. Category IDs syntax:
    1) Leave empty for all posts in all categories
    2) “5,7” – include only posts in categories with ids 5 and 7 (no quotes please)
    3) “-5,-7” – include posts in all categories but exclude posts of categories with ids 5 and 7

FAQ

Question: Will this plugin work with versions of WordPress earlier than 3.0?

Answer: The plugin has only been tested with version 3.0 and above. Please report any bugs via [developer’s web site] (http://www.rationalplanet.com/).

Question: What is RP in plugin’s name?

Answer: It stands for [rationalplanet.com] (http://www.rationalplanet.com/), just the way to distinguish our plugins from zillions of others.

Question: When is the newer version out?

Answer: The best way to stimulate it is to send a donation from the developer’s site. Or just visit a developer’s site.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“RP News Ticker”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “RP News Ticker”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.7

Moved settings from widget to options; added shortcode support; added theme tag support; added Russian localization.

0.6

Skipped release.

0.5

Removed the bug that disallowed including/excluding categories that contain 0.

0.4

Allow arbitrary data to be mixed with posts data.

0.3

Allow arbitrary data instead of posts.

Reset options to default.

0.2

Restructured file names to a more logical pattern.

Tuning css from the widget window.

0.1

Initial version, core functionality, least features.