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

How can I add extra text/buttons to blog.module/add blog screen?

Hi,

I am looking for a solution to the following "problem":
I want my visitors to be able to insert images that are attached to the current blog post.
Let's say there are 3 images. I would like to have 3 buttons, all with different links. Since I am using the inline module (which works nice!), I'd like the 3 buttons to add text in the main textarea which holds the story. When the visitors clicks on a button, the text "[inline:X]" should be inserted where X stands for the corresponding image (1-3 in this example).

PHP snippet shows non-published nodes

This php snippet displays the unpublished nodes as-well, how do I make it so that it only shows the published nodes?

Is this what I have to add? If yes, where exactly?

not show users content on frontpage

I have my site and I am trying to make it so that users can have there own blogs but that there content doesn't get posted to the frontpage how would I accomplish that?
http://www.myuah.com/new/
~Simon

splitted navigation

Hi!

I'm just exploring Drupal, it's very different than other CMS. But I think I like it! It's not only a great system, it has also great modules! :-)

But one probleme stays for me: How can I duplicate the existing navigation from my page? have a look at http://www.colorful-sky.de/, it's german, but you may choose a english version too, but that doesn't matter at all! ;-)

On the top, there is a first level navigation, and depending on which part of the side you browse, on the left is a subnavigation.

How do I show attachment file outside the content area in a node?

Hello!

I'm having some difficulties to change this behavior in Drupal.

I'm using the upload module.
So, I upload, for example, a loremipsum.pdf in a specific node.
The link to the loremipsum.pdf will be displayed with its content when I show this specific node.

But I don't want that default "Attachment/Size" link following the content of the node.
I want the link of this attachment in another part of the layout, in another

<code> not working

Hi all,

I'm using Drupal in my Scheme site and I have some scheme code that should be correctly arranged by < code > but it is not. Although I have in the source:

(define (fact n)
   (if (= n 1)
       1
       (* n (fact (- n 1)))))

In my page it shows up incorrectly. But you can see it's ok in the sources:
http://sat.inesc-id.pt/~pocm/scheme_portal/?q=node/23

Pages

Subscribe with RSS Subscribe to RSS - Post installation