Passwords are generated and sent to the user
And, eh, that's odd... I guess I forgot it in the language file I'll update it
You are not logged in. Please login or register.
PunBB Forums → Posts by elbekko
Passwords are generated and sent to the user
And, eh, that's odd... I guess I forgot it in the language file I'll update it
Does that satisfy your needs?
##
##
## Mod title: Batch User Register
##
## Mod version: 1.0
## Works on PunBB: Should work on every version
## Release date: 2006-03-30
## Author: El Bekko (elbekko@gmail.com)
##
## Description: Allows you to register users in batches
## by using a csv (comma separated value)
## file.
##
## Difference with
## previous version: /
##
## Affected files: plugins/AP_Batch_User_Signup.php
##
## Affects DB: No
##
## Notes: None
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
This plugin was made on popular demand. It registers a batch of users from a CSV file with format "Username __ Email" and with settings you define like group, language, email settings, ...
Or install my Custom Register Timeout mod. Just temporarily set the timeout to 0
Most likely in footer.php
Find the query that gets it and change LIMIT 10 to LIMIT 40 or something
1 should be admin, 2 should be mod, 3 should be guest, 4 member, 5 and up custom
Make sure g_color is set
Pief00!
The code of your userlist would be more useful than the page itself...
Oh, and the colour isn't echoed out apperently.
I've been doing some other things lately, but started working on it again
That's in those options. Just click Sticky Thread.
It all depends on your server Ofcourse, it will bring performance down. But not too much I guess.
Every file in the lang/English folder
THAT you can do too
Yah, add the form element and DB query in profile.php
Open the thread, and at the bottom of the page you have various thread options
That looks really nice!
You could use the hdiff
<img src="whereyourimageis" alt="Logo!" />
You might want to use width an height settings too.
Fetch the form from profile.php, put it on your index page, and it should redirect you back to the index page. AtleastI think so, I'll try it out when I get home.
Looks nice
You could try something like this:
<?php
if(strpos($username,'*') || strpos($username,'!') || strpos($username,'#'))
{
error("Your name contains invalid characters!");
}
?>
You mean where your username and avatar is diplayed? Find .pun div#postleft in one fo your stylesheets and change the background colour
I bet there are enough
I found this list-like thingy: ze url
PunBB Forums → Posts by elbekko
Powered by PunBB, supported by Informer Technologies, Inc.