inherit
156809
0
Apr 15, 2013 16:56:37 GMT -8
GuardiansWish
62
July 2010
guardianswish
|
Post by GuardiansWish on Oct 3, 2011 12:07:27 GMT -8
|
|
inherit
109682
0
Jan 13, 2012 6:49:42 GMT -8
Feanor Ðaemorth
Boo
927
August 2007
feanordae
|
Post by Feanor Ðaemorth on Oct 3, 2011 13:35:02 GMT -8
like, a quote from famous people, or something similar?
or quotes of member's posts
|
|
inherit
156809
0
Apr 15, 2013 16:56:37 GMT -8
GuardiansWish
62
July 2010
guardianswish
|
Post by GuardiansWish on Oct 3, 2011 13:44:58 GMT -8
i guess famous people. there used to be a code that I can't find where you would put the quotes you wanted to show up in the actual code.
|
|
inherit
128926
0
Aug 31, 2016 21:11:44 GMT -8
* / K I T T Y - K I T - K A T!
319
July 2008
ilovehim369
|
Post by * / K I T T Y - K I T - K A T! on Oct 3, 2011 21:16:48 GMT -8
are you talking about [*quote][/quote]
because that come's standard on every site in the add tages sections. it looks like a paper with an arrow, its on the second row close to the end. If that is infact what you are looking for.
|
|
inherit
156809
0
Apr 15, 2013 16:56:37 GMT -8
GuardiansWish
62
July 2010
guardianswish
|
Post by GuardiansWish on Oct 3, 2011 21:28:06 GMT -8
No, that's not what I'm talking about. I know how to make quotes on a board. I realize that this site is not proboards but bear with me because I know it is possible, I've had it before. mysidia-rpg.com/Above their chat box is text. This changes every time you refresh the page. That is what i am looking for.
|
|
inherit
128926
0
Aug 31, 2016 21:11:44 GMT -8
* / K I T T Y - K I T - K A T!
319
July 2008
ilovehim369
|
Post by * / K I T T Y - K I T - K A T! on Oct 3, 2011 22:09:29 GMT -8
This is what they are using. how to format that to fit proboards, im not 100% sure. Im going to go take a look at something real quick and then I should be back with an update
<tr> <td colspan="2" style="padding:2px; padding-top: 0px; text-align:right;"><div class='desc'> <em><script language="JavaScript"> // ============================================== // Copyright 2004 by CodeLifter.com // Free for all; but please leave in this header. // ============================================== var Quotation=new Array() // do not change this! // Set up the quotations to be shown, below. // To add more quotations, continue with the // pattern, adding to the array. Remember // to increment the Quotation[x] index! Quotation[0] = "<strong>ROOREN:</strong> [sits on eggs] omg, look at me, im a chicken!"; Quotation[1] = "Sanity is a golden apple with no shoelaces."; Quotation[2] = "Repent! The end is coming, $9.95 at Amazon."; Quotation[3] = "Honesty blurts where deception sneezes."; Quotation[4] = "Pastry satisfies where art is unavailable."; Quotation[5] = "Delete not, lest you, too, be deleted."; Quotation[6] = "O! Youth! What a pain in the backside."; Quotation[7] = "Wishes are like goldfish with propellors."; Quotation[8] = "Love the river's \"beauty\", but live on a hill."; Quotation[9] = "Invention is the mother of too many useless toys."; // ====================================== // Do not change anything below this line // ====================================== var Q = Quotation.length; var whichQuotation=Math.round(Math.random()*(Q-1)); function showQuotation(){document.write(Quotation[whichQuotation]);} showQuotation(); </script></em> </td> </tr>
|
|
inherit
156809
0
Apr 15, 2013 16:56:37 GMT -8
GuardiansWish
62
July 2010
guardianswish
|
Post by GuardiansWish on Oct 3, 2011 22:12:35 GMT -8
That's almost the exact same code I use to have. I might be able to use it.
|
|
inherit
128926
0
Aug 31, 2016 21:11:44 GMT -8
* / K I T T Y - K I T - K A T!
319
July 2008
ilovehim369
|
Post by * / K I T T Y - K I T - K A T! on Oct 3, 2011 22:14:02 GMT -8
Okay, if not you will have to wait for someone else, because Im not sure of any other way to do it.
|
|
inherit
156809
0
Apr 15, 2013 16:56:37 GMT -8
GuardiansWish
62
July 2010
guardianswish
|
Post by GuardiansWish on Oct 3, 2011 23:06:53 GMT -8
Yea, I'm going to have to have some help on this one. correct code and concept but i can't make it work on PB
|
|
inherit
109682
0
Jan 13, 2012 6:49:42 GMT -8
Feanor Ðaemorth
Boo
927
August 2007
feanordae
|
Post by Feanor Ðaemorth on Oct 4, 2011 2:19:33 GMT -8
the code's fine for proboards, was just the html table surrounding it that wasnt copied entirely <table> <tr> <td> <script language="JavaScript"> // ============================================== // Copyright 2004 by CodeLifter.com // Free for all; but please leave in this header. // ==============================================
var Quotation=new Array() // do not change this!
// Set up the quotations to be shown, below. // To add more quotations, continue with the // pattern, adding to the array. Remember // to increment the Quotation[x] index!
Quotation[0] = "<strong>ROOREN:</strong> [sits on eggs] omg, look at me, im a chicken!"; Quotation[1] = "Sanity is a golden apple with no shoelaces."; Quotation[2] = "Repent! The end is coming, $9.95 at Amazon."; Quotation[3] = "Honesty blurts where deception sneezes."; Quotation[4] = "Pastry satisfies where art is unavailable."; Quotation[5] = "Delete not, lest you, too, be deleted."; Quotation[6] = "O! Youth! What a pain in the backside."; Quotation[7] = "Wishes are like goldfish with propellors."; Quotation[8] = "Love the river's \"beauty\", but live on a hill."; Quotation[9] = "Invention is the mother of too many useless toys.";
// ====================================== // Do not change anything below this line // ====================================== var Q = Quotation.length; var whichQuotation=Math.round(Math.random()*(Q-1)); function showQuotation(){document.write(Quotation[whichQuotation]);} showQuotation(); </script> </td> </tr> </table>
that'll work
|
|
inherit
156809
0
Apr 15, 2013 16:56:37 GMT -8
GuardiansWish
62
July 2010
guardianswish
|
Post by GuardiansWish on Oct 4, 2011 2:38:13 GMT -8
Lovely! Thank you oh so much!
|
|
inherit
165805
0
Apr 8, 2013 6:17:05 GMT -8
SMILING OVERLORD
16
April 2011
smilingduck
|
Post by SMILING OVERLORD on Mar 7, 2013 7:09:13 GMT -8
Is there any way to change the font in this code?
|
|