Check if any cookie-management features are on and turn those off
2,526 2006-03-01 19:00
Re: Friend has trouble logging in (7 replies, posted in PunBB 1.2 troubleshooting)
2,527 2006-03-01 15:59
Re: Signature without Links (6 replies, posted in Feature requests)
Easy
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 2006-03-01 14:58
Re: Bulk import new members (12 replies, posted in Feature requests)
I wouldn't mind, no As long as you put me in as co-author
2,529 2006-03-01 14:43
Re: Modifications and PunBB Updates (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I usually just do the changes manually so I don't loose precious mod code .
2,530 2006-03-01 14:41
Re: Bulk import new members (12 replies, posted in Feature requests)
This could be a nice addition to my plugin for batch group assignment.
2,531 2006-03-01 14:15
Re: Automatic user groups (19 replies, posted in General discussion)
Ah, I see
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
EDIT: PunRes is back up, so you can download it from there now
2,532 2006-03-01 13:44
Re: Automatic user groups (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
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
2,533 2006-02-28 21:55
Re: get_remote_address() - incorrectly detecting users IP address (6 replies, posted in PunBB 1.2 bug reports)
It seems your solution has been removed in 1.2.10 :S I have it in my 1.2.7 functions.php
2,534 2006-02-28 20:23
Re: I will pay someone to create an email post mod (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Ah, I see 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
2,535 2006-02-28 20:18
Re: Friend has trouble logging in (7 replies, posted in PunBB 1.2 troubleshooting)
It's odd then :S
Does she have any anti-spyware software installed?
2,536 2006-02-28 20:13
Re: I will pay someone to create an email post mod (21 replies, posted in PunBB 1.2 modifications, plugins and integrations)
So, you want a subscribe to an entire forum?
2,537 2006-02-28 20:12
Re: PunBB 1.2.11 (71 replies, posted in News)
Maybe in a future version (1.3 hopefully) add the ability to set the timeout time in the admin options?
2,538 2006-02-28 20:07
Re: Automatic user groups (19 replies, posted in General discussion)
Pff, details
2,539 2006-02-28 20:06
Re: Friend has trouble logging in (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.
2,540 2006-02-28 19:18
Topic: Batch Group Assign 1.0 (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
##
## 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.
##
##
I hope PunRes comes back online decently soon, cos it's still giving problems, had to try 4-5 times before I could upload
2,541 2006-02-28 19:16
Re: Automatic user groups (19 replies, posted in General discussion)
Erinther's request isn't implemented (yet)
2,542 2006-02-28 19:00
Re: Increased Security and Code Optimization (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,544 2006-02-28 18:25
Re: Automatic user groups (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
2,545 2006-02-28 16:45
Re: punres.org died ? (30 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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 2006-02-28 15:10
Re: Automatic user groups (19 replies, posted in General discussion)
Now there's an idea for a plugin
2,547 2006-02-28 14:58
Re: 3806 new users, all from same IP (7 replies, posted in PunBB 1.2 troubleshooting)
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
2,548 2006-02-28 13:17
Re: 3806 new users, all from same IP (7 replies, posted in PunBB 1.2 troubleshooting)
Well, it's probably someone who thinks it's funny
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'
2,549 2006-02-28 13:07
Re: [Request Mod] You get paid... (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
If you could explain EXACTLY what you want, I might be able to see if I can do it
2,550 2006-02-26 18:31
Re: 1.3 teaser (121 replies, posted in PunBB 1.2 discussion)
There are stylesheets with that version, and I don't really have anything to do