Home arrow Forum JSMF 2.0 Final
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 02:32:20 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 Final
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 3 4 [5] 6 7 ... 13 Go Down Print
Author Topic: JSMF 2.0 Final  (Read 41574 times)
Old Blue
Joomla Pro
**

Karma: +0/-0
Offline Offline

Posts: 54


View Profile
Re: JSMF 2.0 Final
« Reply #60 on: December 28, 2006, 11:24:55 PM »

Yes it does - very odd - I even had debug enabled and the page was still blank

I also noticed after it returns a blank page and I check the admin configuration page for the forum that the line 'synch user names' is not selected for either enable or disable radio buttons
Logged
Roland
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 17


View Profile
Re: JSMF 2.0 Final
« Reply #61 on: December 28, 2006, 11:38:58 PM »

And you have the configuration option Synchronize Usernames Only enabled in the backend?  I checked the code and this should not be happening
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #62 on: December 28, 2006, 11:57:00 PM »

Hey joomlahacker, great job again!*thumbsUP*.
I just installed the new release and realised no bugs:
joomla 1.0.12
CB 1.02
JSMF 2.0 (including all cb plugins)

EDIT:
Avatar sync with the smf-cb profile plugin doesn't work.There is problem with the url:
http://www.mysite.com/dir/comprofiler/tngallery/butterfly.gif (SMF Url)
http://www.mysite.com/dir/comprofiler/gallery/butterfly.gif (CB Url)

Maybe there was a different directory in the older cb version?
I was about to say, I checked and the bug with CB is still not fixed in regards to gallery images however I overlooked that in the profile plugin.  The profile plugin is handled differently, and this is why this is happening.  I just fixed this and will release an update soon.
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: JSMF 2.0 Final
« Reply #63 on: December 29, 2006, 06:34:44 AM »

You are my hero Grin
Logged

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

Corfu... the place to be
Stephen
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


View Profile
Re: JSMF 2.0 Final
« Reply #64 on: December 29, 2006, 10:46:30 AM »

Hi

I wonder if you guys can help...

I have installed the bridge and it is a success, but when I register a user in SMF, it does not seem to update it when I search for it in joomla admin screen. I thought the aim of this script was to add the user to both configs..

Also when I click on the optional sync username or realname it comes up with the default 'The page cannot be displayed' page

Thanks,

Stephen

Can anybody help with the above. MrMax seemed to be having the same problem. I am hosting on Bluehost and there are probably over 2000 registered users.

Thanks
Logged
Old Blue
Joomla Pro
**

Karma: +0/-0
Offline Offline

Posts: 54


View Profile
Re: JSMF 2.0 Final
« Reply #65 on: December 29, 2006, 01:23:33 PM »

Aloha - I noticed in all the wrapped themes that I use, all the links are red instead of the forum defualt color is there anything I can set in the templates CSS to resolve it back to the SMF template color?
Logged
Livebox
Guest
Re: JSMF 2.0 Final
« Reply #66 on: December 29, 2006, 01:48:51 PM »

Just one more time Wink

Joomla and SMF templates are using the same Class Id’s . What you can do is: You can look for the duplicate Class Id’s in your templates. and you can rename them in one of the templates. I renamed the most in the Joomla template.


I used for the Webdeveloper toolbar for Firefox. This is really a great tool for finding these things.

Example of duplicate Class Id’s. (the footer Class Id)

Joomla footer (index.php)
Code:
<div class="topnav" id="footer">
<?php mosLoadModules('footer', -1); ?>
<?php include_once( $mosConfig_absolute_path .'/includes/footer.php' ); ?>
</div>

SMF footer (index.template.php)
Code:
<div id="footer">', theme_copyright(), '</div>

There also other ways to fix this...just search this forum Wink
« Last Edit: December 29, 2006, 01:50:37 PM by Livebox » Logged
Old Blue
Joomla Pro
**

Karma: +0/-0
Offline Offline

Posts: 54


View Profile
Re: JSMF 2.0 Final
« Reply #67 on: December 29, 2006, 02:09:40 PM »

Excellent thank you - now I know how to start!

Mucho Mahalos!
Logged
phreak
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: JSMF 2.0 Final
« Reply #68 on: December 29, 2006, 05:19:35 PM »

Hi all,

From time to time (i really can't reproduce it), when i test my CB Member List and klick on a Member... following error appears (see the attached .PNG).

Does anybody know what it means ?

Thank you and greetz
Stefan
Logged
darkstar3
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: JSMF 2.0 Final
« Reply #69 on: December 29, 2006, 06:04:23 PM »

Hi,

I have installed Joomla 1.0.12 and SMF 1.1.1 on my Funpic-Webspace. But I always get this error on the top of the Site:
Code:
Warning: ini_set() has been disabled for security reasons in /usr/export/www/hosting/*********/homepage/administrator/components/com_smf/includes/Lite.php on line 25

Line 25:
Code:
ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
Huh
« Last Edit: December 29, 2006, 06:21:06 PM by darkstar3 » Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #70 on: December 29, 2006, 07:04:27 PM »

your webhost has disabled the php function ini_set.  Due to this the bridge may or may not work for you.  On line 25 in that line you can add an at sign to supress the warning message.

for example:
Code:
@ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));
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: JSMF 2.0 Final
« Reply #71 on: December 29, 2006, 07:06:49 PM »

Hi all,

From time to time (i really can't reproduce it), when i test my CB Member List and klick on a Member... following error appears (see the attached .PNG).

Does anybody know what it means ?

Thank you and greetz
Stefan
If you tried to update your username from CB this error would occur.  Refer to the JSMF user guide about the lack of functionality in CB to update usernames.
Logged

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

Karma: +5/-3
Offline Offline

Posts: 73


View Profile
Re: JSMF 2.0 Final
« Reply #72 on: December 29, 2006, 07:55:51 PM »

other notice:
8: Undefined index: extension
File: /components/com_smf/smf.class.php
Line: 1339
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: JSMF 2.0 Final
« Reply #73 on: December 29, 2006, 10:11:29 PM »

other notice:
8: Undefined index: extension
File: /components/com_smf/smf.class.php
Line: 1339
This should not happen, if it does then someone has an avatar without a file extension, which should not be possible in either SMF or CB.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 9


View Profile
Re: JSMF 2.0 Final
« Reply #74 on: December 30, 2006, 09:51:42 AM »

Hey all

This is my first post here. Thank you very much for this great bridge. I'm just testing the whole stuff.

Where can I sync the users from CB/Joomlaboard with the SMF. When I click on the link sync usernames in the Backend, I get this huge error:

Code:
Joomla/Mambo[0] / SMF[0] inserted Failed : : Failed : You have an error in your
 SQL syntax; check the manual that corresponds to your MySQL server version for
 the right syntax to use near \\\'n\\\',\\\'Marv\\\'n\\\'
,\\\'marvin_g1@hotmail.com\\\',\\\'6788c97a4a5f96ace42c34d0c9c7b74bad77abf7\\\'\\\'
 at line 1 SQL=INSERT INTO smf_members (realName, memberName, emailAddress,
passwd, dateRegistered, hideEmail, is_activated, validation_code) VALUES
(\\\'Marv\\\'n\\\',\\\'Marv\\\'n\\\' ,\\\'marvin_g1@hotmail.com\\\'
,\\\'6788c97a4a5f96ace42c34d0c9c7b74bad77abf7\\\', UNIX_TIMESTAMP(\\\'2006-06-01
 20:55:57\\\'), 0, 1, \\\'\\\') ~~~

FROM::/services/webs/partyboardv4.ch/administrator/components/com_smf/admin.smf.class.php
 || createsmfuser || 644 : Failed :
You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near \\\'s
here\\\',\\\'Beny\\\'s here\\\' ,\\\'7500@gmx.ch\\\'
,\\\'f6787175b60693d4233494d92237a7cc17996561\\\'\\\' at line 1
SQL=INSERT INTO smf_members (realName, memberName, emailAddress, passwd,
dateRegistered, hideEmail, is_activated, validation_code) VALUES
(\\\'Beny\\\'s here\\\',\\\'Beny\\\'s here\\\' ,\\\'7500@gmx.ch\\\' ,


... and so on.

I hope you unterstand my English  Grin

Kind regards from Switzerland
Logged
Pages: 1 ... 3 4 [5] 6 7 ... 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
Joomla Hacks



Joomla Hacks
German Lang French Lang Italian Lang Spanish Lang Japanese Lang Chinese Lang
i-Vibe.com
Search Contact About Advertise Blogs Topsites Submit News Register Login