Home arrow Forum JSMF 2.0 Final
  Welcome, Guest. Please login or register.
Did you miss your activation email?
May 16, 2008, 12:33:41 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 2.0.x (Moderators: -Wolverine, kai920)
| | | |-+  JSMF 2.0 Final
0 Members and 2 Guests are viewing this topic. « previous next »
Pages: [1] 2 3 ... 13 Go Down Print
Author Topic: JSMF 2.0 Final  (Read 27864 times)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +373/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
JSMF 2.0 Final
« on: December 24, 2006, 05:14:52 PM »

With the overall success of JSMF 2.0RC3 I am now comfortable to call this next release JSMF 2.0 Final.  There have been minor updates to the bridge to address the anchor handling problem, the pop up windows missing headers issue, and the php memory limit problems on busier sites. 


The changelog is included in the com_smf_2_0.zip file after extracting JSMF_2_0_unzip1st.zip.

The user guide can be found here until it is available in the downloads section.  If this link is not working then check the downloads section under the Joomla-SMF Project to find the JSMF User Guide.
JSMF User Guide

The package is attached for registered users.  Check the downloads section as well, although it generally takes a day or two for it to be available.

edit: I forgot to put the pre-patched joomla indexes in the package.  Joomla 1.0.11 and 1.0.12 are attached
« Last Edit: December 25, 2006, 12:02:48 PM by -Wolverine » Logged

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

Karma: +6/-2
Offline Offline

Posts: 11


View Profile
Re: JSMF 2.0 Final
« Reply #1 on: December 24, 2006, 09:56:32 PM »

I doubt this has been check for 1.0.12 compatibility then?

Not the best time to release a final release  Wink
« Last Edit: December 24, 2006, 10:08:46 PM by Mellow » Logged
Mellow
Joomla Newbie
*

Karma: +6/-2
Offline Offline

Posts: 11


View Profile
Re: JSMF 2.0 Final
« Reply #2 on: December 24, 2006, 10:29:49 PM »

After remembering to patch the joomla index file everything seems to be working fine for joomla 1.0.12 and jsmf 2.0 final on all my sites.
Logged
Livebox
Guest
Re: JSMF 2.0 Final
« Reply #3 on: December 25, 2006, 03:29:34 AM »

I doubt this has been check for 1.0.12 compatibility then?

Not the best time to release a final release  Wink

All ready checked here. Works fine Wink so far no problems
Logged
Pmoney
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17


View Profile
Re: JSMF 2.0 Final
« Reply #4 on: December 25, 2006, 08:27:51 AM »

SOLVED, my mistake, didn't "save" after entering path.

Works great here!
« Last Edit: December 25, 2006, 08:44:08 AM by Pmoney » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +373/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #5 on: December 25, 2006, 11:16:07 AM »

I'm glad, I've been so busy I didn't even see that 1.0.12 was about to come out.  I'll run through some tests today. 
 
« Last Edit: December 25, 2006, 11:38:55 AM by -Wolverine » Logged

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

Karma: +1/-1
Offline Offline

Posts: 35


View Profile
Re: JSMF 2.0 Final
« Reply #6 on: December 25, 2006, 01:53:25 PM »

seems fine on or site with joomla 1.0.12  Grin
Only thing I noticed is that users aren't redirected to site home page on log out - funny cos in previous versions it wouldn't work so that users were returned to the same page they logged out from  Roll Eyes Not really too bothered either way though  Wink
Logged
Little Jedi
Joomla Newbie
*

Karma: +1/-0
Offline Offline

Posts: 26


View Profile WWW
Re: JSMF 2.0 Final
« Reply #7 on: December 25, 2006, 06:31:13 PM »

Got this error :

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 177 bytes) in /home/www/6909aba8fd62682b8814751ede67ee9b/web/administrator/components/com_smf/includes/Lite.php on line 367
Logged

Joomla : 1.0.11
CB : 1.0.2
JSMF : 2.0 Final
SMF : 1.1.1
Clarensio
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 15


View Profile
Re: JSMF 2.0 Final
« Reply #8 on: December 26, 2006, 06:01:19 AM »

@ Wolverine: 

But in the packet 2.0 final version the file was eliminated mod_smf_whosonline_2_0.zip?


Ok (at least to me) with joomla 1.0.12
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +373/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #9 on: December 26, 2006, 09:25:44 AM »

Got this error :

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 177 bytes) in /home/www/6909aba8fd62682b8814751ede67ee9b/web/administrator/components/com_smf/includes/Lite.php on line 367
Really?  I've been thinking about a better way to handle high volume sites and I will be working on a patch.  For now, go into components/com_smf/smf.class.php and change line 394 and 395 by commenting them out. 
Code:
//array_push($cache_search, $orig);
//array_push($cache_replace, $new_link);

This should prevent this error from being produced.  Additionally, turn off function caching in the JSMF configuration.  I'll be working on a patch.

« Last Edit: December 26, 2006, 09:31:43 AM by -Wolverine » Logged

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

Karma: +1/-1
Offline Offline

Posts: 99


View Profile
Re: JSMF 2.0 Final
« Reply #10 on: December 26, 2006, 12:56:08 PM »

Hi...

i am running:

JSMF 2.0 Final
Joomla 1.0.12
CB 1.0.2

i just saw that there is a problem with notification emails (like new replies posted, etc..)

i am getting this on the email:

Code:
A reply has been posted to a topic you are watching by prueba.

View the reply at: http://www.mysite.com/index.php?option=com_smf&Itemid=143&topic=16.new;topicseen#newUnsubscribe to this topic by clicking here: http://www.mysite.com/index.php?option=com_smf&Itemid=143&action=notify;topic=16.0More replies may have been posted since we send you this email, but we will wait until you return to the board before continuing with this notification.

Regards

after the URL of the topic, the word "Unsubscribe" is sticked to the link, instead of starting in a new line, so it appears as part of the link(blue and underlined).
Same thing happens with the word "More"

i have checked accessing the forum directly instead of through Joomla and repliying, and the email is sent correctly, so i guess itīs something to do with the bridge.

However i cannot asure if this started happening only in JSMF 2.0 Final since before i had not checked this feature.

Any hints?

Cheers,
NiCo
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +373/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #11 on: December 26, 2006, 01:54:36 PM »

This was reported and is in the process of being fixed.  It most likely started in 2.0RC2.
Logged

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

Karma: +1/-1
Offline Offline

Posts: 99


View Profile
Re: JSMF 2.0 Final
« Reply #12 on: December 26, 2006, 01:58:07 PM »

any idea on how to workaround this in the meantime? itīs very bad image for a site to send notifications screwed up like this  Sad

Thanks,
NiCo
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +373/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #13 on: December 26, 2006, 02:13:45 PM »

any idea on how to workaround this in the meantime? itīs very bad image for a site to send notifications screwed up like this  Sad

Thanks,
NiCo
On or around line 1251 in components/com_smf/smf.class.php find this line:
Code:
array_push($smf_message_replace, $jsmf->fixLink($link), '&');

and change it to

Code:
array_push($smf_message_replace, $jsmf->fixLink($link)."\n\r", '&');

That should do the trick
Logged

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

Karma: +1/-1
Offline Offline

Posts: 99


View Profile
Re: JSMF 2.0 Final
« Reply #14 on: December 26, 2006, 03:08:06 PM »

thank you Wolverine...that worked  Wink

cheers,
NiCo
Logged
Pages: [1] 2 3 ... 13 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