FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Plugins and Code Hacks » Drupal CMS integration
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Drupal CMS integration [message #32055] Sun, 04 June 2006 20:08 Go to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
I've written a Drupal (drupal.org) module to integrate FUDForum with the Drupal content management system. For more information see http://drupal.org/node/67177
Re: Drupal CMS integration [message #32060 is a reply to message #32055] Mon, 05 June 2006 10:43 Go to previous messageGo to next message
ggray is currently offline  ggray   Ukraine
Messages: 96
Registered: October 2004
Location: Crimea: Simferopol
Karma: 0
Member

hmm...
interesing, thanks and I'll try to test it ASAP
Re: Drupal CMS integration [message #157937 is a reply to message #32060] Sun, 28 December 2008 21:13 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
The Drupal integration module was upgraded to be compatible with Drupal 6. For details, see http://drupal.org/project/fudforum
Re: Drupal CMS integration [message #157939 is a reply to message #157937] Tue, 30 December 2008 10:33 Go to previous messageGo to next message
Alexey is currently offline  Alexey   Russian Federation
Messages: 70
Registered: June 2005
Karma: 0
Member
I have 3522 users registered in fudforum. After instalation drupal and this module all users copy to drupal?
Re: Drupal CMS integration [message #157940 is a reply to message #157939] Tue, 30 December 2008 11:38 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
No, user data will only be copied when needed (on first login).
Re: Drupal CMS integration [message #157947 is a reply to message #157940] Fri, 02 January 2009 08:06 Go to previous messageGo to next message
Alexey is currently offline  Alexey   Russian Federation
Messages: 70
Registered: June 2005
Karma: 0
Member
Don't work Sad
The fudforum use code page windows-1251 the drupal use utf-8. And not readable text.
Why fix this?
Re: Drupal CMS integration [message #157948 is a reply to message #157940] Fri, 02 January 2009 08:24 Go to previous messageGo to next message
Alexey is currently offline  Alexey   Russian Federation
Messages: 70
Registered: June 2005
Karma: 0
Member
After enable "fudforum module" in drupal, I don't login in drupal admin user.
Re: Drupal CMS integration [message #157951 is a reply to message #157947] Fri, 02 January 2009 16:15 Go to previous messageGo to next message
Alexey is currently offline  Alexey   Russian Federation
Messages: 70
Registered: June 2005
Karma: 0
Member
Alexey писал(а) Птн, 02 Января 2009 11:06

Don't work Sad
The fudforum use code page windows-1251 the drupal use utf-8. And not readable text.
Why fix this?

I am add
mysql_query("SET NAMES 'utf8'")
after connect to DB.
Re: Drupal CMS integration [message #157952 is a reply to message #157940] Fri, 02 January 2009 16:50 Go to previous messageGo to next message
Alexey is currently offline  Alexey   Russian Federation
Messages: 70
Registered: June 2005
Karma: 0
Member
After login new forum user. This mistake:
Цитата:

user warning: Duplicate entry 'fudforum' for key 2
query: INSERT INTO authmap (authname, uid, module) VALUES ('fudforum', 4, 'module') in /home/sait/modules/user/user.module on line 1222.


And next user too:

Цитата:

user warning: Duplicate entry 'fudforum' for key 2 query: INSERT INTO authmap (authname, uid, module) VALUES ('fudforum', 5, 'module') in /home/sait/modules/user/user.module on line 1222.
Re: Drupal CMS integration [message #157953 is a reply to message #157952] Sat, 03 January 2009 11:23 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Wow, Alexey, you've been quite busy. Let me see if I can catch up. Are you using the latest release or the unreleased code (autologin) from CVS?

1) I think the "Duplicate entry 'fudforum' for key 2" warning is raised when a users is already registered in Drupal. As far as I can tell, it's harmless and we can possibly catch and ignore it with an exception handler.

2) W.r.t. the "mysql_query("SET NAMES 'utf8'")":
Not sure how we should handle this, except for documenting it in the README file. Pity there is no setting for this in FUDforum's GLOBALS.php file.

PS: You are welcome to submit patches for this module at http://drupal.org/project/fudforum

Best of luck.

Frank
Re: Drupal CMS integration [message #162198 is a reply to message #157953] Wed, 31 March 2010 20:54 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
I've just releases version 6.x-2.0 of the Drupal integration module.

IMPORTANT: Please note that this version is only compatible with FUDforum 3.0.1 and later releases.
Re: Drupal CMS integration [message #166334 is a reply to message #162198] Thu, 17 November 2011 02:12 Go to previous messageGo to next message
ShineOn is currently offline  ShineOn   United States
Messages: 53
Registered: July 2011
Karma: 1
Member
Frank, will you be updating the Drupal integration module to work with Drupal V7?

If I were to use Drupal 6, would the v 2.0 Drupal Integration module work with FUDforum 3.0.3?

If I were to use Drupal 7.9 (which I would rather) would there be any chance that the Drupal 6 module would work?
Re: Drupal CMS integration [message #166339 is a reply to message #166334] Sat, 19 November 2011 13:53 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Good question! Maybe later.

Yes, it should work.

Definitely not.
Balasan: Re: Drupal CMS integration [message #166574 is a reply to message #166339] Sat, 21 January 2012 17:52 Go to previous message
kivandanu is currently offline  kivandanu
Messages: 1
Registered: January 2012
Location: indonesia
Karma: 0
Junior Member
tolong segera dibuat untuk drupal versi 7.10
terima kasih
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Kerberos experiences?
Next Topic: core.inc and PHP > 5.3.0
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat May 25 12:01:12 GMT 2024

Total time taken to generate the page: 0.03052 seconds