Topic: How To Separate Sticky and Normal Threads
which changes should i do in viewforum.php ?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → How To Separate Sticky and Normal Threads
which changes should i do in viewforum.php ?
Separate how?
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.
i think its not enough.We should edit something in viewforum.php.
and your code only a background for "Sticky" can we fill the table with a background color?
http://www.punres.org/viewtopic.php?id=1765
take a look at this topic.Is it "fill the table with background color"?
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.
PunBB Forums → PunBB 1.2 troubleshooting → How To Separate Sticky and Normal Threads
Powered by PunBB, supported by Informer Technologies, Inc.