Page 1 of 1

Absolution: Empty white fields

Posted: 13. October 2010 20:12
by fnys
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Basic Knowledge

PHP Version: 3.0.7-PL1
MySQL Version: 5.1.51-community MySQL Community Server

What have you done before the problem was there?
got the problem directly after installing the style

What have you already tryed to solve the problem?
nothing

Description and Message
I got empty, white fields in some of my blocks in the absolution style:
Image
It's just this 4 blocks and it seems like I get this empty, white field in all blocks that ends with a link.

Anyone got a clue?

Re: Absolution: "Last post" placed in the wrong place

Posted: 13. October 2010 22:27
by archivar
Hi,
just try this method:
replace the contents of root/styles/absolution/template/portal/_block_config.html:

Code: Select all

<!--version $Id: _block_config.html v1.0.6 adapted by: archivar $ //-->
<!-- Config for the left and right blocks //-->
<!-- DEFINE $LR_BLOCK_H_L = '<div class="panel bg2"><div class="inner"><span class="corners-top"><span></span></span><h3>' -->
<!-- DEFINE $LR_BLOCK_H_R = '</h3>' -->
<!-- DEFINE $LR_BLOCK_F_L = '' -->
<!-- DEFINE $LR_BLOCK_F_R = '<span class="corners-bottom"><span></span></span></div></div><br style="clear:both" />' -->

<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="inner"><ul class="topiclist"><li class="header"><div class="custom-cat-header"><div class="custom-cat-header-left"><dl class="icon"><div class="custom-cat-header-right"></div><dt><div style="margin-left: 10px; margin-top: 4px; width: 250px;">' -->   
<!-- DEFINE $C_BLOCK_H_R = '</div></dt></dl></div></div></li></ul><div class="custom-row"><ul class="topiclist forums">' -->
<!-- DEFINE $C_BLOCK_F_L = '' -->
<!-- DEFINE $C_BLOCK_F_R = '</ul></div><div class="custom-foot"><div class="custom-foot-right"></div></div></div><br style="clear:both" />' -->

<!-- Images-URL //-->
<!-- DEFINE $NO_AVATAR_IMG = '/images/no_avatar.gif' -->

<!-- Vertical distance between left/right and center Blocks -->
<!-- DEFINE $BLOCK_DISTANCE = '10px' -->

<!-- show Icons in left/right Blocks? 0=no 1=yes -->
<!-- DEFINE $S_BLOCK_ICON = 1 -->

<!-- postbody top (default 1 by prosilver) 0=no 1=yes -->
<!-- DEFINE $S_POSTBODY_TOP = 1 -->

<!-- override the column width settings of the ACP for this style? 0=no 1=yes -->
<!-- DEFINE $S_COLUMNS_WIDTH_OVERRIDE = 0 -->

<!-- override the column width settings of the ACP - set the width if enabled -->
<!-- DEFINE $PORTAL_LEFT_COLUMN_OVERRIDE = '200' -->
<!-- DEFINE $PORTAL_RIGHT_COLUMN_OVERRIDE = '200' -->
A better solution, I currently do not have.
In order to see the right and left blocks is different

Re: Absolution: "Last post" placed in the wrong place

Posted: 16. October 2010 00:43
by fnys
It worked very well, thank you!