Topic: How To Separate Sticky and Normal Threads

which changes should i do in viewforum.php ?

Re: How To Separate Sticky and Normal Threads

Separate how?

Re: How To Separate Sticky and Normal Threads

http://img117.imageshack.us/img117/2537/untitled2iz5.jpg

4 (edited by prit 2007-02-20 22:38)

Re: How To Separate Sticky and Normal Threads

What you want cant be exactly like that board
but i did something about this style thing on our PunBB Turkish forum a few minutes ago. (i can do more style tweak in future) You can colorize the sticky notification text background and this can help your users to notice which topics are stickied clearly. Please see the punbb turkish forum link for an example.

http://www.langturk.com/forum/viewforum.php?id=5

the only thing that i do is editing our CSS default theme. I have added a background color property for stickytext class.


open your default .css (not base .css, it should be sulfur.css or another) and put this line and of the document.

.stickytext {background-color: #color.for.your.board}

I think adding an extra h2 block after sticky topics will not be look nice like this.

Re: How To Separate Sticky and Normal Threads

i think its not enough.We should edit something in viewforum.php.

Re: How To Separate Sticky and Normal Threads

and your code only a background for "Sticky" can we fill the table with a background color?

Re: How To Separate Sticky and Normal Threads

http://www.punres.org/viewtopic.php?id=1765

take a look at this topic.Is it "fill the table with background color"?

8 (edited by prit 2007-02-20 23:17)

Re: How To Separate Sticky and Normal Threads

Cagonni wrote:

and your code only a background for "Sticky" can we fill the table with a background color?

you can make a block instead of span but it is not as good as span style.

On the other hand in punbb sticky topics has only one diffenrence other regular topics, it is the "sticky" text. You can arange this text color or  background color even you can make a special icon for it. But the background colour of the tables and the borders are shared by other topics, if  you edit these it effects all topics background color not only sticky.

On the other hand it is not impossible.

Edit: No it is about sticky icon as i said above.