Yes it does tell you: "new private messages" under "loged as.."
happy newroz

Tobi wrote:

Stupid me!

Forgot this in the readme.txt sad

Here we go:
Open admin_options.php

Find line 561:

            <div class="inform">
                    <fieldset>
                        <legend>E-mail</legend>

Before, add

<!-- MOD IMAGEPOST -->
            <div class="inform">
          <fieldset>
            <legend>Mod Imagepost</legend>
            <div class="infldset">
              <table class="aligntop" cellspacing="0">
                <tr>
                  <th scope="row">Supported Formats</th>
                  <td>
                    <input type="text" name="form[image_formats]" size="45" maxlength="45" value="<?php echo $pun_config['o_image_formats'] ?>" />
                    <span>The supported image formats for upload (defauts to gif,png,jpg,jpeg).</span>
                  </td>
                </tr>
                <tr>
                  <th scope="row">Max Bytes</th>
                  <td>
                    <input type="text" name="form[image_maxbytes]" size="7" maxlength="7" value="<?php echo $pun_config['o_image_maxbytes'] ?>" />
                    <span>The maximum allowed size of avatars in bytes (102400 is default).</span>
                  </td>
                </tr>
                <tr>
                  <th scope="row">Max Dimensions</th>
                  <td>
                    <input type="text" name="form[image_maxdimensions]" size="9" maxlength="9" value="<?php echo $pun_config['o_image_maxdimensions'] ?>" />
                    <span>The maximum allowed Dimensions of avatars in pixels (640x480 is default)</span>
                  </td>
                </tr>
              </table>
            </div>
          </fieldset>
        </div>
<!-- // MOD IMAGEPOST -->

That's all.
You will then find the possibility to set dimensions, max. bytes and supported formats in admin->options below the avatar part.

I'll update the readme.txt as well..... sad

Thanks a lot.
Exactly what i needed.
It works fine exept that i have to upload once and after edit again the same post and upload then again for it to work.
But it' s ok for me.=)

Tobi wrote:

What did you set the maximum size to?

Hello

Where can i change the max size and weight of the picture.
I ran the install_mod without modifiying the values
Is it too late

Thanks

4

(21 replies, posted in PunBB 1.2 show off)

PoWeReD by ITC

??????????????????????????????

5

(8 replies, posted in PunBB 1.2 show off)

Lasse wrote:

Du kan få min danske fil, men du skal vide at en del af tingene er lavet om. Fx har jeg under profilen lavet en kategori der hedder "Disney" i stedet for en af de oprindelige kategorier. Derudover har jeg ændret en masse andre småting :-)

Det blir litt komplisert for meg da, men ellers tusen takk Lasse.:)

6

(8 replies, posted in PunBB 1.2 show off)

Bengus wrote:

Its intresting that the Norweigians in Oslo understands my "kind of Stockholmska" better than they understand Danish and Skånska. Even that Norwegian and Danish is almost the same language. Strange strange... smile

Bengt

Not so strange in fact.
Norwegians grew up watching sweedish tv.
By the way if somebody have a danish language file for punbb, it will be cool.

Med vennlig hilsen

cyrilg38 wrote:

Hi all

I'm new to punBB, just discovered it by chance and I find it's a niece piece of board. I'm even moving my website from phpBB to punBB, after I tried many other bulletin boards like IVB and Vbulletin...

I already went through alot of topics there regarding questions I have/had and found some answers, but still I have one remaining.

I noticed alot of feature request are based in comparison with other boards and needs we have for our own sites. My question won't be much different there, sorry smile

There is one feature I appreaciate with VBulletin : the fact we can reduce and expand categories so that the forum doesn't show as long as my arm tongue I found nowhere a mod/hack to do this with punBB and I was wondering if someone already tried this?

Thanks alots

I don' t use it myself yet but i' m sure, i saw it somewhere in the mods. Punbb did think about!

The pool would become really more populare, i think,  with those to changes:
- the graphic bars available
- the ability to install it as a plugin without all the manually changes.

It 's not a demand, just an opinion from a non-programmer.

9

(1 replies, posted in PunBB 1.2 troubleshooting)

Ok i deleted the italian pack and now have again the acces to the forum, ouff !!  hmm

Wrong alert. Its working now with all languages. Probably a bad manip from me.
Sorry for  this

10

(1 replies, posted in PunBB 1.2 troubleshooting)

I tried to change the language to Italian and i got this message:


Now i can' t connect to the forum anymore.
is there a solution?

I do install the italian package

11

(0 replies, posted in PunBB 1.2 bug reports)

Guest can use search even if i didn' t wanted it.
This happened after i installed languages pack.

12

(3 replies, posted in PunBB 1.2 troubleshooting)

Tusen takk XP  smile

13

(3 replies, posted in PunBB 1.2 troubleshooting)

I was in admin panel.
And i change my profil to moderator.
Now i do not have access to the forum admin & configuration.
I know, it' is stupid, but are they any solutions for recover my status ?

14

(21 replies, posted in General discussion)

I love Pun, but not only for the technic side.
I love Pun also because of the soul and spirit of it .
I downloaded Pun, installed it and it works. I asked help from the pun forums and i got it.
And even new and empty, my Pun forum looks practical and beautiful.
Thank you Punbb

sif

Many thanks, Sanders.

I will try by my own to put a background image as in the main page (doesn' t work in IE...), and to link the banner to the main page as well.
Again, thanks a lot

Sif

And will this work if i want to center the all pages:

#punwrap {width: 650px; center}

Otherwise, what do i need ?

It is working good for the banner, thankks a lot.
I would like to have the main page at 650 px like the banner, where do i write that in the code:

/* 5.1 Page margins */

HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {margin:12px 20px}