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.
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?
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)?