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.
« Last Edit: October 31, 2006, 10:18:41 PM by -Wolverine »
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.
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 :
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
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)
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!
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?
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
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.
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.
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?
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)) {
- 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
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