Home arrow Forum Joomla-SMF 1.1RC1 Release
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 04:11:31 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.1.x (Moderators: -Wolverine, kai920)
| | | |-+  Joomla-SMF 1.1RC1 Release
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 [3] 4 5 6 Go Down Print
Author Topic: Joomla-SMF 1.1RC1 Release  (Read 19866 times)
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #30 on: February 22, 2006, 02:27:47 AM »

the plugin only is for getting logged in onto SMF
is there going to be a plugin released for a forumtab in CB where the forumsettings can be edited? now the profile is linked to comprofiler where they can't edit there forumsettings...
is there going to be a feature that when a user registers, he gets added into the smf tables? now i have to manually synchronise the userbase every time a new member registers trough CB.
Is there going to be a feature that sets tha avatar from CB onto the profile of SMF so when a user sets his avatar in CB it is set in SMF board?

bug or normal? the urls should be option=com_smf but sometimes i see that some url's still go to where smf is installed in example forum/index.php...
when the url is in forum/... the bridge is not active so they can do what ever they want, in example register not through Joomla but trough SMF.

other bug:
when a joomla username has this as name: in't and you want to sync users, it gives an error because it should be in\'t, but joomla stores it as in't Wink

sorry for al the questions Wink but i'm a CB tester
Logged
Stig Roar Lier Habbestad
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 22


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #31 on: February 22, 2006, 05:13:05 AM »

when are the user being synchronized? A new user registered with CB/Joomla. I confirmed the user but a SMF account wasn't created (it may be that the user registered just before I installed the bridge. This I cannot tell for sure...

But anyway, when I delete a user from CB it won't delete from SMF.

I can now confirm that the users are still not being synced. 5 new users registered this morning, I just confirmed the accounts, but none of them are registered with SMF. Is there anyway for me to force the sync?
Logged
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #32 on: February 22, 2006, 06:34:23 AM »

in the errorlog i see multiple times this error (320 times or so Wink ):
8: Undefined index: task
File: /html/components/com_smf/smf.php
Line: 78
Logged
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1RC1 Release
« Reply #33 on: February 22, 2006, 06:49:41 AM »

Here is the fix for ampersand validation across the whole site:

1. Open functions.smf.php in the administrator/components/com_smf directory of your joomla site
2. Adjust the following lines
  • Line 265:
Code:
$tmpurl = str_replace("&?","&",$tmpurl);
  • Line 995:
Code:
$setLocation = str_replace("&?", "&", $setLocation);
  • Line 76:
Code:
$url = $mosConfig_live_site ."/index.php?option=com_smf&Itemid=" .$Itemid."&";
    3. Enter your SMF-Joomla settings, and press save, recreating your forum URL.

    -Kevin8020

    tried it but messes up the layout and wrong urls...
    Logged
    -Wolverine
    Moderator
    Joomla Guru
    *****

    Karma: +376/-34
    Offline Offline

    Posts: 3393


    Lead Developer


    View Profile WWW
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #34 on: February 22, 2006, 08:34:34 AM »

    I can now confirm that the users are still not being synced. 5 new users registered this morning, I just confirmed the accounts, but none of them are registered with SMF. Is there anyway for me to force the sync?
    CB login does not sync to SMF until you login from CB login or Joomla login.  It is something I stated in the initial post.  You can force the sync by going into the Joomla-SMF config and syncing manually.
    « Last Edit: February 22, 2006, 08:36:17 AM by -Wolverine » Logged

    Need help?  Check Here First!
    Get the JSMF User Guide
    SEARCH this forum.
    -Wolverine
    Moderator
    Joomla Guru
    *****

    Karma: +376/-34
    Offline Offline

    Posts: 3393


    Lead Developer


    View Profile WWW
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #35 on: February 22, 2006, 08:40:29 AM »

    in the errorlog i see multiple times this error (320 times or so Wink ):
    8: Undefined index: task
    File: /html/components/com_smf/smf.php
    Line: 78
    fixed in next release, thx
    Logged

    Need help?  Check Here First!
    Get the JSMF User Guide
    SEARCH this forum.
    -Wolverine
    Moderator
    Joomla Guru
    *****

    Karma: +376/-34
    Offline Offline

    Posts: 3393


    Lead Developer


    View Profile WWW
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #36 on: February 22, 2006, 08:57:31 AM »

    the plugin only is for getting logged in onto SMF
    is there going to be a plugin released for a forumtab in CB where the forumsettings can be edited?
    which forum settings?  SMF?
    now the profile is linked to comprofiler where they can't edit there forumsettings...
    is there going to be a feature that when a user registers, he gets added into the smf tables?
    currently in the works
    now i have to manually synchronise the userbase every time a new member registers trough CB.
    Is there going to be a feature that sets tha avatar from CB onto the profile of SMF so when a user sets his avatar in CB it is set in SMF board?
    has been mentioned but no definite plans at this point.  Once we have time to investigate this may be an option

    bug or normal? the urls should be option=com_smf but sometimes i see that some url's still go to where smf is installed in example forum/index.php...
    when the url is in forum/... the bridge is not active so they can do what ever they want, in example register not through Joomla but trough SMF.
    which URL's?  can you be more specific?  If you are using the bridge you should always see option=com_smf or option,com_smf

    other bug:
    when a joomla username has this as name: in't and you want to sync users, it gives an error because it should be in\'t, but joomla stores it as in't Wink
    there are a few difficulties with the sync currently.  No plans for adjusting it at the moment but that doesn't mean it can't/won't happen. 

    sorry for al the questions Wink but i'm a CB tester
    Everyone involved has alot on their plate at the moment so we are trying to nail down the integration and remove any bugs.  Optional features are being investigated and hopefully we will have time to implement them.  Thanks for the help.  Wink
    « Last Edit: February 22, 2006, 11:31:00 AM by -Wolverine » Logged

    Need help?  Check Here First!
    Get the JSMF User Guide
    SEARCH this forum.
    gtz
    Joomla Newbie
    *

    Karma: +0/-0
    Offline Offline

    Posts: 44



    View Profile
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #37 on: February 22, 2006, 09:04:33 AM »

    Can anyone comment on the above?  Thanks!

    i figure com_smf just doesn't care about its item id, since there can't be multiple instances of it anyway.
    Logged
    Kevin8020
    QA / Testers
    Joomla Master
    *****

    Karma: +33/-18
    Offline Offline

    Posts: 105



    View Profile WWW
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #38 on: February 22, 2006, 09:27:06 AM »

    tried it but messes up the layout and wrong urls...

    Hrm... try opening your config.smf.php and make sure the &'s in there are &'s

    -Kevin
    Logged
    unliving sava
    Joomla Pro
    **

    Karma: +5/-3
    Offline Offline

    Posts: 73


    View Profile
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #39 on: February 22, 2006, 10:53:33 AM »

    Hrm... try opening your config.smf.php and make sure the &'s in there are &'s

    -Kevin

    did what you said but with sef enabled it stille messes it all up Wink
    Logged
    unliving sava
    Joomla Pro
    **

    Karma: +5/-3
    Offline Offline

    Posts: 73


    View Profile
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #40 on: February 22, 2006, 12:38:35 PM »

    in attachement the dutch language file for this release Wink

    best regards
    unliving sava
    DutchJoomla!
    Logged
    -Wolverine
    Moderator
    Joomla Guru
    *****

    Karma: +376/-34
    Offline Offline

    Posts: 3393


    Lead Developer


    View Profile WWW
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #41 on: February 22, 2006, 02:03:09 PM »

    ty ty  Wink
    Logged

    Need help?  Check Here First!
    Get the JSMF User Guide
    SEARCH this forum.
    Kevin8020
    QA / Testers
    Joomla Master
    *****

    Karma: +33/-18
    Offline Offline

    Posts: 105



    View Profile WWW
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #42 on: February 22, 2006, 06:12:16 PM »

    did what you said but with sef enabled it stille messes it all up Wink

    Weird... I have SEF enabled (now) and everything works flawlessly. Are you using the standard SEF included with Joomla? Could you e-mail (Kevin8020@kah-lab.com) me your functions.smf.php file?

    -Kevin
    Logged
    unliving sava
    Joomla Pro
    **

    Karma: +5/-3
    Offline Offline

    Posts: 73


    View Profile
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #43 on: February 22, 2006, 06:21:56 PM »

    forgot to save the config :s
    sorry for the trouble :s
    after saving config it works again indeed, thanks in advance
    Logged
    unliving sava
    Joomla Pro
    **

    Karma: +5/-3
    Offline Offline

    Posts: 73


    View Profile
    Re: Joomla-SMF 1.1RC1 Release
    « Reply #44 on: February 22, 2006, 06:31:52 PM »

    replied to fast i guess:
    after putting the changes online and saving the config, the url is not retrieved  and saved in config.smf.php:
    $mosurl = "";

    after filling it in again:
    $mosurl = "http://www.mysite.com/index.php?option=com_smf&Itemid=140";
    or
    $mosurl = "http://www.mysite.com/index.php?option=com_smf&Itemid=140";

    and the forum has urls like this:
    http://www.mysite.com/component/option,com_smf/Itemid,140%20title=
    and still the layout is messed up as in links this is a link:
    http://www.mysite.com/component/option,com_smf/Itemid,140/%3Euser%3C/a%3E%3C/span%3E%3C/td%3E%3C/tr%3E%3Ctr%3E%3Ctd%20class=

    i'll mail you the functions.smf.php

    update
    BUG in CB plugin: users are unable to login when plugin is published, everyone gets the message: you are not authorised to view this resource please login
    user is not logged in in joomla, he can try many times it won't work...
    « Last Edit: February 22, 2006, 06:39:46 PM by unliving sava » Logged
    Pages: 1 2 [3] 4 5 6 Go Up Print 
    « previous next »
    Jump to:  



    Login with username, password and session length

    Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
    © 2001-2005, Lewis Media. All Rights Reserved.
    Joomla Bridge by JoomlaHacks.com
    Valid XHTML 1.0! Valid CSS!

    Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
    Terms of Use
    Joomla Hacks



    Joomla Hacks
    German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
    Search Contact About Advertise Blogs Topsites Submit News Register Login