Transcendent Studios
« Jforums Beta release - LOOK »

Welcome Guest. Please Login or Register.
May 18, 2013, 8:32pm



Exist To Create

Transcendent Studios :: Coding Corner :: Coding Chat :: Jforums Beta release - LOOK
Page 1 of 2 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]
 AuthorTopic: Jforums Beta release - LOOK (Read 255 times)
Blind
Administrator
*****
Head Coder[M:0]
member is offline

[avatar]

Paper Wings


[homepage]

Joined: Jan 2009
Gender: Male
Posts: 1,356
Karma: 1
 Jforums Beta release - LOOK
« Thread Started on Apr 15, 2009, 6:52am »

Wel i have release the beta version of Jforums :o

I know there are a few errors, but they will be fixed.
Sign up, post, edit your profile and test it out.

Let me know what you think, suggestions and any bugs you find.

http://www.forum.asilentdivine.com
Link to Post - Back to Top  IP: Logged

Wrighty
Junior Member
**
[M:10]
member is offline

[avatar]


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 55
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #1 on Apr 15, 2009, 2:54pm »

Posts column is blank on main page for a start - fix that.
Link to Post - Back to Top  IP: Logged

[image]
Where all the cool kids go!
iDesign
Easter Winners
*****
[M:155]
member is offline

[avatar]

No Cookie For Guessing Hobby.



Joined: Feb 2009
Gender: Male
Posts: 543
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #2 on Apr 15, 2009, 7:06pm »

It's deleting random parts of my messages O.o
Link to Post - Back to Top  IP: Logged

[image]
Blind
Administrator
*****
Head Coder[M:0]
member is offline

[avatar]

Paper Wings


[homepage]

Joined: Jan 2009
Gender: Male
Posts: 1,356
Karma: 1
 Re: Jforums Beta release - LOOK
« Reply #3 on Apr 15, 2009, 9:53pm »


Apr 15, 2009, 2:54pm, Wrighty wrote:
Posts column is blank on main page for a start - fix that.


I made a post about that.
The problem there, is that when making a reply, the post is saved into the id of the original thread, where as the main page is using MYSQL to groupd the threads and posts with the board id.
So i need to go through and add the board id into each reply as well as the threads.

I will look into that Idesign.
Link to Post - Back to Top  IP: Logged

Wrighty
Junior Member
**
[M:10]
member is offline

[avatar]


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 55
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #4 on Apr 17, 2009, 2:56am »

What's the MYSQL structure like?

Table for:
-Posts
-Topic
-Members
-PMs
-Boards
-Categories
-Settings

Or is there more? :-/
Link to Post - Back to Top  IP: Logged

[image]
Where all the cool kids go!
Blind
Administrator
*****
Head Coder[M:0]
member is offline

[avatar]

Paper Wings


[homepage]

Joined: Jan 2009
Gender: Male
Posts: 1,356
Karma: 1
 Re: Jforums Beta release - LOOK
« Reply #5 on Apr 17, 2009, 3:06am »


Apr 17, 2009, 2:56am, Wrighty wrote:
What's the MYSQL structure like?

Table for:
-Posts
-Topic
-Members
-PMs
-Boards
-Categories
-Settings

Or is there more? :-/


Actually only 3 at the moment.
- Post+reply
- Members
- Boards

I have the private message table set up but not included yet.

I haven't put any more work into this for the past day, just had a few other projects to work on.
I will begin fixing all the errors that were found, tomorrow :)
Link to Post - Back to Top  IP: Logged

Jasek
Full Member
***
[M:85]
member is offline



Negoita Cosmin

[yim]
[homepage]

Joined: Mar 2009
Gender: Male
Posts: 100
Location: Romania, Craiova
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #6 on Apr 17, 2009, 4:46am »

hahahahah Jye you master! love ur forum! make sure that it's easy customizable like ProBoards. I can't wait for a full release :)
Link to Post - Back to Top  IP: Logged

Design By Mind Blog
-a nice design blog at the very start
-join as a writer!
-spread the word!
Wrighty
Junior Member
**
[M:10]
member is offline

[avatar]


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 55
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #7 on Apr 17, 2009, 6:01am »

How can you have post/reply in the same? :-/
Link to Post - Back to Top  IP: Logged

[image]
Where all the cool kids go!
xcessive
Administrator
*****
[M:0]
member is offline

[avatar]



Joined: Jan 2009
Gender: Male
Posts: 1,171
Location: around
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #8 on Apr 17, 2009, 6:15am »


Apr 17, 2009, 6:01am, Wrighty wrote:
How can you have post/reply in the same? :-/


Cause he is a genius. And a little bit magical.
Link to Post - Back to Top  IP: Logged

[image]


Blind
Administrator
*****
Head Coder[M:0]
member is offline

[avatar]

Paper Wings


[homepage]

Joined: Jan 2009
Gender: Male
Posts: 1,356
Karma: 1
 Re: Jforums Beta release - LOOK
« Reply #9 on Apr 17, 2009, 6:27am »

Thanks Jasek.


Apr 17, 2009, 6:01am, Wrighty wrote:
How can you have post/reply in the same? :-/


What Xcessive said :P
----
Same way you would do it with both ;)
Basically i have the table which is predominately used for posts but i have the reply and number of replies in that table. All posts are defined by an ID number. So if a post has no ID it means that it is a thread, first post made, and then any replies are given the ID of that original post and nested under it.
I find it much easier this way.

But i have done it in such a way that will allow me to easily include any other reply feature.

« Last Edit: Apr 17, 2009, 6:28am by Blind »Link to Post - Back to Top  IP: Logged

Wrighty
Junior Member
**
[M:10]
member is offline

[avatar]


[homepage]

Joined: Mar 2009
Gender: Male
Posts: 55
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #10 on Apr 17, 2009, 10:29am »

Ah having them seperate is easier in my opinion but *shrugs* ... How would you get a thread ID specified? Having them seperate allows for more things & reduces database redundancy.

Take adding in a thread Description for example.
In your way - there will be loads more entries with nothing for 'description'
My method - there would only be one table with a few without a description. :)

See where it'd work better having them separate, together-ness things can all be done if separate, separate things can't be done with together-ness :)
Link to Post - Back to Top  IP: Logged

[image]
Where all the cool kids go!
Blind
Administrator
*****
Head Coder[M:0]
member is offline

[avatar]

Paper Wings


[homepage]

Joined: Jan 2009
Gender: Male
Posts: 1,356
Karma: 1
 Re: Jforums Beta release - LOOK
« Reply #11 on Apr 17, 2009, 10:39am »

You can pretty much do the same things whether they are separate or together, it is a matter of knowing how.

But i guess it is a matter of what is easier for each person.

I generally use a table for the main rows of a certain element of the coding and use a different one for the smaller parts to that. Then just use MYSQL joins for the 2 tables.
Link to Post - Back to Top  IP: Logged

Twiggy
Senior Member
****
[M:10]
member is offline

[avatar]

Bug out!


[homepage]

Joined: Feb 2009
Gender: Male
Posts: 276
Karma: 0
 Re: Jforums Beta release - LOOK
« Reply #12 on Apr 17, 2009, 11:00am »

Very nice... But I can't get a thing on what you guys talk about. :P
Link to Post - Back to Top  IP: Logged

Blind
Administrator
*****
Head Coder[M:0]
member is offline

[avatar]

Paper Wings


[homepage]

Joined: Jan 2009
Gender: Male
Posts: 1,356
Karma: 1
 Re: Jforums Beta release - LOOK
« Reply #13 on Apr 17, 2009, 6:18pm »

Thanks Richard.
Link to Post - Back to Top  IP: Logged

Blind
Administrator
*****
Head Coder[M:0]
member is offline

[avatar]

Paper Wings


[homepage]

Joined: Jan 2009
Gender: Male
Posts: 1,356
Karma: 1
 Re: Jforums Beta release - LOOK
« Reply #14 on Apr 18, 2009, 4:44am »

Will be fixing a few of the errors over the next few hours.
Updates will be posted in the development board of the forum.
Link to Post - Back to Top  IP: Logged

Page 1 of 2 » Jump to page   Go    [Search This Thread] [Share Topic] [Print]

Click Here To Make This Board Ad-Free


This Board Hosted For FREE By ProBoards
Get Your Own Free Message Boards & Free Forums!
Terms of Service | Privacy Policy | Notice | FTC Disclosure | Report Abuse | Mobile