[RC]MMH Random Quotes
Posted: 12 Feb 2012, 13:47
Modification Name: MMH Random Quotes
Author: PhenomKW
Modification Description:: Adds a nice little Random Quotes section to your board.
Modification Version:: 1.0.2
Screenshots:
Demo URL: Mihalism Script
Modification Download: http://www.mihalismscript.com/dm_eds/index.php
EDIT:some people are complaining that when you set the timer it also delays the start time so to fix this do the following.
open: styles\(your theme)\template\overall_header.html
find:
before add:
this should fix it.
Author: PhenomKW
Modification Description:: Adds a nice little Random Quotes section to your board.
Modification Version:: 1.0.2
Screenshots:
Demo URL: Mihalism Script
Modification Download: http://www.mihalismscript.com/dm_eds/index.php
EDIT:some people are complaining that when you set the timer it also delays the start time so to fix this do the following.
open: styles\(your theme)\template\overall_header.html
find:
Code: Select all
setInterval(show,pause);
Code: Select all
show();
this should fix it.