This forum is for assistance with theme development.

phptemplate_node_form not working for node edit

I looked everywhere and there are just half baked answers which don't apply or code which doesn't work.

I renamed my Story content type to article

I can theme the create new article fine, it is just editing it

if ((arg(0) == 'node') && (arg(2) == 'edit')) {
$node = node_load(array('nid' => arg(1)));
if ( $node->type == 'article' ) {
function phptemplate_node_form($form) {
return _phptemplate_callback('article_edit', array('user' => $user, 'form' => $form));
}
}
}

adding content top in garland

I want to add content top in garland theme. How I can do this?
---------
Sharique uddin Ahmed Farooqui

Developing a custom theme?

Hi guys, just new here and have little experience with software such as drupal. I just finished off the design of my website in Dreamweaver using just html and iframes. I'm finding it time consuming creating content on separate pages then having to update each section of the website it's linked to hence why I'm interested in content management software like drupal.

This is my site here: http://www.akolang.co.uk/home.htm

Modify the HTML output of $sidebar_left or any other variable

I'm currently modifying a the Blue Breeze Theme for my site and I would like to change the look of the sidebar.


Right now the output HTML looks something like this:

Adding Custom Configuration Options for Blocks

Hi everyone, I'm pretty new to Drupal and I have been baffled by the whole system. It's powerful yet confusing at times. Anyway, I don't really know if my question falls under the "modules" or the "theme" section so I'll post here anyway.

changes Barron theme

Hello i would like to know how can i change the primary links in Barrow, I'd like to bring under the red line and not over it.

thanks.

oskar calvo

Pages

Subscribe with RSS Subscribe to RSS - Theme development