Drupal is up and running but how do I ...?

Image galleries, 2 sites 2 differents behaviour

I installed Drupal and got many installations but have an image.module problem:

I can't understand why, in same Drupal installation, with image.module, in A site I get "Image galleries" terms equal (correspond) to "image galleries" and in B site are different

I mean that if in A site I add a new gallery (/admin/image/add) called "My Gallery" it appears in Taxonomy too, if I do the same in B site and add "My Gallery" via /admin/image/add it doesn't appear in Taxonomy.. any idea?

CRON.PHP refuses to run/complete via schedule.. runs fine manually

Seems like my Drupal is falling apart lately.. I have several problems i've posted (none of which have any replies yet..hint hint..) - here is my newest problem - maybe it's simple enough that someone can help.

My scheduled cron.php jobs stopped running - or at least stopped updating "cron completed" in the watchdog.

How do I display modules 1 by 1 in CCK? e.g. how would i call the display function

My question is how do i find out specifically what print $content brings back. In other words, I have cck and I need to format my teaser so that nodevote is displayed in the teaser but i dont know how to call the function in my teaser. My code right now is this:

if ($page == 0) {
   
if ($sticky) { print " sticky"; } if (!$status) { print " node-unpublished"; } ">

 if ($picture) {
      print $picture;
    }

if ($page == 0) {

print $node_url"> print $title

};

            print 'Submitted by ' . theme('username', $node) . ' on ' . format_date($node->created, 'custom', 'm/d/y') . ' at ' . format_date($node->created, 'custom', 'h:i a');
            if ($terms) {
                print ' | Tags: ' . $terms;
            }  

print $teaser = substr($field_body[0]['value'], 0, 400)

» href=" print $node_url ">read more | print $links


} else {
   
if ($sticky) { print " sticky"; } if (!$status) { print " node-unpublished"; } ">

 if ($picture) {
      print $picture;
    }

checking login status and changing menu?

ok - on my site - i have links for register and login -- if the user is already logged in i would like it to say "johns place" or something or maybe just "my page" -- is this possible? if so, how?

the menu options are currently in the secondary menu.

thankyou,
allen

How to edit "Page Not Found"s?

I am curious what is the best way to add content or modify the "Page Not Found" pages, so as to offer something to the user even though the site page is not found. Any help appreciated. Thanks. -Ivan

BBCode and Quicktags. How?

Hi all,

I've been trying to get quicktags to work with BBCode (or vice versa) but can't find any documentation on how to do this.

Any advice?

Cheers,
Ken

Pages

Subscribe with RSS Subscribe to RSS - Post installation