This is a simple way to show random quotes at the top of your homepage. You do not have to install any files or modify any code.
If you want random quotes at the top of your Vbulletin homepage. As shown in the picture below.
This script will generate different random quotes at the top of the page out of 100 different quotes already mentioned. Although you can Add more quote like this
quote101= "Quote goes in here";
and then update the this part of script
var ran_unrounded=Math.random()*100;
Modify the script above mentioned to change the number from 100 to the number at the end of your last quote for example if u add
3 more quotes in the code your script will be
var ran_unrounded=Math.random()*
103;
Installation Guide.
All you have to do is go to
Admicp ---> Styles & Templates -----> Style Manager --------> Skin (Which can be any) ------>All style options -------->Header. And then add the code shown below at the end of the script in the Header Template.
You must first be a
registered member to view any code.