MyBB Community Forums

Full Version: AJAX/RSS News Ticker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(2011-02-24, 10:19 PM)Sammyed Wrote: [ -> ]As I mentioned before, what I changed was:

1.- Compatibility in the rssajaxticker file
2.- Date format in the bridge file
3.- Moved the {$ajaxticker} to index template.

My F1 feeds are coming from yahoo! sports in spanish.

What kind of error message are U getting?.

Try uploading again the jscript, there it says it should work with IE 5.5+

"Translating" for those unfamiliar with mybb 1.4=>1.6 plugin changes

1) file: inc\plugins\rssajaxticker.php
Find:
"compatibility" => "14*"
Replace with:
"compatibility" => "16*"


---------------------------

I´'ll try it later, thanks Sammyed for updating tips

EDIT Working great in FF 4 Smile

One thing I´ve changed in bridge.php line 44:

echo "<?xml version=\"1.0\" encoding=\"UFT-8\"?>\n<rss version=\"2.0\">\n<channel>\n";

and saved as 'UTF-8' in notepad++



EDIT2 Not working in Safari & Chrome...
Not working in Safari/Chrome, but it´s working here http://www.dynamicdrive.com/dynamicindex.../index.htm

Strange enough


I need to style the links a different color, but I can't seem to figure out the css bit? Can anybody help? This is what I have so far...

background: #ADCBE7;
	border-top: 2px solid #0F5C8E;
	border-bottom: 2px solid #0F5C8E;
	text-align: left;
	margin: 10px auto;
	padding: 5px 20px;
        color: black;

I just want to force different link colors rather than my forum default links...
If I even knew the class name or where the css is drawn from, I could change the link colors...anyone have any idea?
how to increase text size ??
(2011-04-08, 11:41 AM)aglioeolio Wrote: [ -> ]One thing I´ve changed in bridge.php line 44:

echo "<?xml version=\"1.0\" encoding=\"UFT-8\"?>\n<rss version=\"2.0\">\n<channel>\n";

and saved as 'UTF-8' in notepad++



EDIT2 Not working in Safari & Chrome...

I don´t understand the change in bridge you made, could you explain better please?. Also tested in Chrome and works...I don´t know about Safari.

(2011-12-12, 02:31 PM)RocketFoot Wrote: [ -> ]If I even knew the class name or where the css is drawn from, I could change the link colors...anyone have any idea?

If it´s for the whole links to the board then you should go to Templates&Styles>Themes>Your Current Theme>Options>Global CSS>Selector.

(2012-01-23, 10:24 PM)cdusa8 Wrote: [ -> ]how to increase text size ??

Add

font-size: 100%;

In your RSS Styling located in the configuration page. U can change the #% with the one you´d like.
Could someone possibly update this? or point me in the direction of a functioning alternative?
(2012-09-04, 01:01 AM)Sammyed Wrote: [ -> ]
(2011-12-12, 02:31 PM)RocketFoot Wrote: [ -> ]If I even knew the class name or where the css is drawn from, I could change the link colors...anyone have any idea?

If it´s for the whole links to the board then you should go to Templates&Styles>Themes>Your Current Theme>Options>Global CSS>Selector.

I need to change the ticker's text/link colors. It draws from my board css which I cannot change! Problem is, I have a light and dark theme so I need to change the text colors per theme, not globably...
this is possibly the only plugin which has the rss feed ticker capability? surprising... iam kind of a noob at this and really need help to add a ticker of the following link Undecided

Please please help! Smile

http://api.wunderground.com/weatherstati...format=XML

alternate link http://api.wunderground.com/weatherstati...ormat=feed

http://api.wunderground.com/weatherstati...format=rss

the output of this link needs to added as a ticker, it will show the weather recordings of a personal weather station...
I'm looking for an RSS based ticker and came here... Installed it (compat flag is set to 18*), activated & configured it. I even have a box to show for (MyBB 1.8.4), but no actual content is loaded...

Any suggestions?
RSS feed contents and forum: http://crypto.country/forum/

<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
<channel>
<title>devnullius on Twitter</title>
<link>
http://crypto.country/forum/mysite.zz/index.php?u=devnullius&l=100
</link>
<atom:link href="http://crypto.country/forum/mysite.zz/index.php?u=devnullius&l=100" rel="self" type="application/rss+xml"/>
<description>devnullius on Twitter</description>
<pubDate>Mon, 04 May 2015 20:21:14 CEST</pubDate>
<lastBuildDate>Mon, 04 May 2015 20:21:14 CEST</lastBuildDate>
<item>
<title>
devnullius: RT @coindesk: "It’s always time to ask: why might a regulator want to regulate your project?" - @shodyesq http://t.co/O6rdUIKXip
</title>
<description>
RT @coindesk: "It’s always time to ask: why might a regulator want to regulate your project?" - @shodyesq http://t.co/O6rdUIKXip
</description>
<guid>
https://twitter.com/devnullius/statuses/595291829895049219
</guid>
<link>
https://twitter.com/devnullius/statuses/595291829895049219
</link>
</item>

Appreciate any feedback or alternatives, as usual ; -)

Devvie

Post-edit: I found some java/php scripts that offer what I need. But it isn't written for MyBB and I'm supposed to put the code in the Header of my 'website'. I guess that's not an option. Just in case I'll post the links to them:
http://www.dynamicdrive.com/dynamicindex.../index.htm / http://www.dynamicdrive.com/dynamicindex...roller.htm / http://www.dynamicdrive.com/dynamicindex...ticker.htm
Pages: 1 2 3 4 5