51

(7 replies, posted in General discussion)

My provider blocks traffic within the ip range.

If i've got 1.2.3.1, i cant even ping an other ip in the 1.2.3.x range.

Perhaps your isp does the same thing ?

52

(3 replies, posted in PunBB 1.2 troubleshooting)

Look into include/parser.php

Around line 250 you should see the part where smilies are parsed to images. Change or delete the width and height elements.

This part, around line 260:

$message = preg_replace("#(?<=.\W|\W.|^\W)".preg_quote($smiley_text[$i], '#')."(?=.\W|\W.|\W$)#m", '$1<img src="img/smilies/'.$smiley_img[$i].'" width="15" height="15" alt="'.$smiley_text[$i].'">$2', $message);

Edit:
in help.php edit this line (162):

echo ' '.$lang_help['produces'].' <img src="img/smilies/'.$cur_img.'" width="15" height="15" alt="'.$cur_text.'"><br>'."\n";

53

(11 replies, posted in PunBB 1.2 discussion)

Rickard, i thought i've seen it before somewhere big_smile (d0h)

Offtopic:
What exactly does 'lang_multibyte' do in the language common file ?

54

(2 replies, posted in PunBB 1.2 troubleshooting)

If you enable it in the forum options users see a small dot in front of topics they've posted in.

55

(1,382 replies, posted in General discussion)

Ownage

If you have custom date settings, for example: d-m-Y instead of Y-m-d the ban date gets reformatted when editing,
even though you entered in Y-m-d format originally.

Expire date
The date when this ban should be automatically removed (format: YYYY-MM-DD). Leave blank to remove manually.

A solution would be to parse the ban date using your forum setting or not including the setting when editing and only providing a default non-changeable format.

Don't know if this is a bug but moderators can change the name of an admin user.
This shouldn't be possible imho.

Just happened to me as a joke, didn't really like it though smile

58

(11 replies, posted in PunBB 1.2 discussion)

How about adding a var to the language pack for the text alignment.
Something like ltr and rtl (left-to-right and right-to-left) could be usefull.

59

(98 replies, posted in PunBB 1.2 discussion)

Razmooze, have you uncommented the line following this one:

// Uncomment the next row if you add smilies that contain any of the characters &"'<>

Its in parser.php just below the smileys array.

Don't like the :X smiley at your forum though, looks like a smiley with scissors pasted to its face.

60

(10 replies, posted in PunBB 1.2 show off)

If you've got shell access you can try the patch file.

61

(98 replies, posted in PunBB 1.2 discussion)

Yes they do :X

I use that one quite often.

Edit:
I like the A version of the :X smiley.

62

(4 replies, posted in Feature requests)

MarkOV wrote:

E.g. my title is New Member, and when I type "custom title" or something else, I get the title "custom title".

Admins can always change their title. I've tried logging in as a regular user a while ago and i couldn't change the title if the permissions were set that way.

Check Admin --> Permissions --> Users --> Users may set title

63

(6 replies, posted in PunBB 1.2 show off)

Those smileys DO look familiar smile

Anyway.... fix your help.php, you still have 15x15 smileys in there.

I like your cms, the caching seems to run quite good. 0 queries, nice smile

You could look at geeklog sometime, geeklog uses a dir outside of public_html for config files, logfiles, etc.

65

(54 replies, posted in Feature requests)

Thats kind of true big_smile

Anyway, i'm happy with the way it works atm. Most of my users have form mail enabled.

Maybe there could be an admin option for forcing form mail?

66

(6 replies, posted in PunBB 1.2 show off)

When opening your site memory usage jumps from 20 megs to 60+ megs.
It allso takes about 10 seconds before i get to see anything.

It's kind of big imho, uses about 1 meg if i save it to hd.

67

(54 replies, posted in Feature requests)

On a few big forums i'm on they are using the gd library to show the email adress.
You can't click the image.

This is an ideal solution IMHO, if someone really wants to mail you they won't stop just because they have to type the email adress smile

68

(4 replies, posted in PunBB 1.2 show off)

I think he probably wants to know how you enabled it ? smile

Look up this part in common.php:

// Enable debugging by removing // from the following line
//define('PUN_DEBUG', 1);

You can find this at lines 26 and 27

To enable just delete the // on the second line.

I was asking about the changes of EFAM v1.2 over v1.1 smile

If you'd need such a function just use the php gd lib, netpbm or imagemagick libraries. You don't have to make your own code for that.

Then again, why would you want to resize a 1000x1000 picture to 60x60 and find out it looks like crap because of the proportions.

What exactly are the changes over v1.1 ?

I'd like to see a function so that you can delete multiple messages at once, like the delete multiple posts function.

If you've got a lot of messages it's a pain if you want to delete all of them.

73

(4 replies, posted in Feature requests)

I've been looking through the mod requests, then this came along.

Looks like someone allready requested it.

74

(4 replies, posted in Feature requests)

I know that function, but i would like to hide for example only 1 category/forum wich members can access but guests can't even see.

75

(4 replies, posted in Feature requests)

Would it be hard to make members only forums so you could prevent guests from reading the entire forum?
Its like the moderator/admins only forums but for members instead.

I wouldn't mind if the setting is placed on a category or a forum.