Home arrow Forum JSMF 2.0 Final
  Welcome, Guest. Please login or register.
Did you miss your activation email?
August 30, 2008, 09:31:26 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 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] 3 4 ... 13 Go Down Print
Author Topic: JSMF 2.0 Final  (Read 34366 times)
sm8417
Joomla Newbie
*

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: JSMF 2.0 Final
« Reply #15 on: December 26, 2006, 03:55:35 PM »

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.

That prevents the error, but the problem still exist for me with hitting a "blank page" after hitting reply, new topic etc..


Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +374/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #16 on: December 26, 2006, 03:59:13 PM »

after making the change go into JSMF config and click save which clears the cache
Logged

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

Karma: +1/-0
Offline Offline

Posts: 26


View Profile WWW
Re: JSMF 2.0 Final
« Reply #17 on: December 26, 2006, 04:03:05 PM »

Tried both possibilies, of caching on and off, but still the same problem.

I've made the changes in smf.class.php, so let's see what's gonna happen.

We have over 2000 users now Smiley
Logged

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

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: JSMF 2.0 Final
« Reply #18 on: December 26, 2006, 04:06:58 PM »

after making the change go into JSMF config and click save which clears the cache

Same problem... I will be more then happy to give you backend access so you can see it for yourself.. let me know if you would like access.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +374/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #19 on: December 26, 2006, 07:32:34 PM »

do you have cache user array enabled?
Logged

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

Karma: +0/-1
Offline Offline

Posts: 9


View Profile
Re: JSMF 2.0 Final
« Reply #20 on: December 26, 2006, 08:08:55 PM »

do you have cache user array enabled?

Nope.. its off
Logged
mrmax182
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: JSMF 2.0 Final
« Reply #21 on: December 26, 2006, 10:21:32 PM »

Big problem:

The convert tool timesout or something while converting my users, i have +7000 users and it converts near 1300, then the script just ask for download index2.php. is there a script than i can run on phpmyadmin for that? or maybe a way to get the process going in parts
Logged
Roland
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: JSMF 2.0 Final
« Reply #22 on: December 26, 2006, 10:31:58 PM »

Thanks for the work Wolverine.  Installed without noticable issues Joomla 1.0.12 using CB for login/profile

The only issue I am still trying to address is:
- Username is displayed when new member joins site
- Once User updates profile all their post update to display RealName
- Am I missing a setting to revert display back to UserName?

I though I read a previous post which you said this was overlooked in the previous revision, but fixed in final 2.0.
Logged
GlingGlo
Joomla Pro
**

Karma: +1/-1
Offline Offline

Posts: 99


View Profile
Re: JSMF 2.0 Final
« Reply #23 on: December 27, 2006, 01:01:26 AM »

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

that worked perfect...thank you  Smiley
NiCo
Logged
madmat
Joomla Newbie
*

Karma: +2/-2
Offline Offline

Posts: 12



View Profile WWW
Re: JSMF 2.0 Final
« Reply #24 on: December 27, 2006, 05:21:57 AM »

thank you so much Wolverine!  Wink
Logged

Sherie
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


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

G'day boys,

Does this work with Joomfish 1.7, or is there a patch/fix as such?

Currently running Joomla 1.0.11 Stable + SMF 1.1.1 + Joomla-SMF 2.0RC3 (which doesn't seem to work with Joomfish)

Our Joomla is set to use Türkçe and English, but we can't get the forum to use anything but English.

Ta.
Logged
exrace
Joomla Newbie
*

Karma: +5/-3
Offline Offline

Posts: 48


View Profile
Re: JSMF 2.0 Final
« Reply #26 on: December 27, 2006, 07:49:40 AM »

G'day boys,

Does this work with Joomfish 1.7, or is there a patch/fix as such?

Currently running Joomla 1.0.11 Stable + SMF 1.1.1 + Joomla-SMF 2.0RC3 (which doesn't seem to work with Joomfish)

Our Joomla is set to use Türkçe and English, but we can't get the forum to use anything but English.

Ta.
Might be having a issue finding your lang file.
File com_smf/smf.php uses english if it can't find the lang file to include so maybe you can hack a hard code to your lang file.

That code starts at about line 92 in the rc3 version of the bridge.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +374/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #27 on: December 27, 2006, 09:29:13 AM »

Thanks for the work Wolverine.  Installed without noticable issues Joomla 1.0.12 using CB for login/profile

The only issue I am still trying to address is:
- Username is displayed when new member joins site
- Once User updates profile all their post update to display RealName
- Am I missing a setting to revert display back to UserName?

I though I read a previous post which you said this was overlooked in the previous revision, but fixed in final 2.0.
This is an update from SMF profile or CB profile?
Logged

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

Karma: +0/-0
Offline Offline

Posts: 10


View Profile
Re: JSMF 2.0 Final
« Reply #28 on: December 27, 2006, 10:50:37 AM »

This is an update from SMF profile or CB profile?

CB profile.  Thanks.
Logged
mrmax182
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: JSMF 2.0 Final
« Reply #29 on: December 27, 2006, 11:26:29 AM »

Big problem:

The convert tool timesout or something while converting my users, i have +7000 users and it converts near 1300, then the script just ask for download index2.php. is there a script than i can run on phpmyadmin for that? or maybe a way to get the process going in parts


Anyone can help me??  Huh (sorry for the bad english, im not a english-spoken guy)

By the way, some characters in the joomla site are looking funny since i installed the bridge, but they disapear on the forum pages. Its very important to me to get this community working before jan 1. My site is at www.lajodedera.com/lajodedera/ if u want to take a look at it.
Logged
Pages: 1 [2] 3 4 ... 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