UBB.Dev
Posted By: tackaberry .::The Superiffic Templates Contest::. - 04/29/2002 9:14 PM
With the upcoming launch of 6.3 your UBB™ will have even greater ease of customization with templates. What better way to celebrate than to have a rip roaring template design contest!

It's the UBBDev Superiffic Template Contest!!!

laugh laugh laugh

It's time for the graphics and html gurus to take front stage and show off their baddest and coolest designs.

Here are the rules:

  • Entries must be received Wednesday, May 15th
  • Voting will consist of both a staff vote and a public vote to be carried out by members.
  • After formal review by the UBBDev staff, the top entries will be put to vote in the public forums lasting one week.
  • In case of a tie, the tie-breaking vote will be cast by UBBDev Template Diva, Jamin Colley
  • All entrants consent to allowing their designs and submissions to be added to UBBDev's database and/or displayed on UBBDev
  • You must have a (legit) 6.3 beta board or 6.3 board (once it is final) running, if 6.3 is released prior to the end of the contest, all participants are expected to upgrade their demo board to the full release version, as well as any needed changes in your submission
  • Your version must be a clean installation, that means hack free. (You may include code for hacks, provided they are commented out, and properly documented on how to implement.)
  • In addition to providing a link to a working board, you must submit a zip file containing your template files to: [email protected]
  • You may enter as many times as you want, but remember...we'll be voting on quality, not quantity
  • The zip file must contain the following files:
    public_forum_summary.pl, public_forum_page.pl, public_topic_page.pl, public_common.pl and a faq/info file explaining their layout changes
  • You are free to make changes to other template files as well, although it is not mandatory
  • If you have specific colors you wish to use, then make sure to include the appropriate style template as well
  • You must include any custom graphics included in your template design in the zip file.
  • UBBDev Moderators and Administrators are welcome to participate, but aren't eligible to receive the grand prize laugh
  • ...and best of all, the PRIZE. The winner will get the chance to be a moderator in the templates forum!!! Please note: this means you will have to successfully complete our 30 day moderator boot-camp!
  • We reserve the right to modify, change, append, obliterate these rules at any time, as we see fit with or without notice to anyone. If we decide things aren't working out as we planned, we reserve the right to can the whole contest altogether if we so desire...oh, and no hurting pandas, llamas or small woodland creatures.

So sharpen your pencils and get cranking on designing the coolest cool eye-poppin eek , killer mad looking UBB™ we've ever seen.
Posted By: JonNJapan Re: .::The Superiffic Templates Contest::. - 04/30/2002 6:14 AM
Ooh! Nice idea! Will this be a monthly contest? Or just a once-in-a-while contest?

~Jon
Posted By: AllenAyres Re: .::The Superiffic Templates Contest::. - 04/30/2002 9:24 AM
Idda know... but I plan to enter this one too smile
Sounds great.

I will enter, but I dunno if I can get it finished by May 15th. We'll see.
Posted By: Charles Re: .::The Superiffic Templates Contest::. - 04/30/2002 10:05 AM
quote:
Originally posted by AllenAyres:
Idda know... but I plan to enter this one too smile

are you allowed to do that ?

well since you're the one who makes the rules, I suppose you can ....

tipsy tipsy
Posted By: LK Re: .::The Superiffic Templates Contest::. - 04/30/2002 10:16 AM
quote:
Originally posted by tackaberry:
...
  • UBBDev Moderators and Administrators are welcome to participate, but aren't eligible to receive the grand prize laugh

...

Posted By: Brad.loo Re: .::The Superiffic Templates Contest::. - 04/30/2002 11:45 AM
"Your version must be a clean installation, that means hack free. (You may include code for hacks, provided they are commented out, and properly documented on how to implement.)"

im stupid heh explane, that means i can have code hacks as long as they are int he doc correct?
Posted By: LK Re: .::The Superiffic Templates Contest::. - 04/30/2002 11:54 AM
You can put hacks, as long as they're NOT enabled automatically and you provide info on how to enable it.

For example:
# UBB Thinking Clock:
#
#$ThisHTML .= qq~
#
#~;

And in your text file, say "uncomment lines 50-52 if you want to enable ubb thinking clock".

But it has to be commented by default
Posted By: Brad.loo Re: .::The Superiffic Templates Contest::. - 04/30/2002 12:03 PM
quote:
Originally posted by LK:
You can put hacks, as long as they're NOT enabled automatically and you provide info on how to enable it.

For example:
# UBB Thinking Clock:
#
#$ThisHTML .= qq~
#
#~;

And in your text file, say "uncomment lines 50-52 if you want to enable ubb thinking clock".

But it has to be commented by default

so they can be ont eh active demo, just commented in the doc itself?
Posted By: tackaberry Re: .::The Superiffic Templates Contest::. - 04/30/2002 12:40 PM
The idea is this....

You may have certain hacks installed on your forum.

Someone else might not, but still wants to use that template.

The hack code can be live on your demo, but must be commented out in your submitted code.

This would allow someone the choice of being able to use a hack or not. What we are trying to avoid is having your template code break the board, because a required bit of code cannot be found in another file.

We will be testing submitted entries, and any entry that does not load properly because of extra code that is not properly commented probably won't win.

Note that this contest is being judged on the stylistic values, and not integration of hacks. We're talking html/css tweaks, colors, graphics primarily.

Allen (and the rest of the Staff), bring it on!
Posted By: Brad.loo Re: .::The Superiffic Templates Contest::. - 04/30/2002 12:43 PM
quote:
Originally posted by tackaberry:
The idea is this....

You may have certain hacks installed on your forum.

Someone else might not, but still wants to use that template.

The hack code can be live on your demo, but must be commented out in your submitted code.

This would allow someone the choice of being able to use a hack or not. What we are trying to avoid is having your template code break the board, because a required bit of code cannot be found in another file.

We will be testing submitted entries, and any entry that does not load properly because of extra code that is not properly commented probably won't win.

Note that this contest is being judged on the stylistic values, and not integration of hacks. We're talking html/css tweaks, colors, graphics primarily.

Allen (and the rest of the Staff), bring it on!

i just had a few things i needed in the cgi to make the overall work smile , like my rpg hack, great, cleared it up for me, to editplus i go!
Posted By: LK Re: .::The Superiffic Templates Contest::. - 04/30/2002 12:50 PM
It means that you should not add any new feature, just change the look. So don't include CGI modifications or your RPG hack tipsy
We're supposed to doc this? Man this will be one big doc if you want to edit alot. Hmm...
Posted By: Brad.loo Re: .::The Superiffic Templates Contest::. - 04/30/2002 2:10 PM
quote:
Originally posted by LK:
It means that you should not add any new feature, just change the look. So don't include CGI modifications or your RPG hack tipsy

i shall make it work with templates only then, the rpg hack is key! resistance to it is futile!
Posted By: LK Re: .::The Superiffic Templates Contest::. - 04/30/2002 2:24 PM
quote:
Originally posted by Lord Dexter:
We're supposed to doc this? Man this will be one big doc if you want to edit alot. Hmm...

Put the PLs, not instructions tipsy

I think you need to document: name, your name, and, IF you put other hacks in it (commented), instructions how to uncomment them.
Posted By: Jamin Re: .::The Superiffic Templates Contest::. - 04/30/2002 6:38 PM
Tacks and participants::

As per Charles' directions in this thread (a little over halfway down the page), public_common.pl should also be included in your template .zip file.

---Jamin
Posted By: AllenAyres Re: .::The Superiffic Templates Contest::. - 04/30/2002 6:55 PM
I was coming here to post that very same thing smile

As Stilgar always says, "Great minds think".

laugh
Posted By: Bookie Re: .::The Superiffic Templates Contest::. - 05/01/2002 2:59 AM
Heh, hope I get time to do this... I'm sure I will. tipsy
Posted By: Brad.loo Re: .::The Superiffic Templates Contest::. - 05/01/2002 4:56 AM
hehe i hope this comes out good smile , i got a good ways on it today.
quote:
Originally posted by LK:
Put the PLs, not instructions tipsy

I think you need to document: name, your name, and, IF you put other hacks in it (commented), instructions how to uncomment them.

Thats not too bad then. Good luck to everyone.
Posted By: AllenAyres Re: .::The Superiffic Templates Contest::. - 05/02/2002 11:29 PM
Name: AllenAyres

Templates: https://www.ubbdev.com/test/templates.zip

Description: CSS of all public files

Demo: https://www.ubbdev.com/test/ubbcgi/ultimatebb.cgi - Click on the buttons up top wink

Notes: There are a few buglets I am still working out, but they'll be finished by the time judging comes around wink
Posted By: Bookie Re: .::The Superiffic Templates Contest::. - 05/03/2002 3:09 AM
Wow, nice work Allen! laugh It's gotta be a lot of work to CSS all of them! shocked
Posted By: AllenAyres Re: .::The Superiffic Templates Contest::. - 05/03/2002 6:04 AM
Thanks, was a good bit of work, but I've been talking about it since 6.1, I figured it was time to go through with it since we've got the xhtml finally done smile

This should save forums ~10% on their monthly bandwidth charge and make their pages download a bit faster. smile Hopefully, with a little more work, we can get this to be chooseable in your profile like .threads does smile
Posted By: tackaberry Re: .::The Superiffic Templates Contest::. - 05/03/2002 12:19 PM
Awesome job AA. Pretty impressive for our first entry, raises the bar for would be challengers.

I hope the rest of you are plugging away!
Posted By: LK Re: .::The Superiffic Templates Contest::. - 05/04/2002 7:31 PM
Demo of Allen's: www.lkubb.dns2go.com/?ubb=forum;f=6 smile (not straight from the ZIP, it's Allen's + bugs I fixed + my board's hacks)

Good job!
Wow thats great AA. Gonna be hard to beat.
Posted By: LK Re: .::The Superiffic Templates Contest::. - 05/09/2002 2:56 PM
Another demo of Allen's CSS templates: www.ubbdev.com/ubbcgi/ultimatebb.cgi wink

The edit profile/new registration thingy isn't a part of Allen's CSS template, but it can be used ONLY if using Allen's scheme, unless you want to touch cache routines (such as MyStyle's way).
Posted By: mark99 Re: .::The Superiffic Templates Contest::. - 05/09/2002 8:02 PM
Where can I download the 'Compact Header' templates being used on this site, the one at the top of this page for example? I'd like one that's v6.3 compatible, yet only UBBDev seems to have it and there's no download.
Posted By: LK Re: .::The Superiffic Templates Contest::. - 05/09/2002 8:07 PM
I beyond compared 6.2 compact headers with 6.3 normal files tipsy
Posted By: AllenAyres Re: .::The Superiffic Templates Contest::. - 05/09/2002 8:17 PM
We should be able to make them available sometime later this weekend, the ones we have now are css'd, so unless you use those, it'll take a couple days or so before we can get some regular ones out again smile
Posted By: Greg Hard Re: .::The Superiffic Templates Contest::. - 05/10/2002 3:36 AM
should've mentioned this. great job aa.
Posted By: mark99 Re: .::The Superiffic Templates Contest::. - 05/10/2002 11:14 AM
I look forward to it, thanks AA.
Posted By: AllenAyres Re: .::The Superiffic Templates Contest::. - 05/26/2002 1:52 AM
Name: AllenAyres & LK

Templates: https://www.ubbdev.com/test/ezineTemplates.zip

Description: An "ezine/journal style" template set

Demo: https://ubbdev.com/test/ubbcgi/ultimatebb.cgi?ubb=forum;f=8;DaysPrune=1000 - Click on the topics too wink

Notes: This combines the css of above, with compact headers and a unique style that would work well for forums you want to set as personal journals or ezines. There are a few more steps to mod besides just the templates for a finished look, but this gets most of them smile I'll post the other steps as they are finished - we'll be using something very similar for our ezine here.
© UBB.Developers