2,351

(12 replies, posted in Feature requests)

Passwords are generated and sent to the user wink

And, eh, that's odd... I guess I forgot it in the language file roll I'll update it smile

2,352

(12 replies, posted in Feature requests)

The plugin

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.
##
##

Download

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 smile

Most likely in footer.php

Find the query that gets it and change LIMIT 10 to LIMIT 40 or something smile

2,357

(10 replies, posted in PunBB 1.2 troubleshooting)

1 should be admin, 2 should be mod, 3 should be guest, 4 member, 5 and up custom smile

Make sure g_color is set

2,359

(3 replies, posted in PunBB 1.2 discussion)

Pief00!

The code of your userlist would be more useful than the page itself...
Oh, and the colour isn't echoed out apperently.

2,361

(12 replies, posted in Feature requests)

I've been doing some other things lately, but started working on it again smile

2,362

(5 replies, posted in PunBB 1.2 discussion)

That's in those options. Just click Sticky Thread.

2,363

(3 replies, posted in PunBB 1.2 discussion)

It all depends on your server tongue Ofcourse, it will bring performance down. But not too much I guess.

2,364

(6 replies, posted in Programming)

Every file in the lang/English folder wink

THAT you can do too tongue

Yah, add the form element and DB query in profile.php tongue

2,367

(5 replies, posted in PunBB 1.2 discussion)

Open the thread, and at the bottom of the page you have various thread options smile

That looks really nice!

2,369

(4 replies, posted in PunBB 1.2 troubleshooting)

You could use the hdiff wink

2,370

(6 replies, posted in Programming)

<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.

2,372

(1 replies, posted in PunBB 1.2 show off)

Looks nice smile

2,373

(2 replies, posted in Programming)

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 wink

2,375

(3 replies, posted in General discussion)

I bet there are enough smile

I found this list-like thingy: ze url