Info
- 25 posts
- 9 voices
- Started 5 years ago by spencerp
- Latest reply from Sam Bauers
- This topic is not a support question
Plugin Request: Forum Categories..
-
- Posted 5 years ago #
Was wondering if someone wouldn't mind making up a plugin for Forum Catagory (blocks)..? Like phpBB has..
Example:
General (forum cat block 1) >
--Latest news (forum under general cat)
--General Discussions (forum under general cat)
--Site Feedback (forum under general cat)Website Design (forum cat block 2) >
--HTML Basics (forum under website design cat)
--PHP Coding (forum under website design cat)
--CSS (forum under website design cat)Is anyone up for doing this maybe? I think it would be nice to have this option though, rather then having ALL the forums listed under ONE Section only.. :) ;)
spencerp
-
- Posted 5 years ago #
Definitely a good idea
-
- Posted 5 years ago #
Well, I've already been working on the layout, going by phpBB's layout in general.. http://vindictivebastard.net/images/forumlayout.jpg
I'm just in need of some PHP professionals, to maybe make up a plugin, or a way to hard code the front-page.php file. To assign each specific forum, to the category..?
I was thinking of, maybe some how skipping the "loop" for the current forum "database calls".. and just hard code it into the front-page, by calling in the forum's [id's].. bare in mind, I'm no PHP Pro here.. lol
Anyone think something like that will work, or..?
spencerp
/And yes, my english grammar sucks too! Whee~ -
- Posted 5 years ago #
So, anyone with any ideas on this? Just was wondering..
spencerp
-
- Posted 5 years ago #
Ok if my PHP/MySQL knowledge is still good , the plugin must , on the first use , add a new collumn to bb_topics table ( named for example cat_id ) , and a new table titled bb_cats .
On each use of the plugin , it must check if everything is good ( the collumn cat_id , the table bb_cats ) before continuing , and if not , it must display the default structure of the forum .
To perform this last , there must be new template tags which can be ignored if the plugin installation is wrong , so the plugin needs its proper template file ...
We know that the goal of BBPress is to be light and fast , so if you code all the things above and use them on a plugin , BBPress will be slower , i think like PunBB ...
So my tip is ; don't use categories , try to remove no useful forums , merge some forums if they are similar , and you'ill have a good order without categories .
-
- Posted 5 years ago #
Oh yeah, I agree totally about how it could "slow down" a forum. ;) I'm not worried about that really, I'm specifically asking if/for this to be possible with bbPress, so I don't have to use those *other* forum softwares though.. =P
I guess I'll have to wait on what Josh comes up with, I think he's planning on doing something about this then.. whee!
spencerp
-
- Posted 5 years ago #
Hehe, it was a pice of cake. :)
http://www.crazy-media.com/bbpress/
AND it is easy to add the extra "step" to " Website Design > HTML Basics > Whats wrong with my site" to the top-links if you like and it's easy to group the result on the frontpage if you like.
("General (forum cat block 1) >
--Latest news (forum under general cat)
--General Discussions (forum under general cat)
--Site Feedback (forum under general cat)")Well I think it feels "to much" so I made a new row in the table insted of giving every caregory its own line but its an easy to fix. Well, I didnt found any easy way to add a "middle-forum", like it is in phpBB. If you clock on a categori you see all avalible forums.
Well, well. My point with this post, if you would like i can post the code and changes. But I warn you, my "hack" isnt realy nice, it demands changes in the db, in the corefiles and ofcause template. And worst of all, it uses crapy if-else and no fancy "all data in the db and one function for each job"-stuff. I'm a newbi so I'm using newbi sollutions.
-
- Posted 5 years ago #
Thanks pontus. ;) :) I might try this then. However, I'm not one for core edits really, but I might give it a go, unless of course Josh comes up with something soon!? :P
*cough* I really would like to see this, maybe, implemented in the .80 version.. *cough* lol..
spencerp
-
- Posted 5 years ago #
One of these days I'll do it... I've been super busy at work. Should slow down soon
-
- Posted 5 years ago #
Awesome! Thanks a million SamBauers! ;) :)
spencerp
-
- Posted 5 years ago #
That is SWEET!! I've just implemented the last patch, running 0.8alpha.
Here's my site for view: http://spencerp.net/forums/
Only thing I'm waiting on now, is the: /bb-admin/content-categories.php page itself.. I'm getting a blog 404 when going there, but of course, didn't see that file included, so..
And also getting the 404, after clicking on the link:
http://spencerp.net/forums/category/0But that's to be expected right.. lol! =P
Anyway, hopefully this might push the "project" along a little quicker LoL!. ;) :)
spencerp
/By the way, I left the same comment on your ticket Sam.. -
- Posted 5 years ago #
Yeah, I know I'm a bit crazy for doing this, cause it's set for bbPress milestone 1.0 hahaha. Oh well, I'm just impatient like that ... lmao..
spencerp
-
- Posted 5 years ago #
spencerp, those issues you mentioned are fixed in the latest patch.
-
- Posted 5 years ago #
Awesome!! I'll go ahead and apply those changes/ files then! YAY!!
spencerp
-
- Posted 5 years ago #
Hmm, while using Tortoise SVN to apply your added patch, it's not allowing me to apply the changes to the three files in the bb-templates/ directory..
category.php
forum.php
topic.phpI even made a blank file called: category.php and it's not doing anything with it. I guess I'll just go through all the files again, and manually add the changes.. A looong morning ahead of me I guess sigh..
Well, wait, it's applying to the rest though, so now I *only* have to edit those three mentioned above.. wheew!
spencerp
-
- Posted 5 years ago #
Alright, I've just uploaded it all, and even applied the new .htaccess rules, but I'm still getting a 404.. By the way, I still have to adjust the colors of the Category itself though!! ;) :)
http://spencerp.net/forums/category/1
Any thoughts?
spencerp
P.S. Trent, can you adjust my thread's title please? My grammar mistake is bugging me lol! Catagories => Categories Thanks in advance!
-
- Posted 5 years ago #
Slaps self, hold on! I forgot to upload the root's category.php file.. Duh spencerp!
spencerp
-
- Posted 5 years ago #
Works like a charm now!! WOOT WOOT!!
http://spencerp.net/forums/category/1
Now, I just gotta do some customizing of this, and I'll be all set! Thanks a million Sam, and So1o for this!! :D
spencerp
-
- Posted 5 years ago #
Just to update everyone on this.. I've upgraded the forums to the very Latest SVN files for .80alpha, and the latest file changes for the Forum Categories enhancement by SamBauers.. :) ;)
I plan to tweak some more things though, and also release the "Gathering" theme for bbPress then. It's still on my To-Do list, and it will get done then folks! ;)
spencerp
-
- Posted 4 years ago #
I don't believe your use of forum category is that of the original poster, he requested standard forum type categories, as illustrrated in the post,
i am surprised that any forum software would not include this level of thinking as is a standard,
has anyone achieved bbpress forum categories ? -
- Posted 3 years ago #
There still appears to be no answer to this problem. I would very much like to use BBPress, but it will not be possible, until categories are included. I wish I was better at php.
-
- Posted 3 years ago #
1.0-beta will have forum categories built in.
-
- Posted 3 years ago #
hey samba.. when will it be released ?
-
- Posted 3 years ago #
Probably at the same time as WordPress 2.6
-
You must log in to post.