Home arrow Forum Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
  Welcome, Guest. Please login or register.
Did you miss your activation email?
December 02, 2008, 06:46:54 AM
Home New Posts Search Calendar


Login with username, password and session length
+  Joomla Forum
|-+  Joomla Hacks
| |-+  Joomla-SMF Forum Support
| | |-+  Joomla-SMF 1.1.x (Moderators: -Wolverine, kai920)
| | | |-+  Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 ... 6 7 [8] Go Down Print
Author Topic: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)  (Read 28505 times)
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #105 on: May 29, 2006, 08:17:57 PM »

you can go into smf administration and resend activation emails to those accounts I believe.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 55


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #106 on: May 29, 2006, 08:20:34 PM »

you can go into smf administration and resend activation emails to those accounts I believe.

Would you know off-hand where I can find that setting?  Checking now and can't seem to locate.

Alohas!
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #107 on: May 29, 2006, 08:24:56 PM »

under members in SMF admin you can click on a user and if they aren't activated there will be a link saying activate this member.  Otherwise you can simply reset their password if necessary.
Logged

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

Karma: +0/-0
Offline Offline

Posts: 55


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #108 on: May 29, 2006, 08:44:17 PM »

under members in SMF admin you can click on a user and if they aren't activated there will be a link saying activate this member.  Otherwise you can simply reset their password if necessary.

Mahalos - looks good to go!!
Logged
Phil Bauer
QA / Testers
Joomla Newbie
*****

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #109 on: May 29, 2006, 09:45:55 PM »

$data is passed by reference and is set by the function isValidUser.
$err is also passed by reference and is also set by the called function only if there is an error. 

Both variables are valid and being used properly.  Without explaining the whole bridge I can assure you that neither $data nor $err affect the return of either function.

So your problem lies elsewhere.  Have you synchronized the users? 

OK, I admit I'm not the most advanced php programmer - only been dabbling with it for about a year. The users were synched fine. To make this short let's just say it works now (I had it working once before - but my isp switched me to a new server last week because I didnt want mysql v4.0.23 (now have 4.1 AND PHP5). I was convinced it was either a programming error or a php5 thing.

So what was the problem you ask? I was using jos_ as the "SMF Database Prefix:". Embarrassed But that IS the SMF Database Prefix! smf_ is the "SMF Tables Prefix:". Even from the extra java popup help icon you call it the "SMF Database Prefix:"!

I'm not sure what country you are in - so it might just be a language thing, but (from a guy who did full-time Foxpro programing for nearly 10 years) you need ONE guy on your team who looks at things from the "st$p$d user"'s point of view and gets on the rest of you guys for things like this! I know that as a programmer it's easy to think something is working fine because it works the way you expect it to work BUT you have to realize that the "end user" is usually NOT going to do things the way you know that they should be done - but as the instructions tell them. The biggest success of an application lies in it's "user-friendliness" not in some slick code hidden "behind the scenes". Just like someone might go over the logic behind code - someone needs to go over the logic behind the wording of instructios given to the user. (We had a woman who's sole job was doing just that, so that us programmers could just stick to making it work!)

While this whole Joomla project is miles ahead of any CMS I have used (even when it comes to user-friendliness)- I would hate to see it fall behind just because users get frustrated with it. (And I see a LOT of frustration in this post.) I hope no offense is taken in my comments and suggestions, as they are written in good meaning.

I want to thank you and anyone who responded to my original post for the quick response. This seems like a great forum with some good people on it. It's the only Joomla site that is on top of Joomla - and not wasting my time by baiting me with old incompatible Mambo components and modules in their downloads. 

Good luck and keep up the great work.

Thanks again,
Phil
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #110 on: May 30, 2006, 12:40:36 AM »

how much did they pay you for that user friendliness?  Probably a lot more than the nothing I get for doing this!  And I'll pass that along to my team... oh wait, I am the team.  Grin

Don't take this the wrong way, but the last thing I have time to do is lay it down for the noobs.  I hate to be critical, but unfortunately I don't have the time to both develop/bug fix, and write the most wonderful user friendly comments and docs.  So forgive me for not producing something along the lines of your foxpro work.  At my job, you can bet we have our wonderful code reviewers and doc writers, but here at home I try to do the best I can with my "team", me myself and I.  Add to that the fact that I inherited this project so some of the code/comments/docs weren't written by me.  I am trying to keep it up to date as best I can.

Listen, I'm not trying to be rude or pissy about this, but you have to understand where I am coming from.  If you are motivated, help me to produce better docs that I can release with builds.  If not, well, I'll continue to do the best that I can.
« Last Edit: May 30, 2006, 12:42:16 AM by -Wolverine » Logged

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

Karma: +0/-0
Offline Offline

Posts: 55


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #111 on: May 30, 2006, 12:54:11 AM »

You are doing an excellent job as anyone can see from all these posts --you're a one man team who is everywhere at once.

I appreciate the time you took a couple of posts up to help me resolve my problem.

Aloha and mahalo!
Logged
Phil Bauer
QA / Testers
Joomla Newbie
*****

Karma: +0/-0
Offline Offline

Posts: 4


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #112 on: May 30, 2006, 08:32:55 PM »

how much did they pay you for that user friendliness?  Probably a lot more than the nothing I get for doing this!  And I'll pass that along to my team... oh wait, I am the team.  Grin

Actually, I had no idea - so my ripping on you was a bitout of line, sorry. I guess I haven't spent enough time on here to learn what is going on. I know all about being a one-man team, believe me. (I ran a 20+ line local gaming BBS out of my house back in the days when Doom was the rage and the Internet was a word only Al Gore knew. Cheesy Keeping 5 386 PCs running on a Novell Network was enough of a headache without hearing from some disgruntled user about some screen being messed up.

Do what I did - you bribe users for some help (free access time for keeping the  crying babies in their pens - and give them a nice title like "co-sysop" - lol) Hell I'd help you out there if you want. I know there are only so many hours in a day.

On the other hand think of the time you save by not having to answer the same old questions in this support forum if you'd take the 5 minutes to change that.  (I see now that I'm not the 1st one to mistake the database/table prefix thing.) OR keep an ongoing list of known problems or common user errors  that you haven't had time to fix (or change the wording) and include it as a "Known Issues" section of that README1st.txt addumm to the zip file and update the zip file every week or as needed - or post as a Sticky subject in the Forum. (But yeah, I know - Even then some of us "st$p$d users" won't read it! Roll Eyes

Anyhow, you have my sympathy and deep appreciation for your efforts.

with my Thanks and apologies,
Phil
Logged
-Wolverine
Moderator
Joomla Guru
*****

Karma: +376/-34
Offline Offline

Posts: 3393


Lead Developer


View Profile WWW
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #113 on: May 30, 2006, 10:09:26 PM »

np, phil, I understand your previous points.  I have already addressed the SMF database prefix issue for the upcoming release.  Grin
Logged

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

Karma: +0/-0
Offline Offline

Posts: 1


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #114 on: May 31, 2006, 05:31:52 AM »

Hi all
I have just installed com_joomla_smf_forum_1_1_02.zip on my joomla. I have done through the readme file comes with the zip file.
In the smf configuration checklist I entered D:\joomla\forum in the SMF Absolute Path text box which D:\joomla is my web rooddirectory. When I click Save button in toolbars as shown in the readme it still shows the red text as (incorrect path).

How to enter the correct Absolute Path ?
Then I try to uninstall smf and it show the critical error in the php file.
I try to delete the folder com_smf manually in order to reinstall.

I reinstalled the com_joomla_smf_forum_1_1_02.zip again and change the Absolute Path to D:\joomla and it still appears the red text as above.

Another critical problem is when I log in to my website using user admin (I don't change username or password) it alerts that Incorrect username or password.

Please help me out of this problem.

Thank you

Chea Vey
Logged
Fred Bervoets
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #115 on: May 31, 2006, 07:26:18 AM »

Probably doing somthing wrong however I can't detect what

After installation everething is going oke untill point 5 then I get the errormessage

Gefaald: Kopiëren van bestand gefaald: /home/adhd/domains/adhd-xtra.nl/public_html/index.php

I have set the files writeble i have even tried to rename the original index.php any ideas?

Another thing is that after I verified the users I see only 40 members of the allmost 1800 of my site.

Any help would be welcome

Regards
GruR
Logged
Fred Bervoets
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 2


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #116 on: May 31, 2006, 07:44:45 AM »

after a ftp session I noticed a temp file index.php~xxxx~ I made that index.php and I could go on with point 5 however

Gefaald: Benodigde code voor het patchen is niet gevonden in bestand: /home/adhd/domains/adhd-xtra.nl/public_html/forum/index.php

faled neccesary code for the patch is not found in file:

and still there are only 40 users in the joomla database login with one of those names and passwords fails.

Regards
Fred
Logged
yarpen
Joomla Newbie
*

Karma: +0/-0
Offline Offline

Posts: 6


View Profile
Re: Joomla-SMF 1.1.02(patch 2 for JSMF 1.1)
« Reply #117 on: July 08, 2006, 10:14:02 AM »

Anything new with

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND IFNULL(lt.ID_MSG, IFNULL(lmr.ID_MSG, 0)) < t.ID_LAST_MSG' at
Plik: /var/home/yarpen/public_html/przodek/forum/Sources/Recent.php
Linia: 748

?

T.
Logged
Pages: 1 ... 6 7 [8] Go Up Print 
« previous next »
Jump to:  



Login with username, password and session length

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

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



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