posted 16 years ago
Hello, i am search to fix my problem.
I am doing one webapp with JForum integrated.
I load JForum in one <iframe>, all ok, but, i have problem to integrate one login method that found who I want:
- When i want to register one new user, i load "/user/insert.page" url in <iframe>, and all found well.
- After, i want login this user (register/exist previosly in JForum):
First, i load one "user panel" in my webapp, out of jforum, loading all information of jforum_dbtables with the user information, any problem, i use jforum_dbtables without problem (i use jforum_dbtables to manage my webapp data; users, news, etc...), but, i dont kwow how i can load this user, loading previusly in my webapp when this load user go to jforum.
I was building one class to load JForumContext, with the documentation information:
Systemglobals: All default.
Thanks by help!
[originally posted on jforum.net by MiLLeN]