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

Suppress page title in a body

Greeting,

I would like to have a new node type almost identical to a "Page" with the only exception in that page title doesn't show up in a body of a page. Any suggestions?

Thanks.

Making Blog posts public or private selectable

What might I do to make a module that will allow me to make posts to my blog public or private with each post?

What is would do is it will allow you to choose with each post you make to set the entry private or public.
Sometimes you might want to make a post to express an opinion or idea, so you make it public. Othertimes it's a personal log entry like a personal journal that you might want to keep private permanently, and/or later make it public for people to read.

using alias path to write breadcrumbs ?

Is this possible?

I'm sick of getting the taxonomy page whenever i click on a breadcumb link.

all i want to do is link to the node of the alias in that part of the breadcrum eg

lets say i have a node with the url alias set to overview/enviroment/futureimpacts

id like to generate breadcrumbs based off that alias so that clicking 'environment' in the breadcrumbs points to the node titled environment

About Me Block

Hi All,

I am designing an "about me" block which will contain the avitar, name, location, and bio. The code for this type of block exists here: http://drupal.org/node/20165

 <?php
  if (arg(0)=='blog'){
    $uid = arg(1);
    $account = user_load(array((is_numeric($uid) ? 'uid' : 'name') => $uid, 'status' => 1));
    profile_load_profile(&$account);
    echo("<div align=\"left\">");
    if (isset($account->picture)){
      echo("
        <img style=\"float: left; padding: 2px\" src=\"$account->picture\" height=\"60px\">
      ");
    }
    if (isset($account->realname)){
      echo("
        <b>Name:</b><br>
        $account->realname<br>
      ");
    }
    if (isset($account->country)){
      echo("
        <b>Location:</b><br>
        $account->country<br>
        <br>
      ");
    }
    if (isset($account->biography)){
      echo("
        <br>
        <em>$account->biography</em><br>
        <br>
      ");
    }
    echo("
      </div>
      <div align=\"right\">
      <a href=\"http://www.yourdomainnamehere.com/user/$account->uid\">more</a>
      </div>
    ");
  }
?> 

My problem however, is that info in the about me block is based off which user is viewing the page, not off which user created the page. In other words, if I am looking at my friends blog on the site, his page would show an about me block with MY info in it instead of his.

Cron error

Hello

My aggregator and site search had stopped working after 11/22. I just saw the output of Cron

/bin/sh: line 1: /usr/bin/wget: Permission denied

Any ideas, on how do i resolve this issue. Do I need to get in touch with my WebHost.?

Please help

Thanks
Tk

Solve Access Denied

Hi,

I encounter "Access Denied" for every single page viewing of my own on my Drupal website. I'm the only one who uses the website. It looks like an "Annoymous" user, who is myself after logging in" is accessing forbiden pages.

access denied	2005-11-30 06:44	admin/node denied access. Anonymous	view	details

I'm guessing this is an issue with file permissions, but I'm not as familiar with LAMP or seaver things as I should be. I'd appreciate for your help.

--
Takaaki

Pages

Subscribe with RSS Subscribe to RSS - Post installation