By brucewhealtonjr on
Does anyone know if Artisteer generated themes will work with Drupal 7?
I'm a bit new to drupal theming. So I don't know if what I learn for developing themes for drupal 6 will apply to drupal 7.
Thanks,
Bruce
Does anyone know if Artisteer generated themes will work with Drupal 7?
I'm a bit new to drupal theming. So I don't know if what I learn for developing themes for drupal 6 will apply to drupal 7.
Thanks,
Bruce
Comments
nope...
Any theme (or module) made for Drupal 6 wont work in Drupal 7 without changing the code. Here's what has to be done to upgrade themes to Drupal 7 - http://drupal.org/update/theme/6/7
~silverwing
nope again
http://www.artisteer.com/?post_id=138858&p=forum_post
============
Drupal Core Maintainer for "Out of the Box" Initiative.
Artisteer / Drupal 7 - RDFa
Anyone knows if Artisteer supports RDFa in Drupal 7..?
Artisteer / Drupal 7 support
I talked to the company that made Artisteer about this, they said Drupal 7 support is being worked on but won't be released while Drupal 7 is still in Beta...
I mentioned D7CX to them, hopefully they'll release on the day Drupal 7 is out, that'd be nice! =)
-Myke
Artisteer said it will when
Artisteer said it will when Drupal 7 is officially released. At least that what they answered me before I purchased it.
Artisteer for Drupal 7?
I'm trying to find out if Artisteer will work for Drupal 7 yet? ty
Artisteer for Drupal 7
Drupal 7 and Joomla 1.6 are supported in Artisteer 2.6 and 3.0 versions: http://www.artisteer.com/?p=news
yes
the 3.0 or later version work very well with Drupal 7
Drupal 7 themes
Hi
I'm using Artisteer 3.0, but my themes aren't working in Drupal 7!
They work with no problem in Drupal 6, but I don't like this version, I want use 7.
I didn't find a button or something like to change from 6-themes to 7-themes!
Does anyone of you have a tip or a solution?
Kind regards
Pascal
When exporting
When exporting it asks you Drupal 5/6 OR Drupal 7. Choose Drupal 7 here.
============
Drupal Core Maintainer for "Out of the Box" Initiative.
with version ? i didn't see
with version ?
i didn't see any export option
Read teh Drupal Doc on Artisteer.com
http://www.artisteer.com/?p=drupal_themes
It's at point 4 on that page.
============
Drupal Core Maintainer for "Out of the Box" Initiative.
Fix for Artisteer 3 and Drupal 7
White page or nothing appears on Drupal 7 with Artisteer 3
Artisteer theme not working on Drupal 7
(I use the Mac version)
The solution is posted on this forum:
http://www.artisteer.com/?post_id=197790&p=forum_post&forum_id=22
I copied this from that forum:
I had the same problem. For me, I changed line 43 of the generated template.php file from:
return 'dir="'..'"';
to
return 'dir=".."';
and it worked fine.
nice
thanc you. good info.