Custom Module Settings page content not displayed within body

I've mad a custom module settings page for my module and the content I want to include on the page is displayed on the top left hand corner. What can I do to set my content within the body of the template?

drupal_goto removing query string

Hi All,

It is very strange. I used
$query = "goto=http://www.google.com/hello";
drupal_goto('abc', $query);

its got redirected to abc?goto=http/hello

This problem is coming in only one server. Others works completely fine. PHP, Apache same version.

Is there any one know about the issue.

Note: I don't wanna use urlencode. Just wanna know why the above code working fine for some server and not working for others.

How to show "real" domain name for site instead of drupal path

Hello -

Our website, when users browse to the site, see the following URL: http://0339f92.netsolhost.com:80/drupal1/

We would like them to see www.publichousingbooks.com.

We do not know how or where to change Drupal to make this possible.

Thank you for your help,

Need help with primary menus - different screen resolution drupal-6.17

The primary menus break with different screen resolution on drupal-6.17. Everything looks fine when my screen resolution is set to 1920 x 1080 but if I switch to 1024 x 768 is breaks. I'm new with coding and drupal so any help would be greatly appreciated! Thank in advance.

Community module

Drupal.org uses community tab, anyone knows if there is a community module available for use?

Thanks,

url rewriting

Hello,

can any one please let me know how to add a rule in the .htaccess file :

this is my file :

RewriteEngine on

# If your site can be accessed both with and without the 'www.' prefix, you
# can use one of the following settings to redirect users to your preferred
# URL, either WITH or WITHOUT the 'www.' prefix. Choose ONLY one option:
#
# To redirect all users to access the site WITH the 'www.' prefix,
# (http://example.com/... will be redirected to http://www.example.com/...)
# adapt and uncomment the following:
# RewriteCond %{HTTP_HOST} ^example\.com$ [NC]
# RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
#
# To redirect all users to access the site WITHOUT the 'www.' prefix,
# (http://www.example.com/... will be redirected to http://example.com/...)
# uncomment and adapt the following:
# RewriteCond %{HTTP_HOST} ^www\.example\.com$ [NC]
# RewriteRule ^(.*)$ http://example.com/$1 [L,R=301]

# Modify the RewriteBase if you are using Drupal in a subdirectory or in a
# VirtualDocumentRoot and the rewrite rules are not working properly.
# For example if your site is at http://example.com/drupal uncomment and
# modify the following line:
# RewriteBase /drupal
#
# If your site is running in a VirtualDocumentRoot at http://example.com/,

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x