bunch of themes i made fromoswd

These themes are SWEET! I'm

bonobo - June 3, 2006 - 05:20

These themes are SWEET!

I'm downloading them right now -- very nice work.

Cheers,

Bill

-------
http://www.funnymonkey.com
Tools for Teachers

You should commit them to

bradlis7 - June 3, 2006 - 05:30

You should commit them to the drupal download system if you want them to be completely visible.

--
Bradlis7.com | Churchofchristnet

How do i do

Shiny - June 3, 2006 - 06:26

How do i do that?

-----
http://coffee.geek.nz

Maintaining a Project Handbook

bradlis7 - June 4, 2006 - 04:46

I think it should be explained at http://drupal.org/node/7765 . The first thing is to apply for cvs access, which is explained in the link.

--
Bradlis7.com | Churchofchristnet

i've tried many times to

Shiny - June 4, 2006 - 06:16

i've tried many times to apply for cvs access, but always the form is broken, or lately, it's telling me my 50character password is too short.
so, i've given up
-------------------------------------------------------
http://coffee.geek.nz

Your cvs application is

sepeck - June 4, 2006 - 18:24

Your cvs application is marked as APPROVED. If you are having an issue then please report against the Drupal infrastructure project as an issue so it can get fixed instead of just stopping your partiticpation. Project module has undergone an overhaul and update in the last few weeks to improve things. And complaining on the forums is more likely to get missed rather than solved.

You can also ask if the right people are online in IRC on #drupal.

-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain

i'm in :-) i used to have

Shiny - June 5, 2006 - 04:16

i'm in :-)
i used to have much cvs foo, but pushed off my brain stack by svn and git foo.....

i've checked in the andreas themes - into drupal-contrib contributions/themes/

but there's already an andreas07 there, so i'll leave that as it is.

i hope it's all goodly.

-------------------------------------------------------
http://coffee.geek.nz

These themes are wonderful.

venkat-rk - June 3, 2006 - 12:04

These themes are wonderful. Thank you sharing this work. I feel some of them are the most beautiful themes drupal has at the moment- example, andreas_06

A couple of requests. And a question

venkat-rk - June 4, 2006 - 03:20

A couple of requests:

1.) Please provide the themes in .tar.gz or .tgz format. It will then be easier to use wget to download the themes directly to a site and then uncompress them with the tar -zxvf command. For some reason, it doesn't work when the extension is .bz2

2.) There are two folders marked CVS inside the theme folder and the image folder respectively. Would be great if you could provide the download without these folders.

The Question:

Are these themes based on phptemplate or any other theme engine?

you just need to change your

Shiny - June 4, 2006 - 06:17

you just need to change your untar command to

tar -jxvf

-------------------------------------------------------
http://coffee.geek.nz

Thanks for that tip! Works

venkat-rk - June 4, 2006 - 17:00

Thanks for that tip! Works great.

can't open on Windows

monjohn - June 7, 2006 - 19:41

I have been using an unzip program on Windows to open tar files. So I am completely at a loss with bz2.

Can you help? I want this theme.

Try 7zip

bhoppe - August 1, 2006 - 02:01

It's free and will open this type of archive. Just go to download.com or softpedia.com and search for it. I like it a lot.

Problem with Andreas06

venkat-rk - June 4, 2006 - 03:23

Andreas06 contains an empty template.php file (no code at all). When I enable the theme, all I get is a blank drupal theme, minus any of the style elements and images, although the css file and the images are present in the theme folder.

delete the template.php - it

Shiny - June 4, 2006 - 06:22

delete the template.php - it should not have been in there.
i've updated the andreas06 to not include that file.
the theme should function once that file is removed.
(you will need the PhpTemplate engine installed)

that was the first theme i ever attempted, sorry if it caused problems...

-------------------------------------------------------
http://coffee.geek.nz

I deleted the template.php

venkat-rk - June 4, 2006 - 17:04

I deleted the template.php file and refreshed the phptemplate cache by visiting ..admin/themes, but the problem continues. I had deleted the cvs folders and entries. Is this because of that, by any chance?

Update: Used the new download for andreas06, but still no go. Since I only use the default phptemplate themes, I am unsure where the problem is.

can you access the php error

Shiny - June 5, 2006 - 02:53

can you access the php error log for your site?
that might give me some clues why it's not working for you.

-------------------------------------------------------
http://coffee.geek.nz

Here is the content of the

venkat-rk - June 5, 2006 - 03:53

Here is the content of the error_log. Hope this helps:

[03-Jun-2006 06:42:03] PHP Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/domain/public_html/472site/includes/database.mysql.inc:120) in /home/domain/public_html/472site/includes/bootstrap.inc on line 750

[03-Jun-2006 06:42:03] PHP Warning: Table 'domain_472site.access' doesn't exist
query: SELECT * FROM access WHERE status = 1 AND type = 'host' AND LOWER('125.22.144.50') LIKE LOWER(mask) in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:03] PHP Warning: Table 'domain_472site.access' doesn't exist
query: SELECT * FROM access WHERE status = 0 AND type = 'host' AND LOWER('125.22.144.50') LIKE LOWER(mask) in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:03] PHP Warning: Table 'domain_472site.cache' doesn't exist
query: SELECT data, created, headers, expire FROM cache WHERE cid = 'variables' in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:03] PHP Warning: Table 'domain_472site.variable' doesn't exist
query: SELECT * FROM variable in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:03] PHP Warning: Table 'domain_472site.cache' doesn't exist
query: LOCK TABLES cache WRITE in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:03] PHP Warning: Table 'domain_472site.cache' doesn't exist
query: UPDATE cache SET data = 'N;', created = 1149331323, expire = 0, headers = '' WHERE cid = 'variables' in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:03] PHP Warning: Table 'domain_472site.url_alias' doesn't exist
query: SELECT COUNT(pid) FROM url_alias in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:04] PHP Warning: Table 'domain_472site.watchdog' doesn't exist query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (0, 'php', 'Cannot modify header information - headers already sent by (output started at /home/domain/public_html/472site/includes/database.mysql.inc:120) in /home/domain/public_html/472site/includes/common.inc on line 139.', 2, '', 'http://domain/472site/', '', '125.22.144.50', 1149331324) in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:04] PHP Warning: Table 'domain_472site.watchdog' doesn't exist
query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (0, 'php', 'Table amp;#039;domain_472site.system' doesn't exist\nquery: SELECT name, filename, throttle, bootstrap FROM system WHERE type = 'module' AND status = 1 ORDER BY weight ASC, filename ASC in /home/domain/public_html/472site/includes/database.mysql.inc on line 120.', 2, '', 'http://domain/472site/', '', '125.22.144.50', 1149331324) in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

[03-Jun-2006 06:42:04] PHP Warning: Table 'domain_472site.watchdog' doesn't exist query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (0, 'php', 'Table amp;#039;domain_472site.system' doesn't exist\nquery: SELECT filename FROM system WHERE name = 'filter' AND type = 'module' in /home/domain/public_html/472site/includes/database.mysql.inc on line 120.', 2, '', 'http://domain/472site/', '', '125.22.144.50', 1149331324) in /home/domain/public_html/472site/includes/database.mysql.inc on line 120

Note that I have replaced my domain name with 'domain' for precaution. I don't have any other problem with the site otherwise. I am logged in as uid1 when changing the themes, so shouldn't be a permission issue either.

Update
Seems to be nothing here. The access and watchdog tables do exist contrary to these error messages.

i don't see how a theme can

Shiny - June 5, 2006 - 04:28

i don't see how a theme can cause those errors.... i'm out of my depth diagnosing this one..

one question: do any other phpTemplate based themes work?
i know you said the default one does.
there's several more to try here:
http://drupal.org/project/Themes

also, the way i try safely out themes (when i don't have a suitable staging server), is to enable the theme, but not make it default. Then set that as the theme for a test user... then login as that test user.

-------------------------------------------------------
http://coffee.geek.nz

Problem solved

venkat-rk - June 9, 2006 - 17:32

ah.. i misunderstood and

Shiny - June 11, 2006 - 01:43

ah.. i misunderstood and thought you were getting completely blank pages - like a php Fatal..

so, the stylesheet was not being found...

i've fixed in CVS and will update those bz2 files

-------------------------------------------------------
http://coffee.geek.nz

just to double check - do

Shiny - June 5, 2006 - 03:13

just to double check - do you have the phpTemplate engine installed?
-------------------------------------------------------
http://coffee.geek.nz

Thanks for replying. Yes, I

venkat-rk - June 5, 2006 - 03:36

Thanks for replying. Yes, I do. In fact, it is the only theme engine installed and I am using only phptemplate based themes.

Same problem with andreas08

venkat-rk - June 4, 2006 - 17:09

Same problem with andreas08 even though it doesn't have a template.php file.

I should note that I've

Shiny - June 5, 2006 - 03:01

I should note that I've tested them in:
drupal 4.7.2
php5
postgresql 8.1
apache2
running on FreeBSD 6.1 stable

-------------------------------------------------------
http://coffee.geek.nz

how do i donwoad these? it says page not found

cattivo - January 17, 2007 - 03:59

Hi, Total newbie in here.
I followed the links and I get to a blank page. Can anyone post/point to clear instructions about how to get these themes.
All in all I find drupal is a kind of secret society.
Mind you, I just disassembled my notebook completely and repaired it, and I can do wonders with software too. It is just that this drupal thing is incredibly confusing and the pages for newbies are not any better.
Sorry, I am just frustrated. Been trying to get a template for ages, have a crapy drupal inoperative site and would lreally like to get this happening and learn.
Any takers?
Cheers

Did anyone download the

azzurro - November 10, 2007 - 14:46

Did anyone download the themes? Because the original author seem to not support or distribute them anymore. Could a kind soul mail me the lazydays theme? Thanks in advance.

 
 

Drupal is a registered trademark of Dries Buytaert.