Vyoma
Sep 22 2006, 08:52 AM
I have been running a site for couple of months that is powered by Drupal. And I like the way Drupal handles everything. It is kind of lean and mean, when compared to the other CMS that I checked out at OpenSourceCMS.com. But it has one down side that I must accept. It does not have a decent forum. I am sure, if I say this over at Drupal.org, I would be staked and asked what feature does Drupal forum not have. If I give few of the features out of the whole list, I would be given a module each to substitute for each feature. And in a way, what they say is true. A feature must be available site wide, and true to their UNIX like principle of do one thing at a time and do it best - I have to say, they have pretty much achieved it. That still brings the issue of forums. Users have been using forums like vBulletin, SMF and phpBB and others, and they are used to all the juicy features provided by each of them. But as some said over at the Drupal.org 'forums', I have seen a lot many sites that use forums as many other things - directories, blogs, news websites and more. Forum software is attempted to be made like something else. But, that said, I am at the start of an endeavor where a forum in it’s almost tradition sense is a must. I may start an RPG forum that has the modus-operand as play-by-post, and I would need a forum, that looks like a forum. And no matter what the Drupal.org guys say, Drupal 'forum.module' does not conform to my requirements. I know there have been attempts to integrate other forums (phpBB and SMF), but a search through the Drupal.org forums, phpBB support forum, and SMF support forum, would show that it is a hard nut to crack due to the architectural differences. In case of SMF and Drupal, it results from the use of generic function names for database layers that go by the 'db_' prefixes. And with case of phpBB, its security systems seem to be lacking to go along for integration with Drupal. And that leaves the option for us Drupal-ers to use the forum.module we already have, or try and code a better forum that has the flat forum look. There has actually been a development in this area too - with a person developing what is called the UIEForums. It creates a different set of database tables to maintain its own content information. I find that undesirable, as the content is the basic element of any CMS and I would like the forum content to be used by the full website. Surprisingly, as I know, the present 'forum.module' of Drupal 4.7.2 stores only the first post - the start of the thread as node, and the rest of the replies are tucked under as 'comments'. I find this too as undesirable, as I think that all the replies to the thread starter should be categorized as node - it would be as any other content. I would like to know, your opinions on this, as I am sure, there are few Drupal-ers here at AstaHost. I would attempt for such an endeavor though I definitely cannot give a deadline or schedule as all this is my hobby, and my day job lies in a bit different domain. But, if someone wants to have collaboration, I would love that too, and we could contribute to this pool of Open Source code.
Comment/Reply (w/o sign-up)
SP Rao
Sep 22 2006, 03:23 PM
Well Vyoma, I'm already facing that problem with forums! As you said the very concept of fprums takes a new quite undesirable dimension in Drupal. It'd so nice if we could embed a decent forum there. Since the new forum which is being developed for Drupal(UIEForums) uses different set of tables, for an existing user of built in forum module it is impossible to migrate! (That's the problem I'm facing with UIEForums, moreover we don't know if it'll be a part of the next Drupal release. If I remember it right, there's still an uncertainity there) As far as the development goes mate, I ain't really sure if I can collaberate with you. You know I always want to. BUt looks like I have too many commitments. If you aren't putting any quick deadlines, I can work with you in this regard. But one thing is for certain. Drupal badly needs it. I guess integration of phpBB would be better. WHat do you think?
Comment/Reply (w/o sign-up)
Vyoma
Sep 26 2006, 01:26 PM
Well, the integration of phpBB or SMF forum engine with Drupal is badly needed, but there is a catch in it. Both the fourm and Drupal, use a database layer, that has functions and variables with the 'db_' prefix that are repeating in both. This brings up a problem, where you need to get your hands dirty and get into the code and replace all occurances of 'db_' with 'phpbb_db_' or 'smf_db_' or something similar. And that too, I belive in some places it is a non-trivial case, and one needs to analyze the code to get it done. And even if we do these code changes, I am not sure, it would be easy to upgrade either of them as you would again need to do those code changes. So, it is quite the same problem you would face if you went for UIEForum module. If you are starting a forum from the scratch, or your Drupal forum (or any other phpBB/SMF) forum has very few threads, you can install UIEForum module, if you are ok with the non-upgradability. Else, development of a better forum module, and hopeful inclusion of it in the Drupal CVS and later into the core is the only way I can see. I think this is one thing, that we really have to take into our hands, because no matter how much we complain, I do not thing the rest of the folk would want to do it. (I got this feeling as I was looking through the Drupal.org forums.
Comment/Reply (w/o sign-up)
pug
Oct 13 2006, 11:21 AM
Hi folks I've only just seen this so sorry for the untimely reply  I'm one of the people that helps out with the UIEForum developement, though I'm more of a cheerleader than anything Zoro does all the actual work. I just thought you might be interested to know that there are plans underway to change UIEForum over to the drupal node system. The only reason this wasn't done initially is because the forum software was already in existance before we made the move over to drupal, and the integration done was mainly to suite our own purposes. Since releasing the forum to the public there has been a huge interest in the module so we decided that to facilitate that interest a move over to the node system was a necessary next step. There is as yet no date for this to be completed, but it's in active developement so shouldn't be too long I hope.
Comment/Reply (w/o sign-up)
Vyoma
Oct 13 2006, 06:33 PM
Hey pug, this is your first post at AstaHost and already you have given a great information. If this were Orkut, I would have become your fan already. Good thing that I did not start work on this. Is there any place where I could provide some contribution in the coding efforts? I have not yet created any Drupal module on my own till now, but have gone through the code enough to understand what does what. So, a link would be helpful.
Comment/Reply (w/o sign-up)
pug
Oct 15 2006, 01:26 PM
Thanks for the offer of help it's always appreciated, I've sent a PM with details on how to contact us and we can take it from there if that's OK?
Comment/Reply (w/o sign-up)
Vyoma
Oct 15 2006, 03:39 PM
Yup, I saw that PM and am responding to it at the moment. Now, if I do join the effort (which I would give to the best of my ability), I hope you would understand that I have never worked as a team on web(PHP) programming over the net. So, I would be a bit shaky in the beginning. But I am sure, I would whatever smaller section I can. Will send the details over in them mail. Thanks for that contact info.
Comment/Reply (w/o sign-up)
Vyoma
Dec 20 2007, 06:42 PM
It was a long time back, and I had just worked on this partially. Drupal though moved on, and a more robust and scalable effort is made to create an Advanced Forum module at - http://groups.drupal.org/drubbJust thought, I would put this here for those 'old thread diggers' or someone who comes through search engine.
Comment/Reply (w/o sign-up)
Sten
Dec 21 2007, 12:16 AM
i was playing with drupal yesterday comparing it to joomla. id much rather joomla and their forum modules are way better than the drupal forum. one thing i like about drupal is the default template, i love it! i cant belive they wasted such a good design that youre not exactly gonna see on anyone website. yet the actual drupal website is horrible, lol.
Comment/Reply (w/o sign-up)
Vyoma
Dec 21 2007, 06:07 PM
QUOTE(Sten @ Dec 21 2007, 05:46 AM)  ... id much rather joomla and their forum modules are way better than the drupal forum. ...  Well, it seems like Joomla uses SMF integration (but I am not sure about that). If that be the case, then SMF does a way better job than Drupal or Joomla. And I guess, that is the reason for a drive towards the conceptual DrupBB in the Drupal community. QUOTE(Sten @ Dec 21 2007, 05:46 AM)  ... one thing i like about drupal is the default template, i love it! i cant belive they wasted such a good design that youre not exactly gonna see on anyone website. yet the actual drupal website is horrible, lol. You mean to say, the Garland theme? That was like the crown theme of Drupal 5.  And they have not bothered changing the theme of Drupal.org for ages I guess.
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : drupal, forum, integration, phpbb, smf, creating, module, drupal
- Drupal Taxonomy + Heavy Modification = Preference Engine? Thoughts?
(3)
Drupal 5 Upgrade Anyone?
Having trouble updating. (2) Wondering if anyone has tried to update to drupal 5? I have gone through their instructions on
updating the install I did off the cPanel (from 4.7). I had to set the settings.php writable but
now I get a crazy error: CODE ray( 'content' => $content, 'region' => $region,
'title' => $title )); } /** * Default callback for PHPTemplate. * * Load a template file,
and pass the variable array to it. * If the suggested file is not found, PHPTemplate will attempt to
use * a $hook.tpl.php file in the template directory, and failing that a * $hook.tpl.....
Login To Bloggon Module
Help needed (3) I was trying to improve the user authentication and login screens for Drupal. There was one pluggin
caled LoginToboggan. That sounded attractive enough. Indeed it is a good module. The problem is
when I configured this module, the front page got changed to default Drupal initial website set up
screen. The screen which has various links like "Create Your First User" etc... No matter what I may
do, the home page before logging in still continues to be the same. After user logs in, the site
functions perfectly... Help needed in eliminating that default page. Any sughg....
Drupal Login Problem
(9) I’ve recently discovered a login problem with Drupal. I registered a domain name with
smartdots.com. All it does is redirect to my real address. Although the url does not change. But
when I do that, I cannot log in. If I went to my real address directly, I can log in. Does anyone
know how to fix this? ....
Help Needed In Drupal Page Categerization
(3) Well, I just installed Drupal 5 days ago succesfully. Have also used quite a few modules of Drupal.
As everyone realizes, not many layouts are present for Drupal. I've hust selected one and
proceeding with it. (Layout can be changed anytime). Though I had quite some frustrating times with
Drupal, this one is the most frustarting one. Well, there are modules like Forum, Blog, Book etc
for putting content up there in the site. Actually my problem is, I want separate pages for these
and I want my front page to contain only articles. I want to keep liks for Blog, Foru....
Getting Frustrated With Drupal
(11) I haven’t made any progress on Drupal since I installed Xampp. I guess one of the challenges is
that there are so little templates out there for Drupal (php driven). And writing one is more
challenging than I thought. I have the xhtml part down, and I know some basic php, so why is
putting both together so hard? Should I general some more contents for my website before I go crazy
with design? But then there is the whole taxonomy model. Would I mess everything up if I don’t
categorize everything up front? Anyways, just getting very frustrated with Drupal. I am sur....
How To Test Drupal Themes?
(14) I am writing a Drupal theme and I would like to test it out before using it on my website. Is
there a way to test it? ....
Installing Drupal Through Cpanel
Install under root directory (5) Most people probably already know this, but it took a little while for me to figure it out.
1. Configure your Public_html folder Access your files through FTP, Under folder “public_html”
rename file “.htaccess” to “ORIGNAL.htaccess” Right click on the renamed file “ORIGNAL.htaccess”,
select “File Attributes” and uncheck “Group Permission” so that the total is 600. 2. Install
Drupal From your CPanel home, under “Fantastico” click on Drupal (under Content Management) Click
on “New Installation”, fill in the information except for leave the directory filed empt....
New To Drupal
Drupal Themes (5) Yesterday I had my account setup and the first thing I did was to install Drupal Content
Management System from my cPanel. But I am at a loss as to what to do next! I looked at the themes
Drupal offered on their website and didn’t really like any of them. I found some other PHP themes
on the web, but I don’t know if they will work for Drupal. Are there specific requirement for
Drupal themes? Their manual and documents are so confusing; I wonder if someone on the forum can
answer my questions? ....
Drupal Taxonomy Module
Tips, guides, and pointers please (10) I installed Drupal for my website, and am having a walk in the park for almost all the modules. The
one module that I am finding it hard to understand is the Taxonomy module. It is one of the most
confusing and hard-to-learn module in the Drupal, but I went through few of their documentation and
I realized that it is a powerful tool for categorization. Since I am planning on launching a site
that contains quality articles, and these articles need to be categorized, I understood that I need
to use this module soon as the artcile-base starts growing. Could some one....
Unable To Log Into The Drupal Cms When Using Parked Domain As Url
(Can log in when using direct astahost.com subdomain URL) (4) Oh boy! Setting up a website even using a CMS does not seem to be straight forward task. I have
noticed a problem. As stated earlier in another thread , I have already registerd for the domain
wisetome.com and parked it against kmaheshbhat.astahost.com. Also, for illustrating the problem I
am facing, I have created a user with the following details for my site: Username: joe Password:
joe (This is a temporary user that I will be deleting later). Now here is the problem I am facing.
Let us take the following two cases: Case 1: Go to URL: http://kmaheshbhat.astaho....
Drupal
A nice little CMS (13) After ditching Mambo because it ate too much of my space, I switched to Drupal and MAN is it nice.
It's a bit unorthodox in its approach, but I really like how all the content is in the same
basic format, even the forums.....
Looking for drupal, forum, integration, phpbb, smf, creating, module, drupal
|
See Also,
*SIMILAR VIDEOS*
Searching Video's for drupal, forum, integration, phpbb, smf, creating, module, drupal
|
advertisement
|
|