Topic: [Module] SMF bridge  (Read 118072 times)

Pages: 1 ... 11 12 [13]   Go Down

#241: 7-Mar-2008, 11:35 AM

Foundation

OpenGeek
MODx Co-Founder
Posts: 6,977

damn accurate caricatures...

WWW
Looks like you left the plugin or module in the database and just deleted all the files.
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa

#242: 7-Mar-2008, 03:16 PM


Frank
Posts: 518

WWW
hmm, I gave the SMF a prefix and dropped that part, however the module ro plugin as you wriite, not really.
Will have a look at all the tables and drop what I find obstructive.

#243: 10-Mar-2008, 05:01 PM


Mproject
Posts: 329

Hi all...

Im having problem when installing the SMF_Forum_Integration_1.0 , Ive install the modX 0.9.6 successfully. Can anyone help me to fix the following error.

Setup will now attempt to setup the database:

Warning: main(../manager/includes/config.inc.php): failed to open stream: No such file or directory in c:\appserv\www\mambov4\smf_module\upload these files\install\instprocessor.php on line 14

Warning: main(): Failed opening '../manager/includes/config.inc.php' for inclusion (include_path='.;c:\php4\pear') in c:\appserv\www\mambov4\smf_module\upload these files\install\instprocessor.php on line 14

Creating connection to the database: Database connection failed!

Please check the database login details and try again.


I think that you don't have to create the folder "upload these files/". Just upload the files in the order as they are in folders (ex. upload file instprocessor.php into the "install/" folder on your server
Sorry 'bout my english Smiley

#244: 11-Mar-2008, 02:45 AM


Frank
Posts: 518

WWW
hmm, I gave the SMF a prefix and dropped that part, however the module ro plugin as you wriite, not really.
Will have a look at all the tables and drop what I find obstructive.


Appeared I completly forgot to delete the plugin indeed, resolved.

#245: 11-Mar-2008, 03:07 PM

pixelranger
Posts: 154

I'm getting the following errors:

Fatal error: Call to undefined function: smf_loginbyid() in /data/newca/public_html/newcanadian/assets/modules/smforum/smf.admin.class.inc.php on line 36

and

Fatal error: Call to undefined function: smf_registermember() in /home/ccwmorg/public_html/assets/modules/smforum/smf.sync.class.inc.php on line 114

what's wrong?
MODX 9.6.1
SMF bridge 1.0 for SMF 1.1.4

help, please

#246: 12-Mar-2008, 02:08 PM


rossco
Posts: 933

WWW
Is there anyway to have this mod not only sync username but the passwords as well?  It doesn't seem to do anything about transferring passwords over to the modx user list.

#247: 12-Mar-2008, 09:35 PM

Foundation

OpenGeek
MODx Co-Founder
Posts: 6,977

damn accurate caricatures...

WWW
Is there anyway to have this mod not only sync username but the passwords as well?  It doesn't seem to do anything about transferring passwords over to the modx user list.
No, I believe that's why this was abandoned by the original developer; the SMF salt makes it difficult if not impossible to use the same password or something.  I may be wrong, but sure seems like that was the problem.
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa

#248: 23-Jun-2009, 12:54 PM

eFragPulse
Posts: 35

I have this solution working almost 100%. The only thing I am running into is that GUESTS can't view the boards properly. They click on a category and it says it doesn't exist. However if a logged in user clicks it, it functions fine. Other than this problem, all is working great.

Any help though? Anyone ran into this?

#249: 29-Jun-2009, 09:26 PM

eclipseTalk
Posts: 104

Hi,
Good to hear that you have "almost" everything working at 100%.  Cheesy
I'm very curious to find out how you got the users synchronized. For instance, when I create a web user in MODx, it gets added to SMF but the password and email fields are not carried over. I tried several things (changing the webloginpe.class and the event OnWebUserSave since I'm using webloginPE to register users but to no avail)

I'm basically stuck now. Any help would be immensely appreciated.

Thanks

#250: 9-Jul-2009, 02:38 PM

upstreamB
Posts: 13

Hey nice place you got here Wink

I just installed SMF and the module, which worked very well  Grin

Only one issue... all of the users were migrated to SMF, and none of them have permission to do anything other than view boards.  They actually have fewer permissions than the public, they can't even view the calendar!

I can fix this user by user... I created a new membergroup and set the permissions to "Standard"  Only issue is that takes a lot of time to do this username by username, and every time we get a new member.

Is there a better way to go about this?

Thanks!!!

#251: 9-Jul-2009, 03:50 PM


Frank
Posts: 518

WWW
Hi,

great you seem to get it allmost running. I seem to have password length problems, when syncing.
Anyway, the problems you mentioned did not arise in my 2 installs.
I followed these guidlines:

http://modxcms.com/forums/index.php?topic=14143.0

Maybe worth a try?

Best, Frank.

#252: 17-Jul-2009, 01:09 PM

upstreamB
Posts: 13

Thanks for the help!

I solved it by editing the module configuration.  For the "Default Group" parameter I typed in the membergroup I created for everyone on that forum.  Now they're all added to the membergroup automatically when it syncs.

The page you mentioned was helpful during installation, but I had display problems.  I deviated from the step by step, the content of my forum/calendar page is one line of code:

<iframe frameborder="0" height="1000" src="forum/index.php?action=calendar" width="1000"></iframe>

This frame worked perfectly, and the SMF Calendar sits snugly in the body of one of my pages.

#253: 3-Nov-2009, 07:22 AM

mIDO
Posts: 40

This integration using: evo 1.0.1 and SMF 1.1.10 has a lot of fails.
Installation error message
Error page on saving module configuration.
Error on running module.
Will this module be continued? Is anyone developing something? If not, i'll thing rewriting a new one...

#254: 16-Nov-2009, 12:53 PM


Frank
Posts: 518

WWW
Hi all,

is there a way to disable sync and the registration hijack that the bridge does. I dont want a modx registration for SMF.

tnx, Frank.

#255: 16-Nov-2009, 12:55 PM


Frank
Posts: 518

WWW
This integration using: evo 1.0.1 and SMF 1.1.10 has a lot of fails.
Installation error message
Error page on saving module configuration.
Error on running module.
Will this module be continued? Is anyone developing something? If not, i'll thing rewriting a new one...


I have no problems with both releases, get one error on bridge install but the rest works fine.

#256: 16-Nov-2009, 03:31 PM


Konsum
Posts: 100

I had no problems either, but some users had problem with loggin in and out...
Impossible is nothing - with ModX

#257: 9-Feb-2010, 11:19 PM

Wickian
Posts: 33

I'm having a few user-related issues. 

The first being that newly registered users aren't being synchronized into SMF. 

The second is that the "logout" button on the forum page doesn't work and just redirects to a modx page where I set it up that users can logout for now.

#258: 2-Mar-2010, 09:29 AM

Nameless?
Posts: 57

jeez can someone help me? im looking for a mod which integrates modx with SMF - BUT I have allready installed SMF before Modx, so that makes it all difficult ...Is this the right modifcation for that? Huh
Pages: 1 ... 11 12 [13]   Go Up
0 Members and 3 Guests are viewing this topic.