2,526

(7 replies, posted in PunBB 1.2 troubleshooting)

Check if any cookie-management features are on and turn those off smile

2,527

(6 replies, posted in Feature requests)

Easy smile

Open parser.php, find function parse_signature($text) and comment this line out (put /* */ around it):

    if ($pun_config['o_make_links'] == '1')
        $text = do_clickable($text);

2,528

(12 replies, posted in Feature requests)

I wouldn't mind, no smile As long as you put me in as co-author smile

I usually just do the changes manually so I don't loose precious mod code smile.

2,530

(12 replies, posted in Feature requests)

This could be a nice addition to my plugin for batch group assignment.

2,531

(19 replies, posted in General discussion)

Ah, I see smile

You have groups like
1st grade
2nd grade
3rd grade
...

and with each semester you want to be able to easily change all users in 2nd grade to 3rd grade and so on (which is already possible in my mod) AND have the possibility to check all the users in a list and assign them to a group.
Now, the biggest problem I see with the user list option is the pagination. You'll only have access to about 30 users (don't know the exact number), where you will probably have > 100 users. Now, ofcourse, it's possible to just skip the pagination for admins and have a huge list, but that doesn't look too good to me wink

EDIT: PunRes is back up, so you can download it from there now smile

2,532

(19 replies, posted in General discussion)

I hope PunRes' host fixes the problem soon. If you really want to, I can host it myself tho smile

Now back on-topic:
So at registration you want to be able to say that users that can verify they're student are automatically put into the group 'students'. Guess this could be done smile

It seems your solution has been removed in 1.2.10 :S I have it in my 1.2.7 functions.php

Ah, I see smile Well, i think it could be easily done, but my hands are still recovering from my last punBB project, so I'll look at it tomorrow. Anyone else may beat me to it tho tongue

2,535

(7 replies, posted in PunBB 1.2 troubleshooting)

It's odd then :S

Does she have any anti-spyware software installed?

So, you want a subscribe to an entire forum?

2,537

(71 replies, posted in News)

smile Maybe in a future version (1.3 hopefully) add the ability to set the timeout time in the admin options?

2,538

(19 replies, posted in General discussion)

Pff, details tongue

2,539

(7 replies, posted in PunBB 1.2 troubleshooting)

Is it by any chance in a framed environment? It's odd that it doesn't work in firefox either, because the frames issue only happens in IE to my knowledge.

##
##
##        Mod title:  Batch Group Assign
##
##      Mod version:  1.0
##   Works on PunBB:  Should work on every version
##     Release date:  2006-02-28
##           Author:  El Bekko
##
##      Description:  Allows you to change usergroups in batches
##                      by using patterns based on email, username
##                      and current group.
##
##     Difference with  
## previous version:  /
##
##   Affected files:  plugins/AP_Batch_Group_Assign.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

I hope PunRes comes back online decently soon, cos it's still giving problems, had to try 4-5 times before I could upload sad

2,541

(19 replies, posted in General discussion)

Version 1.0 of the mod

Erinther's request isn't implemented (yet) smile

2,542

(15 replies, posted in Feature requests)

Well, would you be comfortable with teh fact that the admin could easily crack your password by looking at the DB?

2,543

(132 replies, posted in General discussion)

lmao tongue

2,544

(19 replies, posted in General discussion)

Luhmann: I started on the plugin, and I already have your feature. You can change the group of a user based on email (pattern), username (pattern) or current group (list).
Any more things I can base it on or...?

Erinther: it's harder, but I'll try to fin a solution for that too. Unless you're willing to use the batch assign function smile

An error was encountered
File: /home/httpd/vhosts/punres.org/httpdocs/include/dblayer/mysql.php
Line: 58

PunBB reported: Unable to connect to MySQL server. MySQL reported: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (11)

AND

An error was encountered
File: /home/httpd/vhosts/punres.org/httpdocs/include/dblayer/mysql.php
Line: 58

PunBB reported: Unable to connect to MySQL server. MySQL reported: Too many connections

2,546

(19 replies, posted in General discussion)

Now there's an idea for a plugin smile

Smartys wrote:

http://www.punres.org/viewtopic.php?id=281

And Bekko: there's a plugin which does this, AP_Forum_Cleanup (it deletes based on IP)

Just providing a simple solution smile

Well, it's probably someone who thinks it's funny tongue

And for the deletion I'd recommend to do a DELETE in the users table with a LIKE clause, like this:

DELETE FROM users WHERE username LIKE '%__NsT'

If you could explain EXACTLY what you want, I might be able to see if I can do it yikes

2,550

(121 replies, posted in PunBB 1.2 discussion)

There are stylesheets with that version, and I don't really have anything to do tongue