Welcome, Guest. Please Login or Register.
November 20, 2024, 05:32:30 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Sub Boards « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Sub Boards  (Read 532 times)
gandolphxx
Noobie
*
Posts: 41


Novice Admin

gandolphxx@hotmail.com WWW
Sub Boards
« on: May 25, 2003, 04:48:14 AM »
Reply with quote

If anybody is curious as to what sub boards might look like and operate you can check them out on my conversion site - just go to http://www.chevyavalanchefanclub.com/cafcna/index.php#5 - the Region IV - South Central board has two levels of sub boards under it.

I have most of the linktrees fixed and the goto lists are working. adds 4 fields to the boards table to minimize impact on the forum - the permissions track with the board. To date I haven't found anything that objects to it - need to try the UltraTopicMover with it.

Things to do:
1. Finish the admin portion as an addition to create/manage boards.
2. Sort out the "last poster issue"
3. Allow permissions to be inherited by default from the parent.

It was an interesting excersize - wish that the code was more consistent in the various modules.

As to when this will be available as a mod, that is difficult to say since I loathe boardmod and the changes to BoardIndex and MessageIndex are tied into many mods such as allowed users, redirects, mouseover, etc
Logged
Coyote
YaBB God
*****
Posts: 702


I love YaBB SE!

Re:Sub Boards
« Reply #1 on: May 25, 2003, 08:13:26 AM »
Reply with quote

Cool......

this has been made a mod though:

http://www.yabbse.org/community/index.php?board=158;action=display;threadid=11529
Logged

To the world - you are just one person, but to one person you are the world!
gandolphxx
Noobie
*
Posts: 41


Novice Admin

gandolphxx@hotmail.com WWW
Re:Sub Boards
« Reply #2 on: May 25, 2003, 08:20:57 AM »
Reply with quote

I think that if you look closely you will note that it functions similarly to VB which is what my folks were clamoring for - that is quite different than the referred to mod.
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Sub Boards
« Reply #3 on: May 25, 2003, 08:41:07 AM »
Reply with quote

Why in the world did you need to add 4 fields?  I did it with two.  Namely, ID_PARENT and lastUpdated.  Of course, the second one was to make it faster.... but, I can't even imagine what four would be for........

Anyhow, it isn't bad.  Linktree doesn't work for posts (example: http://www.chevyavalanchefanclub.com/cafcna/index.php?board=42;action=display;threadid=12216) but there're always little bugs... you might also want to mess with the layout of the board in search (http://www.chevyavalanchefanclub.com/cafcna/index.php?action=search;advanced=1) and some other things... but that's all extra I suppose.

I would've made this a mod for 1.5.x.... but I just plum chaged to much of the architecture.  I mean, I made all the linktrees standardized so that things wouldn't conflict, etc.... big time changes.

I wonder.... will supermod'd boards be upgradable to 1.6.0...? hmmm...

-[Unknown]
Logged
gandolphxx
Noobie
*
Posts: 41


Novice Admin

gandolphxx@hotmail.com WWW
Re:Sub Boards
« Reply #4 on: May 25, 2003, 10:41:50 AM »
Reply with quote

Since I cannot see your code I can't comment on the number of fields you chose or how they worked - I am still refining mine for speed and flexibility - not too shabby for about 8 hours work.

As to the link tree on Display, I deliberately got rid of the extraneous junk - and I also standardized the link tree accross the board.

I am aware of the search case and plan to cleanout some more stuff when I get to it - most of my users use the fast search and never see the checkerboard. ;D
Logged
old dan
Full Member
***
Posts: 191


Make music, not war.

WWW
Re:Sub Boards
« Reply #5 on: May 26, 2003, 08:17:36 AM »
Reply with quote

I only used 1 field. Course that's neither here nor there. One question, when there is a new post in a subboard is it reflected in on the parent on boardindex? LIke [Unknown] I list the subboards on the front page. I use a 'new' graphic to designate new posts. But I would suppose just indicating new posts for the parent would work.


I'm not releasing my subboard stuff at all. Several reasons, not the least of which is 1.6 will have them. But more importantly I made a bunch of changes to a lot of stuff and didn't document any of it. (oops) So to try to reverse engineer my own code is more than I really want to do. :-[

Quote
I would've made this a mod for 1.5.x.... but I just plum chaged to much of the architecture.  I mean, I made all the linktrees standardized so that things wouldn't conflict, etc.... big time changes.

I wonder.... will supermod'd boards be upgradable to 1.6.0...?
as gandolfxx will attest linktree and a bunch of other stuff really needed to be cleaned up. :)
And of course supermod'd boards won't be upgradable to 1.6. Like every other version we'll have to redo all our mods.......... ;D
Logged

People who drink lite beer don't like the taste of beer; they just like to pee a lot
gandolphxx
Noobie
*
Posts: 41


Novice Admin

gandolphxx@hotmail.com WWW
Re:Sub Boards
« Reply #6 on: May 26, 2003, 08:56:05 AM »
Reply with quote

Yes, it will reflect at each level and indicated on the BoardIndex - I am sorting all of that out now to make it quick[er] - I have changed the way each level looks also.

as to the fields, I make use of them in the sql to do some things quickly and ordered - saves reconstructing things on the fly - it really helps IMHO. ;D
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Sub Boards
« Reply #7 on: May 26, 2003, 05:54:59 PM »
Reply with quote

In my implementation, moderators carry down and last posts carry up.  (somewhat.)

Do note that while you could have 4 or more levels of boards... it's optimized for one level.

-[Unknown]
Logged
gandolphxx
Noobie
*
Posts: 41


Novice Admin

gandolphxx@hotmail.com WWW
Re:Sub Boards
« Reply #8 on: May 26, 2003, 11:29:46 PM »
Reply with quote

I carry the moderators. but have a thing about real estate for the user and chose to disable them below the top level - it is an option, the data is all there. I also disable them at the postview level.

I have added info at the board and topic level that carries the info quickly up the tree by piggy backing on updates that were already being performed - seems to help quite nicely on 10000 topic boards.
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  Sub Boards « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.188 seconds with 20 queries.