This forum is for assistance with theme development.

Background for preview of post

Looked through the css file for the BlueMarine theme and could not find the line that would allow one to change the background of the preview field that you get when content is posted. Where is this housed in the CSS file?

_smarty_variables

I'm trying to follow the example listed here:
http://drupal.org/node/70249

To that end, I have added this to smartytemplate.php

function  _smarty_variables($hook, $variables) {
 switch($hook) {
	case 'node-flexinode-3' :
		$vars['hallow'] = 'Hello, World!'; 
	break;
	case 'node' :
		$variables['newvar'] = 'new variable';
        	$variables['title'] = 'new title';
        break;
	}
 return $vars;
}

And I've added this to node.tpl

$picture not outputting to blogs or blog teasers...

Why is this? If anyone could clue me in I'd be very grateful... thanks.

I've searched the admin area to make sure pictures in posts were enabled everywhere and here is my node-blog.tpl.php code:
Note: I'm positive the users in question have user pictures. They just aren't being outputted to the node.

About Creating a separate admin theme

About Creating a separate admin theme

http://drupal.org/node/52389

I made two file that name is page-admin.tpl.php and page-login.tpl.php .I wanna jump to ?q=admin derectly when I logined,not jump to ?q=user/1 page. How can I do? very appreciate!

any copyright issue in cloning web-sites layouts?

hi all,

I'm working on a Drupal theme which would be a clone of SourceForge, do you think that this is legal?
I asked SF staff but didn't recieve an answer yet :(

thanks, bye
Maurizio

How can i display the article topic of sub categories at the main category?help me!

How can i display the article topic of sub categories at the main category?help me!

hi!

I created categories like this:

Name Operations

Level 1 edit
-- Level2 edit
---- Level3-1 edit
---- Level3-2 edit
---- Level3-3 edit
---- Level3-4 edit

Pages

Subscribe with RSS Subscribe to RSS - Theme development