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

CCK - No paragraph breaks?

Please forgive me -- I'm new to Drupal and still on a learning curve, so if I haven't included all the information here needed to troubleshoot, please let me know what's missing and I'll do my best to include it.

I've just installed CCK and am trying to configure it to work with my data. Much of my data consists of multiple paragraphs. Ideally, I'd like a large field to paste the data into (much like the body text of a forum post), but I can't figure out how to edit the format of the input pages for my new node type.

Problems with i18n

Hi,

i am creating a website and i would like to publish it also in english...right now the site is just in german.
I installed the i18n module as described in the install.txt and everything seemed to work...

Now i tried to translate the german site to english with the translate tab...i could generate the site, but the language only changes for the active page. I also changed other pages, but these are still in german when i open them in the english mode.
i although cant change the german menu into english...

Did i forget something to activate?

_Get link gets garbled

Hi,

I'm trying to build my b2b site on Drupal. So far so good.
I made a nice form to which I want to link from my blog items.

This link should contain the title of the blog I put the link under and in the form I do use "get" to display the variable.

But somehow all my attempts get their urls mashed up. Anybody know how I could prevent this?

How do you display blocks based on the number of secondary links?

I want to display a block containing a default message if no secondary links are available. How would I go about doing this?

I tried inserting the following into 'Page specific visibility settings' for my special block:

[code]<?php
global $secondary_links;

if (isset($primary_links)) {
return FALSE;
} else {
return TRUE;
}[/code]

But this did not work. Any ideas on how to make sure the block only appears if there are no secondary links available for the page displayed?

Block information lost on switching between themes

I have noticed in 4.7 (right from 4.7.0 to 4.7.2) that if you configure/enable blocks in one theme and switch to another, they are not carried over. Either they get disabled at admin>>block and I have to enable them again or they are enabled but do not display.

Examples are, switching from B7 to Bluemarine and vice versa and switching between, say fancy or slash to andreas09.

Is this normal behaviour or a bug for which I should raise an issue? If the latter, should this be a theme issue or against drupal base system?

How to get output like this?

Hello,

I am using drupal. While configuring drupal for Hindi language, I need to add some stylesheet and javascripts to be added everytime webpage loaded. these files are in dev folder on server.

now this is my webpage's head reagen as below ->

<head>
  <title>Neel  | Neels world</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="all">@import "/forum/misc/drupal.css";</style><link rel="shortcut icon" href="/forum/misc/favicon.ico" type="image/x-icon" />
  <style type="text/css" media="all">@import "/forum/themes/bluemarine/style.css";</style>  <script type="text/javascript"> </script>
</head>

but I want it like this ->



मनोगत | आस्वाद विवाद संवाद

@import "/misc/drupal.css"; .recipe .row { margin-bottom: .3em; } .recipe .label { padding-right: 5px; font-weight: bold; float: left; } .recipe .notes { clear: both; padding-left: 10px; padding-top: 5px; } .recipe .ingredients {}

Pages

Subscribe with RSS Subscribe to RSS - Post installation