This forum is for assistance with theme development.

override theming cck output

Hi,

my attempts at correctly theming the separate calendar views (Month, Week, Day) has thus far been a mixed bag and something that seems strangely un-addressed here in the deep knowledge well of the drupal forums.

say i have the cck fields:

field_titel, field_autor, field_institution

and for each of the following calendar views i would like to display one or more of these in different configurations:

extract url from content

Hello,
I need to show a preview of a link inserted into content.
So, in node.tpl.php,
i want, before print $content,
point a thumbnail service, but
i need to search the url into $content (ther is an url in my content)
then use this variabile to point a thumbnail service.

This is an example
http://dev.emcelettronica.com/blog/60
I want the preview have as variable the link into content

Header Not Visible In IE!!!

Guys...I don't know what's going wrong but everything looks great in Firefox. I checked IE to make sure all was well but to my demise...the header was missing. Currently, I am using the Aurora theme. Can someone please help?

Porting a joomla template drupal theme - a simple aproach

create afolder caleed 'mytheme', open the joomla tempate file, you have index.php, an xml file, template.css/php, image foder. copy the image folder, index.php and template.css to 'mythem'

Rename index.php to page.tpl.php and template.css to style.css.

Open the page.tpl.php in your favourite editor. replace as following

Step 1

joomla header

defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$iso = split( '=', _ISO ); echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';


//

if ( $my->id ) { initEditor(); }
mosShowHead();

echo $mosConfig_live_site;/templates/bt_musemix/css/template_css.css" rel="stylesheet" type="text/css" />

Druplal header

// $Id: page.tpl.php,v 1.15 2007/11/04 15:01:39 goba Exp $

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
print $language->language " lang=" print $language->language ">//.

print $head_title
print $head

How to get rid of the border beneath tables in de calendar mini-view

Hi all,

I only recently started using drupal, but I already love it's possibilities. Although it looked a bit overwhelming at first, I finally found how to theme it.

There is however a small problem with the mini-view from the calendar module. Although I put every css-property I could find on border:none, it still displays a grey border beneath each table (being the header and the actual calendar), and I come to find that quite anoying. Does anyone know where that line comes from and how I can hide it?

thnx!
mrVazil

<?php if ($breadcrumb): print $breadcrumb; endif; ?> Vs <?php print $breadcrumb ?>

hi all,
I did not understant the differnce between the above.
please help

sherif

Pages

Subscribe with RSS Subscribe to RSS - Theme development