Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Ad System v1
Topic Started: Jan 27 2008, 10:54 PM (6,010 Views)
Shur'tugal
Member
[ *  * ]
umm sorry if I'm not allowed to post in this but:

http://s1.zetaboards.com/testboard9/index/

It added in the right place but I can't post anything there. When I try to it says that there in no domain set up for an zetaboards board.

Did i do something wrong?
Edited by Shur'tugal, Mar 29 2008, 06:49 PM.
Offline Profile Quote Post Goto Top
 
chiodos
Member Avatar
zetaboards.com/yoshi
[ *  * ]
hmm this may sound offtopic,. but., how on earth did you get that shoutbox?
Offline Profile Quote Post Goto Top
 
Arrogant
Member Avatar
Vote Choco and Nicola!
[ *  *  * ]
darn, GS. =.= it's not like your script isn't easy to replicate - why on earth would you care about a copyright?

Code:
 
<script type="text/javascript"> <!--
var iTitle = "Advertisements";
var iImg = "http://209.85.62.24/static/1/s_stats.png";
var iContent = "RAR";
// Edit Above ONLY.
$("#stats table.forums tr:last-child").before("<tr><th colspan='2'>" + iTitle + "</th></tr><tr><td class='c_mark'><img src='" + iImg + "' alt='" + iTitle + "' /></td><td>" + iContent + "</td></tr>");
// --> </script>


wasn't so hard, GS. :)

and Dennis, you don't necessarily need to use nested arrays - Spark's method works just fine. :p


oh, and Eureka - i've always thought it easier to use an array like so:

var eArray = [[1, 2], [3, 4], [5, 6]];

Code:
 
var eArray = [
[1, 2], <- Comma.
[3, 4], <- Comma.
[5, 6] <- What?!?! No Comma.
];
Edited by Arrogant, Mar 29 2008, 10:04 AM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · User Created Codes · Next Topic »
Add Reply