Advertisement:

Author Topic: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass  (Read 31521 times)

pubic52

  • Newbie
  • *
  • Posts: 9
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #30 on: March 20, 2013, 03:34:01 pm »
what about punbb? :)

admymotor

  • Newbie
  • *
  • Posts: 29
  • www.admymotor.co.uk
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #31 on: March 20, 2013, 11:38:00 pm »
:) @admymotor

Check my old post it will help your problem ..it was my problem before

you must point your url smf forum in setting

You have to tell the plugin where your SMF directory is.

To do that, login to /oc-admin/, click "Plugins", then "SMF Bridge". There is only one setting there, which is simply the path to your SMF installation.




so in the extension box i have this?
oc-content/plugins/smf_bridge


if this is right it still doesnt work.

logicspeaks

  • Newbie
  • *
  • Posts: 5
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #32 on: March 24, 2013, 12:45:06 pm »
Hi jesse,

            I'm new to osclass and I'm making a local classified ads site. Now I have this problem with the plugin. I'm running Osclass 3.1.1 and I followed the steps but there is a problem whenever browse the pointed forum, it does not login nor could I change the name via osclass user's dashboard.

Hope someone could explain or help. Thanks!

Cheers,
Mike

admymotor

  • Newbie
  • *
  • Posts: 29
  • www.admymotor.co.uk
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #33 on: March 27, 2013, 11:52:40 am »
Warning: require_once(/home/admymoto/public_html/oc-content/plugins/smf_bridge/Settings.php) [Function.Require-Once]: failed to open stream: No such file or directory in /home/admymoto/public_html/oc-content/plugins/smf_bridge/user_menu.php on line 8

Fatal error: require_once() [Function.Require]: Failed opening required '/home/admymoto/public_html/oc-content/plugins/smf_bridge/Settings.php' (include_path='/home/admymoto/public_html/oc-includes/htmlpurifier:.:/usr/local/php52/pear') in /home/admymoto/public_html/oc-content/plugins/smf_bridge/user_menu.php on line 8


i have followed the instructions and still get this error when logging into main site, any help?

thanks

admymotor

  • Newbie
  • *
  • Posts: 29
  • www.admymotor.co.uk
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #34 on: March 31, 2013, 07:05:58 pm »
Anyone have any ideas? Once i can solve this im pretty much complete.

SemperSaint

  • Newbie
  • *
  • Posts: 20
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #35 on: April 03, 2013, 04:31:37 pm »
I'm using this plugin too, but I'm confused as to why no matter what you type into the Forum Setup field, the display name is resolved to an alphanumeric value.  I can type in my desired display name, but it always shows as a long alphanumeric value.  :-\

gOOvER

  • Newbie
  • *
  • Posts: 2
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #36 on: April 08, 2013, 11:05:02 pm »
Thanks for this great Plugin.

Please can you add an option to define an other Path?? Because i dont install it on the Same Web ;)

my forum lays on forum.domain.tld.

thank you

light_bulb

  • Newbie
  • *
  • Posts: 31
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #37 on: April 16, 2013, 02:34:46 am »
Also getting error when logging in to osclass "Unable to add user to database" I am on latest osclass release, please help...

light_bulb

  • Newbie
  • *
  • Posts: 31
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #38 on: April 16, 2013, 02:47:28 am »
Ok, fixed the issue regarding 'Unable to add user to database'

In smf_login.php change line 61

from:

Code: [Select]
$query="INSERT INTO smf_members (`id_member`, `member_name`, `date_registered`, `posts`, `id_group`, `lngfile`, `last_login`, `real_name`, `instant_messages`, `unread_messages`, `new_pm`, `buddy_list`, `pm_ignore_list`, `pm_prefs`, `mod_prefs`, `message_labels`, `passwd`, `openid_uri`, `email_address`, `personal_text`, `gender`, `birthdate`, `website_title`, `website_url`, `location`, `icq`, `aim`, `yim`, `msn`, `hide_email`, `show_online`, `time_format`, `signature`, `time_offset`, `avatar`, `pm_email_notify`, `karma_bad`, `karma_good`, `usertitle`, `notify_announcements`, `notify_regularity`, `notify_send_body`, `notify_types`, `member_ip`, `member_ip2`, `secret_question`, `secret_answer`, `id_theme`, `is_activated`, `validation_code`, `id_msg_last_visit`, `additional_groups`, `smiley_set`, `id_post_group`, `total_time_logged_in`, `password_salt`, `ignore_boards`, `warning`, `passwd_flood`, `pm_receive_from`) VALUES (NULL, '$username', '$date', '', '0', '', '', '$username', '0', '0', '0', '', '', '0', '', '', '$passwd', '', '$email', '', '0', '', '', '', '', '', '', '', '', '0', '1', '', '', '0', '', '1', '0', '0', '', '1', '1', '0', '2', '', '', '', '', '0', '1', '', '0', '', '', '4', '0', '$salt', '', '0', '', '1')";
to:

Code: [Select]
$query="INSERT INTO smf_members (`id_member`, `member_name`, `date_registered`, `posts`, `id_group`, `lngfile`, `last_login`, `real_name`, `instant_messages`, `unread_messages`, `new_pm`, `buddy_list`, `pm_ignore_list`, `pm_prefs`, `mod_prefs`, `message_labels`, `passwd`, `openid_uri`, `email_address`, `personal_text`, `gender`, `birthdate`, `website_title`, `website_url`, `location`, `icq`, `aim`, `yim`, `msn`, `hide_email`, `show_online`, `time_format`, `signature`, `time_offset`, `avatar`, `pm_email_notify`, `karma_bad`, `karma_good`, `usertitle`, `notify_announcements`, `notify_regularity`, `notify_send_body`, `notify_types`, `member_ip`, `member_ip2`, `secret_question`, `secret_answer`, `id_theme`, `is_activated`, `validation_code`, `id_msg_last_visit`, `additional_groups`, `smiley_set`, `id_post_group`, `total_time_logged_in`, `password_salt`, `ignore_boards`, `warning`, `passwd_flood`, `pm_receive_from`) VALUES (NULL, '$username', '$date', '0', '0', '', NULL, '$username', '0', '0', '0', '', '', '0', '', '', '$passwd', '', '$email', '', '0', NULL, '', '', '', '', '', '', '', '0', '1', '', '', '0', '', '1', '0', '0', '', '1', '1', '0', '2', '', '', '', '', '0', '1', '', '0', '', '', '4', '0', '$salt', '', '0', '', '1')";

SemperSaint

  • Newbie
  • *
  • Posts: 20
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #39 on: April 16, 2013, 06:00:54 am »
Is this plugin showing anyone's actual username in SMF, or is it just a long alphanumeric string?

mac13v

  • Newbie
  • *
  • Posts: 5
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #40 on: May 08, 2013, 11:12:02 am »
I am using osclass 3.1.1. I had issues earlier on with the SMF Plugin, I cant logout to SMF, it keeps on redirecting to the index page of the forum, but not logging out. I have noticed that the cookie length set is very long. It is set to:
   $cookie_length = 60 * 3153600;

I have solved the problem by setting the cookie_length low enough
    $cookie_length = 6;

files modified: smf_login.php

Thanks for the plugin  :)

cristys

  • Newbie
  • *
  • Posts: 8
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #41 on: May 31, 2013, 07:24:34 pm »
Hi there,

i also have a trouble with smf_bridge...everyting is working fine but when i`m trying to update the forum name on User Settings i got the CSRF token instead of name typed. Any ideea to fix that?

Tommaso

  • Newbie
  • *
  • Posts: 1
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #42 on: June 07, 2013, 04:51:17 am »
Hi, thanks for your job.
I follow all the instruction, but when I try to change the user name on *Forum Setting* in Osclass my dashboard, I receive this error: "Failed adding CSRF1170728326_935398239"!  :(

Any idea?

Thanks and regards

TechGuy23

  • Full Member
  • ***
  • Posts: 229
  • We are STARPCLASS 2016
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #43 on: June 10, 2013, 06:57:30 pm »
Failed adding CSRF119545287_549455991 when i go to change forum name in site admin control panel

anaya2007

  • Jr. Member
  • **
  • Posts: 91
Re: [NEW PLUGIN] SMF Bridge - Add a forum to OSClass
« Reply #44 on: June 13, 2013, 06:08:22 am »
jesssssssssse


complete your plugin plzzz