Author Topic: Website Update  (Read 3803 times)

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Website Update
« on: November 25, 2005, 06:11:23 AM »
I want to do work work on the site and produce a new version, version 5 infact.

Are there any web programers who can help me?

There is a lot of work to be done, and its mainly me doing it.

Also post suggestions and ideas. Thanks.

Offline spirit1flyer

  • Hero Member
  • *****
  • Posts: 621
Website Update
« Reply #1 on: November 25, 2005, 09:39:54 AM »
I know a little Php, but what do you mean by "produce a new version" ?  do you want to rewrite the forum's code that makes it work? or add things?  what?
« Last Edit: November 25, 2005, 09:40:12 AM by spirit1flyer »
"Until you stalk and overrun You can't devour anyone"


Loyal Xfir supporter

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Website Update
« Reply #2 on: November 25, 2005, 09:53:53 AM »
The website, not the forum.

I plan on keeping the current design but i want to redo things and use php more.

I want a global navigation at the top and a local navigation for each section.

Offline spirit1flyer

  • Hero Member
  • *****
  • Posts: 621
Website Update
« Reply #3 on: November 25, 2005, 10:10:10 AM »
ah okay then I can't really help.  I know more about copy and past for forums  :P  
"Until you stalk and overrun You can't devour anyone"


Loyal Xfir supporter

Offline zigzagjoe

  • Hero Member
  • *****
  • Posts: 626
Website Update
« Reply #4 on: November 25, 2005, 06:22:41 PM »
I suppose i can help in my free time, and i know quite a bit of php.

Offline lordly_dragon

  • Sr. Member
  • ****
  • Posts: 389
Website Update
« Reply #5 on: November 25, 2005, 09:47:26 PM »
i am good at doing web pages also (in fact i work in it) for the php part im not used a lot to it but for the rest like desingn and things like that i can be real good  ;)  

Running, scrambling, flying
Rolling, turning, diving, going in again
Run, live to fly, fly to live, do or die
Run, live to fly, fly to live. Aces high.

Offline Arklon

  • Administrator
  • Hero Member
  • *****
  • Posts: 1267
Website Update
« Reply #6 on: January 22, 2006, 02:49:17 PM »
I could do it. I know a good share of PHP, HTML, CSS, and image editing.

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Website Update
« Reply #7 on: January 22, 2006, 02:51:07 PM »
It would be great if you could join the web team :D

Offline leeor_net

  • Administrator
  • Hero Member
  • *****
  • Posts: 2350
  • OPHD Lead Developer
    • LairWorks Entertainment
Website Update
« Reply #8 on: January 22, 2006, 07:35:39 PM »
I can probably help with interface design and graphics. I've always been pretty good and that and I can create optimized web graphics for the dial-up users that still look good for everyone else.

Offline Stormy

  • Hero Member
  • *****
  • Posts: 678
    • http://www.op3game.net
Website Update
« Reply #9 on: January 22, 2006, 11:29:33 PM »
I'm interested in helping somehow, but I don't know PHP, and I know very little HTML (like adding links, embedding flash videos, that fun stuff)
`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·
3D artist in Blender, MS3D, and Terragen.
Trying to get good with Scene composition and lighting.

Offline HaXtOr

  • Sr. Member
  • ****
  • Posts: 423
    • http://www.wtfmoogle.com
Website Update
« Reply #10 on: January 22, 2006, 11:48:12 PM »
I can use frontpage like no others ^_^ plus im learning Java for webdesign this simester

Offline dm-horus

  • Banned
  • Hero Member
  • *****
  • Posts: 1042
Website Update
« Reply #11 on: January 23, 2006, 01:32:17 AM »
depending upon what lev wants done exactly, i think he's gonna need coding pro's. working with what is already here and implimenting additions in such a way that downtime is limited to a minimum would require someone with more than just a passing interest. that includes myself. i think the hobbyists out there have valuable input but unless you know a great deal about php, html and css the job would probably be over your head in several ways. I can edit images, format html and image maps but I know nothing about php or css (as lev and freeza could attest, eg new server) so Im more or less relegated to being on the sidelines. BTW, is the current layout just a template theme or did someone build it custom for OPU?

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Website Update
« Reply #12 on: January 23, 2006, 03:48:33 AM »
The current design was a template i had and i edited it for opu and made all the site myself. Sept the php stuff like WD and gamers list etc.

What might be nice is if Leeor, Horus and others could create new designs for the site and we could make it skinable so we wouldnt just have to switch over to a new design, we could have multiple, like the forums :)

Thx for the intrest.

Offline dm-horus

  • Banned
  • Hero Member
  • *****
  • Posts: 1042
Website Update
« Reply #13 on: January 23, 2006, 07:42:21 AM »
i can design web page layouts pretty well, its just what to do with the elements afterward in terms of coding that i am clueless about. but that would be up to one of you, so it would work.

Offline BlackBox

  • Administrator
  • Hero Member
  • *****
  • Posts: 3093
Website Update
« Reply #14 on: January 23, 2006, 07:49:17 AM »
Yeah, we hope to make the new site system skinnable so people could pick a different skin to view the site in if they wanted.

To write a web design for such a system, it helps to know PHP, but you really don't have to. Anyone who's used HTML with CSS can do it.

Most of it is just a raw HTML / CSS layout with some content inserted on the fly with PHP. You just insert some PHP tags where certain items have to appear. (For example, you end up writing something like this to insert the main content of the page, which gets expanded by the page engine to display the content:

Code: [Select]
<?php echo $this->data("article"); ?>

Things like WD and the gamers list will be handled automatically by the skin system, and no extra work will be needed.

For those of you who would be interested in creating a website skin, PM me. I'll get you started.

Offline HaXtOr

  • Sr. Member
  • ****
  • Posts: 423
    • http://www.wtfmoogle.com
Website Update
« Reply #15 on: January 30, 2006, 11:23:31 AM »
I have noticed alot of broken links and non existant content on the main site...

can I help fix it?

Offline thablkpanda

  • Full Member
  • ***
  • Posts: 249
Website Update
« Reply #16 on: January 30, 2006, 03:34:00 PM »
Yeah, there's a s***load of them.

I'll lend a hand in the refurbishing process. It needs to be done, because IMO the OP2 theme needs to be something dark, and space-like.

Definitely something futuristic.

I'll get a design rolling.

Chris

Offline Leviathan

  • Hero Member
  • *****
  • Posts: 4055
Website Update
« Reply #17 on: January 30, 2006, 03:49:20 PM »
Arklon, leeor_net, Stormy, HaXtOr, dm-horus, dm-horus etc feel free to start a new design for the site :D

Once we have the skining system working there can be unlimted site layout/designs.

Offline thablkpanda

  • Full Member
  • ***
  • Posts: 249
Website Update
« Reply #18 on: January 30, 2006, 06:25:38 PM »
I'm thinking the first order of business would be an SDK - similar approach. Get everything stored to variables and pages rearranged so they can be included with minimal fuss.

After that, it's smooth sailing. My beta version of my theme idea will be up shortly.

Chris

Offline Stormy

  • Hero Member
  • *****
  • Posts: 678
    • http://www.op3game.net
Website Update
« Reply #19 on: January 30, 2006, 07:55:57 PM »
Either way, I can help out with web graphics (as in 3D moving .gifs or stills), as that is my specialty. I should have a few neat things to show you guys when the reunion rolls around :P
`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·´¯`·.¸¸.·
3D artist in Blender, MS3D, and Terragen.
Trying to get good with Scene composition and lighting.

Offline thablkpanda

  • Full Member
  • ***
  • Posts: 249
Website Update
« Reply #20 on: January 31, 2006, 02:05:08 PM »
^----

Yeah he does :D It's tiiiightt. lol Or at least the one I saw.

Again, contact me whenever you guys get rolling, I want to help out on this.

Chris

Offline op2rules

  • Sr. Member
  • ****
  • Posts: 257
    • op2rules.net
Website Update
« Reply #21 on: January 31, 2006, 02:19:00 PM »
I would love to help, but i only know HTML, so i guess i can't :( But i might be able to make small pictures?
Checkout my website, op2rules.net. It has free games, software, and snappy guides. Oh and did I mention the uber friendly community forums?
Life to me is a simple game that I utterly win at.
 ^--- GD Text Generati

Offline Galactic

  • Administrator
  • Full Member
  • *****
  • Posts: 144
    • http://www.konker.net
Website Update
« Reply #22 on: February 26, 2006, 02:59:51 PM »
I would be glad help with the redesign. I know html, css, php, and mysql. If I can do something, give me a holla.
Take me to your leader! I bare the claws of a corndog.

Offline Vexhare

  • Full Member
  • ***
  • Posts: 120
Website Update
« Reply #23 on: February 26, 2006, 11:39:08 PM »
I can't help, but I'd like to see the site updated!