Customizing SMF > Theme Site Themes

Skm Night

<< < (2/4) > >>

busterone:
Good looking theme, gonna try it out.  :)

zutzu:
Thank you  guys  ;)

@FFSFFS

you want this?


@soMzE
you want to replace the search for smf, for the search of google?
sorry, I do not speak English

[Lucien]:

--- Quote from: zutzu on January 24, 2011, 11:16:27 AM ---
@soMzE
you want to replace the search for smf, for the search of google?
sorry, I do not speak English


--- End quote ---

Yes please  :D

And can please te ll me how to disable the time and date on top of the header, so that it´s always disappeared?

Thank you very much  :)

rdaruszka:
I've found an issue with this theme, I've been digging through the source trying to fix it but can't for the life of me figure it out.

When you click the link that is supposed to take you to a specific post or the newest post in a thread it doesn't work properly in IE, Chrome or Firefox.  It instead takes you to the first post on the page you are supposed to go to.

Opera properly takes you to the correct post.

rdaruszka:
After much digging I finally found it.

The layout engine for some reason (not saying this is bad just that I don't know why it's true) relies on the <span class="botslice"><span></span></span>

Unfortunately throwing this back in changes the visual look of the theme.  After a bit of hacking about I got it changed to work though.

In the Skm_Night/Display.template.php change the following:

--- Code: ---                                                        </div><div class="clear"></div>
                                                </div>
                                        </div>
                                </div>
                                <hr class="post_separator" />';

--- End code ---

to this:


--- Code: ---                                                        </div><div class="clear"></div>
                                                </div>
                                        </div>
                                        <span class="botslice"><span style="height: 0px;"></span></span>
                                </div>
                                <hr class="post_separator" />';

--- End code ---

The height: 0px keeps it from visually changing the theme, but makes the links pop into the right spots.

There may be a better way to fix this but this one works at least.  I prefer changing it this way instead of changing the css file to 0px because that may be used elsewhere in the theme I am not aware of.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version