Quote:
Originally Posted by Aramist
No effects =/
It does not shows the poll block on the side bar...even in index.
=/
|
i don't use everywhere sideblock mod so for me there is default sideblock, which comes in index page only.
i will test this mod with everywhere sidebar mod and will try to find out the solution for it.
UPDATE:
HERE IS TRICK TO MAKE IT WORK WITH EVERYWHERE SIDEBAR MOD
Edit
Poll For Forum Sideblock By Ayush in Forum Blocks Manager
find:
Template to Use
Change
block_sideblock_poll to
block_html
and save it...
Now Open
Block_html template in style and manager
Paste the Following Code At Top
Code:
<style type="text/css">
.pollbar1,
.pollbar2,
.pollbar3,
.pollbar4,
.pollbar5,
.pollbar6 {
height:10px;
margin-top:1px;
}
.pollbar1 {
background:{vb:stylevar pollbar1_background};
}
.pollbar2 {
background:{vb:stylevar pollbar2_background};
}
.pollbar3 {
background:{vb:stylevar pollbar3_background};
}
.pollbar4 {
background:{vb:stylevar pollbar4_background};
}
.pollbar5 {
background:{vb:stylevar pollbar5_background};
}
.pollbar6 {
background:{vb:stylevar pollbar6_background};
}
#pollbarwrapper {
position: relative;
width: {vb:math {vb:stylevar pollbars_result_bit_width}+13};
display:block;
float: {vb:stylevar left};
clear: {vb:stylevar right};
}
#pollbarwrapper div {
float:{vb:stylevar left};
}
.percentvotes {
position: relative;
margin: -12px 0 0 0;
font-size:{vb:stylevar small_fontSize};
font-weight:bold;
}
.pollquestion {
font-size:12px;
}
.pollbuttons {
margin-top: 10px;
}
.pollres {
font-weight: bold;
font-size: 13px;
display: inline-block;
color: #B00;
}
.pollquestionmain {
font-weight: bold;
font-size: 13px;
display: inline-block;
color: #3E3E3E;
}
</style>