| Tariq 25 minutes ago |
Reply to Happy Birthday Brendan! in General Chat: Happy birthday man!  |
| Cory 41 minutes ago |
Reply to Disturbia: A Disease of the Mind in Dark: May we see a link to your board? Via PM will be fine if you want to keep it private. |
| Brendan 45 minutes ago |
Reply to Happy Birthday Brendan! in General Chat: Thanks guys!  |
| Bone Shard 47 minutes ago |
Reply to Disturbia: A Disease of the Mind in Dark:

Was curious when I installed it the width looked different from the preview. I use google chrome browser does that make a difference? Thanks. The one on the right is your preview and the left my board. |
| Skyon Archer Today, 2:46 AM |
Reply to Ultimate Dynamic Signature in Codes & Modifications: Earlier, it was brought to my attention that there was an issue with the images not displaying properly for some people. Since then, I have addressed the issue and all is well now. All dynamic signature images are showing properly, as expected.
 |
| ElementalAlchemist Today, 2:43 AM |
Reply to What's your favorite category on ZNR? in Service Discussion:
- GAK.
- May 17 2012, 08:43 PM
Forget AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA!
You just said the word of the day! |
| .Hank Today, 2:29 AM |
New blog entry: 100 things..... |
| Skyon Archer Today, 1:43 AM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications: Awesome. Great job on this, Cory! |
| Helena Today, 1:38 AM |
Reply to Revamping in progress..... in Design Discussion: Wow what a huge change this theme has undergone. Greatly improved. I see you've been studying our Tidy Blue theme. CSS border options offer tremendous potential to manipulate border effects.
I really like the changes to the H2. And the colors in this version are very harmonious. You've made amazing progress.  |
| Cory Today, 1:25 AM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications: Applicable variables added. All on one page isn't an option with the ZetaBoards software, I believe; the max limit is 100 posts per page.
AJAX is now activated at the click of a button instead of page load. |
| hissae2 Today, 12:57 AM |
New Topic in Codes & Modifications: Friends |
| GAK. Today, 12:49 AM |
Reply to Revamping in progress..... in Design Discussion: Oh my... that category is sexy.
i don't think you need the capsule behind your h2 text, remove it and make your h2 text itself a bit darker so it can be seen easier. |
| Sjaelen Today, 12:16 AM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications: I'd recommend some variable options for the following: - Image size - Chat size - Posts per page - All on one page (with scrollbar)
And a question, wouldn't this use an AJAX request after every refresh? |
| Cory Today, 11:43 PM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications: I forgot, what were they? |
| Nicolas Today, 11:39 PM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications: Now you need to add those other functions I suggested to you.  |
| Flunk3d Today, 10:59 PM |
Reply to Banner Request in Graphics: Dark green, site is going to have a green/black theme. It will be finished in a few days. |
| Lout Today, 10:36 PM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications: I hadn't even checked the url to notice the backup was hosted on a different server...
Force of habit I guess, I always hosted js files on my own forum for peace of mind. |
| Cory Today, 10:26 PM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications: But you could re-host it from the file that is attached to the script as well. I don't mind if anyone re-hosts my scripts, as long as they don't claim them as their own. |
| Lout Today, 10:15 PM |
Reply to ZetaBoards Integrated Chatroom in Codes & Modifications:
- Cory
- May 17 2012, 01:41 AM
Thanks for the feedback, everyone!
The attachment is basically useless unless something happens to the current file. It's far from useless - it's well worth hosting it on your own forum if you install this mod so you know it will work as long as your board is online. As opposed to relying on the server it's currently hosted on being online. |
| Cory Today, 9:49 PM |
Reply to Topic viewed by in Codes & Modifications: It basically requires PHP/MySQL and those type of requests are generally not filled here. Some occasional members write PHP/MySQL codes for ZetaBoards, but the coding staff have never really supported these type of code requests. |
| GAK. Today, 9:40 PM |
Reply to What's your favorite category on ZNR? in Service Discussion:
- Byzantine
- May 17 2012, 08:55 PM
Who GAK? This. |
| Da Bazz Today, 9:37 PM |
Reply to Pink Passion in ZetaBoards Gallery: Nice theme  |
| Da Bazz Today, 9:35 PM |
New Topic in Codes & Modifications: Topic viewed by |
| Trinity76 Today, 9:15 PM |
Reply to Add more Fonts in Codes & Modifications: That fixed it! Thanks once again, Cory. |
| Byzantine Today, 8:55 PM |
Reply to What's your favorite category on ZNR? in Service Discussion: Who GAK? |
| Cory Today, 8:52 PM |
Reply to My Table-makes the font size smaller in Codes & Modifications: I'm not noticing any shrinking occurrence. Are you basically saying the font size is too small?
Would you like me to fix your coding up so it can be properly validated? Right now your coding has 165 errors. |
| AnneFrank Today, 8:44 PM |
New Topic in Codes & Modifications: My Table-makes the font size smaller |
| GAK. Today, 8:43 PM |
Reply to What's your favorite category on ZNR? in Service Discussion: Forget the snacks. Send Liam Neeson my way. |
| Byzantine Today, 8:31 PM |
Reply to What's your favorite category on ZNR? in Service Discussion: I would of voted for The IF Resources, but since my forum is now on ZB, I voted for the ZB Version.
- Quote:
-
I'll vote for the staff forums. I'm particularly fond of the EA's Playhouse forum. It's filled with strange talking chairs and the walls are covered with cleverly whacky cartoons. Liam Neeson visits occasionally. Good snacks too.
HEY SHARE! No need to hog the snacks!  |
| Cory Today, 7:55 PM |
Reply to Post Borders in Codes & Modifications: The borders aren't appearing on the black table cells because the tableborder background that creates the border is black as well. Not sure where you're wanting all the borders to appear, but this will add a border between the user information and post:- Code:
-
td.post1:first-child, td.post2:first-child { border-right: 1px solid #HEX; }
|
| HawkBlade124 Today, 7:46 PM |
Reply to Avatar animals unite! in General Chat: Yeah they can. That is cool that you have rats. I wish i had a pet hawk, but they seem to be hard to take care of. |
| darklore Today, 7:29 PM |
Reply to Post Borders in Codes & Modifications: Sure thing
- Code:
-
html { overflow-x: hidden; overflow-y: auto; }
form { display:inline; }
img { vertical-align:middle; border:0px }
BODY { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #ffffff; margin:0px 40px 0px 40px;background-color:#000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/RBC%20-%20Lomax%20House%20Skins/phoenix-wallpaper003.jpg); background-position: center; scrollbar-face-color: #000000; scrollbar-shadow-color: #666666; scrollbar-highlight-color: #ffffff; scrollbar-3dlight-color: #666666; scrollbar-darkshadow-color: #666666; scrollbar-track-color: #000000; scrollbar-arrow-color: #EC0302}
TABLE, TR, TD { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: ffffff;}
a:link, a:visited, a:active { text-decoration: underline; color: #ffff66}
a:hover { color: #0099cc; text-decoration:underline }
fieldset.search { padding:6px; line-height:150% } label { cursor:pointer; }
img.attach { border:2px outset #ffffff; padding:2px }
.googleroot { padding:6px; line-height:130% }
.googlechild { padding:6px; margin-left:30px; line-height:130% }
.googleparent { padding:6px; margin-left:30px; line-height:130%; color: #666666 }
.googlebottom, .googlebottom a:link, .googlebottom a:visited,
.googlebottom a:active { font-size:11px; color: #666666; }
.googlish, .googlish a:link, .googlish a:visited, .googlish a:active { font-size:14px; font-weight:bold; color:#666666; }
.googlepagelinks { font-size:1.1em; letter-spacing:1px }
.googlesmall, .googlesmall a:link, .googlesmall a:active, .googlesmall a:visited { font-size:10px; color:#666666}
li.helprow { color: #; padding:0px; margin:0px 0px 10px 0px }
ul#help { padding:0px 0px 0px 15px }
option.cat { font-weight:bold; }
option.sub { font-weight:bold;color:#666666}
.caldate { text-align:right;font-weight:bold;font-size:11px;color:#0099cc; background-color:#000000;padding:4px;margin:0px; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Backgrounds/00000006Apple_HD_Dark_Gray_Wallpaper.png)}
.warngood { color: #33ff00}
.warnbad { color: #ff000D}
#padandcenter { margin-left:auto;margin-right:auto;text-align:center;padding:14px 0px 14px 0px }
#profilename { font-size:28px; font-weight:bold; }
#calendarname { font-size:22px; font-weight:bold; }
#photowrap { padding:6px; }
#phototitle { font-size:24px; border-bottom:4px solid #ffffff}
#photoimg { text-align:center; margin-top:15px }
#ucpmenu { line-height:100%; width:22%; border:1px solid #000000; background-color: #000000; background-image: url()}
#ucpmenu p { padding:2px 5px 6px 9px;margin:0px; }
#ucpcontent { background-color: #000000; border:1px solid #000000; line-height:150%; width:auto }
#ucpcontent p { padding:5px; margin:0px; }
#ipsbanner { position:absolute;top:1px;right:5%;}
#logostrip { border:1px solid #; background-color: #; background-image:url(); padding:0px; margin:0px; }
#submenu { border:1px solid #000000; background-color: #000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Button%20Set%20-%20Black%20Ember/p110506.gif);font-size:10px;margin:3px 0px 3px 0px;color:#000000;font-weight:bold;}
#submenu a:link, #submenu a:visited, #submenu a:active { font-weight:bold;font-size:10px;text-decoration: none; color: #996633; }
#submenu a:hover {color: #0099cc}
#userlinks { border:1px solid #000000; background-color: #000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Button%20Set%20-%20Black%20Ember/p110506.gif)}
#navstrip { font-weight:bold;padding:6px 0px 6px 0px; }
.activeuserstrip { background-color:#; background-image: url(); padding:6px }
.pformstrip { border:1px solid #000000; background-color: #000000; color:#FFFFFF; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Divider%20Bars/bban004.png) ; font-weight:bold;padding:6px;margin-top:1px }
.pformleft { background-color: #000000; padding:6px; margin-top:1px;width:25%; border-top:1px solid #666666; border-right:1px solid #666666; }
.pformleftw { background-color: #000000; padding:6px; margin-top:1px;width:40%; border-top:1px solid #666666; border-right:1px solid #E100FF; }
.pformright { background-color: #000000; padding:6px; margin-top:1px;border-top:1px solid #666666; }
.post1 { background-color: #000000; }
.post2 { background-color: #000000}
.postlinksbar { background-color:#000000;padding:7px;margin-top:1px;font-size:10px; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Button%20Set%20-%20Black%20Ember/p110506.gif) }
.row1 { background-color: #000000}
.row2 { background-color: #000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Backgrounds/Leather5small.jpg); margin:0px 2px 0px 2px; border: 1px solid #}
.row3 { background-color: #000000}
.row4 { color: #ffffff; background-color: #000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Backgrounds/Leather5small.jpg); margin:0px 2px 0px 2px; border: 1px solid #}
.darkrow1 { padding:4px; margin-top:1px; margin-bottom:1px; color:# 000000; background-color:#000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Divider%20Bars/animation_progress3.png) }
.darkrow2 { background-color: #000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Button%20Set%20-%20Black%20Ember/p110506.gif); color:#66ff00; }
.darkrow3 { border-top:0px solid #; background-color: #000000; background-image: url(); color:#; }
.hlight { background-color: #000000}
.dlight { background-color: #000000}
.titlemedium { font-weight:bold; color:#ffffff; padding:2px; margin:0px; border: 1px solid #000000; background-color: #000000; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Button%20Set%20-%20Black%20Ember/p110506.gif) }
.titlemedium a:link, .titlemedium a:visited, .titlemedium a:active { text-decoration: none; color: #0099cc}
.titlemedium a:hover {color: #0099cc}
.maintitle { letter-spacing:1px;font-weight:bold;vertical-align:middle;text-align:center; font-family:georgia;text-transform:uppercase; letter-spacing:2px; font-size:14px; color:#FFFFFF; text-decoration:none; letter-spacing:1px; padding:5px 9px 5px 9px; background-position: center; background-repeat: repeat; background-image: url(http://i183.photobucket.com/albums/x231/shalamar_drake/Button%20Set%20-%20Black%20Ember/p133167_004.png) }
.maintitle a:link, .maintitle a:visited, .maintitle a:active { text-decoration: none; color: #FFFFFF}
.maintitle a:hover {color: #0099cc}
.plainborder { border:1px solid #000000; background-color:#000000; }
.tableborder { border:1px solid #000000; background-color:#000000; padding:0px; margin:0px; width:100% }
.tablefill { border:1px solid #666666; background-color:#000000;padding:6px; }
.tablepad { background-color:#000000;padding:6px }
.tablebasic { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }
.wrapmini { float:left;line-height:1.5em;width:25% }
.pagelinks { float:left;line-height:1.2em;width:35% }
.desc { font-size:11px; color:#ffffff}
.edit { font-size: 9px; color:#ffff66}
.signature { border:1px solid #000000; text-align: center; font-size: 10px; color: #ffffff}
.postdetails { font-family: Arial; font-size: 12px; color: #996633 }
.postcolor { font-size: 11px; line-height: 150%; color: #ffffff }
.normalname { font-size: 12px; font-weight: bold; color: #66ff00}
.normalname a:link, .normalname a:visited, .normalname a:active { font-size: 12px }
.unreg { font-size: 11px; font-weight: bold; color: #666666}
.searchlite { font-weight:bold; color:#666666; background-color:#000000}
#QUOTE { font-family: Verdana, Arial; font-size: 11px; color: #EE82EE ; background-color: #000000; border: 1px solid #666666; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
#CODE { font-family: Courier, Courier New, Verdana, Arial; font-size: 11px; color: #ff6600; background-color: #000000; border: 1px solid #ff6600; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
.copyright { font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; line-height: 12px }
.codebuttons { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle; background-color: #000000; border: 1px solid #ff6600; color: #ff6600}
.forminput, .textinput, .radiobutton, .checkbox { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle; background-color: #000000; border: 1px solid #666666; color: #666666}
.thin { padding:6px 0px 6px 0px;line-height:140%;margin:6px 0px 6px 0px;border-top:1px solid #996600;border-bottom:1px solid #996600}
.purple { color:purple;font-weight:bold } .red { color:red;font-weight:bold } .green { color:green;font-weight:bold } .blue { color:blue;font-weight:bold } .orange { color:#F90;font-weight:bold }
|
| Cory Today, 7:23 PM |
Reply to Avatar animals unite! in General Chat: A lot of people apparently think it's weird that I have rats as pets, but it seems the pet rats population has increased, you'll find rats in nearly every pet store you go to nowadays. I use to think they were disgusting creatures, but they're pretty cute and they do like to clean themselves to death sometimes. We have built Lego castles and obstacles for them. They can be pretty smart when it comes to getting their self out, sometimes it just takes a little food for them to find their way. |
| Cory Today, 7:18 PM |
Reply to Post Borders in Codes & Modifications: Mind posting your CSS here in between the code tags or using a text file? Microsoft Word doesn't like me. |
| darklore Today, 6:54 PM |
New Topic in Codes & Modifications: Post Borders |
| HawkBlade124 Today, 6:32 PM |
Reply to Avatar animals unite! in General Chat: Its not like me to say this, but that is so cute! I am glad that you take care of your rats. I had three rats, they were all from the wild and they looked like house rats. Their names were Jimmy (From Ed, Edd N Eddy), Star Fire (from Teen Titans), and Rocko (From Rocko's Modern Life). |
| Cory Today, 6:27 PM |
Reply to Avatar animals unite! in General Chat: No, just let them run freely around the house from time to time, sit on my shoulder, and feed them a lot. |
| HawkBlade124 Today, 6:24 PM |
Reply to Avatar animals unite! in General Chat:
- Cory
- May 17 2012, 05:53 PM
A rat, because I have pet rats, three currently, I've had a total of eleven. Eleven rats? Did you experiment on them |
| Eccentric Feline Today, 6:21 PM |
Reply to Avatar animals unite! in General Chat: A cat... for obvious reasons, and because they're so cute. xD |
| Cory Today, 5:53 PM |
Reply to Avatar animals unite! in General Chat: A rat, because I have pet rats, three currently, I've had a total of eleven. |
| HawkBlade124 Today, 5:39 PM |
New Topic in General Chat: Avatar animals unite! |
| Epsilekt Today, 5:26 PM |
Reply to Ultimate Dynamic Signature in Codes & Modifications: Those last two background image choices are the best! |
| Skyon Archer Today, 5:12 PM |
Reply to Ultimate Dynamic Signature in Codes & Modifications: Thanks! I appreciate some feedback from users. I've tried to make the signatures as fully customizable as I thought possible.  |
| ElementalAlchemist Today, 4:02 PM |
Reply to What's your favorite category on ZNR? in Service Discussion:
- Helena
- May 17 2012, 01:02 AM
I'll vote for the staff forums. I'm particularly fond of the EA's Playhouse forum. It's filled with strange talking chairs and the walls are covered with cleverly whacky cartoons. Liam Neeson visits occasionally. Good snacks too. This needs to exist now. |
| Cory Today, 4:01 PM |
Reply to Where do you put in a Staff Application? in Service Discussion: Good luck to all applicants.  |
| Cory Today, 3:57 PM |
Reply to Ultimate Dynamic Signature in Codes & Modifications: Neat tool! I like dynamic effects. |
| Cory Today, 3:53 PM |
Reply to Add more Fonts in Codes & Modifications: Admin CP Themes Board Template Javascripts- Code:
-
<style type="text/css"> select[name="font"] { height: 17px; } </style> That should fix it. You can change the amount of pixels till it matches the color drop down height if it doesn't. |
| Timberline Today, 3:51 PM |
Reply to Happy Birthday Brendan! in General Chat: Happy B-day! |