View Full Version : Forum Home Enhancements - Latest Threads Ticker [jQUery]
stator
04-29-2011, 10:00 PM
Description:
This display the latest 10 threads in manner resemble news ticker.
Demo: http://www.jquerynewsticker.com/
Installation:
Be sure that:
"vBulletin Options > vBulletin Options > External Data Provider"
Enable External Javascript = yes1- Open headinclude template.
2- At the end of the template ADD the following code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
$(function () {
$('#js-news').ticker();
});
</script>3- Open additional.css template
4- At the end of the template ADD the following code:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* StatorLatest Threads Ticker */
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#ticker-wrapper * {
margin-left: auto;
margin-right: auto;
}
#ticker-wrapper.has-js {
margin: 20px auto 20px auto;
padding: 0px 20px;
width: 900px;
height: 30px;
display: block;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #f8f0db;
font-size: 1.1em;
}
#ticker {
width: 830px;
height: 30px;
display: block;
position: relative;
overflow: hidden;
background-color: #f8f0db;
}
#ticker-title {
padding: 5px;
color: #990000;
font-weight: bold;
background-color: #f8f0db;
text-transform: none;
}
#ticker-content {
margin: 0px;
padding: 5px;
position: absolute;
color: #1F527B;
font-weight: normal;
background-color: #f8f0db;
overflow: hidden;
white-space: nowrap;
line-height: 1.2em;
}
#ticker-content:focus {
none;
}
#ticker-content a {
text-decoration: none;
color: #1F527B;
}
#ticker-content a:hover {
text-decoration: underline;
color: #0D3059;
}
#ticker-swipe {
padding-top: 9px;
position: absolute;
top: 0px;
background-color: #f8f0db;
display: block;
width: 800px;
height: 23px;
}
#ticker-swipe span {
margin-left: 1px;
background-color: #f8f0db;
border-bottom: 1px solid #1F527B;
height: 12px;
width: 7px;
display: block;
}
#ticker-controls {
padding: 8px 0px 0px 0px;
list-style-type: none;
float: left;
}
#ticker-controls li {
padding: 0px;
margin-left: 5px;
float: left;
cursor: pointer;
height: 16px;
width: 16px;
display: block;
}
#ticker-controls li#play-pause {
background-image: url('../images/controls.png');
background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
background-image: url('../images/controls.png');
background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
background-position: 48px 0px;
}
#ticker-controls li#prev {
background-image: url('../images/controls.png');
background-position: 0px 16px;
}
#ticker-controls li#prev.over {
background-position: 0px 32px;
}
#ticker-controls li#prev.down {
background-position: 0px 0px;
}
#ticker-controls li#next {
background-image: url('../images/controls.png');
background-position: 16px 16px;
}
#ticker-controls li#next.over {
background-position: 16px 32px;
}
#ticker-controls li#next.down {
background-position: 16px 0px;
}
.js-hidden {
display: none;
}
#no-js-news {
padding: 10px 0px 0px 45px;
color: #F8F0DB;
}
.left #ticker-swipe {
left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
float: left;
}
.left #ticker-controls {
padding-left: 6px;
}
.right #ticker-swipe {
right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
float: right;
}
.right #ticker-controls {
padding-right: 6px;
}
5- Open navbar template
6- At the end of the template ADD the following code:
<!--ticker-->
<div id="ticker-wrapper" class="no-js">
<ul id="js-news" class="js-hidden">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<li><a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + ' ' + '<span style="color: red;">Posted By:</span>'+ ' ' + threads[i]['poster'] + '</a>' + '</li>');
}
//-->
</script>
</ul>
</div>
<!--ticker-->7- Upload the " js " folder to your forum root.
FAQs
1- How to change language of " Latest Threads "?
edit your "jquery.ticker.js" file that you uploaded to js folder
scroll down till the end of the file and edit the following variable:
// plugin defaults - added as a property on our plugin function
$.fn.ticker.defaults = {
speed: 0.10,
ajaxFeed: false,
feedUrl: '',
feedType: 'xml',
displayType: 'reveal',
htmlFeed: true,
debugMode: true,
controls: true,
titleText: 'Latest Threads',
direction: 'ltr',
pauseOnItems: 3000,
fadeInSpeed: 600,
fadeOutSpeed: 300
};
})(jQuery);Language:
Change "latest threads" to language you wish, e.g.
Portuguese = ?ltimos T?picos
German = Aktuelle Themen and so on ....
2- How to change direction of the ticker?
edit your "jquery.ticker.js" file that you uploaded to js folder
scroll down till the end of the file and edit the following variable:
// plugin defaults - added as a property on our plugin function
$.fn.ticker.defaults = {
speed: 0.10,
ajaxFeed: false,
feedUrl: '',
feedType: 'xml',
displayType: 'reveal',
htmlFeed: true,
debugMode: true,
controls: true,
titleText: 'Latest Threads',
direction: 'rtl',
pauseOnItems: 3000,
fadeInSpeed: 600,
fadeOutSpeed: 300
};
})(jQuery);Direction:
left to right = ltr
right to left = rtl
3- How to change language of " Posted by: "?
In the code added to "Navbar" template, change "Posted by"
<!--ticker-->
<div id="ticker-wrapper" class="no-js">
<ul id="js-news" class="js-hidden">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<li><a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + ' ' + '<span style="color: red;">Posted By:</span>'+ ' ' + threads[i]['poster'] + '</a>' + '</li>');
}
//-->
</script>
</ul>
</div>
<!--ticker-->4- How to include certain forums:
In the code added to "Navbar" template, add the red part"
<!--ticker-->
<div id="ticker-wrapper" class="no-js">
<ul id="js-news" class="js-hidden">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js&forumids=1,2,3,4,5"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<li><a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + ' ' + '<span style="color: red;">Posted By:</span>'+ ' ' + threads[i]['poster'] + '</a>' + '</li>');
}
//-->
</script>
</ul>
</div>
<!--ticker-->5- Is it possible to use the blog feed?
yes, but the available type is "XML"
edit your "jquery.ticker.js" file that you uploaded to js folder
scroll down till the end of the file and edit the following variables:
// plugin defaults - added as a property on our plugin function
$.fn.ticker.defaults = {
speed: 0.10,
ajaxFeed: true,
feedUrl: 'http://www.YOURSITE.com/RSS.xml',
feedType: 'xml',
displayType: 'reveal',
htmlFeed: false,
debugMode: true,
controls: true,
titleText: 'Latest Blog Feeds',
direction: 'ltr',
pauseOnItems: 3000,
fadeInSpeed: 600,
fadeOutSpeed: 300
};
})(jQuery);If you Like it, don't forget to Mark As Installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=262910)
If you really liked it, Don't forget to Rate it
If you really really liked it, Don't forget to Nominate it for MOTM (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=262910&type=1)
stator
04-30-2011, 07:58 PM
To include certain forums
Edit the code added to navbar template
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js&forumids=14,5,21,15,9,10">
Screen Shot:
https://vborg.vbsupport.ru/external/2011/08/64.jpg
giorgino
04-30-2011, 08:54 PM
Great mod! Is it possible to select from witch forums get the last topics?
ozzy47
04-30-2011, 11:05 PM
Installed!
Is it possible to choose how many posts it grabs?
ProFifaLeagues
05-01-2011, 06:43 AM
Looks great now just a quick question....Can i leave out the threads from the likes of the admin only section of the forum??
stator
05-01-2011, 07:08 AM
Great mod! Is it possible to select from witch forums get the last topics?
See post no.2
Installed!
Is it possible to choose how many posts it grabs?
It grab latest 10 threads and I hink it is ok.
Q: what value you wish?
Looks great now just a quick question....Can i leave out the threads from the likes of the admin only section of the forum??
At mean time I can adjust it to determine which forums to include not to exclude.
ProFifaLeagues
05-01-2011, 07:39 AM
Be great if thats enabled mate,Thank you.
m3lek
05-01-2011, 05:42 PM
I have Arabic Forum, can you help me in the opposite direction from right to left
With many thanks for your nice job.
MatthewA
05-01-2011, 05:47 PM
How come it isn't working for me?
http://screensnapr.com/v/WTfMjR.png
giorgino
05-01-2011, 07:12 PM
Is it possible to use the blog feed?
stator
05-01-2011, 10:33 PM
I have Arabic Forum, can you help me in the opposite direction from right to left
With many thanks for your nice job.
edit your "jquery.ticker.js" file that you uploaded to js folder
scroll down till the end of the file and edit the following variables:
// plugin defaults - added as a property on our plugin function
$.fn.ticker.defaults = {
speed: 0.10,
ajaxFeed: false,
feedUrl: '',
feedType: 'xml',
displayType: 'reveal',
htmlFeed: true,
debugMode: true,
controls: true,
titleText: 'المواضيع الأخيرة',
direction: 'rtl',
pauseOnItems: 3000,
fadeInSpeed: 600,
fadeOutSpeed: 300
};
})(jQuery);
stator
05-01-2011, 10:40 PM
Is it possible to use the blog feed?
yes, but the available type is "XML"
edit your "jquery.ticker.js" file that you uploaded to js folder
scroll down till the end of the file and edit the following variables:
// plugin defaults - added as a property on our plugin function
$.fn.ticker.defaults = {
speed: 0.10,
ajaxFeed: true,
feedUrl: 'http://www.YOURSITE.com/RSS.xml',
feedType: 'xml',
displayType: 'reveal',
htmlFeed: false,
debugMode: true,
controls: true,
titleText: 'Latest Blog Feeds',
direction: 'ltr',
pauseOnItems: 3000,
fadeInSpeed: 600,
fadeOutSpeed: 300
};
})(jQuery);
m3lek
05-02-2011, 03:46 AM
Dear stator
Thank you agin for your help , working great now and nice to meet you
g0dfather1984
05-02-2011, 04:40 AM
Would there be a way to hide this in certain locations like the arcade?
giorgino
05-02-2011, 05:40 AM
Thank you work perfect!
COL NIL SATIS
05-02-2011, 05:44 PM
tagged,this looks sweet
stator
05-02-2011, 06:36 PM
Would there be a way to hide this in certain locations like the arcade?
I hope it works for you
https://vborg.vbsupport.ru/showpost.php?p=2190447&postcount=2
MatthewA
05-02-2011, 08:13 PM
Can someone PLEASE answer my question.
jack150464
05-02-2011, 09:14 PM
thanks for the mod!
I have a doubt, installation txt fields mentioned are different in relation to the topic, can you tell which is correct?
txt say that in five is in additional.css topic and say that navbar is, what it is.
grateful
stator
05-03-2011, 12:00 AM
How come it isn't working for me?
http://screensnapr.com/v/WTfMjR.png
I don't know what is going wrong with you
but try to do steps again.
thanks for the mod!
I have a doubt, installation txt fields mentioned are different in relation to the topic, can you tell which is correct?
txt say that in five is in additional.css topic and say that navbar is, what it is.
grateful
you right it was my fault, I've updated it. Thanks for notification.
jack150464
05-03-2011, 01:09 AM
How do I change Latest Threads to Portuguese and posted by?
grateful
stator
05-03-2011, 07:05 AM
How do I change Latest Threads to Portuguese and posted by?
grateful
I've added FAQs, check it
g0dfather1984
05-03-2011, 02:12 PM
I hope it works for you
https://vborg.vbsupport.ru/showpost.php?p=2190447&postcount=2
That works off of forum ids and the arcade itself doesn't work off of an ID. I think that is also to "include" as I want to "exclude", if I am correct.
stator
05-03-2011, 08:10 PM
That works off of forum ids and the arcade itself doesn't work off of an ID. I think that is also to "include" as I want to "exclude", if I am correct.
You right, Sorry for being not clear
IDs up there are ids of forum to be shown
g0dfather1984
05-04-2011, 03:17 AM
You right, Sorry for being not clear
IDs up there are ids of forum to be shown
Thank you for your responses. If you can think of a way to do so, it would be greatly appreciated.
Thanks for your time.
ProFifaLeagues
05-04-2011, 04:51 AM
@Stator,If i use this &forumids=1,2,3,4,5 will this mod then only show threads from those forums i have numbered and not from any others or would it still pull random latest threads from all forum ids?
thanks
MatthewA
05-04-2011, 06:10 PM
I have a feeling, It isn't working because my Forum has vBSEO, and the links are usually f13/changelog-370/
Etc. Will this code still work or could you adapt it to work?
stator
05-04-2011, 06:44 PM
@Stator,If i use this &forumids=1,2,3,4,5 will this mod then only show threads from those forums i have numbered and not from any others or would it still pull random latest threads from all forum ids?
thanks
Yes, it will show threads only from forums whose ids are: 1,2,3,4,5 only
and for your note: the target forums or sub-forums may have not a new threads so at this case no threads will not shown up.
stator
05-04-2011, 06:46 PM
I have a feeling, It isn't working because my Forum has vBSEO, and the links are usually f13/changelog-370/
Etc. Will this code still work or could you adapt it to work?
Type the following URL in your address bar:
http://www.YOURSITE.com/external.php?&type=js
and tell me what you will see.
RedDevil
05-04-2011, 06:52 PM
how do we disable this in arcade, works fine everywhere but there tried a few ideas but nothing working
MatthewA
05-04-2011, 08:24 PM
I see a Blank White Page.
andretan88888
05-05-2011, 04:09 PM
Thanks bro.Mark as installed and nominated.
andretan88888
05-05-2011, 05:15 PM
oops,it look like this mod need 15 minutes to update latest thread.
How to fix this ?
stator
05-05-2011, 08:58 PM
I see a Blank White Page.
That is the problem, it supposed to see latest threads,
please ask for fix for this problem @ vBulletin.com
as I am don't know how to fix it.
and inform me as soon as you get a fix
stator
05-05-2011, 08:59 PM
oops,it look like this mod need 15 minutes to update latest thread.
How to fix this ?
I am not sure of this, anyway, I think even 15 min are not that big
Last_Zero
05-08-2011, 07:44 PM
Thanks Perfect Mod
Installed
5 Stars
Nominated
ProFifaLeagues
05-08-2011, 08:37 PM
Thanks Stator
midgetgrimm
05-09-2011, 12:13 AM
Is there any way I can turn it off and on without having to edit code each time?
JAFRI
05-09-2011, 04:32 AM
thanks.
nice work,,,
Hi,
nice Mod, tagged.
Is it possible to display different static Threads?
Maybe Thread a from Forum 1 and Thread b,c from Forum 3
stator
05-10-2011, 04:35 PM
Is there any way I can turn it off and on without having to edit code each time?
At mean time NO, but i am looking forward to compile it in a Mod with desired options.
stator
05-10-2011, 04:37 PM
Hi,
nice Mod, tagged.
Is it possible to display different static Threads?
Maybe Thread a from Forum 1 and Thread b,c from Forum 3
At mean time NO, but i am looking forward to compile it in a Mod with desired options.
MatthewA
05-10-2011, 08:28 PM
Found out my problem.
My Page was blank because External Data Provider Was Off:
"vBulletin Options > vBulletin Options > External Data Provider"
Enable External Javascript = yes
Enable RSS Syndication = yes
Enable Podcasting (RSS Enclosure) = yes
Enable XML Syndication = yes
Cache Lifespan = 30
Maximum External Records = 60
General Zod
05-10-2011, 09:04 PM
working great on 4.1.3 thanks
stator
05-12-2011, 09:45 AM
Found out my problem.
My Page was blank because External Data Provider Was Off
Yes, you right, thank you.
K4GAP
05-12-2011, 11:52 AM
So where are the images for this mod?
"controls.png"
stator
05-19-2011, 07:39 AM
So where are the images for this mod?
"controls.png"
Oh, sorry Gary
I've updated it.
Thnx for notification.
billstelling
05-19-2011, 12:25 PM
Hey stator, great mod, my members really like it allot..
Have a question for you. You added the blog code to the mod and I was wondering if it includes it with the new posts or replaces new posts. I would like to have it include the blog but still show new posts as well. Would also like to include the front page in the ticker as well for the members that tend to only go to the forum.. I plan on adding most content to the front page by promoting them from the forum so that those that mainly use just the forum get the same info as well as those that start on the front page. Is there any way to include sections and categories from the cms into the ticker?
stator
05-19-2011, 05:01 PM
Hey stator, great mod, my members really like it allot..
Have a question for you. You added the blog code to the mod and I was wondering if it includes it with the new posts or replaces new posts. I would like to have it include the blog but still show new posts as well. Would also like to include the front page in the ticker as well for the members that tend to only go to the forum.. I plan on adding most content to the front page by promoting them from the forum so that those that mainly use just the forum get the same info as well as those that start on the front page. Is there any way to include sections and categories from the cms into the ticker?
Sorry Billstelling
One source is allowed
your suggestion may be included in next version
COL NIL SATIS
05-21-2011, 11:47 AM
tagged!!! looks another cracking mod this
COL NIL SATIS
05-21-2011, 12:15 PM
Is it possible to exclude certain forums ?? say for example the admin forum
ALBCODERS
05-21-2011, 05:53 PM
Is it possible to exclude certain forums ?? say for example the admin forum
check this article https://vborg.vbsupport.ru/showthread.php?t=231525
BlueCheri
05-23-2011, 04:42 PM
Good one, will install soon.
watty005
05-23-2011, 05:14 PM
I've followed the steps to install it correctly, however this does not work, I got the 'play, pause, etc' buttons showing but no posts show? anyone else got this problem? how do I fix this?
COL NIL SATIS
05-25-2011, 05:53 PM
check this article https://vborg.vbsupport.ru/showthread.php?t=231525
cheers !! :)
Ray Robinson
05-26-2011, 11:23 AM
Any way to change the colour of the white box?
ALBCODERS
05-29-2011, 07:07 AM
Any way to change the colour of the white box?
if you remove dhe background-color form css codes you will have a transparent bg.
But I have another problem because I have 2 tickers it looks 2 times so I have another ticker under one.
lycheepassion
06-02-2011, 03:58 PM
i installed as you said but i dont see it!
lycheepassion
06-02-2011, 04:30 PM
Works now must take a few mins - does it show on home bc it wont for me?
Neofate
06-03-2011, 12:25 AM
I PM'ed this -- But how can I make this mod appear JUST on my main page of forum index?
IE: http://www.siteurl/forum/
And nowhere else.
If I have to move it around a little up there for a template to put the code in that is different than navpane.. or somesuch that is fine.
Stator,.. or if any code savvy people might know, I'd like to know.
You might ask why.
The MAIN reason for me, is that it can be distracted while reading messages with the ticker and users have asked if it could be limited to the one area. They like it, just not everywhere.
Others in this thread have asked similar questions.
Seems fairly basic, would love some insight.
Thanks!
Neofate
stator
06-03-2011, 06:01 AM
I PM'ed this -- But how can I make this mod appear JUST on my main page of forum index?
IE: http://www.siteurl/forum/
And nowhere else.
If I have to move it around a little up there for a template to put the code in that is different than navpane.. or somesuch that is fine.
Stator,.. or if any code savvy people might know, I'd like to know.
You might ask why.
The MAIN reason for me, is that it can be distracted while reading messages with the ticker and users have asked if it could be limited to the one area. They like it, just not everywhere.
Others in this thread have asked similar questions.
Seems fairly basic, would love some insight.
Thanks!
Neofate
Sorry, For not following up the thread as I am busy.
If you want to display it at homepage only, just instead add the code to "navbar" add it to "Forumhome" template below {vb:raw navbar}
paulvev
06-03-2011, 07:43 PM
I've followed the steps to install it correctly, however this does not work, I got the 'play, pause, etc' buttons showing but no posts show? anyone else got this problem? how do I fix this?
Me too. Any advice? Did you change anything to get it working?
paulvev
06-03-2011, 07:47 PM
Cancel that. Its working now. I needed to change some settings
"vBulletin Options > vBulletin Options > External Data Provider"
Enable External Javascript = yes
Excellent mod.
raagaswaram
06-05-2011, 04:22 PM
how to add posted time like in your site?.
raulin
06-06-2011, 02:16 AM
good job friend!!
raagaswaram
06-07-2011, 06:44 AM
script not executing if i add pm notification jquery mod.what can be done?.
lubbie
06-12-2011, 07:23 PM
Works but on unix systems its causing 100% cpu
sdodd35
06-12-2011, 10:00 PM
Installed... Nice mod!!
giorgino
06-20-2011, 04:57 PM
Is it possible to limit the stream to last 3 (or so) news?
tiltyardferrets
06-20-2011, 06:58 PM
I'm sorry but I'm trying to muddle though with my limited knowledge. I see that I'm supposed to edit files, but I don't have the location of where these files are located. Can you please offer some assistance?
sameh.nl
06-28-2011, 01:44 PM
<font color="DarkOrchid">Great work stator
is this Modification is working in vBulletin 3.8</font>
whitey92lx
06-28-2011, 03:39 PM
Sweet!
Thanks!
whitey92lx
06-30-2011, 10:59 PM
A member notified me of an issue with the ticker. Is there anything that can be done about this? My arcade is ibProArcade v2.7.0+ with vb 4.0.3
The addition of the event ticker seems to be messing with the arcade. Instead of having the scrolling ticker all of the events are listed out and reset every few seconds making the page jump.
http://i219.photobucket.com/albums/cc101/whitey92lx/Untitled.jpg
whitey92lx
07-05-2011, 04:43 PM
Has anyone had a chance to look at my problem? I noticed it is also doing this in my itrader . So the issue seems to be present only in my ibProArcade v2.7.0+ and itrader add ons.
I am using vb 4.0.3
Macgiber
07-11-2011, 03:41 AM
be edited so that the bar will be smaller
whitey92lx
07-12-2011, 08:35 PM
Has anyone had a chance to look at my problem? I noticed it is also doing this in my itrader . So the issue seems to be present only in my ibProArcade v2.7.0+ and itrader add ons.
I am using vb 4.0.3
I fixed it.. I pasted the code that goes into the additional.css template, into the itrader.css and arcade.css templates. Problem solved.
baghdad4ever
07-14-2011, 08:38 PM
is this cause server load?
stator
07-16-2011, 06:05 PM
is this cause server load?
No ....
Successfulsteps
07-18-2011, 04:12 AM
I tried installing this on 4.1.4 and all I had was the blank ticker. I had to delete the js folder until you tell me how to fix.
Manoel J?nior
07-18-2011, 11:28 AM
Really incrible!!!
Thanks and 5 stars for you!!!
demo7up
07-18-2011, 05:41 PM
how can i make it include all new post across my entire forum i have new post but for some reason the ticker isnt refreshing and still has the sames posts as from when i set it up.. i did a bunch of style changes to it only to reflect my theme all the code is intact..
demo7up
07-18-2011, 05:44 PM
how can i make it include all new post across my entire forum i have new post but for some reason the ticker isnt refreshing and still has the sames posts as from when i set it up.. i did a bunch of style changes to it only to reflect my theme all the code is intact..
Nevermind I figured it out.. cool
Manoel J?nior
07-20-2011, 12:49 AM
Hummm..
How to install in VB3.8?
Derapata
07-21-2011, 09:24 PM
in vb 4.1.4 blank why?
Manoel J?nior
07-26-2011, 04:08 AM
Support? How to install in VB3.8?
can u exclude certain forums?
thanks for a great mod
And, can the ticker display on my site homepage that is not part of the forum?
my123world
07-28-2011, 11:41 PM
This Isnt Compatible For 4.1.5.. :( Please Do The Changes ASAP! Thanx in advance.. :)
archet1337
07-29-2011, 11:02 PM
I just upgraded to 4.1.5 and the mod is working fine on my board. (See attachment)
Manoel J?nior
08-03-2011, 11:59 AM
For 3.8.7 not functionally
Dr.osamA
08-08-2011, 10:15 PM
installed
translated
thank you bro
keep it up
iDHKHCM
08-09-2011, 01:03 AM
To include certain forums
Edit the code added to navbar template
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js&forumids=14,5,21,15,9,10">
Screen Shot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=128677&stc=1&d=1304197327
this isnt working on 4.1.5 :(
K4GAP
08-09-2011, 06:08 AM
Is this working for anyone running 4.1.5 ?
archet1337
08-09-2011, 02:01 PM
If you scroll 4 posts up, you see it is actually running fine on 4.1.5 ;)
Or you can click here (http://www.radioctrl.com) for a live demo.
gothicuser
08-12-2011, 05:45 AM
I've been trying to apply this mod now for a few hours. I'm using vB4.1.5 totally clean install, with only a few threads/posts.
All I can get is an error (see screenies below)
Firebug tells me it's not defining
$(function () {
$('#js-news').ticker();
});
Went as far as to re-install vB a couple of times, just to assure myself that it was a clean install.
Any suggestions?
mjfan227
08-14-2011, 12:06 AM
Using 4.1.5 and it isn't showing up at all.
iDHKHCM
08-14-2011, 03:14 AM
mines working fine on 4.1.5 make sure you followed the instructions correctly
http://screensnapr.com/v/2ZXcQp.png
mjfan227
08-18-2011, 02:24 AM
I did steps 1-7 as per directions, checked and double checked, and it is just not showing up!
iDHKHCM
08-18-2011, 06:12 AM
I did steps 1-7 as per directions, checked and double checked, and it is just not showing up!
are forums and threads viewable for ALL usergroups?
AttalaEA
08-23-2011, 06:07 PM
I am runing vb 4.1.5 and it doesn't work with me and it shows many lines each line with a thread at the same time below navbar
iDHKHCM
08-24-2011, 01:52 AM
4.1.5 PL1 worked great thanks for the wonderful Addon
kfyonur
08-24-2011, 12:09 PM
which is true,somebody people said it was working on 4.1.5 somebody say was not..
I am using 4.14.
furkaned
08-26-2011, 07:29 AM
thanks installed! :)
doctorsexy
08-28-2011, 11:47 AM
installed 4.1.5... thank you.....
DjEddie
09-07-2011, 01:32 PM
i've seen it working on 4.15 ^^ on groovie-baby above..
I have 4.15 and followed the instructions turned external date on etc .. yet I can't get anything to appear..
Not sure why ... any help? ...
kfyonur
09-07-2011, 09:10 PM
great mod !! i don't want to show some forum thread,how can i do it ? forexample i don't want to show administration forum.
stator
09-08-2011, 11:56 AM
great mod !! i don't want to show some forum thread,how can i do it ? forexample i don't want to show administration forum.
Sorry mod only "Include" certain forums, but to "exclude", so you have to write "id" of all forums you want & leave those you don't want.
BlueCheri
09-08-2011, 02:02 PM
Facing some problem, it's blank.
Does it work for 4.1.2?
whitey92lx
09-15-2011, 03:55 PM
I have all of the posts that I wish to show on the ticker all in 1 board (News!). For some reason it is only showing 2 of 6 threads in the News! board. Any idea why? I want it to show all of them randomly.
vb 4.0.3 I have had this thread ticker installed and been working fine for some time. I just now edited the forum setup though by adding the News! forum and posting only the threads that I want to show on the ticker in there..
my123world
09-17-2011, 08:22 PM
Doesnt work on vB4.1.5 PL1, CSS Issue... Plz Help!
abbasbsp
09-18-2011, 10:28 AM
Doesnt work on vB4.1.5, CSS Issue...
Please romove
doctorsexy
09-18-2011, 01:00 PM
Works on 4.1.5 and 4.1.7 ..no problem its running on my site.....
my123world
09-21-2011, 10:09 AM
This is Some Issue, This Definitely Doesnt Works on 4.1.5 PL1! 4.1.6 has no much change from the 4.1.5 version so, I Dont No.. But Doesnt Work on 4.1.5 PL1! :( Its a CSS Issue. Please Solve it!
Thanx
my123world
09-21-2011, 10:14 AM
OK, I Found The Fix Myself! :D This Doesnt Works If You Have Placed Some CSS Code in The Header Section of Your Template. I Had a Notification Alert CSS Stuff There, So it wasnt working.. Removed and now this is working.
@abbas - Please Check Your Header Section of your template, If You Have Done Everything Alright and yet it doesnt come :)
kfyonur
09-22-2011, 08:05 PM
..................
kfyonur
10-02-2011, 10:42 AM
This program is mix with https://vborg.vbsupport.ru/showthread.php?t=268085
I think they are using some place.how can i solve this problem..
prandah
10-03-2011, 02:23 AM
Not work on me :(
Thanks, it works nicely, but I figured the problem of the Chrome browser is a jump on the page: (
stator
10-03-2011, 04:08 PM
This program is mix with https://vborg.vbsupport.ru/showthread.php?t=268085
I think they are using some place.how can i solve this problem..
The answer is below:
OK, I Found The Fix Myself! :D This Doesnt Works If You Have Placed Some CSS Code in The Header Section of Your Template. I Had a Notification Alert CSS Stuff There, So it wasnt working.. Removed and now this is working.
@abbas - Please Check Your Header Section of your template, If You Have Done Everything Alright and yet it doesnt come :)
kfyonur
10-03-2011, 04:54 PM
This is my header template..When i activate the other plugin,your plugin is lost..
<div class="above_body"> <!-- closing tag is in template navbar -->
<div id="header" class="floatcontainer doc_header">
<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div><vb:else /><div> </div></vb:if>
<div id="toplinks" class="toplinks">
<vb:if condition="$show['member']">
<ul class="isuser">
<li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
<li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
<vb:if condition="$notifications_total">
<li class="popupmenu notifications" id="notifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
<ul class="popupbody popuphover">
{vb:raw notifications_menubits}
</ul>
</li>
<vb:else />
<li class="popupmenu nonotifications" id="nonotifications">
<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
<ul class="popupbody popuphover">
<li>{vb:rawphrase no_new_messages}</li>
<li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li>
</ul>
</li>
</vb:if>
<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
{vb:raw template_hook.header_userinfo}
<vb:comment><p>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</p></vb:comment>
<vb:else />
<ul class="nouser">
<vb:if condition="$show['registerbutton']">
<li><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
</vb:if>
<li><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>
<li>
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v={vb:raw vboptions.simpleversion}"></script>
<form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})">
<fieldset id="logindetails" class="logindetails">
<div>
<div>
<input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" />
<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" />
<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" />
</div>
</div>
</fieldset>
<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div>
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<script type="text/javascript">
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
vB_XHTML_Ready.subscribe(function()
{
//
YAHOO.util.Event.on('navbar_username', "focus", navbar_username_focus);
YAHOO.util.Event.on('navbar_username', "blur", navbar_username_blur);
YAHOO.util.Event.on('navbar_password_hint', "focus", navbar_password_hint);
YAHOO.util.Event.on('navbar_password', "blur", navbar_password);
});
function navbar_username_focus(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>')
{
//
textbox.value='';
textbox.style.color='{vb:stylevar toplinks_form_input.color}';
}
}
function navbar_username_blur(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
//
textbox.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>';
textbox.style.color='{vb:stylevar toplinks_form_input_defaultValue.color}';
}
}
function navbar_password_hint(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "none");
YAHOO.util.Dom.setStyle('navbar_password', "display", "inline");
YAHOO.util.Dom.get('navbar_password').focus();
}
function navbar_password(e)
{
//
var textbox = YAHOO.util.Event.getTarget(e);
if (textbox.value == '')
{
YAHOO.util.Dom.setStyle('navbar_password_hint', "display", "inline");
YAHOO.util.Dom.setStyle('navbar_password', "display", "none");
}
}
</script>
</li>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_header}
</vb:if>
</ul>
</vb:if>
</div>
<div class="ad_global_header">
{vb:raw ad_location.global_header1}
{vb:raw ad_location.global_header2}
</div>
<hr />
</div>
<script src="peel/peel.js" type="text/javascript"></script>
Mo7mD.ZaYOnA
10-08-2011, 09:31 AM
I need it for vbulletin 3 PLZ
qpurser
10-09-2011, 12:25 PM
This is a great mod and would like to use it on my forum.
I think it shows only 10 threads?
Can it be changed to 20 or so?
Thanks
Hi,
i have problem with " http://validator.w3.org " it said the code :
<script type="text/javascript" src="http://www.uquni.com/vb/external.php?&type=js"></script>
it's not correct because: cannot generate system identifier for general entity "type", and reference not terminated by REFC delimiter ..
what it's solved for it ..
doctorsexy
10-10-2011, 11:32 AM
The only error i got i changed ...
this <script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
to this.. <script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"> </script>
document type does not allow element "script" here; assuming missing "li" start-tag:
-------------------------------------------------------------------------------------------------------------
?t/javascript" src="http://www.uquni.com/vb/external.php?&type=js"></script>
doctorsexy
10-11-2011, 08:36 AM
where are you getting this from...
http://www.uquni.com/vb/external.php?
During the examination site: http://validator.w3.org
artscripts
10-14-2011, 09:47 PM
I have a problem, the plugin works everywhere except forumhome
start2008
10-21-2011, 03:04 PM
Installed
Thanks! Great Mod.
Maroufi
11-23-2011, 10:55 AM
Is There Any Way To Set cache validator For This File?
<script type="text/javascript" src="external.php?&type=js"></script>
watty005
11-23-2011, 03:21 PM
How do I change the color of 'Latest Threads' and 'Posted by'.
Any help much apprechiated
eXoOutsider
11-25-2011, 04:32 PM
Was wondering if you could have more than 1 latest thread show up, say 5. Also wondering if this works on the CMS?
AK Houston
12-03-2011, 02:22 AM
thank you so much!
Macgiber
12-12-2011, 09:40 PM
tremendous contribution, but does not work on my site
heartsglad
12-13-2011, 10:00 AM
followed the instructions(inc. Enable Ext Java Yes, havent got other CSS in header), did not work wirh VB 4.1.8. :(
ecitizen
12-27-2011, 12:54 PM
I have a problem, the plugin works everywhere except forumhome
I have this problem too!!!
is there taht can help me?
belceb
12-29-2011, 01:32 AM
2 things.
1) Is it possible to make this show the latest 10 threads with the last post?
2) Could you hyperlink members profile on their name?
dany_danay
01-08-2012, 10:46 AM
Dont work in 4.1.9 I dont see any changes
dany_danay
01-08-2012, 11:00 AM
Sorry, wrking, only one hing, its possible to show the subforums name of the thread?
vladig
01-20-2012, 08:56 PM
how i can change side? i want the text in right side... i tried and i canot...
datoneer
01-21-2012, 06:07 AM
Best One!
nerowolfe
01-21-2012, 05:07 PM
On 4.10.1 is perfect :)
Merjawy
01-22-2012, 06:13 AM
If the board is using Arabic UTF-8, java won't decode Arabic terms correctly.
It works fine if Windows-1256 is used.
Danny Diamond
01-27-2012, 05:35 PM
installed. I love it
gamersplatoon
01-30-2012, 07:42 AM
It doesnt show up on my forums. for some reason ;/
tommydamic68
02-04-2012, 01:04 PM
Can we get this to work on 3.8?
tommydamic68
02-05-2012, 04:24 PM
Hello, i have VB 3.8-installed.My problem on my site is the swipe does not follow letters correctly and also the controls are not lined up where they need to be. Any help would be appreciated.
thanks,
stator
02-05-2012, 10:28 PM
Hello, i have VB 3.8-installed.My problem on my site is the swipe does not follow letters correctly and also the controls are not lined up where they need to be. Any help would be appreciated.
thanks,
Tommy, it seems that you need to edit the css code to suite your vB 3.
I created it based on vB 4 & I didn't test it on vB 3.
Also I am not sure if this problem beyond the css or not.
tommydamic68
02-06-2012, 09:10 AM
Tommy, it seems that you need to edit the css code to suite your vB 3.
I created it based on vB 4 & I didn't test it on vB 3.
Also I am not sure if this problem beyond the css or not.
Yes, it is css, i just cant get the proper code edits. Is there a way to help me adjust it. I changed the reveal to fade, if removes the swipe and looks nice, i just need to get the controls moved up and over, any help would be appreciated, where in the css is the code to move controls up and over.
thanks,
can someone help by telling me how to adjust the controls? much appreciated.
tommydamic68
02-08-2012, 10:45 PM
Yes, it is css, i just cant get the proper code edits. Is there a way to help me adjust it. I changed the reveal to fade, if removes the swipe and looks nice, i just need to get the controls moved up and over, any help would be appreciated, where in the css is the code to move controls up and over.
thanks,
can someone help by telling me how to adjust the controls? much appreciated.
Any one? css knowledge? it cant be too hard.
yeppuda
02-12-2012, 08:16 AM
for 4.x.x:
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js&forumids=1,2,3,4,5"></script>
<script type="text/javascript">
True ?
for 3.8.x:
<script type="text/javascript" src="[vboptions.bburl]/external.php?&type=js&f=1,2,3,4,5"></script>
<script type="text/javascript">
Coder, help please ;)
tommydamic68
02-14-2012, 12:12 AM
For 3.8 users-here is the CSS code. you will have to adjust it to your site. it took me days to get the answer so enjoy it freely and simply! iv'e made the code bold where you will need to adjust it for your site.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/* StatorLatest Threads Ticker */
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#ticker-wrapper * {
margin-left: auto;
margin-right: auto;
}
#ticker-wrapper.has-js {
margin: 20px auto 20px auto;
padding: 0px 20px;
width: 870px;
height: 30px;
display: block;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #f8f0db;
font-size: 1.1em;
}
#ticker-wrapper{position:relative}
#ticker {
width: 830px;
height: 30px;
display: block;
position: relative;
overflow: hidden;
background-color: #f8f0db;
}
#ticker-title {
padding: 5px;
color: #990000;
font-weight: bold;
background-color: #f8f0db;
text-transform: none;
}
#ticker-content {
margin: 0px;
padding: 5px;
position: absolute;
color: #1F527B;
font-weight: normal;
background-color: #f8f0db;
overflow: hidden;
white-space: nowrap;
line-height: 1.2em;
}
#ticker-content:focus {
none;
}
#ticker-content a {
text-decoration: none;
color: #1F527B;
}
#ticker-content a:hover {
text-decoration: underline;
color: #0D3059;
}
#ticker-swipe {
padding-top: 9px;
position: absolute;
top: 0px;
background-color: #f8f0db;
display: block;
width: 800px;
height: 23px;
}
#ticker-swipe span {
margin-left: 1px;
background-color: #f8f0db;
border-bottom: 1px solid #1F527B;
height: 12px;
width: 7px;
display: block;
}
#ticker-controls {
list-style-type: none;
margin: 0;
padding: 8px 0 0;
position: absolute;
right: 30px;
top:45;
}
#ticker-controls li {
padding: 0px;
margin-left: 5px;
float: left;
cursor: pointer;
height: 16px;
width: 16px;
display: block;
}
#ticker-controls li#play-pause {
background-image: url('../images/controls.png');
background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
background-image: url('../images/controls.png');
background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
background-position: 48px 0px;
}
#ticker-controls li#prev {
background-image: url('../images/controls.png');
background-position: 0px 16px;
}
#ticker-controls li#prev.over {
background-position: 0px 32px;
}
#ticker-controls li#prev.down {
background-position: 0px 0px;
}
#ticker-controls li#next {
background-image: url('../images/controls.png');
background-position: 16px 16px;
}
#ticker-controls li#next.over {
background-position: 16px 32px;
}
#ticker-controls li#next.down {
background-position: 16px 0px;
}
.js-hidden {
display: none;
}
#no-js-news {
padding: 10px 0px 0px 45px;
color: #F8F0DB;
}
.left #ticker-swipe {
left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
float: left;
}
.left #ticker-controls {
padding-left: 6px;
}
.right #ticker-swipe {
right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
float: right;
}
.right #ticker-controls {
padding-right: 6px;
}
abyanhost
02-17-2012, 04:20 PM
If the board is using Arabic UTF-8, java won't decode Arabic terms correctly.
It works fine if Windows-1256 is used.
It works fine in my Arabic UTF-8 board "abyanboard" vb Version 4.1.10.
Simply open the file jquery.ticker.js by notepad++ and convert it to UTF-8 without BOM.
Edit "Latest threads" = " آخر المواضيع " , also direction "rtl", as per the instructions in the mod.
save the file and upload it to js directory.
Regards,
dany_danay
02-20-2012, 12:19 PM
I want to show certain threads, i try to add:
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js&forumids=14&threadid=31608"></script>
but it show another thread from the same subforum.. any ideas?
Please!!
CuteC@t
03-30-2012, 06:17 AM
How do I turn it off ? Do I have to remove all codes..........plz someone guide me!
hacker_
03-31-2012, 06:59 PM
for more seo in vBSEO how to edit this?
<!--ticker-->
<div id="ticker-wrapper" class="no-js">
<ul id="js-news" class="js-hidden">
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<li><a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + ' ' + '<span style="color: red;">Publicado Por:</span>'+ ' ' + threads[i]['poster'] + '</a>' + '</li>');
}
//-->
</script>
</ul>
</div>
<!--ticker-->
because the link did not appear as if the vBSEO thus
http://websiteforum/showthread.php?t=11
and the real link for the vBSEO is this
http://websiteforum/f13/la-primera-presentacion-11-post17/
how to fix this code in de navbar?
egyptsons
04-04-2012, 09:49 PM
it works fine
but controls image not appears
see here
http://www.egyptsons.com/misr
egyptsons
04-04-2012, 10:10 PM
it works fine
but controls image not appears
see here
http://www.egyptsons.com/misr
It work fine now after i upload the image to the domain root
skido
04-06-2012, 08:27 PM
Very nice, installed ..works perfect :D
Feel free to look here to see it running http://unitedextremegamers.net/forum.php
Thanks again!
CuteC@t
04-07-2012, 08:03 AM
It work fine now after i upload the image to the domain root
what is domain root ?
betts02
04-11-2012, 09:18 PM
For some reason it does not work on FORUMHOME or FORUMDISPLAY
Its only working in SHOWTHREAD
Also i included the forum ID but for some reason its showing all latest threads and not just the ids i want
Any fix ?
many thanks
betts02
04-11-2012, 10:15 PM
OK well i managed to get it to work and show with some changes to where i placed your codes BUT when i add the forum ids its stops working
I really need to only have 1 forum id to display in this so any help would be great
OK well i managed to get it to work and show with some changes to where i placed your codes BUT when i add the forum ids its stops working
I really need to only have 1 forum id to display in this so any help would be great
It works but I think the line that includes the external data needs to be like this (with & instead of just &):
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?type=js&forumids=1,2,3,4,5"></script>
Also, the external.php data seems to be included twice, once in headinclude and once in navbar - I don't think you actually need both of them.
betts02
04-12-2012, 09:34 PM
The ONLY way this shows up is if i put both codes in the NAVBAR
BUT when i change the code to as you suggest it does not show any threads at all
Would really love to get this working and i do not know why i can not and you can
Are you sure 442 is the correct forumid? Also I think there might be a time limit so if all the threads in that forum are old they won't show.
Oh...also, the external data provider only works with public forums, so if your forum is not visible to guests, that's probably what's wrong.
betts02
04-13-2012, 02:06 PM
The threads are in a private section for full members of my site, Not guests or even registered users can see it so that might be the issue
Is it possible to change anything so i can get it to show the threads to full members ONLY cheers for the help
hhumas
04-14-2012, 07:01 PM
how to enable it on the main page .. just like in you forum
kalilo81
04-16-2012, 09:33 AM
nice work.
Macgiber
05-25-2012, 01:26 AM
Version 4.2.0 works perfect, thanks.
Energypac
06-24-2012, 12:59 PM
I like your ticker but can't see to get it to work on front page just works on the blogs. Could use some help...I do have another js working on the front page. Had it working momentarily. Thanks for your help.
Marc---
Poker Face
07-23-2012, 12:30 AM
This program is mix with https://vborg.vbsupport.ru/showthread.php?t=268085
I think they are using some place.how can i solve this problem..
The answer is below:
OK, I Found The Fix Myself! :D This Doesnt Works If You Have Placed Some CSS Code in The Header Section of Your Template. I Had a Notification Alert CSS Stuff There, So it wasnt working.. Removed and now this is working.
@abbas - Please Check Your Header Section of your template, If You Have Done Everything Alright and yet it doesnt come :)
Based on this response, can I assume that any plug-in that also works in the header ie: https://vborg.vbsupport.ru/showthread.php?t=235841 will create a conflict?
I was able to get this to work in 4.1.8, but it would never refresh, so I uninstalled... because I rather have VSa - Advanced Forum Statistics, but it would be nice to have "both"
GhostHunter2010
07-24-2012, 12:55 PM
hi mate installed but it shows only 10 threads... wich i did change the numbers to &forumids=1,2,3,4,5 but stills shows only last 10 threads how can i make this to show all threads an posts please thankyou.
now im havin a problem is not workin anymore it has stuck thi _ on midle :( can u help me thx
GhostHunter2010
07-24-2012, 01:51 PM
hell again for some reasons when i modify it to
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js&forumids=1,9,14,30 "></script>
<script type="text/javascript">
it stops working when i do it like that.
but if i leave it as it is like this below works fine.. any idea why is this thanks
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
PamelaE
01-07-2013, 12:30 PM
How can I get this to work pulling in a wordpress blog
Although it's an xml feed, the extension isn't .xml
http://www.ultimatedallas.com/dallasnews/feed/
We keep being told that should work but it doesn't
fxdigi-cash
01-25-2013, 05:53 AM
How can I get this to work pulling in a wordpress blog
Although it's an xml feed, the extension isn't .xml
http://www.ultimatedallas.com/dallasnews/feed/
We keep being told that should work but it doesn't
ok, you need to know the file extension since this is the main issue you have as I understand. The feed url has to match the extension, otherwise, it won't work.
since your url is a news feed, I assume it is .rss extension, not xml
I guess you can try and see if it goes ok or not
Cheers
fxdigi-cash
02-15-2013, 12:30 AM
for unknown reason it has stopped updating.... as if it is frozen....
any idea?
P.s: found the problem. adding amp; in the same line of the script to add forums id correctly. Thanks
john7911
02-27-2013, 02:15 PM
السلام عليكم و رحمة الله و بركاته
Hi,
I don't see anything can you please tell me why?
I did all steps that you gave above.
http://www.faouweb.net/forum/forum.php
Thank you.
stator
03-16-2013, 08:04 AM
السلام عليكم و رحمة الله و بركاته
Hi,
I don't see anything can you please tell me why?
I did all steps that you gave above.
http://www.faouweb.net/forum/forum.php
Thank you.
Did you follow the instructions step by step ?
Replicators
03-17-2013, 06:26 PM
Did you follow the instructions step by step ?
It's not showing up for me either, not that it is your fault as i think its just a conflict, i got alot of stuff in my additional.css.
elitecarders
03-22-2013, 11:10 AM
i installed everything very carefully . but its not writing on scrool bar i don't know why ...
https://vborg.vbsupport.ru/external/2013/03/22.png
Actully i want to post slider of posts from all sections and catigries
ikymbo
04-03-2013, 01:41 PM
how can show Latest Threads on my forum home? work fine on every sub forum, but not on my main page
https://www.worldgamez.net/forum.php
Bubble #5
09-22-2013, 06:25 PM
Kind of works in 4.2.1.
Can't get the images to show up. Verified the image path is OK.
I counted 4 places in additional CSS where there is a path to images.
Does anyone know of any other references to the images :confused: Didn't see any in the js script, but this should be a simple thing to fix :o
Gamelobby
10-20-2013, 01:00 AM
If i want to use it like an info ticker, where an admin/mod can make a post (in private) but is seen by public, & it goes to ticker, how do you delete the current info? (if i don't want 10 latest posts)
Can you just edit the thread or delete that thread, & make a new post in the specified section.?
Does that make sense.? lol
*Added*
I've done step 1-7, but nothing happened.?
Do i need to edit js in order to work or just to adjust different settings, forums, etc.
I uploaded the folder to forum root (as well as images folder even though there is no instruction to. lol) But i see nothing on any page.?
I'm using 4.2.0 PL4
yardimpaylas
10-24-2013, 10:49 PM
thank you very much :)
angeljs
10-27-2013, 08:15 PM
Not working for me on 4.2.
t.uzuner
01-17-2014, 08:44 PM
not working 4.2.0
ikorolis
01-18-2014, 01:16 PM
Working VB 4.2.2
sodasusu
01-20-2014, 12:21 PM
Not Working VB 4.2.2
NukedLT
02-20-2014, 12:37 PM
Here's a fix for those running anything new than 1.9 jquery.
The ticker script is pretty old so you need to include Jquery migrate:
http://blog.jquery.com/2013/05/08/jquery-migrate-1-2-1-released/
And then grab the latest ticker script from the demo site.
john7911
05-01-2014, 07:23 AM
It worked before but now i don't see anything, i don't know if the problem is after the upgrade.
What I have to do?
Thank you.
john7911
05-23-2014, 07:10 PM
Here's a fix for those running anything new than 1.9 jquery.
The ticker script is pretty old so you need to include Jquery migrate:
http://blog.jquery.com/2013/05/08/jquery-migrate-1-2-1-released/
And then grab the latest ticker script from the demo site.
I have changed the JS with this one :
http://code.jquery.com/jquery-migrate-1.2.1.js
but it does not work :(
any other solution?
Thank you :)
oxide11
06-19-2014, 09:52 PM
good work thanks
john7911
06-23-2014, 04:33 AM
good work thanks
Do you use 4.2.2 ?
hanm15
07-27-2014, 10:14 PM
Doesnt work...
Seems that there is an issue with vb 4.2.2 - not working for me, too.
There is nothing shown, even when I can see the source-code is included in the site.
To those on 4.2.2 which have that mod up & running:
have you changed anything to get this mod working or have you installed the ticker step by step as written in the Mod-description?
john7911
08-16-2014, 05:09 PM
Any good news?
doctorsexy
09-12-2014, 01:51 PM
Running on 422 with noooooooooooooo problems....
john7911
09-12-2014, 04:57 PM
Running on 422 with noooooooooooooo problems....
How you did it ?
I have tried several time without success :(
doctorsexy
09-12-2014, 05:33 PM
As per the instructions....:D
john7911
09-14-2014, 06:50 AM
As per the instructions....:D
I did all step by step and not working for me :(
doctorsexy
09-14-2014, 08:05 AM
Did you Enable External Javascript...
have you any other jquery running..
link to your forum....
john7911
09-14-2014, 08:09 AM
Did you Enable External Javascript...
- Yes
have you any other jquery running..
- Not sure
link to your forum....
http://www.faouweb.net/forum/forum.php
Thank you ;)
doctorsexy
09-14-2014, 08:11 AM
Is your forum in a sub folder
doctorsexy
09-14-2014, 08:17 AM
try
<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>
john7911
09-14-2014, 08:46 AM
Is your forum in a sub folder
Yes
I tried
<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>
as you can see:
<!--DEBUT LATEST-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>
$(function () {
$('#js-news').ticker();
});
</script>
<!--FIN LATEST-->
but nothing change.
doctorsexy
09-14-2014, 08:55 AM
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
$(function () {
$('#js-news').ticker();
});
</script>
john7911
09-14-2014, 09:31 AM
Here are all screen shot of what I have:
https://vborg.vbsupport.ru/external/2014/09/9.jpg
https://vborg.vbsupport.ru/external/2014/09/10.jpg
https://vborg.vbsupport.ru/external/2014/09/11.jpg
https://vborg.vbsupport.ru/external/2014/09/12.jpg
CSS:
https://vborg.vbsupport.ru/external/2014/09/13.jpg
#ticker-wrapper * {
margin-left: auto;
margin-right: auto;
}
#ticker-wrapper.has-js {
margin: 20px auto 20px auto;
padding: 0px 20px;
width: 900px;
height: 30px;
display: block;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background-color: #f8f0db;
font-size: 1.1em;
}
#ticker {
width: 830px;
height: 30px;
display: block;
position: relative;
overflow: hidden;
background-color: #f8f0db;
}
#ticker-title {
padding: 5px;
color: #990000;
font-weight: bold;
background-color: #f8f0db;
text-transform: none;
}
#ticker-content {
margin: 0px;
padding: 5px;
position: absolute;
color: #1F527B;
font-weight: normal;
background-color: #f8f0db;
overflow: hidden;
white-space: nowrap;
line-height: 1.2em;
}
#ticker-content:focus {
none;
}
#ticker-content a {
text-decoration: none;
color: #1F527B;
}
#ticker-content a:hover {
text-decoration: underline;
color: #0D3059;
}
#ticker-swipe {
padding-top: 9px;
position: absolute;
top: 0px;
background-color: #f8f0db;
display: block;
width: 800px;
height: 23px;
}
#ticker-swipe span {
margin-left: 1px;
background-color: #f8f0db;
border-bottom: 1px solid #1F527B;
height: 12px;
width: 7px;
display: block;
}
#ticker-controls {
padding: 8px 0px 0px 0px;
list-style-type: none;
float: left;
}
#ticker-controls li {
padding: 0px;
margin-left: 5px;
float: left;
cursor: pointer;
height: 16px;
width: 16px;
display: block;
}
#ticker-controls li#play-pause {
background-image: url('../images/controls.png');
background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
background-image: url('../images/controls.png');
background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
background-position: 48px 0px;
}
#ticker-controls li#prev {
background-image: url('../images/controls.png');
background-position: 0px 16px;
}
#ticker-controls li#prev.over {
background-position: 0px 32px;
}
#ticker-controls li#prev.down {
background-position: 0px 0px;
}
#ticker-controls li#next {
background-image: url('../images/controls.png');
background-position: 16px 16px;
}
#ticker-controls li#next.over {
background-position: 16px 32px;
}
#ticker-controls li#next.down {
background-position: 16px 0px;
}
.js-hidden {
display: none;
}
#no-js-news {
padding: 10px 0px 0px 45px;
color: #F8F0DB;
}
.left #ticker-swipe {
left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
float: left;
}
.left #ticker-controls {
padding-left: 6px;
}
.right #ticker-swipe {
right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
float: right;
}
.right #ticker-controls {
padding-right: 6px;
}
/* FIN StatorLatest Threads Ticker */
john7911
09-14-2014, 09:40 AM
I see it in the default style :eek:
https://vborg.vbsupport.ru/external/2014/09/8.jpg
--------------------
I will activate the default style if you want to see.
http://www.faouweb.net/forum/forum.php?styleid=1
doctorsexy
09-14-2014, 10:08 AM
Its something in that style then... i see no loading bar on the default style . try uninstalling that for a start..
john7911
09-14-2014, 04:50 PM
Thank you very much doctorsexy for your help, I will install a test forum with the same style and see where is the problem.
john7911
09-17-2014, 03:48 PM
I remember, since i did a revert of the style, Latest Threads Ticker has stopped working.
https://vborg.vbsupport.ru/external/2014/09/4.jpg
Is there a way to unrevert a style?
Thank you.
john7911
09-17-2014, 04:08 PM
It works in the same style.
TEST:
http://www.faouweb.net/forum/forum.php?styleid=15
My Forum:
http://www.faouweb.net/forum/forumdisplay.php?2-AutoCAD&styleid=6
---------------
I have disable all products to see , but i stile have the same probleme :(
hanm15
09-26-2014, 02:49 PM
DOESNT WORK!!!!!!!
doctorsexy
09-28-2014, 02:02 PM
DOESNT WORK!!!!!!!
Oh yes it works well.....:)
flyrib
10-14-2014, 11:58 AM
looks very nice. Is there some similar solution for vB3 ?
Diipisx
11-08-2014, 06:40 PM
Not working for me, what to do?
http://i.imgur.com/xREg7sN.png
(I did everything as you wrote)
john7911
12-19-2014, 11:50 AM
DOESNT WORK!!!!!!!
-----------------------------
Not working for me, what to do?
http://i.imgur.com/xREg7sN.png
(I did everything as you wrote)
Check this thread:
https://vborg.vbsupport.ru/showthread.php?t=316026
Now it work for me.
carmine3838
03-04-2021, 04:10 PM
vbulletin 4.2.5 non funziona
toopye
03-09-2021, 08:30 AM
Thank you very much ..
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.