Joomla Forum

Joomla Hacks => Joomla-SMF 2.0.x => Topic started by: -Wolverine on September 14, 2006, 10:19:44 PM



Title: JSMF 2.0 Beta 3
Post by: -Wolverine on September 14, 2006, 10:19:44 PM
Items fixed include:

several object errors on main page
several object errors when using cb plugin
joomap plugin improvements
numerous bug fixes to user update synchronization
fix for smf ajax problem
more improvements to tag handling for discussbot

I still need language files for all languages except dutch(thanks unliving sava).  If you can translate a language file and help out, please do so and attach it to this thread. 


For the CB<->SMF avatar sync the image that is synchronized from CB to SMF is now the thumbnail instead of the full image.  In order for this to look correct you should set the max thumbnail sizes in CB image settings to 65x65.  At least this is what will work best with the default template.

Many many thanks to the testing and reported bugs.  I think this should be the last beta before final release.  Even more thanks to those who have donated.  Just a quick note, your registration code will persist across installations, so don't worry about uninstalling and reinstalling, your code will be saved and remembered for the next installation.

I have included the following patched joomla indexes:
J! 1.0.11
J! 1.0.9 and 1.0.10
J! 1.0.8

Just let me know if you have troubles patching and you aren't running one of these versions.

Finally, I need to create some documenation for the bridge.  I want to do this as a team so anyone willing to help or to translate the final documentation please pm me.  Thank you!

Here are some installation instructions.

  • Uninstall all previous versions of modules/mambots/plugins
  • Uninstall the previous version of the bridge
  • Install the bridge
  • Configure the bridge
  • Install all optional modules/mambots/plugins you would like


Joomap plugin instructions:
  • Install the attached slightly modified Joomap 2.05 (wolv edit) version
  • Extract smf.plugin.php from the zip file smf_joomap_plugin_2_0.zip
  • Upload or copy the file smf.plugin.php to administrator/components/com_joomap/plugins/
  • Configure the plugin in the bridge configuration

If you would rather modify the files in Joomap these are the changes you need to make.  On line 39 of joomap.html.php change
Code:
if ( strpos( 'Itemid=', $link ) === FALSE ) {
to
Code:
if ( strpos( $link, 'Itemid=' ) === FALSE )

And in joomap.google.php on line 33change
Code:
if ( strpos( 'Itemid=', $link ) === FALSE ) {
to
Code:
if ( strpos( $link, 'Itemid=' ) === FALSE )


One final note, problems need to be posted in this thread and again people, this is beta software, so you use at your own risk.


Title: Re: JSMF 2.0 Beta 3
Post by: asteroidjay on September 14, 2006, 10:48:24 PM
Thank you Wolverine. Is it necessary to reinstall the modules, or are they the same?


Title: Re: JSMF 2.0 Beta 3
Post by: mike on September 14, 2006, 10:59:20 PM
Hardest workin Wolverine I know! I'll uninstall, reinstall, and play with the beta 3... much grass!!!! (and thanks)   8)


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 14, 2006, 11:12:42 PM
Thank you Wolverine. Is it necessary to reinstall the modules, or are they the same?
minor change in login, the discussbot has a number of changes, and the joomap plugin as well.  So no, it's not necessary... if they are working for you just wait until final release to reinstall all of them.


Title: Re: JSMF 2.0 Beta 3
Post by: theelite on September 15, 2006, 12:26:37 AM
thanks for the updates...
my registration problems seem to be fixed now..
other errors I am still getting..when trying to retrieve a lost password, the email is sent but i get this
Fatal error: Call to a member function on a non-object in /home/snapshot/public_html/site/administrator/components/com_smf/admin.smf.class.php on line 1092


and with user sync..I am still having problems, getting this
Joomla/Mambo[0] / SMF[0] inserted Failed :


Title: Re: JSMF 2.0 Beta 3
Post by: unliving sava on September 15, 2006, 01:48:37 AM
CB avatars:
Two settings in cb: one for the big avatgars and one for the thumbnails. in my settings for the big ones 200x200, small ones 100x100
SMF uses also the 100x100px avatars (not smaller).
all my users on smf have 100x100px images as avatars and no problems

Messed up forum url:
Activate exrtra admin security in SMF so that you have to login to the admin space in SMF. Then you will have it when they ask you to login to the adminside of SMF


Title: Re: JSMF 2.0 Beta 3
Post by: Kilian on September 15, 2006, 03:25:22 AM
Hi wolverine,

only for your information: This Beta 3 doesn't solve my problem.

Code:
Fatal error: Class 'JCache_Lite_Function' not found in /home/netsh50050/html/includes/joomla.php on line 363


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 15, 2006, 04:17:39 AM
Hi wolverine, I'm really sorry for x-posting but i'm follow your suggestions throught the forum w/o success...

This problem (pasted below) is the same even with beta3.

Please help me :-)

A.

this's the url getting blank page
http://<mysitehere>/administrator/index2.php?option=com_smf&task=config

Even without joomlaboard and 2.0 beta version too:-(

copying this post on 2.0 topic too.


Hello folks.
I've a development site and a pubblic site.
I tried to install into the dev one (j 1.0.8 amost clean, without joomlaboard or CB) and com_joomla_smf_1_1_4_2.zip worked great, even users synch.

So I tried to update my public site.
It has J 1.0.11, CB and Joomlaboard actually: I'll searching a good replacement (SMF:->).

Component installation is ok but when I click "component->smf-bridge->configuration" I got a blank page!

RG emulation ON or OFF causes the same result.

Any idea?

Thanks in advance.

ArMyBoT

P.S.: maybe the joomlaboard component presence? anyway, smf forum is working perfectly but "unbridged".
going to test out smf bridge (not joomlahacks) and 2.0 beta)


Items fixed include:

several object errors on main page
several object errors when using cb plugin
joomap plugin improvements
numerous bug fixes to user update synchronization
fix for smf ajax problem
more improvements to tag handling for discussbot

I still need language files for all languages except dutch(thanks unliving sava).  If you can translate a language file and help out, please do so and attach it to this thread. 


For the CB<->SMF avatar sync the image that is synchronized from CB to SMF is now the thumbnail instead of the full image.  In order for this to look correct you should set the max thumbnail sizes in CB image settings to 65x65.  At least this is what will work best with the default template.

Many many thanks to the testing and reported bugs.  I think this should be the last beta before final release.  Even more thanks to those who have donated.  Just a quick note, your registration code will persist across installations, so don't worry about uninstalling and reinstalling, your code will be saved and remembered for the next installation.

I have included the following patched joomla indexes:
J! 1.0.11
J! 1.0.9 and 1.0.10
J! 1.0.8

Just let me know if you have troubles patching and you aren't running one of these versions.

Finally, I need to create some documenation for the bridge.  I want to do this as a team so anyone willing to help or to translate the final documentation please pm me.  Thank you!


Title: Re: JSMF 2.0 Beta 3
Post by: Savvas on September 15, 2006, 05:28:11 AM
Wolv, once again well done for the great work.

I am still on Beta2, since, as you said, i dont have any serious problems that urge me to go to Beta3.

Where can i obtain your modified joomap component that i can use with your respective plugin, that you mention in your Beta2 installation instructions?

Would that be v.2.0.5?

Thx.


Title: Re: JSMF 2.0 Beta 3
Post by: katamar on September 15, 2006, 06:38:00 AM
Hi Wolverine!
I'm writing the translation file for Italian language...
I'll attach the file here very soon..  :)


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 07:11:35 AM
CB avatars:
Two settings in cb: one for the big avatgars and one for the thumbnails. in my settings for the big ones 200x200, small ones 100x100
SMF uses also the 100x100px avatars (not smaller).
all my users on smf have 100x100px images as avatars and no problems
just as long as they are in sync.
Messed up forum url:
Activate exrtra admin security in SMF so that you have to login to the admin space in SMF. Then you will have it when they ask you to login to the adminside of SMF
Not possible(at least for now), as a workaround either logout and log back in so this admin security won't be triggered, or disable it in the SMF admin.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 07:12:57 AM
Wolv, once again well done for the great work.

I am still on Beta2, since, as you said, i dont have any serious problems that urge me to go to Beta3.

Where can i obtain your modified joomap component that i can use with your respective plugin, that you mention in your Beta2 installation instructions?

Would that be v.2.0.5?

Thx.
You'll find it attached.  The author of Joomap has told me the fix will be in 2.0.6.  I forgot to attach it last night.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 07:15:25 AM
Hi wolverine, I'm really sorry for x-posting but i'm follow your suggestions throught the forum w/o success...

This problem (pasted below) is the same even with beta3.

Please help me :-)

A.

this's the url getting blank page
http://<mysitehere>/administrator/index2.php?option=com_smf&task=config

Even without joomlaboard and 2.0 beta version too:-(

copying this post on 2.0 topic too.



What errors are you seeing in the php error log?  Have you turned error reporting to maximum?  Have you turned on Joomla debug?  Have you tried uninstalling and reinstalling?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 07:16:53 AM

damn, I forgot about both of these.  Sorry guys.  I tried to keep track of all the errors... :(

thanks for the updates...
my registration problems seem to be fixed now..
other errors I am still getting..when trying to retrieve a lost password, the email is sent but i get this
Fatal error: Call to a member function on a non-object in /home/snapshot/public_html/site/administrator/components/com_smf/admin.smf.class.php on line 1092
Def a bug, good catch.  On line 1081 of adminsitrator/components/com_smf/admin.smf.class.php you should add this line:
Code:
global $database;
so that it looks like this:
Code:
   function updatePass($id, $pass)
    {
        global $database;
        $username = $this->getUsername($id);
        if (empty($username)) {

and with user sync..I am still having problems, getting this
Joomla/Mambo[0] / SMF[0] inserted Failed :


Title: Re: JSMF 2.0 Beta 3
Post by: masyomo on September 15, 2006, 07:17:17 AM
Hi

Joomla 1.0.11
CB latest
SMf 1.1 RC3

- The lost password goes to the correct page but when submitting it then goes to a blank page. The user is emailed a new password but it doesn't work (the old password still does)

- I changed a profile & username through the CB profile and the new details allowed log in fine but the user lost their avatar

- when a new user registers the link to 'upload your avatar' gives a "this profile doesn't exist or is no longer available" - they can go into their profile & upload it though.

- The same thing happenes when a user changes their username (their avatar is in CB but not smf until they reupload their avatar) I can see why this is though based on the initial avatar sync thing so the best solution is probably just for us to disable the "upload avatar" link on our login mod



Title: Re: JSMF 2.0 Beta 3
Post by: unliving sava on September 15, 2006, 07:23:10 AM
Did the installation (uninstalled beta2 installed beta3):
- Menuitem that was there with the itemid is immediatly deleted,
- configuration settings where also removed

so i could change al the things again, i thought this was no longer neccessary and that the config was kept?

what i did see in the xml installation fole is that the menuitem delete query still is in there:
   <uninstall>
      <queries>
         <query>
            DELETE FROM `#__menu` WHERE link="index.php?option=com_smf"
         </query>

so no wonder it all gets recreated and looks like a fresh install. But u guess this is al testing? i found this:
//    if ($create_new) {
        $query =
            "DROP TABLE IF EXISTS #__jsmf_config";
create_new is commented so it just deletes the table with the settings ;) and also for the people who has amlready filled in the donnation code it gets deleted also.
so i guess this sentence is not valid :p
Just a quick note, your registration code will persist across installations, so don't worry about uninstalling and reinstalling, your code will be saved and remembered for the next installation.

and an error report
8: Undefined property: attachments
File: /components/com_smf/smf.class.php
Line: 1290


Title: Re: JSMF 2.0 Beta 3
Post by: Savvas on September 15, 2006, 07:52:13 AM
You'll find it attached.  The author of Joomap has told me the fix will be in 2.0.6.  I forgot to attach it last night.

Great! thanks.
I owe you a $10 donation when you the final release out.
Looking forward to the 2.1 release with the search mambot included.
Savvas.Athens.Greece.World


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 08:13:01 AM
Hi

Joomla 1.0.11
CB latest
SMf 1.1 RC3

- The lost password goes to the correct page but when submitting it then goes to a blank page. The user is emailed a new password but it doesn't work (the old password still does)
Probably related to the update pass bug found by theelite.  Fix is here (http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2346.msg11334#msg11334).

- I changed a profile & username through the CB profile and the new details allowed log in fine but the user lost their avatar


- when a new user registers the link to 'upload your avatar' gives a "this profile doesn't exist or is no longer available" - they can go into their profile & upload it though.
I believe I was aware of this and simply forgot.  I'll take a look...

- The same thing happenes when a user changes their username (their avatar is in CB but not smf until they reupload their avatar) I can see why this is though based on the initial avatar sync thing so the best solution is probably just for us to disable the "upload avatar" link on our login mod
Hmmmmm, it seems the avatar would follow the change.  Do you have phpMyAdmin access?  If so, verify that we aren't creating a new user and that we are in fact updating the old user.  I will try to do the same this weekend.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 08:20:20 AM
Great! thanks.
I owe you a $10 donation when you the final release out.
Looking forward to the 2.1 release with the search mambot included.
Savvas.Athens.Greece.World
Ya, don't know if this will happen but I am itchin to try out some AJAX and might write a live search for the search mambot.


Title: Re: JSMF 2.0 Beta 3
Post by: masyomo on September 15, 2006, 08:41:08 AM
Hmmmmm, it seems the avatar would follow the change.  Do you have phpMyAdmin access?  If so, verify that we aren't creating a new user and that we are in fact updating the old user.  I will try to do the same this weekend.

Hi - checked in phpmyadmin and it isn't creating a new user in Joomla but it IS in SMF. It doesn't create a new user immediately but on the next time the user logs in after changing their username. If you change it back to the old username in CB profile it associates back with the original user etc.


The password fix works great thanks


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 08:45:36 AM
and an error report
8: Undefined property: attachments
File: /components/com_smf/smf.class.php
Line: 1290
WOAH!  There's a big bug!  Amazing SMF to CB avatar sync worked in my opinion.  Ok, if you want to fix this, on or around line 1290 change this query:
Code:
$query =
"SELECT filename " .
"FROM {$jsmfConfig->attachments} " .
"WHERE ID_MEMBER = '$uid' " .
"AND filename LIKE 'avatar_%' " .
"LIMIT 1";

To this

Code:
$query =
"SELECT filename " .
"FROM {$jsmfConfig->smf_prefix}attachments " .
"WHERE ID_MEMBER = '$uid' " .
"AND filename LIKE 'avatar_%' " .
"LIMIT 1";


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 08:48:22 AM
Hi - checked in phpmyadmin and it isn't creating a new user in Joomla but it IS in SMF. It doesn't create a new user immediately but on the next time the user logs in after changing their username. If you change it back to the old username in CB profile it associates back with the original user etc.


The password fix works great thanks
so basically the change is not happening in SMF.  For example, if you change username in CB it is not changed in SMF.  So on the next login a new user is created?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 08:50:19 AM
Did the installation (uninstalled beta2 installed beta3):
- Menuitem that was there with the itemid is immediatly deleted,
- configuration settings where also removed

so i could change al the things again, i thought this was no longer neccessary and that the config was kept?

what i did see in the xml installation fole is that the menuitem delete query still is in there:
   <uninstall>
      <queries>
         <query>
            DELETE FROM `#__menu` WHERE link="index.php?option=com_smf"
         </query>

so no wonder it all gets recreated and looks like a fresh install. But u guess this is al testing? i found this:
//    if ($create_new) {
        $query =
            "DROP TABLE IF EXISTS #__jsmf_config";
create_new is commented so it just deletes the table with the settings ;) and also for the people who has amlready filled in the donnation code it gets deleted also.
so i guess this sentence is not valid :p
There are two things that are persistent across installs/uninstalls, the Itemid and the registration code.  Everything else is deleted and recreated from scratch.  This is done to allow for new configurations to be added to the bridge in the future.  It may turn out that I can write an install that will keep all the variables, but for now it is only Itemid and reg code.

Does that answer what you were asking?


Title: Re: JSMF 2.0 Beta 3
Post by: unliving sava on September 15, 2006, 08:55:15 AM
not quite wolverine ;)
the itemid does not get saved or remembered ;) it always creates a new one when reinstalling...


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 09:01:00 AM
not quite wolverine ;)
the itemid does not get saved or remembered ;) it always creates a new one when reinstalling...
If the Itemid was saved in ths JSMF config table before uninstall, and it should have been, it will be the same in any subsequent installs.  I have tested this thoroughly...  Sure the install process creates a new one but I specifically update it to the old Itemid.


Title: Re: JSMF 2.0 Beta 3
Post by: masyomo on September 15, 2006, 09:01:08 AM
so basically the change is not happening in SMF.  For example, if you change username in CB it is not changed in SMF.  So on the next login a new user is created?

yes thats right - it doesn't change the user in smf - just creates a new one when the user logs in with the new name for the first time(it does change the user in Joomla)

If you then change the name back it associates with the previous name already created in smf members table ie. it doesn't create a new user in smf if that username already exists.


Title: Re: JSMF 2.0 Beta 3
Post by: unliving sava on September 15, 2006, 09:05:33 AM
If the Itemid was saved in ths JSMF config table before uninstall, and it should have been, it will be the same in any subsequent installs.  I have tested this thoroughly...  Sure the install process creates a new one but I specifically update it to the old Itemid.

it deleted the table in the database so the saved things where just gone ;)

some components do it this whay of handling the ytables:
at install:
CREATE TABLE IF NOT EXISTS
and the inserts
INSERT IGNORE INTO

so with a fresh install, it gets created, at uninstall you do not drop the tables or something like that but when reinstalling it doesn't create the tables if they are  already there and will not insert data if it already exists.
So on this way the settings remain saved.
CB uninstall leaves the tables also intact and al the plugin settings, just as an example, it also uses this method.
(just trying to help :p )


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 09:17:05 AM
So you are guessing... the code does not delete the table until it has retrieved those two items, if they exist. 


Title: Re: JSMF 2.0 Beta 3
Post by: unliving sava on September 15, 2006, 09:26:03 AM
not guessing, it did happen :p (i've updtaed my post above also)
this is what i had done:
- uninstalled beta 2
- installed beta 3
- go to install page, i see that the url got an other itemid
- go to my menu where the menuitem used to be (menuname topmenu not mainmenu!) my itemmenu has been deleted :s
- go to my mainmenu and i see a newly created menuitem with an other itemid

basicly: the menuitem is deleted and a new one has been created by JSMF, so conclusion: it gets deleted the menuitem

so tho change back to my normal itemid jos_menu edited the id there, deleted the cache trough FTP, went to the configtable of JSMF changed that urm over there to my normal menuitemid and refreshed the install page. my menuitemid is back as it was before :D


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 09:40:59 AM
we do leave the table on uninstall, I followed the process used by CB and others.  Simply on install we first find out if the table exists, if so we get the itemid and reg code from the previous install.  The itemid is saved to the table on the first click of save in the JSMF administration.  We then drop the previous table and create a new table using the defaults and the two items retrieved from the old table. 

I suppose if the default menu item created by the bridge is not being used then it might be possible that the Itemid is not saved, or the saved Itemid is not correct.


Title: Re: JSMF 2.0 Beta 3
Post by: unliving sava on September 15, 2006, 09:47:32 AM
we do leave the table on uninstall, I followed the process used by CB and others.  Simply on install we first find out if the table exists, if so we get the itemid and reg code from the previous install.  The itemid is saved to the table on the first click of save in the JSMF administration.  We then drop the previous table and create a new table using the defaults and the two items retrieved from the old table. 

I suppose if the default menu item created by the bridge is not being used then it might be possible that the Itemid is not saved, or the saved Itemid is not correct.

and what is the "default" menuitem, the one with id 154? it's always that number ;)
my only menuitem is the one with id 140 and is a component-type link like the one that gets automaticly created. So the only menuitem it must retrieve would be in my place the one witrh id 140, probaply this does not happen and all the things gets deleted :s


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 09:58:46 AM
reviewing things here, the default Itemid would be whatever this query returns:

"SELECT id, link " .
"FROM #__menu " .
"WHERE link='index.php?option=com_smf'" .
"AND published=1 " .
"LIMIT 1";

If not previously set.  If you want to truly test your link, go in and modify the table and set it manually.  Then uninstall and reinstall the bridge.  That would be the correct test.  I suspect the table has the wrong Itemid(154) and since it persists across installs, it keeps using that Itemid. 


Title: Re: JSMF 2.0 Beta 3
Post by: unliving sava on September 15, 2006, 10:44:57 AM
140     index.php?option=com_smf
that query works :p

let's look what happens
uninstal, the xml installation file is being read, uninstall query states:
  <query>DELETE FROM `#__menu` WHERE link="index.php?option=com_smf"</query>
so my menuitem is deleted
when looking in install.smf.php:
$query =
        "INSERT INTO #__menu " .
        "( menutype, name, link, type, published, parent, componentid, sublevel, ordering, checked_out, checked_out_time, pollid, browserNav, access, utaccess ) " .
        "VALUES ('mainmenu', '"._JSMF_FORUM_LINK."', 'index.php?option=com_smf', 'components', 1, 0, 9999, 0, 8, 0, '0000-00-00 00:00:00', 0, 0, 0, 3)";
a new one is being created (i see it's being executed: $database->query()

and then we are going to look if there is an existing menuitem, verry nice, it's already deleted! The new one has indeed being input by the insert query, a new itemid has appeared so it takes an itemid that was not the one that it realy was before because it always gets deleted by uninstalling...

after that the table of JSMF gets the new id also...


does this makes it a bit clear?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 10:54:55 AM
sent you a pm


Title: Re: JSMF 2.0 Beta 3
Post by: HighlanderICT on September 15, 2006, 11:55:26 AM
Wolverine - excellent work as usual and it has solved a few of the problems I was having but I am still having a couple of issues - maybe they are my issues, or Joomla issues or maybe they are the bridge, I dont know.

1. When logged in as admin and viewing the forum in wrapped mode, I click on the SMF ADMIN link (<site>/index.php?option=com_smf&Itemid=299&action=admin) and that address always seems to take me to the password page which is unwrapped. (Previously I only got this on my first visit to admin area, subsequent visits brought admin area up wrapped inside joomla).

Bearing in mind that you mentioned there were issues regarding the integration of the bridge with joomla or the syncing of info between them if the forum is unwrapped this gives me a problem as I cant get it to load. After entering my password, the page that loads has the address <site>/<forum dir>/index.php?option=com_smf;Itemid=299;action=admin. If I manually remove the forum directory portion of the address Joomla tells me the page does not exist.

2. If I try to sync by username in the admin or 'verify', I get the same inserted / failed message (see screenshots) and the main component config changes back to show that 'synchronise' usernames is disabled



Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 01:39:06 PM
1. When logged in as admin and viewing the forum in wrapped mode, I click on the SMF ADMIN link (<site>/index.php?option=com_smf&Itemid=299&action=admin) and that address always seems to take me to the password page which is unwrapped. (Previously I only got this on my first visit to admin area, subsequent visits brought admin area up wrapped inside joomla).

Bearing in mind that you mentioned there were issues regarding the integration of the bridge with joomla or the syncing of info between them if the forum is unwrapped this gives me a problem as I cant get it to load. After entering my password, the page that loads has the address <site>/<forum dir>/index.php?option=com_smf;Itemid=299;action=admin. If I manually remove the forum directory portion of the address Joomla tells me the page does not exist.
In the old version my recommendation was to either disabled the admin security check or logout and log back in then go immediately to SMF admin.  Both of these will have the effect of keeping your forums wrapped and allowing you into SMF admin.  The URL you posted is invalid if you remove the forums part, it is close to a valid URL but not quite.  The redirect link comes from SMF so I don't have any control over it at this point, so there is no solution on the horizon just yet.
2. If I try to sync by username in the admin or 'verify', I get the same inserted / failed message (see screenshots) and the main component config changes back to show that 'synchronise' usernames is disabled
Yes, I forgot to address this problem as I mentioned in a previous message.  I will be looking to resolve this soon.


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 15, 2006, 02:09:04 PM
Hi.
I have J debug site ON, max level log and the result is still the same.

Blank page for "installation", "configuration" and even "about".

Now, for some reason, even when I perform a logout I get a blank page.

I PM you: if u want I could give u access into the backend to see the configuration.

For the php error log: my host sucks and doesn't offer me any php error log...

Thanks in advance!

[update] Great... now trying to unistall smf bridge component I'm getting a blank page too. I have to remove manually components


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 15, 2006, 03:51:13 PM
OK folks:)
SOLVED!

Somehow, unistall process always left me admin component parts into administrator/components !
Removed manually and reinstalled successfully.

Now i'm tryong to install all stuff into the zip file:)

Only thing weird wight now is that I have perform synch successfully but i can't login into joomla (frontend) with admin forum account meanwhile the viceversa works perfectly.

I'll keep you all in touch and I'll annoy you asap with something else ;-)

THANKS ;D
Hi.
I have J debug site ON, max level log and the result is still the same.

Blank page for "installation", "configuration" and even "about".

Now, for some reason, even when I perform a logout I get a blank page.

I PM you: if u want I could give u access into the backend to see the configuration.

For the php error log: my host sucks and doesn't offer me any php error log...

Thanks in advance!

[update] Great... now trying to unistall smf bridge component I'm getting a blank page too. I have to remove manually components


Title: Re: JSMF 2.0 Beta 3
Post by: Livebox on September 15, 2006, 06:58:17 PM
is there in the new bridge the following functions?

Login Redirection URL: Back to the page from which the user logged in
Logout Redirection URL: Back to the page from which the user logged out

amd intergrated search for Joomla and SMF ?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 15, 2006, 07:04:33 PM
If a redirect url is available the bridge will redirect back to the page where the user logged in or out.  If it is not the bridge will fall back to the setting of on login and on logout redirect configurations in the JSMF administration.

Search is the first thing that will be added after JSMF 2.0 full release.


Title: Re: JSMF 2.0 Beta 3
Post by: Jeremy on September 16, 2006, 02:09:00 AM
I just want to say thank you.


Title: Re: JSMF 2.0 Beta 3
Post by: Livebox on September 16, 2006, 02:54:23 AM
oke thanks ;)



Title: Re: JSMF 2.0 Beta 3
Post by: Mass on September 16, 2006, 04:16:29 AM
When installing this, on the last part of the installation, when I try to sync usernames, it comes up with the following error:

Joomla/Mambo[0] / SMF[0] inserted Failed :

Is there a workaround at all?

Thanks


Title: Re: JSMF 2.0 Beta 3
Post by: enzo on September 16, 2006, 05:44:07 AM
Is this release ok with joom!fish, changeing languages as well as joomla do?


Title: Re: JSMF 2.0 Beta 3
Post by: Warwick on September 16, 2006, 08:03:55 AM
When in the installation istructions "Uninstall all previous versions of modules/mambots/plugins" do you mean those realted to JSMF or are you saying that ALL modules/mambots/plugins need to be deleted out of Joomla?


Title: Re: JSMF 2.0 Beta 3
Post by: TuXie on September 16, 2006, 08:55:45 AM
Thanks.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 16, 2006, 10:41:12 AM
Is this release ok with joom!fish, changeing languages as well as joomla do?
this does not work with joomfish at this time.  It is something I have put on the roadmap though.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 16, 2006, 10:41:52 AM
When in the installation istructions "Uninstall all previous versions of modules/mambots/plugins" do you mean those realted to JSMF or are you saying that ALL modules/mambots/plugins need to be deleted out of Joomla?
just JSMF software... haha!  ;D


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 16, 2006, 12:37:01 PM
Ok folks.
Just for sharing with you all..

I tried out the bret CB SMF plugins.
I don't know if something is wrong with my CMS but i got blank pages if the plugin were published.

Dubugging I noticed such common code into the plugins core phps:

Code:

...
else // The only other thing you could be using is Joomlahacks.
             {
                  require($mosConfig_absolute_path . '/administrator/components/com_smf/config.smf.php');
                  $mySMFpath = $smf_path;
             }



With my surprise in my joomlahacks bridge I don't have any config.smf.php neither in the indicated path.

Looking old 1.* (joomlahacks) smf bridge structure i found that file and worked for a workaround.

So, i changed the code abode with:

Code:

...
else // The only other thing you could be using is Joomlahacks.
             {
              //    require($mosConfig_absolute_path . '/administrator/components/com_smf/config.smf.php');
                  $mySMFpath = 'forum';
             }


where forum is the subdirectory where is installed smf.

(http://mysite.tld/forum/ to reach the forum directly).


I know this is not a workaround but a *really and badly quick & dirty* solution but it works.

I hope some mate more expert of me in php code could enhance it and produce a good fix.

Thanks.



Title: Re: JSMF 2.0 Beta 3
Post by: Crim on September 16, 2006, 01:26:20 PM
Just double checking the Login, Main component and Mambot were the only things that got changed.

Also when the mambot creates the thread and link back to the article it is missing the index.php? it only shows what comes after it leadin to a article that doesn't work.


Title: Re: JSMF 2.0 Beta 3
Post by: mike on September 16, 2006, 04:35:56 PM
Regarding the discussbot, I still get a br / at the end of each line, and another one in every empty line. Looks like a few less than before, but still creating multiple linespaces where there should only be one. And I was using that word doc file I uploaded to ya.   :-\


Title: Re: JSMF 2.0 Beta 3
Post by: arco on September 16, 2006, 04:37:24 PM
Is the issue with the following error resolved in wrapped/SEO mode with this version? This happens for instance when pressing save in features and options.

Code:
An Error Has Occurred!
Unable to load the 'main' template.


Title: Re: JSMF 2.0 Beta 3
Post by: Gabriel on September 16, 2006, 05:29:43 PM
Ok I've searched this forum high and low for solutions so I guess I'll ask my issue here. Not sure if the post above is the answer to this question or not if it is I apologize.

I decided to upgrade all of my files just due to the fact I was having issues with joomla/smf synching up the user names. So now I'm upgraded to these stats.

Joomla 1.0.11
SMF Forums 1.1 RC3
JSMF 2.0 Beta 3
Apache 1.3.36
PHP 4.4.2
MYsql 4.1.19 Standard


I know it's the bridge because logins worked fine for joomla and smf then as soon as I installed the brige now everytime I log in it goes directly to a blank white screen. Did I miss the fix for this? One post said it was the configurations but I'm doubting it. RC2 worked ok with only the issue of a slight registration problem into both the SMF and CMS records. So any ideas?

Any help would be appreciated if a fix has been found or a reason or even a workaround :)

PS: Sorry wolverine I hope this is the correct thread you were speaking of.
I'll also look into trying the above and see if that helps the issue.

PS2: Thank you guys for a great product as well. It's appreciated and you guys work your asses off :)

Thanks guys,
-Gabe


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 16, 2006, 05:32:43 PM
Regarding the discussbot, I still get a br / at the end of each line, and another one in every empty line. Looks like a few less than before, but still creating multiple linespaces where there should only be one. And I was using that word doc file I uploaded to ya.   :-\

well, not sure because we don't add any breaks(<br />).  I add a newline when a </p> end tag is found.  I used your document and got a good result.  so my only guess is it might be your wysiwyg editor...


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 16, 2006, 05:35:26 PM
Ok I've searched this forum high and low for solutions so I guess I'll ask my issue here. Not sure if the post above is the answer to this question or not if it is I apologize.

I decided to upgrade all of my files just due to the fact I was having issues with joomla/smf synching up the user names. So now I'm upgraded to these stats.

Joomla 1.0.11
SMF Forums 1.1 RC3
JSMF 2.0 Beta 3
Apache 1.3.36
PHP 4.4.2
MYsql 4.1.19 Standard


I know it's the bridge because logins worked fine for joomla and smf then as soon as I installed the brige now everytime I log in it goes directly to a blank white screen. Did I miss the fix for this? One post said it was the configurations but I'm doubting it. RC2 worked ok with only the issue of a slight registration problem into both the SMF and CMS records. So any ideas?

Any help would be appreciated if a fix has been found or a reason or even a workaround :)

PS: Sorry wolverine I hope this is the correct thread you were speaking of.
I'll also look into trying the above and see if that helps the issue.

PS2: Thank you guys for a great product as well. It's appreciated and you guys work your asses off :)

Thanks guys,
-Gabe
known problems and solutions have some answers for this in the Joomla-SMF 1.1.X forum.  But mainly you need to turn joomla error reporting to maximum, turn on joomla debug, and check your php error_log.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 16, 2006, 05:36:32 PM
Is the issue with the following error resolved in wrapped/SEO mode with this version? This happens for instance when pressing save in features and options.

Code:
An Error Has Occurred!
Unable to load the 'main' template.
it would help if you would post your SMF version...


are you using the default SMF template?


Title: Re: JSMF 2.0 Beta 3
Post by: Gabriel on September 16, 2006, 06:43:15 PM
known problems and solutions have some answers for this in the Joomla-SMF 1.1.X forum.  But mainly you need to turn joomla error reporting to maximum, turn on joomla debug, and check your php error_log.

My error log just says this and I tried it over and over again to make sure the login to the white screen was setting it off. Lol it says /404.shtml does not exist. *confused look*

As for the earlier work arounds in 1.1x I don't have a functions.smf.php in 2.0's Admin component section :S Is there supposed to be one?  my favicon.ico is missing too but I fixed that :P *snickers*

Other then that I'm looking around the coding to try to see if there's something out of the ordinary.


Title: Re: JSMF 2.0 Beta 3
Post by: Gabriel on September 16, 2006, 07:27:25 PM
Ok I fixed it. Just me being an idiot. First off all I had to clear my SMF members db then retransfer the members back into the DB. "maybe went screwy the first time."

SECONDLY BIG BIG BIG secondly. Apparently Globals really need to be off :P I flipped the 1 to a 0 in my globals.php then I needed to figure a way to turn off the globals on my server since I don't have access to php.ini.

I went ahead and threw this code into my htaccess.txt changed the name off to .htaccess.

Code is this in case anyone else can't turn their server globals off either.

Under
RewriteEngine On

Put php_flag register_globals off

Anyhow most see the big red text in the joomla admin page and go eh globals are on no big deal my site still works. This may be something you wish to switch off for those getting white screens of doom. Be aware flipping them off may cause other mod's etc not to work properly.

Thanks for the attempted help and thanks for the great software keep it up guys!

-Gabe


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 16, 2006, 07:29:03 PM
not sure I helped but many thanks for posting your solution!


Title: Re: JSMF 2.0 Beta 3
Post by: Gabriel on September 16, 2006, 07:39:30 PM
Well I spoke a second too soon, even though the 'login' problem fixed I just found out at the end of 'registering' I get another white screen. Sighs.. So one white screen down .. One to go.

index.php?option=com_smf&Itemid=91&action=register2 It's when using the SMF registration thats the page it gets all butt hurt at. Trying work arounds though. Least I know where to look this time. *laughs*

-Gabe

Ok last post so I don't get annoying. Figured out this fix too. At least for me.

White screen on login = Check your global settings in global.php to 0, insert .htaccess file above to turn off global settings on server.

White Screen on Register = Check your sql files in php admin and find your _users entry. See if "ID" is auto incrimented. If not execute sql modification
ALTER TABLE `jos_users` CHANGE `id` `id` MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT

Of course altering jos_users to whatever your using as a name for your storage files.

This should fix the white screen issues. Make sure all your settings are correct on files/folders and your using the proper index.php in your root directory like wolverine setup.

Hope this works if anyone else has issues with this.

(So it was a settings problem ;p ;p)

-Gabe


Title: Re: JSMF 2.0 Beta 3
Post by: Crim on September 16, 2006, 10:02:14 PM
Just double checking the Login, Main component and Mambot were the only things that got changed.

Also when the mambot creates the thread and link back to the article it is missing the index.php? it only shows what comes after it leadin to a article that doesn't work.
Sorry, I think my post got lost between the rest.


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 17, 2006, 07:13:51 AM
Wolv,
smf who's online mod probably needs you  ;)

I see array "unresolved"...

I mean
"We have $guest_array guests and $user_array user(s) online"

No matter globals on/off, already tried.
No error triggered at all.

:-) All yours ::)


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 17, 2006, 10:24:37 AM
Wolv,
smf who's online mod probably needs you  ;)

I see array "unresolved"...

I mean
"We have $guest_array guests and $user_array user(s) online"

No matter globals on/off, already tried.
No error triggered at all.

:-) All yours ::)

that is a core Joomla issue, what version of joomla?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 17, 2006, 10:26:01 AM
Just double checking the Login, Main component and Mambot were the only things that got changed.

Also when the mambot creates the thread and link back to the article it is missing the index.php? it only shows what comes after it leadin to a article that doesn't work.
Sorry, I think my post got lost between the rest.
Joomap plugin was slightly changed to fix a minor warning.  No need to update.

Show me what you mean by the link, post one of them like that.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 17, 2006, 10:32:24 AM
and with user sync..I am still having problems, getting this
Joomla/Mambo[0] / SMF[0] inserted Failed :
It appears there is a failure, I have fixed this so that the error message will be displayed. 


Title: Re: JSMF 2.0 Beta 3
Post by: raggirays on September 17, 2006, 10:40:19 AM
I still need language files for all languages except dutch(thanks unliving sava).  If you can translate a language file and help out, please do so and attach it to this thread. 

If you need Italian translation, here I'm ;)... PM me or email. Thanx for your great effort!


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 17, 2006, 11:23:32 AM
last one. 1.0.11

that is a core Joomla issue, what version of joomla?


Title: Re: JSMF 2.0 Beta 3
Post by: Crim on September 17, 2006, 11:57:07 AM
that is a core Joomla issue, what version of joomla?
Okay.

Here is the original aticle:
http://zelda.x0b.net/index.php?option=com_content&task=view&id=23&Itemid=99999999

Here is the thread automatically created:
http://zelda.x0b.net/index.php?option=com_smf&Itemid=63&topic=29.0#new

The thread link to:
http://zelda.x0b.net/option=com_content&task=view&id=23&Itemid=
Instead of:
http://zelda.x0b.net/index.php?option=com_content&task=view&id=23&Itemid=

Edit-
If it helps I'm using all of the latest versions, SMF 1.1 rc3, Joomla 1.0.11, and Beta 3 of the bridge.


Title: Re: JSMF 2.0 Beta 3
Post by: arco on September 17, 2006, 01:26:59 PM
it would help if you would post your SMF version...


are you using the default SMF template?

Joomla! 1.0.11
SMF 1.1RC3
Planetfall template

I'm sending you a PM...


Title: Re: JSMF 2.0 Beta 3
Post by: asteroidjay on September 17, 2006, 01:30:43 PM
Probably related to the update pass bug found by theelite.  Fix is here (http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2346.msg11334#msg11334).

Wolverine, my admin.smf.class.php says $database->setQuery($query); instead of global $database; on line 1092.


Title: Re: JSMF 2.0 Beta 3
Post by: BornAgainst on September 17, 2006, 05:17:02 PM
Hi, is that will support SMF 1.1 RC3, Community Builder 1.0.1, Mambo 4.5.3h ?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 17, 2006, 09:18:10 PM
Hi, is that will support SMF 1.1 RC3, Community Builder 1.0.1, Mambo 4.5.3h ?
The only thing I am not 100% certain about is the Mambo 4.5.3h.  It should work with that, but it is untested.  Yes to SMF 1.1RC3 and yes to CB 1.0.1.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 17, 2006, 09:19:06 PM
Wolverine, my admin.smf.class.php says $database->setQuery($query); instead of global $database; on line 1092.
you need to reread the fix, I didn't say to change anything on 1092.  :P


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 17, 2006, 09:20:24 PM
last one. 1.0.11

umm, I hate to ask but, version 2.0 of who's online?  Also, are you using a different language which needs changed.  You will find several topics about this if you search these forums.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 17, 2006, 09:27:21 PM
Okay.

Here is the original aticle:
http://zelda.x0b.net/index.php?option=com_content&task=view&id=23&Itemid=99999999

Here is the thread automatically created:
http://zelda.x0b.net/index.php?option=com_smf&Itemid=63&topic=29.0#new

The thread link to:
http://zelda.x0b.net/option=com_content&task=view&id=23&Itemid=
Instead of:
http://zelda.x0b.net/index.php?option=com_content&task=view&id=23&Itemid=

Edit-
If it helps I'm using all of the latest versions, SMF 1.1 rc3, Joomla 1.0.11, and Beta 3 of the bridge.
yep, you are right.  Found this bug.  On line 276 of mos_smf_discussbot.php chage this line:
Code:
$url = 'option=com_content&amp;task=view&amp;id='.$row->id.'&amp;Itemid='.$mainframe->getItemid($row->id, 0, 0);
to this:
Code:
$url = 'index.php?option=com_content&amp;task=view&amp;id='.$row->id.'&amp;Itemid='.$mainframe->getItemid($row->id, 0, 0);

That should fix the problem.  Good catch!


Title: Re: JSMF 2.0 Beta 3
Post by: asteroidjay on September 17, 2006, 10:17:20 PM
Silly me. :P Thanks Wolverine.


Title: Re: JSMF 2.0 Beta 3
Post by: ray on September 17, 2006, 11:48:39 PM
Hey I switched from simplemachines version of the bridge to this one, but now with this bridge, certain url's now contain a '/ in them. For example, /bank/ is valid, but the bridge adds /bank'/ and breaks the url. This only happens in the wrapped version of the site. Any idea's?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 12:00:19 AM
Hey I switched from simplemachines version of the bridge to this one, but now with this bridge, certain url's now contain a '/ in them. For example, /bank/ is valid, but the bridge adds /bank'/ and breaks the url. This only happens in the wrapped version of the site. Any idea's?
maybe something with the old bridge, some config still around?  I haven't seen that in any testing.  Care to share some site info with me, via pm if you want, so I can take a look?


Title: Re: JSMF 2.0 Beta 3
Post by: ray on September 18, 2006, 12:23:26 AM
Thank you for your quick response! that's hard to come by these days :-)

http://www.wii-volution.com

it only does this on certain pages. Alot of the admin configuration pages have this error too. The most obvious ones are with the bank mod as I haven't had time to search through the other links on the forum to see what else is effected. If you click on shop, then on the left try clicking on the Bank or the Trade Centre, they both have the '/ added to the urls that weren't there with the simple machines bridge, but if you take the ' out it works. Also the unwrapped version works using the smf urls, so I guess this has to do with the joomla urls then.

Again I really want to stick with this bridge because its superior in every single way, you did a awesome job with this!


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 12:32:08 AM
what is the direct link to the forums?  I need to check that url before it is *joomlacized*.  I tried http://www.wii-volution.com/forum however it redirected to joomla main, is that some workaround you have in place?


Title: Re: JSMF 2.0 Beta 3
Post by: ray on September 18, 2006, 12:37:03 AM
http://www.wii-volution.com/smf

Yea there's a redirection in place, but not for the forums, it's just to prevent 404's from old search engine links from the old site before joomla.

edit:
I gave you joomla admin for right now incase you need to see the config for the bridge, I trust ya :-)


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 12:39:03 AM
hmmm, strange, would you mind turning on the jsmf debugging for 10 mins or so?


Title: Re: JSMF 2.0 Beta 3
Post by: ray on September 18, 2006, 12:43:27 AM
there ya go


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 12:46:48 AM
thanks, thats all I needed, that mod is using single quotes instead of double quotes for *some* of it's html links:

Code:
SEARCH: href="http://www.wii-volution.com/smf/index.php?action=shop;do=buy"
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,buy/"
STATUS: Found and replaced
SEARCH: href="http://www.wii-volution.com/smf/index.php?action=shop;do=inv"
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,inv/"
STATUS: Found and replaced
SEARCH: href="http://www.wii-volution.com/smf/index.php?action=shop;do=sendmoney"
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,sendmoney/"
STATUS: Found and replaced
SEARCH: href='http://www.wii-volution.com/smf/index.php?action=shop;do=senditems'
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,senditems'/"
STATUS: Found and replaced
SEARCH: href="http://www.wii-volution.com/smf/index.php?action=shop;do=invother"
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,invother/"
STATUS: Found and replaced
SEARCH: href='http://www.wii-volution.com/smf/index.php?action=shop;do=trade'
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,trade'/"
STATUS: Found and replaced
SEARCH: href='http://www.wii-volution.com/smf/index.php?action=shop;do=bank'
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,bank'/"
STATUS: Found and replaced
SEARCH: href='http://www.wii-volution.com/smf/index.php?action=shop;do=viewall'
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,viewall'/"
STATUS: Found and replaced
SEARCH: href='http://www.wii-volution.com/smf/index.php?action=shop;do=viewallBank'
REPLACE: href="http://www.wii-volution.com/component/option,com_smf/Itemid,34/action,shop/do,viewallBank'/"

I'll get a fix put in place.  You can turn off debugging.


Title: Re: JSMF 2.0 Beta 3
Post by: ray on September 18, 2006, 12:55:46 AM
Great! I look forward to seeing the fix, you're awesome! ;D


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 01:11:51 AM
sent you a pm ray


Title: Re: JSMF 2.0 Beta 3
Post by: aloysiusf on September 18, 2006, 04:42:53 AM
Dear Wolve..

congrate to the new jsmf bridge..

Current i am having problem sync username from smf to ACL. My smf user is around 110 000 memebrs which is about 25mb which i have just converted from phpbb. For the first time, i manage to choose sync username or name. I chose username and it starts to syn. After some time, and timeout error pops up which indicates exceed timeout 300 sec. I change the timeout to longer timing but the problem still resist while at the same time i only manage to click at VERIFY only. Once i click VERIFY, mysql seems to be running full load but nothings seems to be happening.

i checked the DB via phpmyadmin, it seems that only 12000 members were managed to syn before the timeout. so i did a resyn(manage to only click VERIFY)again but nothing changes. It remains at 12000.

Is there any other way that i could sync the users without using the JSMF control panel?..was wondering is there any shell script which i could run?

Thanks


Title: Re: JSMF 2.0 Beta 3
Post by: mike on September 18, 2006, 10:10:33 AM
well, not sure because we don't add any breaks(<br />).  I add a newline when a </p> end tag is found.  I used your document and got a good result.  so my only guess is it might be your wysiwyg editor...

Which editor did you get the good result with?? I'm not tied to JoomlaFCK, I was just trying different ones to see what resulted in better output.


Title: Re: JSMF 2.0 Beta 3
Post by: mike on September 18, 2006, 10:14:37 AM
Is the issue with the following error resolved in wrapped/SEO mode with this version? This happens for instance when pressing save in features and options.

Code:
An Error Has Occurred!
Unable to load the 'main' template.

I have this happening too. It's when you have seo turned on in Joomla, just the basic Joomla seo, I haven't tried it with 3rd party sef mods. I get around it by turning off seo before making smf changes, a  bit of a pain, so I have seo off most of the time now.

I am using rc3 of smf and it seems to be with all the templates I tried, babylon, default, etc...


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 10:34:42 AM
Which editor did you get the good result with?? I'm not tied to JoomlaFCK, I was just trying different ones to see what resulted in better output.

I used the default that comes with Joomla... I don't ever use it so gimme sec to check what it is:

TinyMCE

I'm not saying it is just the wysiwyg, I'd like to improve the discussbot further, I'm just saying it was not happening when using TinyMCE.  If I have time I will install the JoomlaFCK and try it with that.  Sorry for the probs man...



Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 10:37:06 AM
Dear Wolve..

congrate to the new jsmf bridge..

Current i am having problem sync username from smf to ACL. My smf user is around 110 000 memebrs which is about 25mb which i have just converted from phpbb. For the first time, i manage to choose sync username or name. I chose username and it starts to syn. After some time, and timeout error pops up which indicates exceed timeout 300 sec. I change the timeout to longer timing but the problem still resist while at the same time i only manage to click at VERIFY only. Once i click VERIFY, mysql seems to be running full load but nothings seems to be happening.

i checked the DB via phpmyadmin, it seems that only 12000 members were managed to syn before the timeout. so i did a resyn(manage to only click VERIFY)again but nothing changes. It remains at 12000.

Is there any other way that i could sync the users without using the JSMF control panel?..was wondering is there any shell script which i could run?

Thanks
I started to write a standalone script to do this once but the user found another way.  I can do it again, might be a good addition to the bridge.  I don't know when I can complete it though, my job search is ongoing and I have some interviews this week I must prepare for.  And I am gone on vacation this coming weekend.  Sorry.


Title: Re: JSMF 2.0 Beta 3
Post by: mike on September 18, 2006, 10:40:05 AM
I am also still having the semi annoying issue of the first click on a comment link from a discussbot article starting the message topic as a quote even tho I have that setting turned off in the bridge.

I say semi annoying at this point because I need to edit the post anyway because of the extra linespacing issue, and I delete the quote tags then. But if we get that linespacing issue squared away, then I won't be needing to go edit the message, and it will become full on annoying.

Here's the URL:

http://awttw.awordtothewise.info (http://awttw.awordtothewise.info)

A side note since so many other people are clicking on the link too,  :D, visit the base address, awordtothewise.info without the awttw in front of it  to see the nuke-evolution site I will be converting over to joomla. Evo is another great free cms, but it's for a totally different audience, mostly the gamer/techy people.


Title: Re: JSMF 2.0 Beta 3
Post by: sysdoc on September 18, 2006, 11:14:52 AM
Well this didn't work for me at all... The install went well right up to but not including >sync usernames, where it fails with: Joomla/Mambo[0] / SMF[0] inserted Failed : .

So I tried to login anyways using both SMF and J! registration systems. The J! reg sys > blank page and SMF reg sys > will allow login for the J! users but not the SMF users.

Furthermore, the admin account is not accessible from the forum frontend, but regular users are able to login from either J! or SMF frontends.

I had 1.4.2 installed before and uninstalled the patches and uninstalled the component prior to installing the 2.0 B-3 components and login module. It appeared to work well except that noone could login from the frontend of the forum...

Wow, I'm frustrated!! lol!!

Joomla version is: 1.0.11
SMF version is: 1.1 RC3
Joomla-SMF version: 2.0 beta 3

SysDoc


Title: Re: JSMF 2.0 Beta 3
Post by: mike on September 18, 2006, 11:28:32 AM
I used the default that comes with Joomla... I don't ever use it so gimme sec to check what it is:

TinyMCE

I'm not saying it is just the wysiwyg, I'd like to improve the discussbot further, I'm just saying it was not happening when using TinyMCE.  If I have time I will install the JoomlaFCK and try it with that.  Sorry for the probs man...



It's a beta, I knew what I signed up for, no reason to be sorry.. hehe.... your doing a great job and I do appreciate it.

I just tried it with the default editor and it does come thru cleanly! So I guess with the default Joomla Tiny MCE, it works fine.. EXCEPT this one did sneak thru....  :-[

[a name=_MailAutoSig title=_MailAutoSig]

I'll make tinymce the default, and the wife oughta be happy with that.

I know words of praise are nice, but a few dollars (specially when job hunting) are nicer, I'll be poppin over a donation to ya as a thank you for your hard work, and I will be leaving your link on as well   :o  ;D



Title: Re: JSMF 2.0 Beta 3
Post by: KC on September 18, 2006, 11:53:35 AM
I started to write a standalone script to do this once but the user found another way.  I can do it again, might be a good addition to the bridge.  I don't know when I can complete it though, my job search is ongoing and I have some interviews this week I must prepare for.  And I am gone on vacation this coming weekend.  Sorry.

Hi Wolverine,

I encountered similar problem. Any quick guide on how i can get it done? Your great help is much appreciated.


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 04:06:32 PM
Well this didn't work for me at all... The install went well right up to but not including >sync usernames, where it fails with: Joomla/Mambo[0] / SMF[0] inserted Failed : .

So I tried to login anyways using both SMF and J! registration systems. The J! reg sys > blank page and SMF reg sys > will allow login for the J! users but not the SMF users.

Furthermore, the admin account is not accessible from the forum frontend, but regular users are able to login from either J! or SMF frontends.

I had 1.4.2 installed before and uninstalled the patches and uninstalled the component prior to installing the 2.0 B-3 components and login module. It appeared to work well except that noone could login from the frontend of the forum...

Wow, I'm frustrated!! lol!!

Joomla version is: 1.0.11
SMF version is: 1.1 RC3
Joomla-SMF version: 2.0 beta 3

SysDoc

I've got alot to do tonight but I can say the missing error message from user sync is fixed.  Send me a pm with your email address and I'll send you the fixed file, then you can run again and see what you get.  From there hopefully we can resolve this issue.


Title: Re: JSMF 2.0 Beta 3
Post by: Jeremy on September 18, 2006, 04:13:47 PM
I get this error when done uploading a new avater:

(http://img78.imageshack.us/img78/9425/smferrorbe6.th.png) (http://img78.imageshack.us/my.php?image=smferrorbe6.png)

It also does not refrash the page so you can see the changes.
You have to manualy refrash the page to see the uploaded avater.


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 18, 2006, 04:34:20 PM
Hi wolv.
I put online mod i found into archive you post in this thread.

Furthermore, i noticed that if you u specify to use uddeim PM, personal messages work but the info inside and outside the forum isn't the same.
For example, i have a pm notified into J. Open the bridged forum where I see "no message". If I follow this text link I reach my PM correctly.

If the who's online mod worked i could use sm pm system...
Could you help me out on this?

I PM'd the info to login, if you want to a take a look around.

Thanks,

A.

umm, I hate to ask but, version 2.0 of who's online?  Also, are you using a different language which needs changed.  You will find several topics about this if you search these forums.


Title: Re: JSMF 2.0 Beta 3
Post by: armybot on September 18, 2006, 04:42:06 PM
Don't ask me why but who's online is now working... i just cycled the publishing...
PM stuff is still no working.

Thanks,

A.

Hi wolv.
I put online mod i found into archive you post in this thread.

Furthermore, i noticed that if you u specify to use uddeim PM, personal messages work but the info inside and outside the forum isn't the same.
For example, i have a pm notified into J. Open the bridged forum where I see "no message". If I follow this text link I reach my PM correctly.

If the who's online mod worked i could use sm pm system...
Could you help me out on this?

I PM'd the info to login, if you want to a take a look around.

Thanks,

A.



Title: Re: JSMF 2.0 Beta 3
Post by: McGrelio on September 18, 2006, 05:18:11 PM
Installed this astonishing brand new bridge but i get the following error if i enable the recent topics mod:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in...

See my signature for webserver settings.

Really a great job Wolverine!


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 08:33:54 PM
does it list a file and line number McGrelio?


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 08:37:54 PM
I get this error when done uploading a new avater:

(http://img78.imageshack.us/img78/9425/smferrorbe6.th.png) (http://img78.imageshack.us/my.php?image=smferrorbe6.png)

It also does not refrash the page so you can see the changes.
You have to manualy refrash the page to see the uploaded avater.
yes, this was error message was reported and the fix is listed here. (http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2346.msg11341#msg11341)


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 18, 2006, 08:42:10 PM
Furthermore, i noticed that if you u specify to use uddeim PM, personal messages work but the info inside and outside the forum isn't the same.
For example, i have a pm notified into J. Open the bridged forum where I see "no message". If I follow this text link I reach my PM correctly.
At this point the number of messages you have in a system other than SMF is not built into the bridge.  So at the top it will say no messages however there may be some new ones in uddeIM or another PMS.  All the links will work correctly just not the notifications at this point.  It is part of 2.1 roadmap at this point. 


Title: Re: JSMF 2.0 Beta 3
Post by: Jeremy on September 18, 2006, 10:30:26 PM
yes, this was error message was reported and the fix is listed here. (http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2346.msg11341#msg11341)




Thanks that did it.

One problem still remains though.
There is just a blank space where the avater is suppose to be for CB....


Title: Re: JSMF 2.0 Beta 3
Post by: ray on September 18, 2006, 11:13:58 PM
Ah I just checked my PM's

"Hey, ray, you have 0 messages, 0 are new."

I didnt get it :-(


Title: Re: JSMF 2.0 Beta 3
Post by: McGrelio on September 19, 2006, 03:14:07 AM
does it list a file and line number McGrelio?
While surfing the page for getting the error line number i found that the problem has apparently disappeared. So... Good for now :D


Title: Re: JSMF 2.0 Beta 3
Post by: Clarensio on September 19, 2006, 06:34:06 AM
Italian translation - revisited:
http://utenti.lycos.it/clarensio/immagini/italian_JSMF_2_0_Beta_3.rar

Quote
<?php
/* tabstop=4 tabreplace=space */
/**
 * Joomla-SMF Forum
 *
 * This file is the italian language file contributed by Clarensio of JoomlaHacks.com!
 *
 * LICENSE: This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @category    Component
 * @package     com_smf
 * @author      Cowboy <ross@joomlahacks.com>
 * @author      Wolverine <joshualross@gmail.com>
 * @copyright   (C) JoomlaHacks.com. All rights reserved.
 * @license     http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @version     $Id: italian.php 174 2006-07-11 17:40:38Z joshualross $
 * @revision    $LastChangedRevision: 174 $
 * @date        $LastChangedDate: 2006-07-11 13:40:38 -0400 (Tue, 11 Jul 2006) $
 * @file        $HeadURL: http://scm.joomla.org/svn/repos/joomla-smf_1_1/language/italian.php $
 * @link        http://www.JoomlaHacks.com
 * @link        http://www.joshualross.us
 * @since       File available since Release 1.1.3
 * @Translateauthor      Clarensio <clarensiofw@hotmail.com>
 *
 * Visit JoomlaHacks.com for more Joomla Hacks!
 */
// no direct access
defined( '_VALID_MOS' ) or die( 'Restricted access' );

//Frontend link
define('_JSMF_FORUM_LINK', 'Forum');

//Admin links
define('_JSMF_LINK_INSTALL', 'Install');
define('_JSMF_LINK_CONFIG', 'Configurazione');
define('_JSMF_LINK_ABOUT', 'About');

//Component header
define('_JSMF_HEADER', 'Joomla-SMF Forum');
define('_JSMF_HEADER_INSTALL', 'Joomla-SMF Forum Installazione');
define('_JSMF_HEADER_CONFIG', 'Joomla-SMF Forum Configurazione');
define('_JSMF_HEADER_GENERAL', 'Joomla-SMF Forum General');

//Installation Tab Constants
define('_JSMF_TAB_INSTALLATION_TITLE', "Installazione");
define('_JSMF_TAB_INSTALLATION_HEADER', "Joomla-SMF Forum Installazione");
define('_JSMF_FIELD_FORUM_URL', "URL del Forum:");
define('_JSMF_FIELD_FORUM_URL_HELP', "Questo valore &egrave; l\'URL del Forum in Joomla (Mambo).  Questo percorso &egrave; quello che verrą utilizzato all\'accesso da questo bridge e conseguentemente per caricare/leggere SMF.  Questo valore &egrave; automaticamente inserito/rilevato al momento della creazione della voce di Men&ugrave;, durante l\'installazione e non dovrebbe essere vuoto o incompleto/errato.  Se risultasse vuoto o incompleto/errato, occorrer&agrave; creare e pubblicare <b>manualmente</b> la voce di Men&ugrave; per questo componente.");
define('_JSMF_FIELD_SMF_PATH_ABSOLUT', "Path Assoluta SMF:");
define('_JSMF_FIELD_SMF_PATH_ABSOLUT_HELP', "Riportare la Path Assoluta della tua installazione di SMF.  Generalmente questa Path &egrave; simile a <b>/home/yoursite/www/forum</b>.  Se non sei sicuro della Path Assoluta dove hai installato SMF, effettua l\'accesso in Amministrazione di SMF e copia il valore di <b>SMF Directory di SMF</b> nel men&ugrave; <b>Parametri del Server</b>");
define('_JSMF_FIELD_SMF_DB_PREFIX', "Prefisso Database SMF:");
define('_JSMF_FIELD_SMF_DB_PREFIX_HELP', "Riportare il prefisso utilizzato, al momento dell\'installazione, per le tabelle di SMF nel Database.  Joomla (Mambo) e SMF devono essere installati nello <b>stesso database</b> altrimenti ogni altro valore in questo campo produrr&agrave; un errore di prefisso inesatto.  Un esempio di prefisso &egrave; <b>smf_</b>.");
define('_JSMF_TEXT_INSTALL_SMF', "Installare SMF Forum nello stesso Database di Joomla (Mambo).");
define('_JSMF_TEXT_INSTALL_SMF_HELP', "Joomla (Mambo) e SMF devono essere installati nello stesso database");
define('_JSMF_TEXT_PATCH_SMF', "Patch i Files Source di SMF (<b>Note:</b> Un-patch dopo aver aggiornato SMF o installato mod.)");
define('_JSMF_TEXT_PATCH_SMF_HELP', "Files interessati:<br /><b>index.php</b><br /><b>Sources/Subs.php</b>");
define('_JSMF_TEXT_PATCH_JOOMLA', "Patch i Files Source di Joomla.");
define('_JSMF_TEXT_PATCH_JOOMLA_HELP', "Files interessati:<br /><b>index.php</b>");
define('_JSMF_TEXT_SYNC_JOOMLA_SMF', "Opzionale: Sincronizza gli users di Joomla (Mambo) e SMF (Username o Realname).");
define('_JSMF_TEXT_SYNC_JOOMLA_SMF_HELP', "Clicca su verifica per controllare se gli users sono sincronizzati.  Clicca su sincronizza Usernames per sincronizzate gli Usernames di SMF o clicca sincronizza Realnames per sincronizzare i Realnames in SMF.");
define('_JSMF_TEXT_SMF_PATH_HERE', "/<INSERISCI LA PATH DI SMF QUI>");
define('_JSMF_TEXT_INCORRECT_PREFIX', "(prefisso non corretto)");
define('_JSMF_TEXT_INCORRECT_PATH', "(Path non corretta)");
define('_JSMF_TEXT_INSTALLED', "installato");
define('_JSMF_TEXT_NOT_INSTALLED', "non installato");
define('_JSMF_TEXT_PATCH', "clicca per patch");
define('_JSMF_TEXT_UNPATCH', "Un-patch");
define('_JSMF_TEXT_DONE', "fatto");
define('_JSMF_TEXT_VERIFY', "verifica");
define('_JSMF_TEXT_SYNC_REALNAME', "sincronizza Realnames");
define('_JSMF_TEXT_SYNC_USERNAME', "sincronizza Usernames");

//Registration Tab Constants
define('_JSMF_TAB_REGISTRATION_TITLE', "Registrazione");
define('_JSMF_TAB_REGISTRATION_HEADER', "Joomla-SMF Forum Registrazione");
define('_JSMF_FIELD_FORUM_REG', "JSMF Codice di Registrazione");
define('_JSMF_FIELD_FORUM_REG_HELP', "Riporta il codice che hai ricevuto dopo aver fatto la tua donazione a Joomla-SMF Bridge.  Questo codice eliminer&agrave; il testo Joomla Bridge by Joomlahacks.com nel copyright di SMF del suo Forum.");
define('_JSMF_FIELD_FORUM_DONATION', 'JSMF Project Donazione');
define('_JSMF_FIELD_FORUM_DONATION_HELP', 'Se vuoi dare il tuo contributo a questo progetto o se vuoi rimuovere il testo Joomla Bridge by JoomlaHacks nel copyright di SMF del suo Forum, ti preghiamo di usare il pulsante della donazione.');
define('_JSMF_FIELD_FORUM_DONATION_REMOVAL', 'Richiedere la Rimozione del Testo');
define('_JSMF_FIELD_FORUM_DONATION_REMOVAL_HELP', 'Spuntare questa voce prima della donazione per ricordarci che hai richiesto il codice di registrazione per la tua installazione di Joomla-SMF Bridge');
define('_JSMF_FORUM_DONATION_THANK_YOU', 'Thank you to everyone for your continued support!  Whether it is through testing, code contributions, or donations this community thrives on your involvement and input.  Thank you for making this project more successful everyday!');

//Configuration Tab Constants
define('_JSMF_TAB_CONFIGURATION_TITLE', "Configurazione");
define('_JSMF_TAB_CONFIGURATION_HEADER', "Joomla-SMF Forum Configurazione");
define('_JSMF_FIELD_INTEGRATION_WRAPPED', "Modo di Integrazione Wrapped:");
define('_JSMF_FIELD_INTEGRATION_WRAPPED_HELP', "Abilitare questa opzione per mostrare il Forum wrapped internamente a Joomla (Mambo).  Se disabilitata, il Forum verr&agrave; mostrato unwrapped come apparirebbe normalmente in caso di una installazione di SMF indipendente.");
define('_JSMF_FIELD_SYNC_USERNAMES', "Sincronizza Solo gli Usernames:");
define('_JSMF_FIELD_SYNC_USERNAMES_HELP', "Abilitare questa opzione per sincronizzare gli Usernames tra Joomla (Mambo) e SMF.  Se disabilitata, verranno sincronizzati i Realname degli users.");
define('_JSMF_FIELD_HIDE_EMAIL', "Nascondi indirizzo e-Mail nel profilo di SMF:");
define('_JSMF_FIELD_HIDE_EMAIL_HELP', "Abilitare questa opzione se si vuole che di default, alla sincronizzazione degli users, venga tenuto nascosto l\'indirizzo e-Mail nei profili di SMF.  Se disabilitata, l\'opzione indirizzo e-Mail nascosto verr&agrave; aggiornata solo dopo che gli users verranno sicronizzati.");
define('_JSMF_FIELD_SMF_REDIRECT', "Reindirizzamento al Forum al Login:");
define('_JSMF_FIELD_SMF_REDIRECT_HELP', "Abilitare questa opzione per reindirizzare gli users al Forum se nessun altro reindirizzamento &egrave; stato specificato.  Disabilitare questa opzione per ritornare alla Home di Joomla (Mambo) se nessun altro reindirizzamento &egrave; stato specificato.  Il reindirizzamento pu&ograve; essere impostato in diversi moduli di Login e il bridge non ignorer&agrave; un valido percorso rilevato.");
define('_JSMF_FIELD_JOOMLA_REDIRECT', "Reindirizzamento alla Home di Joomla (Mambo) al Logout:");
define('_JSMF_FIELD_JOOMLA_REDIRECT_HELP', "Abilitare questa opzione per reindirizzare gli users alla Home di Joomla (Mambo) se nessun altro reindirizzamento &egrave; stato specificato.  Se disabilitata, il bridge reindirizza gli users al percorso specificato nel modulo di Login.  Il reindirizzamento pu&ograve; essere impostato in diversi moduli di Logout e il bridge non ignorer&agrave; un valido percorso rilevato.");
define('_JSMF_FIELD_REGISTRATION_SYSTEM', "Sistema di Registrazione:");
define('_JSMF_FIELD_REGISTRATION_SYSTEM_HELP', "Selezionare il sistema di registrazione che si intende usare.  Questo &egrave; il sistema utilizzato dagli users per iscriversi.  Se si seleziona il sistema Joomla/Mambo gli users verranno sincronizzati in SMF solo dopo il Login iniziale.");
define('_JSMF_FIELD_LOGIN_MODULE', "Modulo di Login:");
define('_JSMF_FIELD_LOGIN_MODULE_HELP', "Selezionare il modulo di Login che si intende usare.  Questo modulo di Login sar&agrave; il modulo che useranno di Users per il login e logout.  Questa scelta verr&agrave; utilizzata per il reindirizzamento del login e logout ovvero per determinare uno specifico reindirizzamento imposto dal module prescelto.");
define('_JSMF_FIELD_PATHWAY', "Aggiungere Pathway di Joomla (Mambo):");
define('_JSMF_FIELD_PATHWAY_HELP', "Abilitare questa opzione per aggiungere i percorsi di SMF nel Pathway di Joomla (Mambo).  Se disabilitata, verr&agrave; mostrato solo il link del Forum nel Pathway di Joomla (Mambo).");
define('_JSMF_FIELD_PAGETITLES', "Aggiungere i Titoli Dinamici di Joomla (Mambo):");
define('_JSMF_FIELD_PAGETITLES_HELP', "Abilitare questa opzione per aggiungere i titoli dinamici di SMF nei titoli di Joomla (Mambo).  Se disabilitata o se i titoli dinamici di Joomla (Mambo) sono disabilitati solo il Nome Sito di Joomla (Mambo) verrą mostrato nel titolo.");
define('_JSMF_FIELD_CSS', "Includere i CSS dal Tema di SMF");
define('_JSMF_FIELD_CSS_HELP', "Abilitare questa opzione per includere il CSS dal tuo tema selezionato di SMF nell\'header di Joomla (Mambo).  Disabilitare questa opzione se gi&agrave; &egrave; incluso il CSS di SMF nel template di Joomla (Mambo).");
define('_JSMF_FIELD_DESCRIPTION', "Aggiungere le Meta Descrizioni di Joomla (Mambo):");
define('_JSMF_FIELD_DESCRIPTION_HELP', "Abilitare questa opzione per estrarre le meta descrizioni di SMF ed aggiungerle alle meta descrizioni di Joomla (Mambo).  Se disabilitata, le meta descrizioni di SMF non verranno mostrate nella visualizzazione di output del modo wrapped.");
define('_JSMF_FIELD_KEYWORDS', "Aggiungere i Meta Keywords di Joomla (Mambo):");
define('_JSMF_FIELD_KEYWORDS_HELP', "Abilitare questa opzione per estrarre i meta keywords di SMF ed aggiungerli ai meta keywords di Joomla (Mambo).  Se disabilitata, i meta keywords di SMF non verranno mostrati nella visualizzazione di output del modo wrapped.");

//Joomap Constants
define('_JSMF_TAB_JOOMAP_TITLE', "Joomap");
define('_JSMF_TAB_JOOMAP_HEADER', "Joomla-SMF Forum Joomap Configurazione");
define('_JSMF_FIELD_JOOMAP_FROM', "Disabilitare il Link Creation Dopo:");
define('_JSMF_FIELD_JOOMAP_FROM_HELP', "Inserire il numero di giorni dopo dei quali il topic &egrave; rimosso da sitemap.  Un valore vuoto imposta a 0 giorni il plugin.");
define('_JSMF_FIELD_JOOMAP_EMPTY', "Show Empty Cats/Boards:");
define('_JSMF_FIELD_JOOMAP_EMPTY_HELP', "Enable this feature to show categories and boards that have no qualifying topics making them \'empty\'.  If disabled and Show Topics is disabled only a forum link will be displayed in the sitemap if no qualifying topics are found.");
define('_JSMF_FIELD_JOOMAP_TOPICS', "Show Topics:");
define('_JSMF_FIELD_JOOMAP_TOPICS_HELP', "Enable this feature to show topics in the sitemap.  If disabled, only SMF categories and boards will be shown if Show Empty Cats/Boards is enabled.");
define('_JSMF_FIELD_JOOMAP_STICKY', "Show Stickied Topics:");
define('_JSMF_FIELD_JOOMAP_STICKY_HELP', "Enable this feature to show all stickied topics in the sitemap.  If Show Topics is disabled, no stickied topics will be shown.");
define('_JSMF_TEXT_NOT_PUBLISHED', "non pubblicato");

//Community Builder Constants
define('_JSMF_TAB_CB_TITLE', "CB");
define('_JSMF_TAB_CB_HEADER', "Joomla-SMF Forum Community Builder Configurazione");
define('_JSMF_FIELD_CB_PROFILE', "Reindirizzamento Profile Links:");
define('_JSMF_FIELD_CB_PROFILE_HELP', "Abilitare questa opzione per modificare ogni links al profilo di SMF all\'interno dei links dei profili di CB.");
define('_JSMF_FIELD_PMS', "Sistema dei Messaggi Personali:");
define('_JSMF_FIELD_PMS_HELP', "Selezionare il sistema dei Messaggi Personali che si utilizza per modificare ogni riferimento al link dei Messaggi Personali di SMF.");

//General Tab Contstants
define('_JSMF_TAB_GENERAL_TITLE', "Generale");
define('_JSMF_TAB_GENERAL_HEADER', "Joomla-SMF Forum Informazioni Generali");
define('_JSMF_TEXT_GENERAL_INFORMATION', "Il Joomla-SMF Forum Bridge &egrave; developed e supportato da <a href=\"http://www.JoomlaHacks.com\" title=\"JoomlaHacks\" target=\"_blank\">JoomlaHacks.com</a>.  Il bridge &egrave; sviluppato per essere compatibile con Joomla (Mambo), SMF e Community Builder(CB).  Lo scopo &egrave; di rendere integrati questi elementi che vengono usati frequentemente nei nostri Siti.  Se sei soddisfatto del Joomla-SMF bridge e ti piacerebbe controbuire, per favore clicchi su <a href=\"http://www.JoomlaHacks.com\" title=\"JoomlaHacks\" target=\"_blank\">JoomlaHacks.com</a> o invia una donazione attraverso il tasto di registrazione.  Grazie per il tuo continuo sostegno al nostro lavoro.");
define('_JSMF_TEXT_COMPATIBILITY_INFORMATION', "Questo componente &egrave; sviluppato per essere usato con le seguenti versioni (minime):");
define('_JSMF_TEXT_JOOMLAHACKS_UPDATES', "Aggiornamenti da JoomlaHacks.com:");
define('_JSMF_TEXT_VERSION_INFORMATION', "Informazione Versione:");
define('_JSMF_TEXT_SMF_VERSION', "La tua versione di SMF &egrave;:");
define('_JSMF_TEXT_JOOMLA_VERSION', "La tua versione di Joomla (Mambo) &egrave;:");
define('_JSMF_TEXT_JOOMLA_SMF_VERSION', "La tua versione del bridge Joomla-SMF &egrave;: ");
define('_JSMF_TEXT_LATEST_JOOMLA_SMF_VERSION', "Ultima versione del bridge Joomla-SMF: ");
define('_JSMF_MSG_ERR_CANNOT_REACH_SITE', 'Error: Cannot reach <a href="http://www.joomlahacks.com" target="_blank">JoomlaHacks.com</a> feed!');

//Help Tab Constants
define('_JSMF_TAB_HELP', "Help");
define('_JSMF_TAB_HELP_HEADER', "Joomla-SMF Forum Help");
define('_JSMF_MAMBOSERVE_MSG', 'JoomlaHacks.com\'s preferred hosting! Just $5.95 for 2500mb/40gb!');
define('_JSMF_JOOMLAHACKS_PRE_MSG', "Visita ");
define('_JSMF_JOOMLAHACKS_POST_MSG', " per ulteriori informazioni.");
define('_JSMF_NEED_HELP', 'Hai bisogno di Aiuto? Chiedi nel nostro Forum di Supporto!');

// Constants used in multiple tabs
define('_JSMF_ENABLE', 'Abilitato');
define('_JSMF_DISABLE', 'Disabilitato');

//Status messages
define('_JSMF_MSG_INSERTED', "inserito");
define('_JSMF_MSG_JSB_DONE', "Successo");
define('_JSMF_MSG_JSB_TEXT_NOT_FOUND', "Codice da modificare, non trovato nel file: ");
define('_JSMF_MSG_JSB_FOPEN_ERROR', "Problema di Permessi, impossibile aprire il file: ");
define('_JSMF_MSG_JSB_FCOPY_ERROR', "Fallita la Copia del file: ");
define('_JSMF_MSG_JSB_FILE_NOT_FOUND', "Impossibile trovare il file: ");
define('_JSMF_MSG_JSB_UNLINK_ERROR', "Impossibile chiudere il file: ");
define('_JSMF_MSG_JSB_FDEL_ERROR', "Impossibile cancellare il backup del file: ");
define('_JSMF_MSG_UNKNOWN_ERROR', "Errore Sconosciuto");
define('_JSMF_MSG_SMF_JOOMLA_IN_SYNC', "Gli Utenti di Joomla e SMF sono sincronizzati.");
define('_JSMF_MSG_SMF_JOOMLA_NOT_IN_SYNC', "Gli Utenti di Joomla e SMF non sono sincronizzati.");
define('_JSMF_MSG_PLEASE_CLICK_SAVE', "(prego, clicca su SALVA)");
define('_JSMF_MSG_NO_FORUM_URL', "(prego, pubblica il Men&ugrave;)");
define('_JSMF_MSG_PLEASE_SET_CHMOD_MANUALLY', "Prego, impostare i permessi manualmente.");
define('_JSMF_MSG_SUCCESS', 'Successo');
define('_JSMF_MSG_FAILED', 'Fallito');
define('_JSMF_TEXT_IMPORTANT', "IMPORTANTE:");
define('_JSMF_MSG_NOTE', "<b>NOTE:</b> ");
define('_JSMF_MSG_CLICK_SAVE', "Click SALVA");
define('_JSMF_MSG_SETTINGS_SAVED', "Configurazione salvata");
define('_JSMF_MSG_WRITABLE', '&egrave; scrivibile');
define('_JSMF_MSG_NOT_WRITABLE', 'file o sottocartella &egrave; non scrivibile!');

//permission stuff
define('_JSMF_TAB_PERMISSION_TITLE', "Permessi");
define('_JSMF_HEADER_PERMISSION_SETTINGS', "CONFIGURAZIONE PERMESSI:");
define('_JSMF_PERMISSION_WARNING', "Usare queste funzioni con ESTREMA CAUTELA. E' espressamente raccomandato di modificare i permessi di questi files via client ftp o metodo simile. Usare questi links (pulsanti in OPZIONI CONFIGURAZIONE:) pu&ograve; causare permessi errati, in certe condizioni, ovvero rendere il suo Sito Web non disponibile.");
define('_JSMF_MSG_MAKE_WRITEABLE', "modifica tutto in scrivibile");
define('_JSMF_MSG_MAKE_WRITEABLE_HELP', "Click sul link per modificare i Permessi dei files da NON scrivibile a scrivibile.");
define('_JSMF_MSG_MAKE_NOT_WRITEABLE', "modifica tutto in NON scrivibile");
define('_JSMF_MSG_MAKE_NOT_WRITEABLE_HELP', "Click sul link per modificare i Permessi dei files da scrivibile a NON scrivibile. <b>USARE CON ESTREMA CAUTELA!</b>");
define('_JSMF_MSG_CONFIGURATION_FILE_IS', "File di Configurazione");
define('_JSMF_MSG_JOOMLA_CACHE_DIR_IS', "Path della cache di Joomla");
define('_JSMF_MSG_JOOMLA_INDEX_FILE_IS', "File index (index.php) di Joomla");
define('_JSMF_MSG_JOOMLA_PATH_IS', "Path della cartella di Joomla");
define('_JSMF_MSG_ERR_JOOMLA_INDEX_NOT_WRITEABLE', "La Cartella Home di Joomla (Mambo) ovvero index.php &egrave; non scrivibile!");
define('_JSMF_MSG_ERR_SMF_INDEX_NOT_WRITEABLE', "La cartella Home di SMF ovvero index.php &egrave; non scrivibile!");
define('_JSMF_MSG_ERR_CONF_NOT_WRITEABLE', "Il file di Configurazione &egrave; non scrivibile!");

// Common for all Languages
define('_JSMF_SMFB_ISO', 'iso-8859-1');
define('_JSMF_SMFB_DATE_FORMAT_LC', '%A, %d. %B %Y'); //Verwendet das PHP strftime Format
define('_JSMF_SMFB_DATE_FOMAT_SHORT', ' %d/%m/%Y'); // short date
define('_JSMF_SMFB_DATE_FORMAT_LONG', '%d/%m/%Y %H:%M'); // use PHP strftime Format, more info at http://php.net
?>



Title: Re: JSMF 2.0 Beta 3
Post by: klaudia on September 19, 2006, 06:56:06 PM
Croatian translation here :)


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 19, 2006, 09:54:23 PM
thanks klaudia, very cool!


Title: Re: JSMF 2.0 Beta 3
Post by: Jeremy on September 19, 2006, 11:15:27 PM
I am still receiving an error with the SMF - CB avatars.
There is just a blank space where the avater is suppose to be for CB....


Title: Re: JSMF 2.0 Beta 3
Post by: -Wolverine on September 19, 2006, 11:16:34 PM
describe the situation better.  Tell me if you uploaded from CB or SMF.  If SMF url or file?  etc.  Gimme more info!  ;D


Title: Re: JSMF 2.0 Beta 3
Post by: ray on September 19, 2006, 11:45:44 PM
pleeesssseee resend the fix wolf :-[


Title: Re: JSMF 2.0 Beta 3
Post by: Andrew Morpeth on September