News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[4434]Messageindex with no childboards & description

Started by Matthew K., September 14, 2010, 11:09:49 PM

Previous topic - Next topic

Matthew K.

I think this has probably been covered...but I wanted to post a resolution in case it hadn't.

Here's a screenshot: http://prntscr.com/wkw8

The resolution I came up with...
./Themes/default/Messageindex.template.php
Code (Find) Select

if (!empty($options['show_board_desc']) && $context['description'] != '')
echo '
<p class="description">', $context['description'], '</p>';

Code (Resolution) Select

if (!empty($options['show_board_desc']) && $context['description'] != '')
echo '
<p class="description" style="margin-top: 0px;">', $context['description'], '</p>';

Akyhne


Matthew K.

It's definitely not browser specific.

I tested it with FireFox, Flock, Google Chrome, Safari, Opera, Internet Explorer.

Akyhne

I just don't have the issue, neither here or in any SMF 2 forum (any browser).

Joker™

Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Matthew K.

Ah, there it is. I thought it was reported somewhere but I couldn't find it.

Advertisement: