Forum modules used.
Hello, sorry if I picked an incorrect forum for this topic thread. I wanted to first say I really like your setup. I am wondering what forum related modules you use?
Hello, sorry if I picked an incorrect forum for this topic thread. I wanted to first say I really like your setup. I am wondering what forum related modules you use?
JeevesBond posted this at 02:48 — 28th July 2008.
He has: 3,955 posts
Joined: Jun 2002
Here's a list of the most important modules, sorry it's a little rough and ready, am planning to write an article with more detail Soon(tm).
ACL
Forum Access
CCK
JS Calendar (from Javascript tools)
Privatemsg (the stable version)
Messaging MIME mail (for e-mail notifications)
vBulletin passwords (from vbtodrupal)
Notifications
Notification Autosubscribe
Comment mover
Comment RSS
Comment upload
Global redirect
Markitup (I had to hack the code a bit to get this to work with Drupal5)
Meta tags
Pathauto
Quote
User badges
Smileys
CAPTCHA (specifically the reCAPTCHA module)
Fasttoggle
Signatures for forums
User Stats
SQL Search (the default search doesn't work with hidden forums)
Views + Views Bookmark
Workflow-ng
XML Sitemap
You should check whether you need each of these before going mad and installing them. For example: you won't need to use ACL, Forum Access or SQL Search if you don't have any hidden forums.
Feel free to ask more questions as they arise, and good luck with your implementation!
a Padded Cell our articles site!
aharown07 posted this at 22:27 — 29th October 2008.
They have: 43 posts
Joined: Oct 2008
...
SQL Search (the default search doesn't work with hidden forums)
So what's the trouble with default search and hidden forums? Haven't run into that yet. Does it expose hidden forums or fail to search them or something else?
JeevesBond posted this at 22:44 — 29th October 2008.
He has: 3,955 posts
Joined: Jun 2002
Hidden forums are (or at least were) included in the search modules' index. So they would be shown in the search results, so the user could see the title. However, when they click to view the whole topic Drupal would throw an access denied error.
Overall, not good. Do let us know if it's stopped doing that however.
a Padded Cell our articles site!
aharown07 posted this at 02:56 — 31st October 2008.
They have: 43 posts
Joined: Oct 2008
Hidden forums are (or at least were) included in the search modules' index. So they would be shown in the search results, so the user could see the title. However, when they click to view the whole topic Drupal would throw an access denied error.
Overall, not good. Do let us know if it's stopped doing that however. :)
It doesn't seem to be doing that anymore. At least, my generic "authenticated user" account was not able to find key words in a hidden forum post... but was able to find key words in a nonhidden one.
edit: I should probably mention that I'm on Drupal 5.12 and ACL 5.x-1.6 and Forum Access 5.x-1.11.
JeevesBond posted this at 12:22 — 31st October 2008.
He has: 3,955 posts
Joined: Jun 2002
Wow, thanks for letting us know! Great, we can switch back at some point.
RTFVerterra posted this at 10:59 — 19th January 2009.
He has: 109 posts
Joined: Dec 2008
Forum Access
CCK
JS Calendar (from Javascript tools)
Privatemsg (the stable version)
Messaging MIME mail (for e-mail notifications)
vBulletin passwords (from vbtodrupal)
Notifications
Notification Autosubscribe
Comment mover
Comment RSS
Comment upload
Global redirect
Markitup (I had to hack the code a bit to get this to work with Drupal5)
Meta tags
Pathauto
Quote
User badges
Smileys
CAPTCHA (specifically the reCAPTCHA module)
Fasttoggle
Signatures for forums
User Stats
SQL Search (the default search doesn't work with hidden forums)
Views + Views Bookmark
Workflow-ng
XML Sitemap
Thanks for the list. This thread helps me a lot. I am on the process of crating a forum in a subdomain. I will use Drupal for that.
I have some questions about how you theme this site. I think it is much better if I create a new thread for that.
Civil Engineering Review
teammatt3 posted this at 00:24 — 30th July 2008.
He has: 2,102 posts
Joined: Sep 2003
So everything but the kitchen sink? Got it.
JeevesBond posted this at 19:04 — 1st August 2008.
He has: 3,955 posts
Joined: Jun 2002
lol, that's not even that many modules for a Drupal install. I think the average number of modules on a site is between 50 and 100. We're quite conservative!
a Padded Cell our articles site!
kyle_whitehead posted this at 17:30 — 2nd August 2008.
They have: 7 posts
Joined: Jul 2008
Which WYSIWYG module are you using and why?
JeevesBond posted this at 22:42 — 29th October 2008.
He has: 3,955 posts
Joined: Jun 2002
Sorry I didn't see this sooner. We use Markitup! and we use it because I like shiny things.
Greg K posted this at 13:35 — 31st October 2008.
He has: 2,145 posts
Joined: Nov 2003
If TinyMCE was "shinier", would you use that?
Our new CMS we install at work now uses TinyMCE, seems pretty good other than the "Chrome is in Beta, that's why it don't work" issue... LOL
I have this weekend free, and I'm taking to the time to do a Drupal 6 install, even taking the time to read the docs explaining how it all works and everything....
I just wish (and heard this from many people), there was an easy way to install a copy that is set up to mimmic a basic CMS for someone wanting a simple web site, with web pages only that they can edit. No Comments, no "latest articles" etc. I know it can be done, but would be nice during install to have a few "basic" setups to choose from, sort of like installing Linux.
Basically that is why I'm playing with it this weekend, to strip it down to this basic setup so about 3 people can deploy it for a basic web site.
-Greg
aharown07 posted this at 14:33 — 5th November 2008.
They have: 43 posts
Joined: Oct 2008
I've run into a problem... using Forum Access module, it seems if I have "edit own forum topics" permission enabled for a user, and "create forum topics" enabled in Forum Access, that user is able to edit any forum topic made by anyone.
Best I can tell from searching and reading, this is "normal."
I see that you've got that working more sensibly here, though. How'd you manage to give people the ability to create new topics (and edit their own) without giving them the ability to edit other people's topics?
aharown07 posted this at 03:29 — 6th November 2008.
They have: 43 posts
Joined: Oct 2008
Best I can tell from searching and reading, this is "normal."
I see that you've got that working more sensibly here, though. How'd you manage to give people the ability to create new topics (and edit their own) without giving them the ability to edit other people's topics?
Oops another brain cramp. Turns out I'd gotten confused about which permission supersedes which. That is, I was thinking if I had "can edit own posts" enabled on the permissions page, I'd have to have "can edit forum" checked in Forum Access options or they wouldn't be able to edit their own. Actually works the other way. "Edit own" allows edit of their own posts and "edit posts" adds that ability for any and all forum posts.
aharown07 posted this at 19:46 — 18th November 2008.
They have: 43 posts
Joined: Oct 2008
What does workflow-ng do for you?
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.