Are you using the newest version of the 1.3 branch? And did you cleaned your cache directory?
27 2011-12-29 11:50
Re: [Extension] Ajax Post Rating (9 replies, posted in PunBB 1.4 additions)
Nice work!
28 2011-12-28 14:40
Re: Missing argument 2... for 'generate_avatar_markup' (6 replies, posted in PunBB 1.4 troubleshooting)
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.
29 2011-12-27 22:00
Topic: [LANGUAGE] Dutch Translation for PunBB 1.4.1! (15 replies, posted in Language packs)
Hello all,
I am happy to say the Dutch language pack has been updated for PunBB 1.4. Did my best to add all missing strings.
Download is available on my Github: https://github.com/DrDeejay/PunBB-Dutch Oh and thanks to Nique for the original translation.
Enjoy!
30 2011-12-27 14:13
Re: [Extension] Akismet by Garciat, Rich Pedley, Grez (9 replies, posted in PunBB 1.4 additions)
Nice work!
31 2011-12-27 14:11
Re: Adding a new page in the admin panel (2 replies, posted in PunBB 1.4 additions)
Thank you, going to check that out
32 2011-12-27 10:04
Topic: Adding a new page in the admin panel (2 replies, posted in PunBB 1.4 additions)
Hello!
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 2011-12-27 09:07
Re: [Release] Dutch Language pack (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 2011-12-27 08:30
Re: [REQUEST] Skin & Dutch Language pack (4 replies, posted in PunBB 1.4 additions)
Although I'm planning to create PunBB extensions, I'll try updating the current language pack.
35 2011-12-26 14:16
Re: Converting from SMF 2.0.1 (3 replies, posted in PunBB 1.4 troubleshooting)
Conversion to 1.3 went wonderful and the upgrade to 1.4 only took 1 second. Thanks for your help
36 2011-12-26 11:59
Re: Converting from SMF 2.0.1 (3 replies, posted in PunBB 1.4 troubleshooting)
Thank you very much I'll let you know how it goes
37 2011-12-26 11:54
Re: Hi,everyone! Merry Christmas. (4 replies, posted in General discussion)
Merry Christmas
38 2011-12-26 11:44
Topic: Converting from SMF 2.0.1 (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.
Dr. Deejay