Nevermind, I figured it out.
2 2009-07-27 18:37
Topic: Link url on the main.tpl (1 replies, posted in PunBB 1.3 additions)
Hi, need to know how to add a simple url link to the main.tpl?
3 2009-01-17 16:13
Re: [mod] online/offline img (5 replies, posted in PunBB 1.3 additions)
fine for me,keydog, thats absolutely cool.
4 2009-01-15 22:03
Topic: [mod] online/offline img (5 replies, posted in PunBB 1.3 additions)
--------
// 1 //
--------
upload to your style directory
online.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 2009-01-15 22:02
Re: Styles Directory Beta (13 replies, posted in PunBB 1.3 additions)
there are loads listed here
[url="www.punbb-italia.it/viewforum.php?id=5">http://www.punbb-italia.it/viewforum.php?id=5thanks for setting this up
thanks esupergood, you noticed my themes.
edit: i didnt see the directory link, many thanks keydog.
6 2009-01-05 14:40
Re: Download links for last posts and skins. (20 replies, posted in PunBB 1.3 discussion)
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.
7 2009-01-05 14:39
Re: [01/13/08 - really desperate !] Still issues with my style ! (43 replies, posted in PunBB 1.3 discussion)
you should try this
#fld1 {
background-color:none;
width:50px;
}
paste into your whateverskin.css
8 2008-12-15 17:56
Re: hiding board title and desc in header (3 replies, posted in PunBB 1.3 discussion)
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;
}
9 2008-12-14 21:28
Re: Download links for last posts and skins. (20 replies, posted in PunBB 1.3 discussion)
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.
10 2008-12-13 19:46
Re: Download links for last posts and skins. (20 replies, posted in PunBB 1.3 discussion)
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 2008-12-13 17:44
Re: [Release] Subforums (60 replies, posted in PunBB 1.3 extensions)
thank you, but where is it? i mean the download link?
12 2008-12-13 17:37
Re: Download links for last posts and skins. (20 replies, posted in PunBB 1.3 discussion)
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??
13 2008-12-12 20:36
Re: Download links for last posts and skins. (20 replies, posted in PunBB 1.3 discussion)
http://www.punbb-italia.it/viewtopic.php?id=159
you should check them all.
14 2008-12-11 21:51
Re: user title (2 replies, posted in PunBB 1.3 discussion)
oh god, i didnt noticed that much thanks.
next time, i should think first, before i speak. ty again!
ciao.
15 2008-12-11 21:38
Topic: user title (2 replies, posted in PunBB 1.3 discussion)
how to prevent user from editing their own title?
any idea?
16 2008-12-11 21:35
Re: Download links for last posts and skins. (20 replies, posted in PunBB 1.3 discussion)
check out my sig.
17 2008-12-11 17:56
Re: pun_poll discussion (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 2008-12-09 15:47
Re: request? pun_poll? (10 replies, posted in PunBB 1.3 extensions)
homepage -> official extensions ...
thanks. found it!
19 2008-12-09 12:37
Topic: request? pun_poll? (10 replies, posted in PunBB 1.3 extensions)
does anyone know where i can find the pun_poll extension??