Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
HELPZ; HELPZ
Topic Started: Nov 3 2009, 06:02 PM (197 Views)
TheDJLightSpeedBlast
Member
[ * ]
Yeah, uh, I need help on some stuff on my site, The Basement Database: Legacy Web Forums: http://s1.zetaboards.com/The_Basement_Data/index/

SPOCIOUS Site.
My username is, The Original Dweller (DJLightSpeedBlast). When I try log in, it says that my username is too long but that's my exact username. I can log in by constantly using the "Forgot Your Password" activation. I'd like to log in the other way as well.

Also, how do you install a system where you can put in quotes from your forum in the Javascript. Any idea what those are?
ME R WAITING
PLEASE RESPOND
gh
Edited by TheDJLightSpeedBlast, Nov 4 2009, 01:52 AM.
Offline Profile Quote Post Goto Top
 
Kuzco
Member Avatar
walktheline.
[ *  * ]
You could always try saving your password through your browser, and from there you will never need to re-login unless the domain or board URL changes. :)
Offline Profile Quote Post Goto Top
 
TheDJLightSpeedBlast
Member
[ * ]
So there's no other way?
And how about that quote javascript thing I mention'd?
Offline Profile Quote Post Goto Top
 
Lout
Member Avatar
Member
[ *  *  *  * ]
Not quite understanding what you mean by the quotes in the javascript. Can you be a bit more specific?
Offline Profile Quote Post Goto Top
 
TheDJLightSpeedBlast
Member
[ * ]
How do you put in a quote thing.
Liek...
(DO NOT JOIN THE FOLLOWING SITE)
http://s10.zetaboards.com/The_Mlytorium/index/
^That site has a quoting system.
You'll see different quotes when you change the page.
WHere's that?
gh
gh
Edited by TheDJLightSpeedBlast, Nov 6 2009, 08:19 PM.
Offline Profile Quote Post Goto Top
 
Lout
Member Avatar
Member
[ *  *  *  * ]
I don't see any different quotes there, I can see where it says "The Quotinator sayeth:" and then directly underneath are the ads?
Offline Profile Quote Post Goto Top
 
TheDJLightSpeedBlast
Member
[ * ]
Well, that's because there aren't any quotes at the moment.
But how do I put something like that up?
gh
waiting
gh
Edited by TheDJLightSpeedBlast, Nov 4 2009, 10:01 PM.
Offline Profile Quote Post Goto Top
 
TheDJLightSpeedBlast
Member
[ * ]
IM WAITING
gh
Offline Profile Quote Post Goto Top
 
Kuzco
Member Avatar
walktheline.
[ *  * ]
Could you take a screenshot of what you mean as I'm lost xD
Offline Profile Quote Post Goto Top
 
ElementalAlchemist
Member Avatar
ERROR: This title does not exist.
[ *  *  *  *  * ]
Code:
 
<script type="text/javascript">
var quotes = [];
quotes[0] = "First quote";
quotes[1] = "Second quote";
// This can go on as such as long as you increment the number in brackets each time.
whichQuote = Math.floor(Math.random() * quotes.length);
document.write(quotes[whichQuote]);
</script>


That should work, if what I think you want is correct. This basic javascript script should go wherever you want the text to output.
DISCLAIMER: As Zathyus Support does not officially support third-party modifications (or even simple scripts) we are not responsible if your board explodes. Although, with something like this, if your board explodes you need a different browser that can actually execute javascript properly.
Edited by ElementalAlchemist, Nov 6 2009, 11:27 AM.
Offline Profile Quote Post Goto Top
 
TheDJLightSpeedBlast
Member
[ * ]
Wait, how do I make have the bold red and italic thing.
The Quotionator thing does it.
gh
And how do I give it a title? Like how The Quotionator Sayeth says The Quotinator Sayeth?
gh
Edited by TheDJLightSpeedBlast, Nov 6 2009, 08:19 PM.
Offline Profile Quote Post Goto Top
 
ElementalAlchemist
Member Avatar
ERROR: This title does not exist.
[ *  *  *  *  * ]
TheDJLightSpeedBlast
Nov 6 2009, 08:18 PM
Wait, how do I make have the bold red and italic thing.
The Quotionator thing does it.
gh
And how do I give it a title? Like how The Quotionator Sayeth says The Quotinator Sayeth?
gh
Code: HTML
 
<strong><span style="color: #ff0000;">The Quotinator Sayeth:</span></strong>
<script type="text/javascript">
// script, from earlier
</script>


Simply use HTML to get the formatting you wish. You can also use HTML inside the quotes.
Also note that if you have any double quotes as part of your quotes in the javascript code, you must escape them with a backslash (\"), or they will break the string, and you will have an invalid syntax.

Also, the color I gave you in that span tag is a brightish red and may not be exactly what you want. Googling "hex colors" will help you find the color code you really want.
Edited by ElementalAlchemist, Nov 6 2009, 08:56 PM.
Offline Profile Quote Post Goto Top
 
TheDJLightSpeedBlast
Member
[ * ]
Italics?
gh
Offline Profile Quote Post Goto Top
 
ElementalAlchemist
Member Avatar
ERROR: This title does not exist.
[ *  *  *  *  * ]
TheDJLightSpeedBlast
Nov 6 2009, 09:34 PM
Italics?
gh
Code: HTML
 
<em>Italics</em>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · General Support - ZB · Next Topic »
Add Reply