I searched the subforum readme, but didn't find a bug =/
2,026 2006-06-09 14:47
Re: I modded my puni too much (5 replies, posted in PunBB 1.2 troubleshooting)
2,027 2006-06-09 14:21
Re: how do i disallow ascii chars? (1 replies, posted in PunBB 1.2 troubleshooting)
You don't want people to post? Or do you just want to disallow specials characters?
2,028 2006-06-09 14:20
Re: I modded my puni too much (5 replies, posted in PunBB 1.2 troubleshooting)
Search for a - and change it to a + in a query
2,029 2006-06-08 19:57
Re: Language [Help] (2 replies, posted in PunBB 1.2 troubleshooting)
lang/common.php
2,030 2006-06-08 10:49
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
IMPORTANT UPDATE: In version 1.1.1 install_mod_EPF.php is fixed to have the id column of profile_fields set on auto_increment.
If this is not the case in your version, please do it manually, or you will only be able to add one profile field.
2,031 2006-06-08 10:13
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Sure, make me admin
Catch me on MSN: elbekko [at] gmail [dot] com
2,032 2006-06-08 10:06
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You can just add the part to profile.php, but I fixed a vulnerability in profile_fields.php so I suggest you update that too
And, erm, the duplicate error is odd, it shouldn't occur =/
2,033 2006-06-08 10:02
Re: How to forbid certain characters from being in subject title & body? (3 replies, posted in PunBB 1.2 troubleshooting)
i(strpos($message, "?"))
message('You can't use this character');
Put this somewhere where it's useful.
2,034 2006-06-07 20:13
Re: duplicate posts and new posts not showing up (5 replies, posted in PunBB 1.2 bug reports)
ah
2,035 2006-06-07 19:17
Re: duplicate posts and new posts not showing up (5 replies, posted in PunBB 1.2 bug reports)
You're lagging =/
2,036 2006-06-07 15:53
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well, I released it ^^
2,037 2006-06-07 15:35
Re: smart quotes (20 replies, posted in PunBB 1.2 troubleshooting)
Just as something in parser.php I guess... unless MySQL has problems with it.
2,038 2006-06-07 15:32
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yes actually I found some time... (I have two exams tomorrow, but I don't give a flying shag )
2,039 2006-06-07 14:06
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well... you can just leave out the viewtopic.php part, and do about the same thing in profile.php (which will be done in next release)
2,040 2006-06-07 12:53
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Where in viewtopic.php would you like to see it except for under your name then?
And the duplicate entry is odd...
2,041 2006-06-07 11:42
Re: add more fields to profile (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It does =/ If it's filled in, it shows up. It doesn't show up in profile.php yet, but that'll be fixed soon.
2,042 2006-06-07 11:41
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
http://mike.v427.ncsrv.de/upload/profile_fields.php
It does work, you just need to follow the FULL readme, and modify functions.php
2,043 2006-06-06 17:59
Re: smart quotes (20 replies, posted in PunBB 1.2 troubleshooting)
I think the problem is with the browser not decently transmitting it, because indeed, PunBB uses htmlspecialchars();
2,044 2006-06-06 15:48
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You fill them in at your profile, in the correct menu entry.
I think you need to have this on:
User info in posts Yes No Show information about the poster under the username in topic view. The information affected is location, register date, post count and the contact links (e-mail and URL).
2,045 2006-06-06 15:43
Re: smart quotes (20 replies, posted in PunBB 1.2 troubleshooting)
Hrmm, you could replace them by their HTML entity...
2,046 2006-06-05 21:09
Re: url's open in current window, how to force a new window? (3 replies, posted in PunBB 1.2 troubleshooting)
In-post links? parser.php
2,047 2006-06-05 20:11
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
lol, I let them show up in viewtopic.php, under your name ^^
2,048 2006-06-05 18:40
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Oops, I totally forgot about that page Silly me =/ I'll add that in the next release. (I hope I remember)
2,049 2006-06-05 17:31
Re: Newsletter 1.0.1 (46 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Subscribe them all to it by doing a query in phpMyAdmin? Or using the Broadcast Email mod?
2,050 2006-06-05 17:29
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Where don't you see it?