Customizing SMF > Theme Site Themes

Skm Night

<< < (3/4) > >>

zutzu:
thanks for report..  ;)

For the fix error, find and remove  in Display.templat.php

--- Code: --- // Show the message anchor and a "new" anchor if this message is new.
if ($message['id'] != $context['first_message'])
echo '
<a id="msg', $message['id'], '"></a>', $message['first_new'] ? '<a id="new"></a>' : '';
--- End code ---

find:

--- Code: --- <div class="date_post"><div>', $message['time'], '</div><span>', !empty($message['counter']) ? $txt['reply_noun'] . ' #' . $message['counter'] : '', '</span> </div>';
--- End code ---

and add after:

--- Code: --- // Show the message anchor and a "new" anchor if this message is new.
if ($message['id'] != $context['first_message'])
echo '
<a id="msg', $message['id'], '"></a>', $message['first_new'] ? '<a id="new"></a>' : '';
--- End code ---


the packages has been updated, thank you  :)


rdaruszka:
Your fix looks to be better than mine, but seeing as I already got mine working and have started mucking about with other things, I'll probably just keep mine the way it is :D

-=[Vyorel]=-:
It's compatible whit SMF 2.0 RC5?

zutzu:
Updated to SMF 2 RC5

ScottyTooHotty:

--- Quote from: FFSFFS on January 19, 2011, 11:08:22 PM ---Awesome theme; just one issue, on the board index where it displays "new post by user in topic on date", when the post is from that day, the statistics spread out over more lines then it should, fattening up the board index.

for example,

Last post
 by The[Knight]
in Re: Forum Looks
on
Today
 at 10:00:24 PM

compared to;
Last post
 by kEv
in Re: Lax?
on May 01, 2010, 08:37:56 AM


Not sure if I can edit this myself, if I can, please tell me how. Otherwise amazing theme.

--- End quote ---

This is the same problem I have. The date seems to spread itself out over 3 lines instead of just the one if the last post was yesterday or today. I have attached a screenshot showing both the normal way (the top one) and the way it looks when the posts say today or yesterday (the bottom one).

Am happy to fix this myself if you could let me know where to locate this

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version