Lots of changes, this time, so we opted to call it version 1.1. As always, a detailed list of changes is available in the changelog.
This release has a number of major changes. If you’re upgrading from an older Tarski install, we recommend deleting the entire contents of the old folder and installing a fresh copy of 1.1.
New Header
Ben did a new header, Coffee Rings, and we’ve added a blank header image for those who prefer a minimal look.
Theme Hooks
One of the biggest problems people seem to run into with Tarski and other themes is the necessity of editing theme files to add content to areas of the theme. This causes upgrades to be a substantial pain in the ass for users, as well as making support more difficult for theme authors.
We’re trying out a solution to this problem with Tarski’s new theme hooks. Using a single file, constants.php, code can be added to the theme without losing it when updating to the next version. Take a look at the documentation for more information.
As an example of this, our Mint stats tracker JavaScript for this site is added via the headerInclude hook.
Alternate Styles
Having seen some of the nifty tweaks to the theme, we figured it was time to make tweaking the CSS easier. The options pane now supports alternate styles, which can be used to tweak and override the default stylesheet. For example, this site is now running the polar.css style.
Tarski now ships with several alternate styles, and you can make your own by just uploading them to wp-content/themes/tarski/styles/. Got a nifty alternate style? Please do share yours with us – we may include it in the next version!
Asides
We’ve added an implementation of Matt’s Asides that draws on K2′s implementation as well. Just select a post category in your theme options and away you go.
Tags: 1.1, alternate styles, Asides, download, headers, release, theme hooks
-
Pingback from Tarski · WordPress 2.0.2 on March 20, 2006 at 2:24 am
-
Trackback from ceejayoz.com on March 20, 2006 at 2:59 am
-
No I wasn’t putting it in the constant file. I was just putting it in the loop, I just can’t get the conditional statement right that tells it to only show if it’s a single post. Otherwise, (like right now) it displays on the homepage as well as on the single post…
Yeah, I have no idea. That bullet appeared after the upgrade.
Also, I am using the del.icio.us javascript to get my links. Before, it would bullet it the list with the Tarski bullets, now it doesn’t…
-
Pingback from ionfish · Tarski Header Requirements Analysis on March 20, 2006 at 10:25 pm
-
I really like this theme – I’ll be using it for a blog I’m preparing at the moment.
I have a few suggestions, though, that I’m not able to implement myself:
1) Tarski supports the Universal Tag Warrior-plugin, which has a cool Tag Search-template. That specific template, though, doesn’t integrate very well with Tarski, as far as I can see. IMHO it would be nice with a Search link on the frontpage which led to a Search page with two sections: The standard text-search box at the top and the UTW Tag search feature below.
2) By not writing an About text for the footer, nothing will show up there. Great. But I would like to be able to also exclude the Search box and the Recent articles block from the footer (leaving only the Theme-info part).
3) Finally, is it possible to put a short version of the Recent articles in the sidebar (only headers, i.e.)?
Again: This is not meant to be ungrateful, just suggestions for at great theme from a php-illiterate ;-)
-
Hi again!
I’ve found a problem using your recommended plugin, skippy gravatars. In the creator’s site Skippy don’t mention how to install it in tarski, so i ask here thinking you know how.
1) I don’t know where to place this code into my style.css
.gravatar {
float:left;
padding: 3px;
border: 1px solid #000;
background: #fff;
}.postgrav {
float: left;
padding: 3px;
margin-right: 5px;
margin-left: 5px;
border: 1px solid #000;
background: #fff;
}2) I don’t know what code must i insert in my comments.php, cause Skippy says in his site that we could use his own comments.php, and i don’t like that idea.
I ask here cause while i was looking for a good answer in the comments for the plugin, I’ve found that Skippy says that he doesn’t know much about php :(
Sorry for the inconveniences, and thanks again.
-
Really love the theme I have been playing around with it on my test server and figured out how to setup a couple of plugins in the constants.php file. Love that idea by the way. What I am trying to do is add another title for my Random Photo. I cannot get it to work All I get is the first title. Also is it possible to add a space under each of these elements so that they are spaced out on the sidebar.
// $sidebarTopInclude will be added to the very top of the sidebar block.
$sidebarTopInclude = Family Guy Quotes
SIDEBARTOPINCLUDE;
ob_start();
quoteMe() ;
print g2_sidebarimageblock();
$sidebarTopInclude = $sidebarTopInclude . ob_get_contents();
ob_end_clean();Any guidance is appreciated. Thanks
-
El Desviado, iHostFree.com is a great free webhost, I know from personal experience.
Anthony, I’m gonna go out on a limb and say include the break tag,
wherever you need a break…Now, I have a question…
Can you set divs in the hook file? It doesn’t seem to work for me.
I still can’t solve that stray bullet issue.
And, I love this theme… if I can help you guys in any way, let me know… -
Ok… yes you can set divs in the hook file, I was just being stupid. I fixed my issue with the linkblog by setting a custom div that just set the ul style to “disc”, if anyone was interested…
That stray bullet is killing me… It’s something in the theme file itself, I believe… Any ideas? I’ll investigate more tomorrow to see if I can find the culprit…
And have you ever thought about setting up a support forum?
-
I’m very new with WordPress, so I’m sorry in advance for saying anything too obtuse.
Using Tarski out of the box, the subscribe to feed button is linking to http://www.arksark.org/blog/feed/ which comes up as a 404. There’s no /feed/ directory.
I’ve been advised to change that hard link to http://www.arksark.org/blog/?feed=rss2 which does indeed work fine.
Is Tarski assuming I have a particular RSS plugin, or other non-standard set-up, or is my WordPress 2.0.2 install at fault?
Thanks!
-
Hi!
Thanks for the answer to my suggestions above. I fully agree with your wish for “flexibility, but not at the expense of the soul of the theme”.
Another thing: I have tried to add a page template for my links in Tarski. To some degree successfully, but …
I would like the header (Links) to look like the word ‘Archives’ on the Archives page, and the link categories to look like ‘Monthly archives’ on the Archives page.
Could you reveal how to do that? Thanks.
-
Oops – that did not work…
I’ll try again:
But as far as I can see on wordpress.org, where I have found the php-code, that gets the links list
< ?php get_links_list(); ?>, it automatically formats the categories as…
I have placed it inside a
copied from the archives page – is that OK?was what I tried to say…
-
Thank you – again.
And excuse me for being stupid, but …
My category ‘Blogroll’ is empty, and I can’t delete it. Anyway, it’s still visible on my Links page. How do I avoid the title of empty categories to be listed?
And how do I get the leading between ‘Links’ and the first category title to be the same as on the Archives page between ‘Archives’ and ‘Monthly archives’?
Soon, I’ll concentrate on my content and be quiet ;-)
-
Pingback from Tarski · Alternate Styles with Tarski on March 25, 2006 at 9:53 pm
-
Pingback from Tarski · 1.1.1 Release on March 26, 2006 at 11:14 pm
Comments are now closed.

47 comments