1

(1 replies, posted in PunBB 1.3 additions)

Nevermind, I figured it out.

2

(1 replies, posted in PunBB 1.3 additions)

Hi, need to know how to add a simple url link to the main.tpl?

3

(5 replies, posted in PunBB 1.3 additions)

fine for me,keydog, thats absolutely cool.

4

(5 replies, posted in PunBB 1.3 additions)

http://i44.tinypic.com/s0xziv.png

--------
// 1 //
--------
upload to your style directory
http://i42.tinypic.com/1ifrwl.png online.png
http://i41.tinypic.com/r1j0c4.png offline.png

--------
// 2 //
--------
open anythingstyle_cs.css

find:

.brd .online .userstatus span

replace with:

.brd .online .userstatus span {
    border:0;
    background-image:url(online.png);
    background-repeat:no-repeat;
    background-position:right;
    width:110px;
    height:18px;
    margin-left:-71px; /* adjust this if the online text still showing up */
    }
.brd .offline {
    border:0;
/* start - remove this line if the offline img doesnt show
    background:url(offline.png);
 end -  remove this line */
    background-repeat: no-repeat;
    background-position:right;
    width:118px;
    height:18px;
    margin-left:-70px; /* adjust this if the offline text still showing up */
}

--------
// 3 //
--------

open viewtopic.php

find: (line 345)

                $forum_page['author_ident']['status'] = '<li class="userstatus"><span 
class="offline">'.$lang_topic['Offline'].'</span></li>';

replace with:

                $forum_page['author_ident']['status'] = '<li class="userstatus"><div class="offline" style="background:url(offline.png); background-repeat:no-repeat; background-position:right;"><span class="offline">'.$lang_topic['Offline'].'</div></span></li>';

save, close. end

5

(13 replies, posted in PunBB 1.3 additions)

esupergood wrote:

there are loads listed here
[url="www.punbb-italia.it/viewforum.php?id=5">http://www.punbb-italia.it/viewforum.php?id=5

thanks for setting this up

thanks esupergood, you noticed my themes.

edit: i didnt see the directory link, many thanks keydog.

dera wrote:

http://www.punbb-italia.it/viewtopic.php?id=94

how to download tema 4?

dera, he just posted the damn screenshot, nothing else. here where he get that theme.

http://punbb.informer.com/forums/topic/ … -13-theme/

you should try this

#fld1 {
background-color:none;
width:50px;
}

paste into your whateverskin.css

whatevertheme.css


#brd-title a, #brd-title strong {
    font-size: 1.5em;
    text-decoration: none;
    font-weight: normal;
    display: none !important; 
    }

#brd-desc {
    font-size: 1.084em;
    padding-top: 0;
    padding-bottom: 0;
    display: none !important;
    }

lol haha!! thanks for the fatal compliment.

nope, i dont have that kind of theme, nor i did a suitable theme for the chatbox.
the site which i run punbb doesnt have a chatbox, so i dont know why it wont work on darkyblu skin.

the darkyblu has 3 files (if im not mistaken)

darkyblu folder
item folder
readme textfile

you will upload only the 'darkyblu', through your ftp client,  not all of them.

11

(60 replies, posted in PunBB 1.3 extensions)

thank you, but where is it? i mean the download link?

dera wrote:

I do have, but cant find the option
maybe I cant find it, where is it concretly?

administration -> settings

edit:
i guess you uploaded the wrong folder.

what skin did you get??

http://www.punbb-italia.it/viewtopic.php?id=159

you should check them all.

14

(2 replies, posted in PunBB 1.3 discussion)

oh god, i didnt noticed that lol much thanks.

next time, i should think first, before i speak. ty again!
ciao.

15

(2 replies, posted in PunBB 1.3 discussion)

how to prevent user from editing their own title?

any idea?

check out my sig.

17

(19 replies, posted in PunBB 1.3 extensions)

actually, i got an error when i tried to update the poll option.

Notice: Undefined index: preview_push in /home/supermilkychild/public_html/forum/post.php(321) : eval()'d code on line 12

edit:
its not a big issue anyway, the poll is worked fine. i just want to let you know!

18

(10 replies, posted in PunBB 1.3 extensions)

lie2815 wrote:

homepage -> official extensions ...

thanks. found it!

19

(10 replies, posted in PunBB 1.3 extensions)

does anyone know where i can find the pun_poll extension??