maybe i misunderstood here something, but wasn't it intended to show the fields, that are synced now to cb (location / skype / gender and so on), in the forum on every post?
The information is shown in cb but i can't see it in the forum.
When you installed the forum you was asked which database name to use for the mysql part of the forum. this was the point where you had to enter the database name of your joomla installation
This is a bug with a very simple fix. Surprisingly it has never failed on me in testing for unknown reasons. The fix is straightforward. On line 1178 of administrator/components/com_smf/admin.smf.class.php you will fine this line:
Code:
global $database;
The fix is to append one line after that one, like this:
Code:
global $database; global $jsmfConfig;
That should solve your problem. This will be corrected in the next release.
Sorry, but i have to disappoint you. Now i get the following error message:
JSMF CB Plugin error: Failed to update password to SMF:: Unknown column id in where clause SQL= Update smf_members Set passwd=a long string Where id = 34 From:: /path/to/webroot/administrator/components/com_smf/admin.smf.class.php || updatepass || 1202
I'm using cb login to log on to the site, if a user has forgotten his password and want to order a new one he get the following error:
JSMF CB Plugin error:: Failed to update password to SMF:: Table 'databasename.members' doesn't exist SQL= UPDATE members SET= passwd='a string' Where id=11 From:: /path/to/webroot/administrator/component/com_smf/admin.smf.class.php || updatepass || 1201
Seems that the function can't read the var {$jsmfConfig->smf_prefix} properly although it is set correctly in backend and correctly displayed in mysql.
If you want to see it live just pm me i'll give you account informations with which you can test.
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