|
Re: A question about FUD API [message #20555 is a reply to message #20554] |
Tue, 19 October 2004 14:50   |
Abraxa
 Messages: 72 Registered: August 2004 Location: Germany
Karma: 0
|
Member |
|
|
From what I understand the constant __fud_real_user__ is set if a forum member is logged in when requesting that page:
if (__fud_real_user__) {
is_allowed_user($usr);
} else {
std_error('login');
}
I'm not sure when that constant was introduced but seeing how it's so essential I assume that it should be existing in your version, too.
Out of curiosity: I have plans to integrate a gallery into my forums as well - would it be possible for me to see what your gallery looks like and what functions it has?
-Soeren
[Updated on: Tue, 19 October 2004 14:51] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|