in this block of functions

'iu_allow_image'        => $form['iu_allow_image'],
'iu_max_file_size'        => $form['iu_max_file_size'],
'iu_max_width'        => $form['iu_max_width'],
'iu_max_height'        => $form['iu_max_height'],
'iu_thumb_width'        => $form['iu_thumb_width'],
'iu_thumb_height'        => $form['iu_thumb_height'],
'iu_disable'        => $form['iu_disable']

i think is missed one line

'iu_max_file_age'         => $form['iu_max_file_age'],

it should be like this

'iu_allow_image'        => $form['iu_allow_image'],
'iu_max_file_size'        => $form['iu_max_file_size'],
'iu_max_file_age'         => $form['iu_max_file_age'],
'iu_max_width'        => $form['iu_max_width'],
'iu_max_height'        => $form['iu_max_height'],
'iu_thumb_width'        => $form['iu_thumb_width'],
'iu_thumb_height'        => $form['iu_thumb_height'],
'iu_disable'        => $form['iu_disable']

without that line in admin panel we can't change image storage time  smile

I think in iu_admin.php is missed this line:

'iu_max_file_age'        => $form['iu_max_file_age'],

3

(60 replies, posted in Supported extensions)

achtungbaby wrote:

Is this still in beta test?

i have the same question wink

4

(1 replies, posted in PunBB 1.3 additions)

i want to show last posts from my punbb forum on my site.
i found this: http://punbb.informer.com/wiki/punbb13/syndication.

but there is a problem...
i want to use something like this < http://...../extern.php?action=feed&show=10&tid=5 >
but on my screen i only see links. why it is shown without posts?

if i use this < http://...../extern.php?action=feed&show=10&fid=5 >, everything is fine.
but i need to show last post from topics, any ideas?

5

(60 replies, posted in PunBB 1.3 extensions)

i need this extension too, but it have some bugs... it would be very nice, if someone will take care of this mod smile

6

(5 replies, posted in PunBB 1.3 troubleshooting)

i found this
http://punbb.informer.com/forums/topic/ … al-memory/

i changed online table from MEMORY to MyISAM and it helps.
i hope this trick don't affect forums work...

7

(5 replies, posted in PunBB 1.3 troubleshooting)

Operating system: Linux
PHP: 5.2.9
Mysql: 5.0.67

8

(5 replies, posted in PunBB 1.3 troubleshooting)

a few days ago i install fresh punbb forum, when i login as administrator, on first admin page i saw server load, punbb version info and so all. But i was surprised when i saw database size, it was about 20mb... when i login in your punbb demo as admin, the size of databe is normal, about 400kb.  Then i checked mysql and i find, that memory table takes all these 20MB. Why? Why in demo version everything is ok?

9

(4 replies, posted in PunBB 1.3 bug reports)

i am affraid i will have problems in the future, so i want to know the reason of this thing...

10

(0 replies, posted in PunBB 1.3 extensions)

is it possible to add image (logo) near category name?

11

(4 replies, posted in PunBB 1.3 bug reports)

is it normal, that fresh punbb 1.3 install require ~18Mb of space in mysql?

when i loggin in phpmyadmin, i see, that table online takes 17Mb, is it normal?

i think it would be very cool, if not only adsense we could use, there are much more ad ways. maybe someone make something similar on 1.3 version?

13

(1 replies, posted in PunBB 1.3 extensions)

how about this mod for 1.3 version?

14

(5 replies, posted in PunBB 1.3 troubleshooting)

hi, i have one question. Can we use image with link to punbb in footer instead of text link?

15

(6 replies, posted in PunBB 1.3 troubleshooting)

i only test it and try to find bugs wink

16

(6 replies, posted in PunBB 1.3 troubleshooting)

1.3 RC

17

(6 replies, posted in PunBB 1.3 troubleshooting)

if you login with ie7 browser and not set "remember me", you can't login.
you get message:
You appear to have logged in successfully, however a cookie has not been set. Please check your settings and if applicable, enable cookies for this website.
what about that?

if you post this ( site:punbb.informer.com/forums/ )  in google, you will see all pages in this site which were crawled by google. but on every line we can see this:
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
is it posible to remove this line?

19

(1 replies, posted in PunBB 1.3 troubleshooting)

i am very interested in new version of this forum. I am going to use this script in my project. But i am little affraid of using beta version, so i am waiting for final version. Maybe someone knows, how many time takes all works for making final 1.3 version?