Lyoko Freak: 2005 - 2015. Return to the past now....

It is currently Sat Apr 27, 2024 3:11 pm

My Experimental Forum

For discussion of computers and the Internet, as well as a place for you to post your websites to gain more traffic.

Moderators: The Administrators, Moderators


My Experimental Forum

Postby Tangent128 » Sat Jan 17, 2009 10:16 pm

Well, I finally decided I wanted to try writing my own forum code. And here it is!

Not much to look at yet, but it's at least operational now.

This is the first stage of a couple other projects I'd like to do, so if anyone would like to help me shake this down, it'd be nice...
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia

Postby TheAppleFreak » Sat Jan 17, 2009 10:30 pm

I just registered.
The forum looks nice. Not as polished as phpBB, but it looks cool nonetheless.
It doesn't support more than one line in posts, however.
That sucks...
I really gotta fix up this theme
User avatar
TheAppleFreak offline
Someone actually trusted me to run this site
Someone actually trusted me to run this site
 
Posts: 2969
Joined: Mon Feb 18, 2008 2:39 pm
Location: /dev/null

Postby Tangent128 » Sat Jan 17, 2009 10:48 pm

The newlines are in fact in there, but they aren't properly parsed yet. I think I'll be getting the post editor done first, then work on better parsing.

EDIT: both of which are done. Well, the parser could always be better, but it does some stuff now.
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia

Postby ccbtimewiz » Sun Jan 18, 2009 9:21 pm

TheAppleFreak wrote:I just registered.
The forum looks nice. Not as polished as phpBB, but it looks cool nonetheless.
It doesn't support more than one line in posts, however.
That sucks...


phpBB itself is unpolished as it's code is so fricken jumbled. SMF is polished. ;)

Tangent, what language did you code this in? PHP? Perl?
User avatar
ccbtimewiz offline
Lyoko Team Member
Lyoko Team Member
 
Posts: 587
Joined: Sun Jan 21, 2007 5:19 pm
Location: $("div.location").hide();

Postby Tangent128 » Sun Jan 18, 2009 9:30 pm

PHP. Didn't the URL give a hint? :P
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia

Postby TheLQ » Sun Jan 18, 2009 11:31 pm

ccbtimewiz wrote:
TheAppleFreak wrote:I just registered.
The forum looks nice. Not as polished as phpBB, but it looks cool nonetheless.
It doesn't support more than one line in posts, however.
That sucks...


phpBB itself is unpolished as it's code is so fricken jumbled. SMF is polished. ;)


The reason that phpBB looks so complimicated is a) a diffrent coding style than your used to and b)it was designed to be so dynamic that the code looks complicated to take into account that. (at least thats what it was in phpbb2 when i looked at it)
User avatar
TheLQ offline
Star Fighter
Star Fighter
 
Posts: 1648
Joined: Wed Feb 20, 2008 4:10 pm
Location: In my head, floating in space

Postby TheAppleFreak » Mon Jan 19, 2009 4:21 pm

Xana's Fist wrote:
ccbtimewiz wrote:
TheAppleFreak wrote:I just registered.
The forum looks nice. Not as polished as phpBB, but it looks cool nonetheless.
It doesn't support more than one line in posts, however.
That sucks...


phpBB itself is unpolished as it's code is so fricken jumbled. SMF is polished. ;)


The reason that phpBB looks so complimicated is a) a diffrent coding style than your used to and b)it was designed to be so dynamic that the code looks complicated to take into account that. (at least thats what it was in phpbb2 when i looked at it)

I don't mean the coding, I mean the actual GUI. I can't code (much) to save my life. I can mess and muck around with some system files, but I can't code a website, much less a forum.
I really gotta fix up this theme
User avatar
TheAppleFreak offline
Someone actually trusted me to run this site
Someone actually trusted me to run this site
 
Posts: 2969
Joined: Mon Feb 18, 2008 2:39 pm
Location: /dev/null

Postby Tangent128 » Sat Jan 24, 2009 2:15 am

Ah, the weekend. If anybody wouldn't mind, could they post some feature requests? It'd help to know what the forum needs.
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia

Postby ccbtimewiz » Sat Jan 24, 2009 1:05 pm

Avatars.
User avatar
ccbtimewiz offline
Lyoko Team Member
Lyoko Team Member
 
Posts: 587
Joined: Sun Jan 21, 2007 5:19 pm
Location: $("div.location").hide();

Postby Tangent128 » Sat Jan 24, 2009 2:17 pm

Technically, there's backend support for them. But I don't have the upload/selection script done yet.
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia

Postby ccbtimewiz » Mon Jan 26, 2009 10:37 pm

Coolios.

Not much of profiles there. Why not add a member table and store a bunch of serialized data for each member? Like gender, age, birthday, etc...
User avatar
ccbtimewiz offline
Lyoko Team Member
Lyoko Team Member
 
Posts: 587
Joined: Sun Jan 21, 2007 5:19 pm
Location: $("div.location").hide();

Postby Tangent128 » Tue Jan 27, 2009 12:40 am

I could add a bio field, perhaps. Don't really see any compelling reason for explicitly storing the other stuff.
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia

Postby ccbtimewiz » Wed Feb 11, 2009 6:09 pm

You should use CAPTCHA or reCaptcha on your register page.
User avatar
ccbtimewiz offline
Lyoko Team Member
Lyoko Team Member
 
Posts: 587
Joined: Sun Jan 21, 2007 5:19 pm
Location: $("div.location").hide();

Postby Tangent128 » Wed Feb 11, 2009 10:52 pm

Actually, I could probably do reCaptcha, if it's as simple to use as it looks. They claim only four lines of code are needed...

Add that to the wish-list thread, please, will you?


At some point, I need to refactor my view pages. Move the database queries to a single file, create a generic row iterator, etc.

Eventually, I hope to reduce the database to 2 tables + user data.

I like my simple theme API, though. Still, could stand to streamline it more.
(yeah, the cool links in my old sig died. :( A few nerdy newish projects are here. )
User avatar
Tangent128 offline
Star Fighter
Star Fighter
 
Posts: 1454
Joined: Tue Jun 27, 2006 1:32 pm
Location: Virginia


Who is online

Users browsing this forum: No registered users and 32 guests