Home arrow Forum Latest posts of: fabs
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 06:54:18 PM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1] 2
1  Joomla Hacks / Joomla-SMF 2.0.x / Re: smf templates do not work with my j!template on: February 28, 2007, 05:20:39 AM
Can u believe it... it took me 8 hours to find out that the German language file was only present in the one theme that worked... ahhhhhh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! so now i put it in all the themes and see which one is joomla friendly!
i feel like beating myself up a little right now .... Angry


i thought i had found the solution but i have not... this did not fix anything...
2  Joomla Hacks / Joomla-SMF 2.0.x / smf templates do not work with my j!template on: February 28, 2007, 04:40:07 AM
Hi Wolverine&CO!
Maybe somebody of u could help me out.
My current template seems to have problems with smf when bridged. I have turned all reports in joomla and smf off and still i get this above my site when not logged in:
Code:
Notice: Undefined index: lang_character_set in /www /smf/Sources/Load.php on line 1433

Notice: Undefined index: smf238 in /www /smf/Sources/Subs.php on line 1128

Notice: Undefined index: smf238 in /www /smf/Sources/Subs.php on line 1166

Notice: Undefined index: smf240 in /www /smf/Sources/Subs.php on line 1411

Notice: Undefined index: smf239 in /www /smf/Sources/Subs.php on line 1420

Notice: Undefined index: smf239 in /www /smf/Sources/Subs.php on line 1427

Notice: Undefined index: smf239 in /www /smf/Sources/Subs.php on line 1439

Notice: Undefined offset: 176 in /www /smf/Sources/Subs.php on line 1439

Notice: Undefined index: smf239 in /www /smf/Sources/Subs.php on line 1448

Notice: Undefined offset: 289 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 450 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 288 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 287 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 292 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 293 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 291 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 294 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 295 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 451 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 296 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 526 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 527 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 529 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 530 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined offset: 528 in /www /smf/Sources/Subs.php on line 2394

Notice: Undefined index: lang_locale in /www /smf/Sources/Subs.php on line 868

there is only one template so far which does not give me that problem. that one is "spikey". when logged in there are no problems any more with any template. but now the problem with spikey is that it pulls my left sidebar to the bottom so it is no alternative either... i am really desperate....also the suppoesedly joomla friendly template from your directory give me the same problem...
any solutions ins sight?
3  Joomla Hacks / Joomla-SMF 2.0.x / Re: Need CB testers for JSMF 2.0.3 on: February 24, 2007, 03:03:22 PM
I'd be happy to test it on a new community I am about to install. So there are just some test users so far. Anything to look out for? any problems or weaknesses u expect to make the testing on a small site like mine worth calling it a test actually?
I love your integration of cb and smf and the site i am doing right now will probably or hopefully be a big success. we'll see in  some months! if so i'll donate a a few bugs as I am planing to ad commercials and banners once everything is running smoothly and steadily growing.
4  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0.2 Released on: February 21, 2007, 08:22:16 AM
The only problem now after applying the two hacks is that the latest forum posts module displays this:
CODE:
error fetching ID_MEMBER:

instead of the posted messages.


sorry it was no bug.... i had issues with sync of smf and joomla. for some reason the db password got lost in smf settings.php...
5  Joomla Hacks / Joomla-SMF 2.0.x / Re: Lost Password doesn't seem to work on: February 21, 2007, 06:37:39 AM
oupps. the fix has already been posted on the realease thread of com_smf 2.0.2

this is what u need to do:

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;

AND

On or around line 1197 find this line:
Code:
"WHERE id = '$smf_id' ";
And change it to be:
Code:
"WHERE ID_MEMBER = '$smf_id' ";

the original fix can be found on this thread:
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,3289.msg16624#msg16624
6  Joomla Hacks / Joomla-SMF 2.0.x / Re: Lost Password doesn't seem to work on: February 21, 2007, 06:35:27 AM
i still run into problems when trying to renew lost password through the cb_login_module lost password link... is there any possible fix for that?
i have the error snapshot attached..
7  Joomla Hacks / Joomla-SMF 2.0.x / Re: CB Profile Image disappears after Edit Profile on: February 18, 2007, 05:07:57 PM
the sync problem is solved when ever i directly save the profile in smf it changes the image path of the pic and resyncs it. so saving profile is only possible through cb. problem was that i had some info in my smf profile already before cb was plugged into smf and that inof did not show in cb. so ihad to go to foruma and delete the fields, save, and then reenter them so that it would sync to cb.

btw: is this a bug:??
when Joomla native SEO is enabled the forum administration from within joomla doe snot work as when u try to save it gives an erro. u have to either disable seo or administer forum not embeded to be able to save changes. maybe there could be a workaound...
8  Joomla Hacks / Joomla-SMF 2.0.x / Re: CB Profile Image disappears after Edit Profile on: February 14, 2007, 01:38:55 PM
still 2.0.2...
9  Joomla Hacks / Joomla-SMF 2.0.x / Re: CB Profile Image disappears after Edit Profile on: February 14, 2007, 12:02:39 PM
I am using latest cb and latest smf 1.1.1 and stilll get this problem.
It seems when I save my smf profile directly in smf it syncs the profile picture back to CB.  Is that supposed to be?

btw
I am using mike's hack for smf_profile plugin for cb for full sync. might that hack cause it? if so you should turn this somehow offf if u include the hack into the plugins wolverine.
10  Joomla Hacks / Joomla-SMF 2.0.x / Re: Change SMF's user information through CB interface on: February 14, 2007, 01:40:07 AM
for some reason the hide email hack does not really accomplish to hide entirely as the email button is still shown in posts on the forum. is it supposed to be like that?
11  Joomla Hacks / Joomla-SMF 2.0.x / Re: Syncing SMF profile with CB profile on: February 13, 2007, 06:35:34 PM
There should be some possibility to make the smf-cb plugin create the necessary fields somehow on install, or isn't there? I mean there is cb sample data coming with cb installation you can load and it creates fields as well. So why shouldn't your plugin?

otherwise support would certainly be an issue for quite a few.
but even if u leave it disabled u will be faced with the question even more often on how to turn it on and configure it. so i think it would be better and after all less work to create a proper automated solution right away that creates all necessary fields and tabs in cb.
12  Joomla Hacks / Joomla-SMF 2.0.x / Re: Syncing SMF profile with CB profile on: February 13, 2007, 05:31:46 PM
Sorry then...
As you have all the cb profile plugins available for download i thought it would have been integrated already if there was a solution which is why i did not do a search.

Thanks very much for the info. I will update the review an comparison accordingly.
13  Joomla Hacks / Joomla-SMF 2.0.x / Errors on site when viewing post on: February 13, 2007, 02:15:44 PM
Hi pros!
Everything is fine when accessing the forum and viewing the boards but when accessing a thread IE7 shows me an error message in status bar on the bottom left of the browser saying there were errors on the site. It is not really the end of the world but not too pretty. see it here:
http://www.deg-bayreuth.de/component/option,com_smf/Itemid,90/topic,3.0/lang,de/
supposedly on line 357 some class is missing. no idea what they want to tell me- as far as I see on line 357 a javascript starts.

Can anybody have a look and tell me what the problem is and how to fix it?

Thx
Fabs
14  Joomla Hacks / Joomla-SMF 2.0.x / Syncing SMF profile with CB profile on: February 13, 2007, 01:32:46 PM
There should be a plugin that creates a CB profile tab with the corresponding smf profile fields that syncs those fields back to smf.
right now when u choose to handle everything through CB profile the only user profile information that shows on smf forum posts will be
-Email
-Messaging
-Profile-link

info like website, MSN, ICQ, Location etc. have to be entered through smf profile which would mean one would have to maintain two profiles. That is insufficient i think.

As far as I know from the developer geeffland from http://www.cbconnector.com the upcoming bridging solution for CB and phpBB, CBconnector 2.0, which will be also transformed to a SMF connecting version later, already handles syncing of profile information through CB profile to the forum profile.

There is a discussion and comparison of CBconnector and Joomlahacks SMF bridge available here:
http://cbconnector.com/forum/viewtopic.php?t=49

maybe the two parties could join efforts and further syncing of joomla CB profile and SMF profile to make integration even more seemless. So far CBconnector is still alpha so it would not be a bad idea to have a plugin for Joomlahacks SMF bridge right now to sync cb profile info to smf profile info as stated above until CBconnector matures some more.
15  Joomla Hacks / Joomla-SMF 2.0.x / Re: Avatar size on: February 13, 2007, 12:47:57 PM
would be awesome to have something like this included in the bridge. the problem so far is that the smf size setting is absolute and the cb size setting is a max setting. So all sizes of cb avatars will be sized to same size in smf by default which distorts avatars of course in smf...
Pages: [1] 2


Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use
Joomla Hacks



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