req Next Generation Postbit_Legacy View

INSTALL INSTRUCTIONS:
just import product xml file via product manager

for who will use Orange Postbit Legacy Background
HTML:
.postbit {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #ebebeb; 
background-image: url(images/postbitbg.gif);
background-repeat: repeat-x;
border-top: 1px solid #febb51;
border-right: 2px solid #febb51;
border-left: 1px solid #febb51;
border-bottom: 2px solid #febb51;
margin-bottom: 3px;
}
 
Hi all

I did it myself...

To remove signature bug i did next in post_legacy

Search for:
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->

Remplace for:
<!-- sig -->
<!-- <div> -->
__________________<br />
$post[signature]
<!-- </div> -->
<!-- / sig -->

BerMeJo
 
Back
Top