Hi there,
since my app is a comunity, I would like the user profiles from jForum to link to my own profile implementation.
I created a new column in the jforum_users table which is called sso_id. I save the ID from the user of my app in there.
Now I went into 'post_show_user_profile_inc.htm' and changed
to
In ''UserAction.java" i changed
to
This is working, but when the *.htm templated gets parsed, the
servlet extension ".page" is appended to the userId. If *.page is the extension, JForum tries to read the request.
How can I get rid of the *.page extension in this case? I couldn't find the parser method that appends that.
Edit:
I just realized that the code in ''UserAction.java" is not working. I guess I have to extend the User Object but maybe someone has a better idea or done this before?
Thx,
Norbert
[originally posted on jforum.net by TheSmile]