2
Hi Lonestar,
connect to your MySQL database. You have to decide, if you feel more comfortable with a db backup
In the table YourPrefix_groups you find the
groupid of your new webmaster group:
SELECT * FROM `xoops_groups`In the table YourPrefix_users you find the
uid of your user
SELECT * FROM `xoops_users`In the table YourPrefix_groups_users_link you look for the highest
linkid SELECT * FROM `xoops_groups_users_link` ORDER BY `linkid`Then add a line with the
next free linkid, groupid and uid, you want to connect.
INSERT INTO `xoops_groups_users_link` VALUES (next linkid,webmaster groupid,you uid);
e.g.
[i]INSERT INTO `xoops_groups_users_link` VALUES (1, 1, 1);(This is tested with 2.2.3 / I don't know if there are mayor changes in db structure to 2.0.x !) Marco
--
Match Dart!Darts Ranking, News, Videos, Forum and more