Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Sideblock Random Quotes Details »»
Sideblock Random Quotes
Version: 1.00, by steve1966 steve1966 is offline
Developer Last Online: Apr 2014 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.0.2 Rating:
Released: 02-16-2010 Last Update: Never Installs: 49
 
No support by the author.

I take no credit for this credits to original author if ypu like to have more options with images and instead of quotes you could have Jokes, Pics, Videos, Sayings go here

http://homepage-tools.com/

Instructions:

Forums & Moderators/Forum Blocks Manager/Add new block

Select Block Type: Custom HTML/PHP
Title: Random Quotes
Content Type: HTML

Content

Code:
<center><font size="1"> 
<br> 
<script type="text/javascript"> 
//store the quotations in arrays 
quotes = new Array(); 
authors = new Array(); 
quotes[0] = "I have a new philosophy. I'm only going to dread one day at a time."; 
authors[0] = "Charles Schulz"; 
quotes[1] = "Reality is the leading cause of stress for those in touch with it."; 
authors[1] = "Jack Wagner"; 
quotes[2] = "Few things are harder to put up with than the annoyance of a good example."; 
authors[2] = "Mark Twain"; 
quotes[3] = "The pure and simple truth is rarely pure and never simple."; 
authors[3] = "Oscar Wilde"; 
quotes[4] = "There's no business like show business, but there are several businesses like accounting."; 
authors[4] = "David Letterman"; 
quotes[5] = "Man invented language to satisfy his deep need to complain."; 
authors[5] = "Lily Tomlin"; 
quotes[6] = "Sometimes the mind, for reasons we don't necessarily understand, just decides to go to the store for a quart of milk. "; 
authors[6] = "Diane Frolov and Andrew Schneider"; 
quotes[7] = "Correct me if I'm wrong, but hasn't the fine line between sanity and madness gotten finer? " 
authors[7] = "George Price "; 

quotes[8] = "Sanity calms, but madness is more interesting."; 
authors[8] = "John Russell"; 

quotes[9] = "I decided that it was not wisdom that enabled [poets] to write their poetry, but a kind of instinct or inspiration, such as you find in seers and prophets who deliver all their sublime messages without knowing in the least what they mean.."; 
authors[9] = "Socrates (469 BC - 399 BC)"; 

quotes[10] = "Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us."; 
authors[10] = "Bill Watterson"; 

quotes[11] = "It is not worth an intelligent man's time to be in the majority. By definition, there are already enough people to do that."; 
authors[11] = "G. H. Hardy"; 

quotes[12] = "An intelligence test sometimes shows a man how smart he would have been not to have taken it."; 
authors[12] = "Laurence J. Peter (1919 - 1988)"; 

quotes[13] = "When I took office, only high energy physicists had ever heard of what is called the Worldwide Web.... Now even my cat has its own page."; 
authors[13] = "Bill Clinton"; 

quotes[14] = "We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true."; 
authors[14] = "Robert Wilensky"; 

quotes[15] = "The 'Net is a waste of time, and that's exactly what's right about it."; 
authors[15] = "William Gibson"; 

quotes[16] = "Do not envy a sinner; you don't know what disaster awaits him."; 
authors[16] = "Bible, Old Testament"; 

quotes[17] = "People everywhere confuse what they read in newspapers with news."; 
authors[17] = "A. J. Liebling (1904 - 1963)"; 

quotes[18] = "USA Today has come out with a new survey - apparently, three out of every four people make up 75% of the population."; 
authors[18] = "David Letterman"; 

quotes[19] = "Rock music journalism is people who can't write interviewing people who can't talk for people who can't read."; 
authors[19] = "Frank Zappa"; 

quotes[20] = "Half of the American people have never read a newspaper. Half never voted for President. One hopes it is the same half."; 
authors[20] = "Gore VIdal"; 

quotes[21] = "I have always found that mercy bears richer fruits than strict justice."; 
authors[21] = "Abraham Lincoln (1809 - 1865)"; 

quotes[22] = "Injustice anywhere is a threat to justice everywhere."; 
authors[22] = "Martin Luther King Jr. (1929 - 1968)"; 

quotes[23] = "Deeds, not words shall speak me."; 
authors[23] = "John Fletcher (1579 - 1625)"; 

quotes[24] = "Drawing on my fine command of the English language, I said nothing."; 
authors[24] = "Robert Benchley (1889 - 1945)"; 

quotes[25] = "Nearly all men can stand adversity, but if you want to test a man's character, give him power."; 
authors[25] = "Abraham Lincoln (1809 - 1865)"; 

quotes[26] = "If everything's under control, you're going too slow. "; 
authors[26] = "-- Mario Andretti "; 

quotes[27] = "A lie gets halfway around the world before the truth has a chance to get its pants on."; 
authors[27] = "- Sir Winston Churchill (1874-1965) "; 

quotes[28] = "MG is the bomb" 
authors[28] = "gearhead"; 

//calculate a random index 
index = Math.floor(Math.random() * quotes.length); 

//display the quotation 
document.write("<DL>\n"); 
document.write("<DT>" + "\"" + quotes[index] + "\"\n"); 
document.write("<DD>" + "-- " + authors[index] + "\n"); 
document.write("</DL>\n"); 

//done 
</SCRIPT> </b></font> 
</center> 
<br>

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-18-2010, 08:19 PM
princeedward's Avatar
princeedward princeedward is offline
 
Join Date: Jan 2007
Location: Deutschland
Posts: 901
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

nice mate...thanks for this...
Reply With Quote
  #3  
Old 03-05-2010, 12:05 PM
moonray moonray is offline
 
Join Date: Jun 2007
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you!
Reply With Quote
  #4  
Old 03-05-2010, 01:13 PM
borbole's Avatar
borbole borbole is offline
 
Join Date: Jan 2010
Posts: 2,559
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice script but try to clean it up a bit by getting rid of all the depricated tags
Reply With Quote
  #5  
Old 03-19-2010, 05:35 AM
Forum Lover Forum Lover is offline
 
Join Date: Jun 2007
Location: Sydney
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1. Can we make it as daily basis? I mean, quote comes randomly daily basis.

2. Can we call it from any external documents?

Tagged.
Reply With Quote
  #6  
Old 03-20-2010, 09:54 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thank you mate

can we use BBcode in the code ??

installed
Reply With Quote
  #7  
Old 03-23-2010, 04:00 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks mate...nice little block
Reply With Quote
  #8  
Old 03-24-2010, 11:23 PM
is_it_me is_it_me is offline
 
Join Date: Mar 2009
Posts: 46
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and added an extra quote for a laugh...

"What the hell am I doing?"
- Doctor WatsOn, March 2010
Reply With Quote
  #9  
Old 03-26-2010, 07:29 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by is_it_me View Post
Installed and added an extra quote for a laugh...

"What the hell am I doing?"
- Doctor WatsOn, March 2010
lol mate
Reply With Quote
  #10  
Old 03-28-2010, 01:45 PM
losedude losedude is offline
 
Join Date: Dec 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed, great idea, I've typed in 20 different quotes for the theme of my site
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:46 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06420 seconds
  • Memory Usage 2,306KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete