This forum is for assistance with theme development.

theming my account page

How I can theme "my account" page?
--
Sharique

PHoto Frame Module Help (where do I add in the class id for the css?)

Hi,

I run a user group for people who use Newtek's lightwave.
I am running drupal 5.1 and several modules. ONe in particular is the photoframe module.
The problem I'm having is I don't know how to change the css correctly.

The author has an example on his website, specifing to just include whatever part you want in div tags with the class name of the frames.

An example is

<div class="photoframe-quote quote-quote">
Hello, I have just installed the Photoframe module on my Drupal site...
</div>"

I added this into the node.tpl.php so it looks like this.

  <div class="photoframe-round-with-white-background">
  <div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
    <?php if ($picture) {print $picture;}?>
    <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?>
    <div class="submitted"><?php print $submitted?></div>
    <div class="taxonomy"><?php print $terms?></div>
    <div class="content"><?php print $content?></div>
    <?php if ($links) { ?><div class="links"><?php print $links?></div><?php }; ?>
  </div>
 </div>

index.html vs index.php

i masked my site with index.html, so i take it off later....to allow people to see my finished site.
currently im trying to just get to the index.php to access and install modules and update and complete the site.
how do i do this?

How to display the workflow status of a node in it's content?

Dear Drupalers,

Could someone tell me how I could show the worflow status of a node within it's content? (And eventually following to the nodetype within the search results)

I guess there is a simple PHP "Print" command to put in my page.tpl.php or in my node-type.tpl.php files, but I don't know how.

Which function to call? May the token.module help me? Will the specific functions to call be different in workflow_ng (I may migrate)?

Many thanks!

Arsène

Simple PHP help needed

I am using the following to print a location:

print theme ('location', $location);

However, I need it to print 'No location entered' if not location is entered. Does anyone know how to do this with PHP?

Contribute to dreamweaver extension wish list

hi,
there is a discussion going on dreamweaver extension
Kindly contribute your ideas here http://drupal.org/node/189472

regards
sherif

Pages

Subscribe with RSS Subscribe to RSS - Theme development