Welcome, Guest. Please login or register.

Author Topic: Can someone please help program a forum for us?  (Read 11644 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« on: April 13, 2010, 12:19:26 PM »
Can you not find a snapshot of an older version of xoops?
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #1 on: April 13, 2010, 01:45:27 PM »
@Argo

The PHP5 problems wouldn't be so bad if they could get hosting on a dedicated server somewhere, but that'll be expensive.

Quote from: Cammy;553311
A few years ago we had our Underground Arcade forum where many of us could come together and discuss our game ideas, help each other out, and we were actually making progress! Then suddenly the host for our site was gone, and we lost everything.


Do you have anything of the old site? Even if all you have is a database dump, I've gained some experience over the years in migrating data from one system to another.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #2 on: April 13, 2010, 04:58:50 PM »
Quote from: Tension;553344
Suprised this thread hasn't mysteriously vanished.


Really, why is that?
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #3 on: April 13, 2010, 08:04:08 PM »
So, is it a figment of our imagination that it's still here?

@Cammy

Developing a new forum from scratch would be pretty time consuming. Creating a non-css template for an existing forum engine would seem to be a more sensible idea. Alas, that can also be a bit feature-restrictive. CSS isn't just used for presentation but in conjunction with javascript is used to implement a lot of features that you might take for granted.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #4 on: April 13, 2010, 08:08:41 PM »
Quote from: Argo;553365
I figured cost would be an issue and dedicated server hosting would not be an option. Which is why I recommended the host I use.
One time $50 for lifetime hosting.


It's real a long shot, but I wonder if the powers that be at amigaworld.net would let them have a subdomain on their dedicated box (or at least last time I checked they were using a virtual server) ? Then they can use an older version of xoops that's nice and ibrowse-friendly.

Not much to lose by asking; they can only say no, at the end of the day.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #5 on: April 13, 2010, 10:47:44 PM »
@Cammy

Most CMS use template based systems. The templates are small bits of code in separate files that represent the actual structure of the pages and the content (from your database, image files etc) is inserted into it to generate the final HTML, which is then sent to your browser.

A complete set of templates usually comprises a theme. It ought to be possible to create one which uses old HTML attributes in the template markup to set colours and such and strip out as much of the CSS as possible. You don't need to rewrite the whole CMS, thankfully.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #6 on: April 13, 2010, 11:23:25 PM »
Quote from: DiskDoctor;553410
My point is, when you use a CMS that supports mobile, you merely create anything like template.  You only force content to some compact form (i.e. HTML only) by picking proper cellphone "generation" (there's just several of them and all should be defined).  And then you bind it with an ambiguous user agent that can of course, be other browser.


No, I got that. However, most of those templates aren't necessarily that great for fullscreen browsing and they usually contain "clean" (or cleanish) HTML, free from the old HTML2/3 formatting stuff that iBrowse and the like actually use for presentation.

Either way, you are going to have to do some customisation by hand, whether you choose a mobile template to start with or not.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #7 on: April 13, 2010, 11:24:19 PM »
Or you could just install vbulletin and I'll give you a copy of the proxy code :-)

Slight issue with that being that vbulletin isn't free and the proxy is, well, incomplete to say the least.
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #8 on: August 20, 2010, 07:16:07 PM »
Quote from: Cammy;574014
We have a bunch of programmers, graphic artists and musicians lined up and waiting to get into the forum, but we still need to find someone who can program it for us, remembering that it can't use CSS so that it's compatible with IBrowse.


Without meaning to sound glib, you have programmers lined up but nobody among them that has any web application experience?
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #9 on: August 20, 2010, 08:57:10 PM »
Quote from: Cammy;575500
Yeah, crazy as it sounds, they specialise in Blitz Basic, AmigaE and things but no one knows PHP.


Unfortunate. In my experience, most programmers end up knowing several languages and PHP is syntactically not a million miles from C.

Quote
Anyway we don't need an Amiga games development forum anymore so it doesn't matter.


Pity. I take it you have an alternative?
int p; // A
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show all replies
Re: Can someone please help program a forum for us?
« Reply #10 on: August 20, 2010, 10:03:20 PM »
Quote from: kolla;575508
What prevents anyone from writing a web forum in Blizz Basic or Amiga E btw? It's not like PHP is the only language of the web, to put it mildly :)


CGI binaries can be written in just about anything, but I suspect you'd want to use something that can produce valid binaries for your chosen server.
int p; // A