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

Changing Where Blocks Display Based on Node Type

I was wondering if there was an easy way (probably not, I know) to change where a block displays based on node type?

For example, I want the "Recent Blog Posts" block to display on all nodes. However, whether I want to display the node on the right or the left depends on what node I'm looking at.

Help Enabling Clean URLs?

I recently installed 4.7.2 in a new domain on bluehost. I went to enable clean URLs and got a 404 screen when trying to access tburgnews.com/admin/settings. I have RewriteEngine on. My domain is an addon domain, meaning it is a subdirectory of my main account. Enabling RewriteBase / makes no difference. The Bluehost support people only suggest asking the Drupal community for help.

Here are the relevant sections of my .htaccess file (which is in the subdir I installed Drupal).

# Various rewrite rules.

RewriteEngine on

# If your site can be accessed both with and without the prefix www. you
# can use one of the following settings to force user to use only one option:
#
# If you want the site to be accessed WITH the www. only, adapt and
# uncomment the following:
# RewriteCond %{HTTP_HOST} !^www\.example\.com$ [NC]
# RewriteRule .* http://www.example.com/ [L,R=301]
#
# If you want the site to be accessed only WITHOUT the www. prefix, adapt
# and uncomment the following:
# RewriteCond %{HTTP_HOST} !^example\.com$ [NC]
# RewriteRule .* http://example.com/ [L,R=301]

# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
RewriteBase /

# Rewrite old-style URLs of the form 'node.php?id=x'.
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d

Duplicate Key Error When Posting New Story

Everything works fine but not all of a sudden I get this error when posting a new story/page.

user error: Duplicate entry '24' for key 1
query: INSERT INTO node (status, moderate, promote, sticky, title, body, format, uid, created, type, teaser, changed, nid) VALUES('1', '0', '1', '0', 'test', 'this is a test', '1', '1', '1149692821', 'story', 'this is a test', '1149692832', '24') in /opt/intranet/includes/database.mysql.inc on line 66.

Drupal replaces " with \", kills my HTML

Hello!
My first post on here!

Anyways, I recently installed Drupal and got everything working, but one thing is confusing me.
Whenever I add any HTML into for example a new page/node, Drupal adds protection around it upon sumbit which effectivly renders it useless.
For example, if I put this into a page:
<a href="http://www.example.com">example.com</a>
it replaces it with
<a href=\"http://www.example.com\">example.com</a>

Taxonomy Access Control Lite: make it 'see nothing' by default

Hi,

tac_lite displays by default all content which is not associated with tac_lite chosen vocabulary.

What is the simple way of reverting this into 'NOT displaying the content without tac_lite vocabulary' ?
I want to explicitely denote the accessible pages.

Going a bit further. Would it be difficult to set default tac_lite vocabulary term to be used when none is specified for given node?

Aggregator block not showing up for public users

Any thoughts why i can see rss aggregator blocks as administrator but as a general user i cant . Has me stumped !!

Pages

Subscribe with RSS Subscribe to RSS - Post installation