Home arrow Forum Joomla-SMF 1.1
  Welcome, Guest. Please login or register.
Did you miss your activation email?
January 09, 2009, 06:20:48 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.1
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] 2 Go Down Print
Author Topic: Joomla-SMF 1.1  (Read 6043 times)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Joomla-SMF 1.1
« on: March 23, 2006, 11:20:11 PM »

Here it is, Joomla-SMF 1.1.  Several people have contributed their time and efforts to help test this and it has been a success to date.  There are only a few fixes between this version and RC2p1-4.  First, I believe the cb login problem is resolved after some thorough testing.  There were some minor improvements to the SMF redirections as well.  Of course one can never find every single problem and I will continue to work on any problems that come up. 

Going forward we have some good things planned and code has already been submitted for improved user synchronization and improved CB/CBE integration.  Both of these features should be available in an alpha release of 1.2 very shortly. 

And finally I'd especially like to thank the following people for their help(in no particular order):

kirck
Kevin8020
Angelos
Jay Burton
unliving sava
Phil_K
Steven
IceMan
Rick Henson
McGrelio
Efrain Ruiz
James Landers
guillam
gordon7999
pacnac
bene
and everyone else who constructively helped fellow JSMF users and provided testing feedback!  It's the community which makes projects like these successful, and I'd call this one a success.   Wink 

The download will be available via the remository soon.

CB users please disregard version 1.0.2 of the plugin and download, install, and use version 1.0.1. 
« Last Edit: July 06, 2006, 10:20:52 PM 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.1
« Reply #1 on: March 23, 2006, 11:35:46 PM »

sorry, last minute snafu, the download is now avilable in the thread and should be avilable in the remository soon.
Logged

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

Karma: +2/-0
Offline Offline

Posts: 17


View Profile
Re: Joomla-SMF 1.1
« Reply #2 on: March 24, 2006, 01:19:56 AM »

Joomla-SMF 1.1, SMF 1.1.RC2, Joomla 1.08
is this line correct?? i don't think so, because the logout dosn't work...

(joomla-)index.php line 190
Code:
mosRedirect(sefReltoAbs("index.php?option=com_smf&Itemid=141&action=logout;sesc=".$context['session_id']));

if i use the old code, it works correctly:

Code:
osRedirect( 'index.php?option=com_smf&action=logout;sesc='.$context['session_id'] );
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1
« Reply #3 on: March 24, 2006, 08:03:43 AM »

yes, that line should be correct.  If you notice, your line is missing the ItemId which we found was a problem.  You can try taking the sefReltoAbs out of the new version and see if that works, but it should be working in it's current state.

Code:
mosRedirect("index.php?option=com_smf&Itemid=141&action=logout;sesc=".$context['session_id']);
Logged

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

Karma: +0/-0
Offline Offline

Posts: 39



View Profile WWW
Re: Joomla-SMF 1.1
« Reply #4 on: March 24, 2006, 11:02:42 AM »

I must say it again, great work man  Grin. On my site everything works without errors (wrapped I have some template problems...the background changes...). Nevertheless I'm just happy (and a bit tired of all the testing  Tongue )
Logged

Joomla! 1.0.12
SMF 1.1 RC3-JSMF 2.0
CB 1.0.2Stable

Corfu... the place to be
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1
« Reply #5 on: March 26, 2006, 01:12:06 PM »

thanks for the release Wink
works great and indeed no problems Cheesy
Logged
Wolfgang Bornath
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 35


View Profile
Re: Joomla-SMF 1.1
« Reply #6 on: March 27, 2006, 01:03:25 AM »

Sorry, but does not work at all. I uninstalled the bridge version RC2_patch3 and installed this final version and ended up with an empty screen in the admin configuration of the bridge.
I used the admin installer to de-install the old bridge and to install the new one and there was no error message, just the usual success message and "continue...".

Re-installing the old bridge showed the same result so now I'm without any bridge. Sad

wobo
Logged
Wolfgang Bornath
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 35


View Profile
Re: Joomla-SMF 1.1
« Reply #7 on: March 27, 2006, 02:30:28 AM »

Fixed. It did not install the language files. After I ftp'd them manually, everything worked.

wobo
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1
« Reply #8 on: March 27, 2006, 09:39:51 AM »

great news wobo, thanks for the update
Logged

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

Karma: +7/-3
Offline Offline

Posts: 91


View Profile WWW
Re: Joomla-SMF 1.1
« Reply #9 on: March 27, 2006, 10:59:14 AM »

great job wolv,

works fine for me, too.
But i have renamed the spanish language, because no all strings are translated and i saw blank fields.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1
« Reply #10 on: March 27, 2006, 11:03:18 AM »

Yes, this is a general call to anyone who wants to translate language files.... use the english language file and then send them over to me and I will package them.  Thanks in advance!
Logged

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

Karma: +0/-0
Offline Offline

Posts: 17


View Profile
Re: Joomla-SMF 1.1
« Reply #11 on: March 27, 2006, 09:41:35 PM »

i'm not user if its a bridge problem or smf problem but after i upgraded my bridge to 1.1 final i can't see the number of users online in smf. i can see though the logged usered in joomla. what could be wrong? havn't switched back to the old bridge.
Logged
unliving sava
Joomla Pro
**

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: Joomla-SMF 1.1
« Reply #12 on: March 28, 2006, 05:25:28 AM »

buglist 1.1 stable:
  • users can't quote on messages
  • moderators can't move, remove, copy topics
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1
« Reply #13 on: March 28, 2006, 06:53:21 PM »

buglist 1.1 stable:
  • users can't quote on messages
  • moderators can't move, remove, copy topics
can you detail the user quote problem?  I have tested normal quoting and quick reply quoting and haven't received any failures yet.

In addition, I have successfully removed, moved, and copied topics.  Can you give me some more information about the problem you are seeing?
Logged

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

Karma: +0/-0
Offline Offline

Posts: 35


View Profile
Re: Joomla-SMF 1.1
« Reply #14 on: March 28, 2006, 07:22:12 PM »

I have that quoting problem as well. Nobody can click on the quote button to start a reply with the quotation already inserted. The reply editor just does not open. My 2 workarounds:

1. Rightclick on the "Quote" button and in the mouse menue choose 'Open'.

or

2. Klick on the reply button to get an open editor, then go to the previous message and click on the 'Insert quote' link.

Both solutions work with Firefox, Konqueror and Opera under Linux. About Windows I don't know.

wobo
Logged
Pages: [1] 2 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