YAFLogo

continienzo
14 years ago
Hi all,

I would like to make two yaf boards with the following features:

1)Board 1 already exist, all forums closed and moved to a subdir ex(www.mydomain.com/forumold)

2)Board 2 new forums with the same user of the other one but with post count from 0 in domain root ex(www.mydomain.com)

Well, i made the second board in the hostsettings, moved the first one in the subdir, all fine.

Then i installed in the root the second board (the new one) , in the app.config and in default.aspx i called Board 2. It has only the admin user and event it can't enter in the hostsettings (you tried to enter in a section not allowed...)

Can anyone help me please? How can i make the admin full power and trasfer all users to the second board please?

Thanks you

Kind regards

Enzo

Sponsor
logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
in the db YAF_USER table you will have to change the flags column for the user to 3 as it was when originally created.the user will be in db but creating new board sets the flag to 2. change to 3 to give host admin access.

i believe your curent users should be added automatically as they access the new board(ID)

Kinda what i remember from playing with multi-boards a while back.

HTH


test
continienzo
14 years ago

in the db YAF_USER table you will have to change the flags column for the user to 3 as it was when originally created.the user will be in db but creating new board sets the flag to 2. change to 3 to give host admin access.

i believe your curent users should be added automatically as they access the new board(ID)

Kinda what i remember from playing with multi-boards a while back.

HTH

logan wrote:

Thanks mate, you saved me... hehe...

I will be playing a bit with em... if i will have problems i know who to ask then... :wink:

Kinds regards

Enzo