View Full Version : Add-On Releases - AJAX | Latest threads (Global)
Hello
this mode about show your forum latest or updated threads as fade feeds
https://vborg.vbsupport.ru/external/2010/03/49.jpg
live demo -->> clickhere (http://www.qleb.net)
install :
1- upload the js file to clientscript folder
2- upload the product from your admincp
add this where u like this mod to appear
$ajax_lates_theards
note : if you are allready using jquery.mini don't upload the jquery.min.js file :D
thats all
dont forget to mark as installed if you install it :p
Taurus1
01-23-2010, 03:37 AM
I like this! Thank you.
In what template should I place this, because when I put it in my FORUMHOME template it does not work.
It just load the page until there, (Until just below this mod) and nothing else.
try to but it under navbar its global so its well work in every page in your forum
Taurus1
01-23-2010, 04:03 AM
Nope, this don't work here either. I placed it in various locations in my navbar template also....
110790
It just shows until your mod, and then nothing else!! :(
Taurus1
01-23-2010, 04:30 AM
Disabled for now!
ok iam sorry for that
i found a missing var in css and i fix it
please redownload the zip file and upload the xml file from admincp
this mod has 2 auto templates if you like to customize it
1- ajax_lates_theards
2- ajax_lates_theards_bit
Taurus1
01-23-2010, 05:21 AM
OK, thanks for that, it is now dispaying where I placed it, and the rest of the forum is now there, however, it is not fading new threads or anything, it is just static, with one thread in all the time!
OK, thanks for that, it is now dispaying where I placed it, and the rest of the forum is now there, however, it is not fading new threads or anything, it is just static, with one thread in all the time!
are u sure update the js file inside clientscript folder ?
Taurus1
01-23-2010, 06:55 AM
Yes, I am sure.....tried it again....overriding the previous one also....still the same thing. Just static, don't fade, also don't show any images like on your demo.
Frank Sinatra
01-23-2010, 07:33 AM
Same here
I like it, but ajax function doesnt work
waiting for updates, thanks
hmmm thats wierd , its works perfect on my test local forum and other sites
ok follow this steps
search for template
ajax_lates_theards
find
<script type="text/javascript" src="clientscript/latest_theards.js"></script>
add your root forum link where the clientscript exist
like
<script type="text/javascript" src="https://vborg.vbsupport.ru/clientscript/latest_theards.js"></script>
save and refresh the page
and about show the members avatars when the member has avatar its well show the avatar thumbnail
ill make it work better and show default image if the member has no avatar soon
Taurus1
01-23-2010, 11:03 AM
No, same thing mate. Didn't make any difference.
Taurus1
01-23-2010, 11:42 AM
Uninstalled...Thank you!
grey_goose
01-23-2010, 12:05 PM
Very interested, will be watching to see if this starts working...
updated , i forget to add jquery file ;)
please re upload the files its well work perfect now
grey_goose
01-23-2010, 02:17 PM
Can you modify it to show latest posts in the preview text?
sure i can ill add this on next version as a option
Alfa1
01-23-2010, 04:00 PM
Can someone post a demo link with an English board?
What is the difference between vbispy and this?
grey_goose
01-23-2010, 04:19 PM
This is just a single thread under the navbar; you could certainly use vbispy to do this...
Taurus1
01-23-2010, 06:51 PM
updated , i forget to add jquery file ;)
please re upload the files its well work perfect now
I uploaded the new files, and re-installed the xml......but still nothing mate.....still the same...:(
enteha
01-24-2010, 06:53 AM
Very very nice Qleb, Thanx, worked and installed.
Nordinho
02-12-2010, 10:41 PM
Pretty nice. And works good.
You can see a (slightly modified) English Demo here (http://www.nordinho.net/vbull/forumdisplay.php?f=161)
Some notes: by default the mod shows the latest updated threads, so if someone posts in a thread it will show in the new threads again. And there are no options to select the forums you want threads to display from. So look out with your admin/mod forums.
I don't know of the original author is planning on adding those things, so if someone needs it I will post my modified version here (with latest added threads and choose forumids to display).
Silencer Groans
02-21-2010, 09:12 PM
Thank you
MagicThemeParks
02-21-2010, 11:54 PM
I don't know of the original author is planning on adding those things, so if someone needs it I will post my modified version here (with latest added threads and choose forumids to display).
Nordinho, those are definitely must-have options for a mod like this. Can you share your modified version, please? :)
Nordinho
02-22-2010, 12:31 PM
I've responded to your pm. And mailed it to you.
MagicThemeParks
02-23-2010, 03:55 AM
Thanks Nordinho! :)
I'll be trying it out soon. :up:
Support
02-24-2010, 08:31 PM
Nice one, could i ask about the facebook style ? i want it please
بارك الله فيك
MagicThemeParks
02-28-2010, 03:24 PM
Nordinho's version works perfectly! Thanks for sharing! :up:
Demo: Legendary Rock and Roll Forums (http://www.legendaryrockers.com/forums/)
Very Nice :)
Is it possible to show only the Latest Threads and not bump old thread when someone post in them.
In product I have Replaced
ORDER BY lastpost DESC
with
ORDER BY postid DESC
Seems to be working, I'll like to know If there is a better way :)
ip-ip
03-08-2010, 06:43 AM
Hi,
how i can move to right them similar you ?
https://vborg.vbsupport.ru/external/2010/03/49.jpg
marshal_ramdev
03-08-2010, 07:57 AM
thanks ..
Nordinho
03-11-2010, 10:29 AM
Nordinho's version works perfectly! Thanks for sharing! :up:
Demo: Legendary Rock and Roll Forums (http://www.legendaryrockers.com/forums/)
You're welcome. Glad it worked!
In product I have Replaced
ORDER BY lastpost DESC
with
ORDER BY postid DESC
Seems to be working, I'll like to know If there is a better way :)
ORDER BY thread.dateline DESC
takes the latest threads ;)
@ip-ip I haven't tried it, but if you find and change left to right in the code below it might work
#listticker img{
float:left;
Hi,
how i can move to right them similar you ?
https://vborg.vbsupport.ru/attachment.php?attachmentid=110787&stc=1&d=1264220337
hi
open template after u install the mod (ajax_lates_theards)
in <style type="text/css"> codes find
text-align: left ;
replace with
text-align: right ;
find
float:left;
replace with
float: right ;
OkanK
03-19-2010, 07:15 PM
seamlessly loaded
enjoy
Xexiu
06-10-2010, 01:11 PM
it doesn't show the thumbnail image on my forum :S. Any solutions?
blackberry
06-10-2010, 05:59 PM
the thumbnail image is not showing up? why?
blackberry
06-10-2010, 06:10 PM
one more thing it is displaying threads from the private area as well. can you please fix it?
Xexiu
06-10-2010, 07:00 PM
I think that its because we have the image store on the disc not on the database. I don't know if its any solution for that... Correct me if I'm wrong.
blackberry
06-10-2010, 07:12 PM
i have fixed the image issue.. but it shows theards of pvt sections which i dont want :(
... xexiu open ur .xml and edit image source line like this<img src="http://yourforumname.com/forum/images/misc/newthreads.png" />
here is the image add this in folder /forum/images/misc
http://img714.imageshack.us/img714/9312/newthreads.png
blackberry
07-02-2010, 10:16 AM
hello anyone??
ShawneyJ
07-02-2010, 11:14 AM
anyone with an English demo or screen shot please? :rolleyes:
MagicThemeParks
07-03-2010, 12:24 AM
Nordinho's version works perfectly! Thanks for sharing! :up:
Demo: Legendary Rock and Roll Forums (http://www.legendaryrockers.com/forums/)
English Demo
blackberry
07-03-2010, 09:30 PM
:( how to hide the threads from private sections?
overona
01-02-2011, 11:04 AM
İts not work on vb 4.0 : ( can you help me please to update ????
c0der
04-11-2011, 06:49 PM
جزاك الله كل خير يا غالى
thx alot
ArcadeSyndicate
04-17-2011, 03:32 PM
seems not to be compatible with ibpro arcade / arcade template.
Emeralda
11-20-2011, 04:03 PM
It seems to take the last 10 (default) active threads and scroll them by showing the first posts in it. But is there a way to make it show the last post instead?
PS. It's a bit misleading, because it doesn't update automatically when someone makes a new posts while you're already on a page, but rather, keeps scrolling the same 10 threads until you refresh. It's still nice though.
PS2. Oh wow, it shows all threads, even those in the staff section.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.