Topic: Adding Users
Hi, I have a BB from a long time ago and im trying to put the posts in this board by hand, as the only backup was a whole site download.
Users
Is there a way to mass add users through MySQL? I have pun_admin_add_user but have over 1000+ users (Very tedious)
If that isnt possible how can I directly link to the add users section in the users list (to save me some scrolling time)
I tried adding my own navigational link with:
2 = <a href="http://example.com/userlist.php#addusers">Add Users</a>
and then changing the line in manifest.xml to
<h2 id="#addus" class="hn"><span><?php echo $lang_admin_add_user['Add user'] ?></span></h2>
But it doesnt link to that section in the page. Any help would be appreciated.