new_topic() function and permission masks
Brought to you by:
crayzeepete,
henrylegge
Hello,
I have a problem using the new topic function on an IPB
2.0 with SDK 1.5. I want to use the new_topic function
in order to create a topic on a forum which only
administrators can start topics.
I have set the following permissions on my forum with
the ACP : only Admin Mask can start topic. But when I
try to create a topic with new_topic(), the SDK says to
me that I have not the correct permissions for the
account but the account have the good permissions and I
can create topics on the forum in the normal way.
After some tests, I saw that new_topics works when the
Guest Mask is allowed to start topic but I don't want
guests can start topics.
Is it a bug or did i made an error ?
Best regards,
ptitoliv
Logged In: YES
user_id=1091024
That's very odd, because the perms checking passes directly
through IPB's...
I can't replicate.