The plugin creates a widget to display a nice horizontal newsticker which can be placed in a sidebar.
Tested in WordPress 3.0 only, expected to be compatible from 2.6+.
Demo in action: http://chernivtsi.ws (in Ukrainian).
Features
Show latest posts titles in a scrolling newsticker
- A number of latest post can be tuned in settings
- Categories can be defined with a standard syntax, see Installation for details
- Choose date format for category posts
- Tune css from settings
- Insert php tag into theme template files
- Ukrainian and Russian localization
Alternatively show show your own content in a scrolling newsticker
- Unlimited number of explicitly given elements to scroll
- Mix your explicitly given content with posts
- 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
https://www.webprojectsconsulting.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
Installation
- Upload the folder rp-news-ticker with its contents to wp-content/plugins/
- Activate the plugin
- Proceed to widgets section and add the widget to a sidebar.
- Optionally:
- Create your language file from rp-news-ticker.pot
- Category IDs syntax:
- Leave empty for all posts in all categories
- “5,7” – include only posts in categories with ids 5 and 7 (no quotes please)
- “-5,-7” – include posts in all categories but exclude posts of categories with ids 5 and 7
Upgrade Notice
0.5 to 0.7
Your previous version widget will be unusable, however, the plugin will attempt to preserve the previous setup. Backup your current settings from the wigdet to a text file, than navigate to “Settings->RP New Ticker” for the new setup.
(One version is skipped because of some incompatibilities)
0.2 to 0.3, 0.3 to 0.4, 0.4 to 0.5
The version is fully compatible with the previous release.
0.1 to 0.2
Please completely uninstall the previous version removing all files.
Screenshots
Frequently Asked Questions
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 https://www.webprojectsconsulting.com/.
Question: What is the “RP” in plugin’s name?
Answer: It stands for https://www.webprojectsconsulting.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.
Changelog
0.7
- Moved settings from widget to options
- Added shortcode support
- Added theme tag support
- Added Russian localization.
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
Download
- [download id=”8″ format=”1″]
- [download id=”6″ format=”1″]
- [download id=”4″ format=”1″]
- [download id=”3″ format=”1″]
- [download id=”2″ format=”1″]
- [download id=”1″ format=”1″]
Hi,
what php code should I use to call the newstick without using widget ?
thanks for the great work !
K
You can download the plugin from this page to see the source code. Version 0.2 available already.
i want to to change the direction of news from right to left how can i change it
This is a liScroll issue, I will investigate for the new version.
No answers? I to would love to use this if I didn’t have to use it as a widget. is there a way to get php code to embed in file instead?
Your request implemented, will upload to WP repo today (or get now from the page above).
No answers to what?
The feature you want is not planned yet.
well done for this stuff.Thanks
Nice one! How can I have it scrolling through the whole width of the page? on my site(www.mgft-c.nl) it only scrolls in the left column (widget area 1)..? (silly question? )
Create a site-wide sidebar in your theme.
how can I change the time from 14:20 to 2:20 pm … also the date from 21st July 2011 to July 21 2011?
Will add date format in the future release
Your request implemented, will upload to WP repo today (or get now from the page above if impatient).
Thank you!
I upgraded to version 0.7 and now the newsticker does not scroll or animate in any way. It simply displays all of the items in an unstyled, unordered vertical list.
Backup your options to a text file.
Click the “reset to defaults” button, reload the page with scroller.
Still no result?
Hi, love the plugin, but an update today broke it.
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/../../../plugins/rp-news-ticker/rp-news-ticker-loader.php on line 92
Please read a post just before your one, all is quite easy to fix.
Please read release notes and updates notice first on how to fix.
Hello,
Your plugin demo shows a realy smooth movement. But I cannot activate it (in test site); it is a new install, not an upgrade. I get the same fatal error as Tim:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/…/…/…/…/wp-content/plugins/rp-news-ticker/rp-news-ticker-loader.php on line 92
Should be nice if you could point me to a soution.
regards
What is your php version?
The same problem here:
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/pslnewsy/ftp/wp-content/plugins/rp-news-ticker/rp-news-ticker-loader.php on line 92
I’m running PHP version 5.2.17
I could not reproduce that.
Who wants to show his/her web site installation for me to test?
Skype: alecksmart
I also get the same error when installing.
As I have just discovered, the plugin will not work correctly with php less than 5.3. The next plugin release will be php 5+ compatible.
This is a great plugin, it does just what it needs to do.
I’ve noticed that when it reaches the end of the news items, it just stops showing them. Is it possible to have the news items automatically repeat as soon as the last one is shown, so it is non-stop, with no gaps?
It is non-stop, just wait for more time.
Can I hide the date and time? overall its a Nice plugin. than you. 🙂
I think with css… edit the rule in css section something like
ul.newsticker span {
display: none;
}
Hope this helps… use creative approach otherwise 🙂
Has anyone been able to solve the error message when you try to enable the plugin?
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/strike/public_html/test/wp-content/plugins/rp-news-ticker/rp-news-ticker-loader.php on line 92
I do not have the ability to upgrade my PHP version.
I just installed version .5 instead of .7 and it worked fine. Thanks!
Hello ¿How I can create the slider in my header?
I would like to Add in BOLD Red, static far left LATEST |
Can I do this easily?
Also, on your demo one you have icons etc how do you do this.
Great product
Icons are added with a regular image tag in “Explicit Content”.
To add LATEST, try using the new css selectors like :before (http://www.w3schools.com/cssref/sel_before.asp); add it to the scroller UL tag (#rp-news-ticker).
Hi – Thanks for the great work!
I have implemented this OK but would like some custom changes, do you do customisation?
I want it to read from a post category and then display the post title (in red) and then display each line in the post in white?
You can achieve this in CSS section, no programming needed
Thanks Alec,
Sorry if this is a silly question, how do I get it to display from inside a post?
I am trying to get the list here to have a coloured title (no problem) but then scroll the as well.
Look at the right section of the options page, the instructions are there.
Hi Sorry my reply didn’t display properly.
I want to have a post (category x) the post is hidden but contains the data for the news ticker i.e.
Post title – Friday 20th April
Post Content –
UL
LI – LIVE Cricket DLF League, 11:00 – (FREEVIEW ITV 4)/LI
LI – Cycling Tour de Turkey, 13:00 – (EUROSPORT)/LI
LI – China Snooker Open Final, Steven Maguire V Peter Ebdon, 17:30 – (EUROSPORT)
LI – LIVE BOXING – Timme Simmonds V Dayle Style, 20:00 (EUROSPORT)/LI
LI – WWE Wrestle Mania Tournament, 21:00 – (BTV COMEDY)/LI
/UL
I want news ticker to pick up the title as a span (no problem) but then also pick up the UL in the post itself and display the data from there so that a user can easily set a post for today’s fixtures.
Hi,
Thanks for this great plugin.
I have a small issue. It is not scrolling the posts, instead it shows as list. Could you please let me know how can i resolve this issue?
Thanks
Sakthi.
Looks like you are missing CSS. Reset to defaults in settings.
Hi,
Thanks for your information.
As per your information, I reset to default settings but still it looks same. I have enabled the plugin and left for you to have a look. Please check the issue on my site, [cut]
Thanks
Sakthi
Looks like some CSS rules override your newsticker settings, please check your theme css.
Please do not post links in the comments.
Hi Alec, I see that this issue might have been addressed already, but I’m not clear on the resolution. When I try to activate the plugin it gives me an error that says “plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /hermes/bosweb/web226/b2263/ipg.persatellitecom/wp-content/plugins/rp-news-ticker/rp-news-ticker-loader.php on line 92
Can you please assist?
The plugin requires php version >= 5.3
it works fine on index page, but
1. how do i make it to be visible on all pages of my site?
2. how do i decrease the height size of the area that the scroll text occupies?
thx
1. use it in a sidebar widget
2. use css settings of the plugin to tune elements appearance
that’s my site
Hello, can you tell me exact the place where the code have to be inserted in functions.php and index or home.php , I need the exact line of my templete code and the exact rs newsticker code to be placed. I didn’t understand from your presentation the exact line of code where to be placed rs newsticker code. I am not very familiar with these code but I am willing to learn.
Pls give me example for placing in functions.php as well on home or index.pho. I want to place this code at the top of the site not on sidebars. If I want to place at the top of the site should I add this code either in functions.php and index.php ? Or just in one of them.
Is there any ways to place this code at the top of the top site, I mean if you look on my site : http://www.bestnews.ro I want to consider placing this code above the logo line and also condider placing bellow my categories. Pls give me concise examples with the exact code to be placed in the exact lines of my template code .
Tks,
Virgil
Please see this article https://www.webprojectsconsulting.com/php-related/creating-a-site-wide-sidebar-for-your-worpress-theme.html or google for “wordpress sidebar” to find other ones.
This would be awesome but for some reason my ticker is showing as an bulleted list and not scrolling. Can you tell me what I have wrong? Thank you!
Seems you are missing the css section.
Reset your values to defaults in plugin settings.
Disregard. Figured it out.