Hello, can you share a screen please?
I don't have this problem, do you have changed the code for your userBanner class ?View attachment 238753
So
Actually, now that I look at it, option #1 would be better.
- increasing the width to match the standard XF banners would work; or
- centering the TPM banner - it looks awkward currently.
No. This is XF 2.2.1 currently but I believe it was also an issue with the recent 2.1.x versions.I don't have this problem, do you have changed the code for your userBanner class ?
Can I have the link to see your board please? Via PM if you wantNo. This is XF 2.2.1 currently but I believe it was also an issue with the recent 2.1.x versions.
See https://localsearchforum.com/threads/the-value-of-a-blog-on-a-website-for-local-seo.56981/ - last postCan I have the link to see your board please? Via PM if you want
Problem from your CSS in your userBanner class : http://prntscr.com/vaycdy
.userBanner.userBanner--tpm {
display: block;
margin-top: 3px;
}
Perfect. That worked!Hello,
In the extra.less, you can add this :
CSS:.userBanner.userBanner--tpm { display: block; margin-top: 3px; }
Regards, CRUEL-MODZ
Hello,
In the extra.less, you can add this :
CSS:.userBanner.userBanner--tpm { display: block; margin-top: 3px; }
Regards, CRUEL-MODZ
$class = $this->processAttributeToRaw($attributes, 'class', ' %s', true);
$res .= "<{$tag} class=\"userBanner userBanner--tpm\"><span class=\"userBanner-before\"></span><strong>{$tpm}</strong><span class=\"userBanner-after\"></span></{$tag}>";
$res .= "<{$tag} class=\"userBanner userBanner--tpm {$class}\"><span class=\"userBanner-before\"></span><strong>{$tpm}</strong><span class=\"userBanner-after\"></span></{$tag}>";
I've found a bug in the SQL for TPM2 that it uses to counts posts. This results in higher TPM2 post counts, resulting in incorrect and bloated post counts.
AND
thread.discussion_state = 'visible'
@media (min-width: calc(@xf-responsiveMedium + 1px)) {
.message-userDetails .userBanner.userBanner--tpm {
display: block;
margin-top: 3px;
}
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.