ceejayoz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: wordpress pathsUse something like:
<?php echo get_bloginfo('template_directory'); ?>/js/file.jsThat way, if someone renames the theme folder, or has the theme installed in a subdirectory, it’ll still work.
Forum: Themes and Templates
In reply to: Theme licensingrebanyo is correct that themes link and use lots of internal WordPress functions, which make them linked under the GPL and subject to being a GPL-compatible license.
Not a problem for me – Tarski is GPL – but perhaps this should be stated somewhere slightly more prominent on WordPress.org? There are hundreds of non-GPL themes out there, and you just said they’re effectively illegal.
Forum: Themes and Templates
In reply to: Theme licensingI’d say no, it’s not a violation.
http://en.wikipedia.org/wiki/Derivative_work#Derivative_work_of_software
If the original software was designed to accept plug-ins or drivers using a defined mechanism, such a driver or plug-in does not form a derived work.
I’d say “designed to accept plug-ins” is the key bit here. Themes plug-in to the WordPress code without necessarily using any of it – they can just use the API.
Forum: Themes and Templates
In reply to: Letter to Theme Designers / Tarski 1.1.3Well, the stuff I posted doesn’t require much coding knowledge, and I’m working on example code for the stuff that does.
One of the commenters even posted an easy functions.php maker which seems very, very nice. Worth looking into…
Forum: Themes and Templates
In reply to: New Theme – TarskiJust thought I’d mention that the choosing of the asides category is a nifty feature we picked up from K2. 🙂
Forum: Themes and Templates
In reply to: New Theme – TarskiWe’ve released version 1.1 of Tarski, with some major changes including theme hooks, alternate CSS style support, and asides.
Forum: Themes and Templates
In reply to: New Theme – TarskiGood idea, marke1, thanks. We’ll add that to the next release.
Forum: Themes and Templates
In reply to: New Theme – TarskiSo 2.0.2 is going to break backwards compatibility for that bit of code? Interesting… I’ll have to play around with a new install of WP and see it in action. Thanks for the info!
Forum: Themes and Templates
In reply to: New Theme – TarskiSorry, alsoevso, my mistake. That should be fixed now.
Forum: Themes and Templates
In reply to: New Theme – Tarskisadish, that one’s my fault. We’ll release a fix soon, however, if you want to fix it real quick:
edit loop.php, line 45, to say:
<?php if(function_exists("is_tag")) { if(is_tag()) { ?>and line 50 to say:
<?php } } ?>