1

Topic: Guest are Members ???

hi,

i have a problem with my fresh install of punbb,

by default when a visitor arrives on the forum, he's allow to post as a members as if he was registred !

what can i do to fix this...

Thanxs

EpoK

Re: Guest are Members ???

set the guest post settings for the usergroup and per forum in the admin

3

Re: Guest are Members ???

Connorhd wrote:

set the guest post settings for the usergroup and per forum in the admin

i use default settings, and by default guest can not write !

it could be the same problem : http://punbb.org/forums/viewtopic.php?id=7113 ?

Re: Guest are Members ???

Well, that wouldn't be a fresh install, that would be a conversion using an older version of the convertor (it should be fixed now)

5

Re: Guest are Members ???

Smartys wrote:

Well, that wouldn't be a fresh install, that would be a conversion using an older version of the convertor (it should be fixed now)

if forget to mention the use of the convertion tools big_smile

Re: Guest are Members ???

You have to run the following query:

UPDATE users SET group_id=3 WHERE user_id=1

Did you just do the conversion? In that case, where did you download the converter? And when?

"Programming is like sex: one mistake and you have to support it for the rest of your life."

7

Re: Guest are Members ???

Rickard wrote:

You have to run the following query:

UPDATE users SET group_id=3 WHERE user_id=1

Did you just do the conversion? In that case, where did you download the converter? And when?

i did the conversion yesterday, i dowload the converter on http://punbb.org/

i'll test the update tomorow on my office, thx !