spmatrix
07-16-2009, 03:15 AM
I made the two { 1) and 2) } questions following and I took the answers bellow
but when I make it so I do not have thumbs.
Somewhere become trouble. How can I join the two codes from answer 1) and 2) together
with out problems ?
Thanks
1) How can I put thumbnails left from threads.
When I put a photo as attachment,
I want to grab it and put it outside left from threads
and
2) How I can make sticky have colour and distinguish from others ?
See attachment for both.
Thanks
1)
This mod allows you to define a different background color for sticky threadbits on forumdisplay pages
In this template:
Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Threadbit Templates -> threadbit
Replace all instances of:
class="alt1"
...and:
class="alt2"
...with:
class="<if condition="$show['sticky']">alt1_sticky<else />alt1</if>"
...and:
class="<if condition="$show['sticky']">alt2_sticky<else />alt2</if>"
...respectively.
Then define new CSS classes in your:
Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu)
Scroll down to the bottom where it says Additional CSS Definitions. In the bottom box add this code. Change the red color codes appropriately (background and text colors):
.alt1_sticky
{
background: #F5F5FF;
color: #000000;
}
.alt2_sticky
{
background: #E1E4F2;
color: #000000;
}
=========
and
2) https://vborg.vbsupport.ru/showthread.php?t=214755&highlight=thumb
but when I make it so I do not have thumbs.
Somewhere become trouble. How can I join the two codes from answer 1) and 2) together
with out problems ?
Thanks
1) How can I put thumbnails left from threads.
When I put a photo as attachment,
I want to grab it and put it outside left from threads
and
2) How I can make sticky have colour and distinguish from others ?
See attachment for both.
Thanks
1)
This mod allows you to define a different background color for sticky threadbits on forumdisplay pages
In this template:
Admin CP -> Styles & Templates -> Style Manager -> ? ? -> Threadbit Templates -> threadbit
Replace all instances of:
class="alt1"
...and:
class="alt2"
...with:
class="<if condition="$show['sticky']">alt1_sticky<else />alt1</if>"
...and:
class="<if condition="$show['sticky']">alt2_sticky<else />alt2</if>"
...respectively.
Then define new CSS classes in your:
Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu)
Scroll down to the bottom where it says Additional CSS Definitions. In the bottom box add this code. Change the red color codes appropriately (background and text colors):
.alt1_sticky
{
background: #F5F5FF;
color: #000000;
}
.alt2_sticky
{
background: #E1E4F2;
color: #000000;
}
=========
and
2) https://vborg.vbsupport.ru/showthread.php?t=214755&highlight=thumb