i tried to use image instead of text for private message but when i get new message and then when i read it the image of new message is not going to disappear
i used this

    'New link'                => '<img src="img/pm.png" alt="private message" />',
    'New link full'            => '<img src="img/pm2.png" alt="private message" />',
    'PM'                    => '<img src="img/pm.png" alt="private message" />',

and this
    'New link'                => '<img src="img/pm.png" alt="private message" />',
    'New link full'            => '<img src="img/pm2.png" alt="private message" />',
    'PM'                    => '<img src="img/pm2.png" alt="private message" />',

and this

    'New link'                => '<img src="img/pm2.png" alt="private message" />',
    'New link full'            => '<img src="img/pm2.png" alt="private message" />',
    'PM'                    => '<img src="img/pm.png" alt="private message" />',

but those were same

hi guyz ,i can edit some things that make it to show the latest news but how can i make it to be an extention?

3

(1 replies, posted in PunBB 1.4 troubleshooting)

anyone know ???

orginal menu have this
<ul>
<li></li>
</ul>
but i want to make to be this

<ul>
<li>
<ul>
<li></li>
</ul>
</li>
</ul>

4

(1 replies, posted in PunBB 1.4 troubleshooting)

hi, i want to create a sub-menu for punbb how can i do this