You rock wink

any update?

Thnx. you have done a great job.

It will be a good feature to have it on a new page. So we can use it like a chat page.

And inside those tags we can write any html code and punbb recognize it?

smile

80

(0 replies, posted in Discussions)

Hi,
How ca i change the forum favicon. Iv tried to upload the favicon on the public HTML folder but no change.

Update: U just need to delete the old one and upload the new favicon.ico, also the browser cache needs to be cleared.

smile

Thnx smile

any demo or screenshot?

yes. to show both of them

can you add LinkedIn to your extension?

85

(17 replies, posted in PunBB 1.4 additions)

what shout box did you used on your site?

86

(0 replies, posted in Feature requests)

Any way to share the posts on linkedin?
Or to modify Fancy addthis to share even on linkedin?

Regards

87

(0 replies, posted in Discussions)

Hi,

I wanted to know how user are assigned to groups manually by a admin or by the ranking system?

Thnx

88

(25 replies, posted in PunBB 1.4 additions)

for the user page to be right find the code
#brd-userlist table .tc0 {
    width:30%;
}
#brd-userlist table .tc1 {
    width:20%;
    text-align:left;
}
#brd-userlist table .tc2 {
    width:10%;
    text-align:center;
}


and you need to replace it with: (addet font-size: 13px; and parameters for tc3(user table))


#brd-userlist table .tc0 {
    width:30%;
        font-size: 13px;
}
#brd-userlist table .tc1 {
    width:20%;
    text-align:left;
        font-size: 13px;
}
#brd-userlist table .tc2 {
    width:10%;
    text-align:center;
        font-size: 13px;
}
#brd-userlist table .tc3 {
    width:10%;
    text-align:center;
        font-size: 13px;
}

89

(37 replies, posted in PunBB 1.4 additions)

it work great.

ps. for new members install it like a normal extension.