26

(2 replies, posted in PunBB 1.3 discussion)

Are you using the newest version of the 1.3 branch? And did you cleaned your cache directory?

27

(9 replies, posted in PunBB 1.4 additions)

Nice work! big_smile

PHP expects 6 arguments. You gave the first one and the last 2 are automatically filled in. You can give the function a default width, but you can also specify the parameters yourself. I recommend having a default width, that would be something like this:

// Outputs markup to display a user's avatar
function generate_avatar_markup($user_id = '', $avatar_type = '', $avatar_width = '100px', $avatar_height = '100px', $username = NULL, $drop_cache = FALSE)
{

I don't really understand the function though, it calls $img_size[3], but I don't really see it defined anywhere. But please try this first, perhaps there are other errors and we'll see. smile

Hello all,

I am happy to say the Dutch language pack has been updated for PunBB 1.4. smile Did my best to add all missing strings. tongue
Download is available on my Github: https://github.com/DrDeejay/PunBB-Dutch Oh and thanks to Nique for the original translation. smile

Enjoy!

Nice work! big_smile

31

(2 replies, posted in PunBB 1.4 additions)

Thank you, going to check that out big_smile

Hello! big_smile
I was thinking of creating an extension for PunBB that would optimize the database, but I was wondering how to add
a new page in the admin panel with an extension. I couldn't find it anywhere and I don't even know if it is possible,
but it would be nice to have a new page in the admin panel, as it's basically the admin panel where my extension
will add functionality. Any thoughts?

Thanks in advance and regards,
Dr. Deejay

33

(6 replies, posted in PunBB 1.3 additions)

Sorry for the bump, but I would like to update this language pack for 1.4 and put it on Github. Am I allowed to do that or should I create it from scratch?

34

(4 replies, posted in PunBB 1.4 additions)

Although I'm planning to create PunBB extensions, I'll try updating the current language pack. smile

35

(3 replies, posted in PunBB 1.4 troubleshooting)

Conversion to 1.3 went wonderful and the upgrade to 1.4 only took 1 second. tongue Thanks for your help smile

36

(3 replies, posted in PunBB 1.4 troubleshooting)

Thank you very much big_smile I'll let you know how it goes smile

37

(4 replies, posted in General discussion)

Merry Christmas smile

38

(3 replies, posted in PunBB 1.4 troubleshooting)

Hello all!
I would like to convert my SMF 2.0.1 forum to Punbb 1.4.1, but does anyone know where I can find a converter? Is there one anyway? I couldn't find it on Google though. Thanks in advance and keep up the great work. smile

Dr. Deejay