The file and code for widening poll block

Hi! I've searched the forums for the right code and file for widening the actual border/block for the front page user poll display. Haven't had any luck though. I've found the right code for widening the text, but not the border.

If you know the proper file and line/code would you please let me know?

Thanks!

Quote · 3 Aug 2009

Hi! I've searched the forums for the right code and file for widening the actual border/block for the front page user poll display. Haven't had any luck though. I've found the right code for widening the text, but not the border.

If you know the proper file and line/code would you please let me know?

Thanks!

Open file templates/base/scripts/BxBaseIndex.php

Find function getBlockCode_ProfilePoll()

and this code:

<div class="blog_block">
<div class="icon_block">
{$sPic}
</div>
<div class="blog_wrapper_n" style="width:80%;border:1px dashed #CCCCCC;">
<div class="blog_subject_n">
<a href="{$sNickName}" class="bottom_text">
{$sNickName}
</a>
</div>
<div class="blogSnippet">
{$sPoll}
</div>
</div>
</div>
<div class="clear_both"></div>


Edit this line <div class="blog_wrapper_n" style="width:80%;border:1px dashed #CCCCCC;">

Quote · 3 Aug 2009

Hi okweb - thanks so much, I'm going to try this right now.

Gotta tell you, I'm so glad I asked; I wasn't even close lol!

Quote · 3 Aug 2009

Perfect - thanks so much okweb!

Quote · 3 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.