Home arrow Forum JSMF 2.0 Beta
  Welcome, Guest. Please login or register.
Did you miss your activation email?
November 21, 2008, 12:23:31 PM
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 Beta
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 4 5 [6] 7 8 ... 12 Go Down Print
Author Topic: JSMF 2.0 Beta  (Read 31803 times)
mike
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 24


We have Room...


View Profile
Re: JSMF 2.0 Beta
« Reply #75 on: September 10, 2006, 11:56:46 PM »

1)   make sure you have the correct login module selected in the bridge.  If you are setting a redirect url in the module if must be selected in the bridge so that it is actually used

2) that should not be happening(obviously), send me a link to your site so I can check it out if you dont' mind.

3) I investigated third party bbcode libraries to get everything, however, SMF uses a custom version of bbcode so I was unable to find a suitable solution.  Let us know which tags are not being handled and we can address those.  I'll have to check on the double return issues...

Thanks for the quick response.

1> I am using SMF for the registration system, and the Joomla-SMF login module for login module. I have nothing in any of the redirect fields at the moment, I did try one in there, had no effect.

2> You can check out the under construction site at: http://awttw.awordtothewise.info

3> The cleanest I can get it to parse, it seems to add <br /> to the end of every line AND at blank empty lines, thus creating the double linespace/linebreak issue. You can see this effect if you click on a comment link with no comments and watch it create one.

A side note, I thought the posts were created by discussbot when the content was published, at least in the previous version. Now it seems to be created when someone clicks the comments link??

Thanks again for all your hard work. I know there are more than a few of us out here that appreciate it.  Grin
Logged
mike
Joomla Newbie
*

Karma: +1/-1
Offline Offline

Posts: 24


We have Room...


View Profile
Re: JSMF 2.0 Beta
« Reply #76 on: September 11, 2006, 12:33:31 AM »

I seem to have taken care of issue #1 by clicking the radio button to make it go to Joomla home. I seem to remember having that off in the previous version, but this works.  Roll Eyes


#2 & 3> And here's what it looks like after the discussbot parses into SMF:

Code:
It’s worth thinking about…[br /]
[br /]
~ Misty-Eve*[br /]
[br /]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[br /]
[br /]
[br /]
[br /]
VISION:  SEEING THINGS THAT ARE YET TO APPEAR[br /]
[br /]
[br /]
[br /]
There is an ancient saying that a confused state is that state in which the idea has not yet begun to sing its song of identity.[br /]
[br /]
~ Joseph Rael, Ute [br /]
[br /]
[br /]
[br /]
Life shifts us into neutral sometimes. Our engines idle, and our eyes and hearts adjust to the slower RPMs. We hang suspended for a while - waiting. Though we don't know it, often we are waiting for a new vision to emerge - and we must be quiet enough, calm enough to sense its approach.[br /]

That's what I get when clicking on a comment link on the joomla content item and it takes me to the start a new topic in quote mode.... even tho I have that disabled in the bot.


Just to make it clear, those br tags are not being displayed in the message, they are being executed, meaning I have at least 2 linebreaks/returns/linespaces, sometimes 5 or 6 or more as you can see. I need to have them stripped out when parsing. The tag shows up when editing the message, so that can be removed, but the posts are long, and almost daily, and is a lot of work to edit manually each time.
« Last Edit: September 11, 2006, 02:21:43 AM by mike » Logged
Khairun
Joomla Newbie
*

Karma: +1/-2
Offline Offline

Posts: 20



View Profile
Re: JSMF 2.0 Beta
« Reply #77 on: September 11, 2006, 02:11:11 AM »

if you deleted the link then you need to create a new component link.... if you just unpublished the link then publish it.

if you use phpMyAdmin or similar you can change the default... make it task=config
I assume you want config

Hi,

Worked on the phpmyadmin and found the link on the jos_jsmf_config and made the changes only to the itemid which is 85.
But jsmf component still reading/showing
option,com_jsmf/Itemid,84/
If I click saved the jos_jsmf_config will revert to default setting which is 84 as itemid.

Also found on the jos_menu table for the default path that jsmf 2.0 beta has created (id 84) and the jsmf component that I had created also (id 85). But i could not change fields id since it will creates duplicates. But I'm not sure if I can just deleted you default path for jsmf.

Any other workaround solution appreciated.

Thanks.
« Last Edit: September 11, 2006, 02:24:14 AM by Khairun » Logged

* Joomla Version: 1.0.11
 * SMF Version smf 1.1rc3
 * Joomla-SMF Forum Integration Version 2.0 Beta
 * Joomla-SMF Discussbot 2.0 Beta
 * PHP Version: 4.4.2
 * Web Server: Apache/1.3.36 (Unix)
Joro Kolarov
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: JSMF 2.0 Beta
« Reply #78 on: September 11, 2006, 03:31:36 AM »

Having a lot of issues with that one.
It is making the SMF my main page, it is breaking the encoding and also my Virtue Mart is not working after installing the bridge. I would love to use SMF and that is why I keep trying. Any help will be appreciated.

I'm using:
 Joomla! 1.0.10 Stable [ Sundown ]
 SMF 1.1 RC2

Please if someone can help me with that I desparetly need that up, but I don't want to use other forum solutions. I can provide you with login info.
Logged
Khairun
Joomla Newbie
*

Karma: +1/-2
Offline Offline

Posts: 20



View Profile
Re: JSMF 2.0 Beta
« Reply #79 on: September 11, 2006, 03:53:25 AM »


Also found on the jos_menu table for the default path that jsmf 2.0 beta has created (id 84) and the jsmf component that I had created also (id 85). But i could not change fields id since it will creates duplicates. But I'm not sure if I can just deleted you default path for jsmf.

Thanks.

I found the workaround for my self as wolverine suggested to use phpMyAdmin and sneak out to table directly. As I mentioned before that I found the default path to the forum which jsmf component created during installation and  I just change the default menu module and move the the other menu module that Intended to. And the assigned templates are applied to all the forum and board just like what I want.

Thanks.
Logged

* Joomla Version: 1.0.11
 * SMF Version smf 1.1rc3
 * Joomla-SMF Forum Integration Version 2.0 Beta
 * Joomla-SMF Discussbot 2.0 Beta
 * PHP Version: 4.4.2
 * Web Server: Apache/1.3.36 (Unix)
Savvas
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8



View Profile
Re: JSMF 2.0 Beta - user syncing
« Reply #80 on: September 11, 2006, 04:51:49 AM »

Earlier this morning I had the same message. I changed every smf table and row (this is important!) to the collation which the jos_ tables are using.

You got a pm!

Is there an easy way or a script available to allow me to change the collation on multiple tables in mysql, all at once?
Thanks.
Logged

Savvas.Athens.Greece.World
Rolf Timmerman
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8


View Profile
Re: JSMF 2.0 Beta
« Reply #81 on: September 11, 2006, 05:08:37 AM »

First of all I would like to thanks you guys for this great piece of software!!
But there are a few bugs that I encounter:
1. When I try to log in I got an error which says "Wrong password" but after that I am logged in.
3. When I go to the forum via the Main Menu all my modules are empty

Hope you can help with this problem!
« Last Edit: September 11, 2006, 07:29:03 AM by Rolf Timmerman » Logged
Savvas
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 8



View Profile
Re: JSMF 2.0 Beta
« Reply #82 on: September 11, 2006, 05:19:19 AM »

Hi Wolverine,


Installed your latest jsmf v2.0 and working just fine.
Them later on I installed your jsmf discussbot and by them I tried to configure the bot I got messages "resticted access". So I can not modify the the bot configuration just yet. Is there something that I should do?

Thaks for your help!

Cheers

Have a look at this:

http://forum.joomla.org/index.php/topic,89866.msg455550.html#msg455550
Logged

Savvas.Athens.Greece.World
Stefan Nitsche
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 10



View Profile
Re: JSMF 2.0 Beta
« Reply #83 on: September 11, 2006, 05:44:11 AM »

I have a fix for this if you are still experiencing this problem.  Let me know.
You're the man!

Yes I would very much like to know how to fix that problem.  Smiley
Logged
Andrew Morpeth
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17



View Profile
Re: JSMF 2.0 Beta
« Reply #84 on: September 11, 2006, 06:31:14 AM »

Hey,

Has anyone got the problem where SMF keeps logging you out after only a couple of minutes?

Andrew
Logged

Joomla Version: 1.0.11
SMF Version smf 1.1rc3
Joomla-SMF Forum Integration Version 2.0 RC2
PHP Version: 5.1.2
Apache 2.2.0
mySQL 5.0.18
Andrew Morpeth
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17



View Profile
Re: JSMF 2.0 Beta
« Reply #85 on: September 11, 2006, 07:11:51 AM »

also, even when I log out and then log in again SMF members my login time and it is always a value much greater than I have actually been loged in. I have deleted cookies, temp files and history.

Cheers
Logged

Joomla Version: 1.0.11
SMF Version smf 1.1rc3
Joomla-SMF Forum Integration Version 2.0 RC2
PHP Version: 5.1.2
Apache 2.2.0
mySQL 5.0.18
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta
« Reply #86 on: September 11, 2006, 07:45:21 AM »

You're the man!

Yes I would very much like to know how to fix that problem.  Smiley
tell me your joomla version and I will post the fix.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 10



View Profile
Re: JSMF 2.0 Beta
« Reply #87 on: September 11, 2006, 08:40:13 AM »

tell me your joomla version and I will post the fix.

I'm using Joomla 1.0.11.
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Beta
« Reply #88 on: September 11, 2006, 08:42:44 AM »

I just uploaded a new J! 1.0.11 index file.  The fix is in the code we patch into the index file.  So download the new J! 1.0.11 index file and test it out.
Logged

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

Karma: +1/-0
Offline Offline

Posts: 31


View Profile
Re: JSMF 2.0 Beta
« Reply #89 on: September 11, 2006, 09:36:01 AM »

WOW! What an improvment!!! Last night I did a whole scale update to my site.

joomla 1.0.10 --> 1.0.11
CB 1.0 --> CB 1.0.1
SMF 1.1 RC2 --> SMF 1.1 RC3
JSMF 1.1.4.2 --> JSMF 2.0 Beta

With all the issues I was seeing from other posters I figured I would have some problems but actually so far I have no problems and everything seems to be working.

One thing I did notice was I use uddeIM PM system. I do notice that if you click on message link in the forum it does take me to my PM inbox page but in the forum where it says:

Hey, "user", you have 0 messages, 0 are new

it does not show whether I have anything in my inbox.  Maybe this part is not implemented yet so no big deal then but just wasn't sure.

Anyway, great job and I will be sending in a donation very soon.
Logged
Pages: 1 ... 4 5 [6] 7 8 ... 12 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
Joomla Comment
Search Contact About Advertise Blogs Topsites Submit News Register Login