Changing the style of the side column

Kein Support auf phpBB Styles direkt!
No support directly to phpBB Styles!

Post Reply

Topic author
MoM
Active Member
Posts: 9
Joined: 15. December 2008 18:28

Changing the style of the side column

Post by MoM »

Hi, I have a problem that I can't solve.
Image

I modified the main_menu_side.html file but the blue frame remains.

Code: Select all

{$LR_BLOCK_H_L}<!-- IF $S_BLOCK_ICON --><img src="{$IMAGE_SRC}" width="{$IMAGE_WIDTH}" height="{$IMAGE_HEIGHT}" alt="" />&nbsp;<!-- ENDIF -->{$TITLE}{$LR_BLOCK_H_R}
<div class="panel bg1 portal-no-margin">
	<div class="portal-centered-content">
        {USERNAME_FULL}<br />
        <!-- IF B3P_AVATAR_IMG -->
            <a href="{U_PROFILE}">{B3P_AVATAR_IMG}</a>
        <!-- ELSEIF $NO_AVATAR_IMG -->
            <a href="{U_PROFILE}"><img src="{T_THEME_PATH}{$NO_AVATAR_IMG}" alt="" /></a>
        <!-- ENDIF -->
        <!-- IF B3P_RANK_TITLE --><br /><span class="gensmall">{B3P_RANK_TITLE}</span><!-- ENDIF -->
        <!-- IF B3P_RANK_IMG --><br />{B3P_RANK_IMG}<!-- ENDIF -->
    </div> 
I added the line <div class = "panel bg1 portal-no-margin">, but the result is not exactly what I want.

I would like the side menus to use the same style as the central column.
Thanks for your help
User avatar

Kirk
Dev
Posts: 1937
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Changing the style of the side column

Post by Kirk »

Hi
Unzip the file and load it to root / ext /
Contains only the adaptation for the acidtech style
In the end "ACP -> General" --> purge cache, it's recommended to purge your browser cache too.
board3_style_acidtech.zip
(5.08 KiB) Downloaded 819 times
Gruß Udo

Topic author
MoM
Active Member
Posts: 9
Joined: 15. December 2008 18:28

Re: Changing the style of the side column

Post by MoM »

Thanks, I solved that problem.
In the central column a blue border appeared on the left of the various sections but I solved by restoring the lines of the file _block_config.html

Original _block_config.html:

Code: Select all

<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item"><dt>' -->
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul>' -->
<!-- DEFINE $C_BLOCK_F_L = ' ' -->
<!-- DEFINE $C_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->

<!-- Config for compact blocks //-->
<!-- DEFINE $CC_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item">' -->
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul>' -->
board3_style_acidtech.zip _block_config.html:

Code: Select all

<!-- Config for the center blocks //-->
<!-- DEFINE $C_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item"><dt>' -->
<!-- DEFINE $C_BLOCK_H_R = '</dt><dd></dd></dl></li></ul><ul class="portal blocks">' -->
<!-- DEFINE $C_BLOCK_F_L = '</ul>' -->
<!-- DEFINE $C_BLOCK_F_R = '</div></div><br class="portal-clear" />' -->

<!-- Config for compact blocks //-->
<!-- DEFINE $CC_BLOCK_H_L = '<div class="forabg" role="row"><div class="inner"><ul class="topiclist"><li class="header"><dl class="row-item">' -->
<!-- DEFINE $CC_BLOCK_H_R = '</dl></li></ul><ul class="portal blocks">' -->
Post Reply

Return to “Styles Support”