OP Posted at 05-02-2025, 07:54 AM
Sup, i wanted to recommend to fix the Topic Highlight
as we know, the topic highlight it's a function of the forum that allows to "paint" our thread title for 1 week.. so this looks like this
![[Image: M9uj1Qt.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxh1CUxfAmIVHhZeUQ--/M9uj1Qt.png)
The problem here is this
![[Image: HwuoASk.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhwR0xacmAKHhZeUQ--/HwuoASk.png)
and this
![[Image: 75h51c5.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxgPBVEAAlBUHhZeUQ--/75h51c5.png)
so, what's my suggestion?
![[Image: It3bVP6.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhxRApXZWNXHhZeUQ--/It3bVP6.png)
![[Image: TI7zbVV.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhseQ5PUWU3HhZeUQ--/TI7zbVV.png)
As you see this is much better, cause not only show the highlight in the forum section.
this is good cause if you enter on a profile should be interesting that the thread it's highlighted on there, same thing inside the thread itself
- HOW TO DO IT? -
This is the fragment of the HTML Code:
As you see in this case, there's a class called "HIGHLIGHT12"
so, to fix this little issue each post needs to be updated with that class and the suggestion is done!
as we know, the topic highlight it's a function of the forum that allows to "paint" our thread title for 1 week.. so this looks like this
![[Image: M9uj1Qt.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxh1CUxfAmIVHhZeUQ--/M9uj1Qt.png)
The problem here is this
![[Image: HwuoASk.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhwR0xacmAKHhZeUQ--/HwuoASk.png)
and this
![[Image: 75h51c5.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxgPBVEAAlBUHhZeUQ--/75h51c5.png)
so, what's my suggestion?
![[Image: It3bVP6.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhxRApXZWNXHhZeUQ--/It3bVP6.png)
![[Image: TI7zbVV.png]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhseQ5PUWU3HhZeUQ--/TI7zbVV.png)
As you see this is much better, cause not only show the highlight in the forum section.
this is good cause if you enter on a profile should be interesting that the thread it's highlighted on there, same thing inside the thread itself
- HOW TO DO IT? -
This is the fragment of the HTML Code:
Code:
<a href="URL HERE" style="font-size: 15px; font-weight: bolder; color: #fff;" class="highlight12">TITLE TO BE HIGHLIGHTED</a>
As you see in this case, there's a class called "HIGHLIGHT12"
so, to fix this little issue each post needs to be updated with that class and the suggestion is done!