This forum is for assistance with theme development.

! can't login to theme manager

Hey,

I am using the 5.x version of Drupal and made a mistake whene I installed a template called "Internet Center". Actually the theme isn't fit for the 5.x version, so what happened, I changed my theme to it, and now I can no longer edit my in my 'theme manager'

You see it doesn't go well for my website: http://www.gruitrode.net/site

The error is : "
Fatal error: Call to undefined function: form_render() in /home/httpd/vhosts/gruitrode.net/httpdocs/site/themes/internet_center/template.php on line 93"

Date

Hi!

I have modified a theme to include the current date.
I use the php getdate() function.

Everything works fine, but it's really annoying that sometimes I see the last day instead of today.
This is because Drupal has cached the page (I have normal caching enabled).

How can I force Drupal to recalculate the day every new day.
I still would like to use tha caching feature.

Thanks.

Here is my PHP code:

Zen layout.css with 2 columns

Hi,

I'm pretty new with css and trying to make the Zen layout.css appear with 2 columns, yet have the right sidebar at 340px instead of 210px. Every time I change the css the right sidebar drops down below center panel.

In code below, the right sidebar is 340px (which is great), but the content (container?) is still 210px. When I change the 210px, the panel drops below.

I do not want the left sidebar ...

Please, how would I alter the code to make this work?

#container {
margin: 0 auto;
/*padding: 0 20px;*/
max-width: 1270px;
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.both-sidebars {
/*min-width: 980px;*/
}
/* With 2 columsn, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
/*min-width: 780px;*/
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#main {
float: left;
width: 100%;
}

/* So we move the #main container over the sidebars to compensate */
body.sidebar-left #main,
body.both-sidebars #main {
margin-left: -210px;
}
body.sidebar-right #main,
body.both-sidebars #main {
margin-right: -210px;
}

#squeeze {
position: relative;
padding: 0 1em;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze,
body.both-sidebars #squeeze {

Custom Node Template

How do I do this

http://www.mgroupnyc.com/currently-available-listings-213-west-85th-stre...

I am working on a website and would love to do the above

CCK Input fields different sizes in views and form input

hey all
I have a question and im kinda stuck, so sorry if this is something simple.

I have a custom set of exposed filters and a custom node submit form. All good and all works!! Yay!

but theres a problem!

Im editing the Blix template and i only have one width set for input text. So say if i make it 400px wide-to take the node title- then my exposed views are all over the place as even a input field that needs only a few letters is 400px wide!

Simple Fluid CSS Tabeless Theme : where to start

Hi, I'm new to drupal & have installed version 5.
I've been messing around with the themes & am looking for one to start out for my own theme.
I'm fine with CSS & graphics, but useless with php.
So, I'm looking for suggestions as to which theme will be the easiest to start modifying.
I've tried messing around with a few, but so far only managed to work out a bit of the bluemarine theme.
Here's what I've managed so far :
http://www.poison-gas.com/gm/

Pages

Subscribe with RSS Subscribe to RSS - Theme development