QUICK NEWS

{NEW} - A new css video is up.

{OLD} - New video courtesy of Skhilled, Thanks for posting it up.

Video of the moment:


Internal Links

SMF Sites

Quick Info

Cleantek v2.1.3 Released!

Started by Skhilled, Dec 30, 2022, 08:07 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Skhilled

Get it while it's hot! :rgton

EDIT: You can find the latest release and fixes here:

https://github.com/Crip-Zone/Cleantek/releases/tag/Cleantek-213c

Skhilled

#1
Oppps! I forgot to update the theme_info.xml file to v2.1.3!.  :-* Please edit theme_info.xml in your root Cleantek's directory from this:

<?xml version="1.0"?>
<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>smf:cleantek</id>
<!-- The theme's version, please try to use semantic versioning. -->
<version>2.1.2</version>
<!-- Install for, the SMF versions this theme was designed for. Uses the same wildcards used in the packager manager. This field is mandatory. -->
<install for="2.1 - 2.1.99, 2.1.2" />
<!-- Theme name, used purely for aesthetics. -->
<name>CleanTek</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->
<author name="Crip">noreply@jpr62.com</author>
<!-- Website... where to get updates and more information. -->
<website>https://www.jpr62.com/theme/index.php</website>
<!-- Template layers to use, defaults to "html,body". -->
<layers>html,body</layers>
<!-- Templates to load on startup. Default is "index". -->
<templates>index</templates>
<!-- Base this theme off another? Default is blank, or no. It could be "default". -->
<based-on></based-on>
</theme-info>
To this:

<?xml version="1.0"?>
<theme-info xmlns="http://www.simplemachines.org/xml/theme-info" xmlns:smf="http://www.simplemachines.org/">
<!-- For the id, always use something unique - put your name, a colon, and then the package name. -->
<id>smf:cleantek</id>
<!-- The theme's version, please try to use semantic versioning. -->
<version>2.1.3</version>
<!-- Install for, the SMF versions this theme was designed for. Uses the same wildcards used in the packager manager. This field is mandatory. -->
<install for="2.1 - 2.1.99, 2.1.3" />
<!-- Theme name, used purely for aesthetics. -->
<name>CleanTek</name>
<!-- Author: your email address or contact information. The name attribute is optional. -->
<author name="Crip">noreply@jpr62.com</author>
<!-- Website... where to get updates and more information. -->
<website>https://www.jpr62.com/theme/index.php</website>
<!-- Template layers to use, defaults to "html,body". -->
<layers>html,body</layers>
<!-- Templates to load on startup. Default is "index". -->
<templates>index</templates>
<!-- Base this theme off another? Default is blank, or no. It could be "default". -->
<based-on></based-on>
</theme-info>

The first post has been updated. :)

Bigguy

Glad to see it done. Nice work. :)
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Ronald


Skhilled


Skhilled

This has been updated...again. LOL We've fixed a number of small cosmetic issues.

https://www.jpr62.com/theme/index.php?topic=2414.msg15340#msg15340

Bigguy

That's great to hear. I'll give it a go this weekend. :rgton
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Bigguy

I'm sorry. I got side tracked tryin to fix an outer tie rod end on the wifes car. I woulda got it done to if they had sent the right part. Damn crappy tire. I'll install now.
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Bigguy

Your new version is installed. I had to reset everyone back to the default theme so if you all wanna see it hit the "Theme" button in the top right of the menu.
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Bigguy

I think it looks great. Especially the top bar being static....Nice touch. :pbeer
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

lesmond

Little problem with 'All Unread Topics' page! It doesn't l have a line break like other themes....



 should look like this....

The only person who got all his work done by Friday was Robinson Crusoe

Bigguy

Was that done on purpose ? :dontknow
"It's the American dream....cause ya have to be asleep to believe it." - George Carlin

Skhilled

No, it appears to be a screen width or resolution issue. I've set the width in that theme to be much narrower but on here it's much wider. Thanks for the report. :rgton

Skhilled

Here's the fix... Find "#topic_container .lastpost" in index.css and change it to this:

#topic_container .lastpost {
  width: 20%;
  background: transparent;
  display: block;
}

Skhilled

Looking good, Geoff! :)