SMF 2.0 Integration

psiegel - August 27, 2008 - 12:29
Project:SMFforum Integration module
Version:6.x-1.21
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active
Description

Hello,

I had a look at this module and it really is great, thanks!

Are there plans for the module to also integrate the SMF 2.0 (still in Beta)?

What I would be interesyted in is the Wysiwyg editor in SMF 2.0. And I also hope for the search function in Drupal to also search in SMF Forums.

Thanks,
Pascal

#1

dakotaroar - November 23, 2008 - 01:16

Subscribing.

#2

murrdogg - December 2, 2008 - 13:54

Ahhhh, so this is why it doesn't work with my install!

Did I miss something or does it say somewhere which versions of SMF it works with? If not, I think it should on the main module page. I spent a lot of time trying to get it working only to have my Drupal do a "Page Not Found" every time I got the path to the api file right.

So, that being said, this IS a really cool module. What's the good word on SMF 2.0 integration? Plans? Dreams?

I'm using 2.0 stricly for the WYSIWYG editor functionality, and I agree with Pascal... Search from Drupal would be cool.

Thanks to the developers. Keep the good stuff coming!

MurrDogg

#3

dudelookslikealady - December 14, 2008 - 03:47

subscribing.

#4

XerraX - December 22, 2008 - 17:23
Version:5.x-1.21» 6.x-1.21

subscribing

#5

Real Digger - January 14, 2009 - 00:33

+1

#6

XerraX - March 12, 2009 - 12:26

The version 2.0 of the module for SMF 2.0 is now developing and will
be released after SMF official 2.0 release.

vb

This is what the developer answered on my Email.

#7

augsburgde - April 26, 2009 - 09:06

good to read that there will be future developing for smf 2.0 bridge - the relase candidae for smf 2 is already out

#8

Saler - June 8, 2009 - 08:04

Please make this module for SMF Realse Candidate and that the final version SMF leaves in a year still.

#9

denni - October 15, 2009 - 14:32

Are there any news about smf 2 support for drupal?

#10

dinmikkith - October 16, 2009 - 21:34

subscribing

#11

denni - October 17, 2009 - 16:04

What do you mean?

#12

denni - October 21, 2009 - 01:00

found the solution here http://www.simplemachines.org/community/index.php?topic=295866.msg195288...

It is basicalli about changing .htaccess a little and use the old smfforum module

"

At the end of your .htaccess, find this:
Code: [Select]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

and replace it with:
Code: [Select]
RewriteCond $1 !^forums
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]

"

#13

SuperZambezi - October 22, 2009 - 05:02

Hmmm. I still get "Page not Found" when I try to login or even register an account after changing the .htaccess. Anyone have any other solutions or maybe im doing something wrong? Thanks.

Does anyone know exactly what causes this "Page Not Found" Problem?

#14

oeaton - December 22, 2009 - 01:34

subscribing

#15

DarkWolf - December 25, 2009 - 16:50

I hope to see soon a full integration (not an iframe) like this for phpbb: http://drupalbridge.org/phpbbforum/viewforum.php?f=2 :)

 
 

Drupal is a registered trademark of Dries Buytaert.