The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Any way to get header image to change like slideshow
Is there any way to get your header images to changes as a slideshow
I would like this to work in the forum and CMS I use 4.2.0 P4 thanks in advance |
Благодарность от: | ||
#2
|
|||
|
|||
Finding a slider with Jquery from sharing sites and adding it to your header template in admincp page.
|
#3
|
|||
|
|||
Man, I started an ISP in 1989 and sold it and retired 16 years later and retired, that was 10 years ago and I'm totally lost by that jquery reply...
Matthew |
#4
|
||||
|
||||
Yeah that was of no help, try this mod, https://vborg.vbsupport.ru/showthread.php?t=228130
|
#5
|
||||
|
||||
Thanks to those who replied appreciate the time
Quote:
|
#6
|
||||
|
||||
I've tried that php method to randomize our banner's backgrounds but I ran into issues with the images caching and then not changing without a hard refreshs.
Not sure if that's because we use a CDN but this simple script is what I ended up using; http://www.landthieves.com/board/forum.php Code:
<script type="text/javascript"> var images = ['xxx.jpg', 'xxx.jpg', 'xxx.jpg']; $('#splash').css( {'background': 'url(http://www.website.com/images/bkg/random/' + images[Math.floor(Math.random() * images.length)] + ')no-repeat scroll top / 100%'});</script> filenames css element url to directory |
#7
|
||||
|
||||
Thanks NukedLT appreciate the info
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|