![]() |
Last Threads In A Fader
VB newsfader with the ~ latest threads for all vb versions
(originaly by gogosoft, ztsky and xware) I bored parts of your scripts Made by : MasterDuDe This will put an fader (powered by JavaScript) on top of your forums listings on the home page ... It will show the latest member that joined and will show the 10 last posted threads in it (titles are being chopped off after 20 characters and filled in with ...) Made and tested on vBulletin 2.2.9 |
screen shot?
|
on request : screenshot
|
pretty good hack, could come in useful for people
|
Wow, this is great. Ill install it as soon as I get home on Tuesday.
|
Looks nice:)
Satan |
Will try it... Thanx m8!
|
No, it screws up my ravio skin..... Anyone who runs ravioskin knows what to change?
|
LoL what a shame :/
|
Would have been better if you could give a helping answer...
|
Will this also show latest threads in private forums to people who dont have access to it? I will install if it dont.
|
Quote:
|
Then I can`t use it..... To bad cause it is a nice hack!
|
Same here.
|
Takes me out .. too bad :(
|
same, should be based on permissions.
|
MasterDuDe why not just add a check to see if its a private forum or not?
|
Yeah!!! PLEEEEEEZ!
|
To make the fader ignore posts from certain forums:
In index.php find: Code:
$newsfades=$DB_site->query("SELECT threadid, title, postusername FROM thread ORDER BY threadid DESC LIMIT $ammount"); Code:
$newsfades=$DB_site->query("SELECT threadid, title, postusername FROM thread WHERE forumid <> [forumid] ORDER BY threadid DESC LIMIT $ammount"); Replace [forumid] with the ID number of the forum you want to hide from the fader. |
Oh - and nice hack btw :)
I decided not to use it in the end, didn't like the fade. (It seemed a bit rough!) |
Quote:
|
its possible to get this news-fader running on an external non forum site?.. i just play with the idea to get the news fader on my main homepage to make guest get interrested when they see the news fader of the latest threads.. ?
what i need to do to integrate it in my non vb site? |
thanks for this hack its great
|
Quote:
same question |
How many queries does it add to the forum home? :)
|
Well I didn't notice any added extra queries but I noticed a bug with the fader over lapping if the username is too long...
See attached.. |
Quote:
Code:
$newsfades=$DB_site->query("SELECT threadid, title, postusername FROM thread WHERE forumid <> [forumid] ORDER BY threadid DESC LIMIT $ammount"); Code:
$newsfades=$DB_site->query("SELECT threadid, title, postusername FROM thread WHERE forumid <> [forumid] AND forumid <> [forumid#2] ORDER BY threadid DESC LIMIT $ammount"); |
bump.. did this bug ever get fixed? :(
|
All times are GMT. The time now is 04:47 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|