I am a bit confused about the level of customisation possible for home pages for groups within OG module. Can for example the Navigation block be different in each group home page?
When using the Forward Module (4.7) to forward dynamic blocks at the bottom, the URLs are bad. For example, instead of linking back to the Drupal site it links to strange URLs like this: http://node/title+of+the+node+appears+like+this (which redirects to Sun).
This has happened on a clean install of 4.7 as well as on an upgrade from 4.6. Does anyone know how to fix it?
I've used CCK to setup a new node type that using several taxonomies to organize data but instead of displaying the taxonomies at the bottom of the node (ie. Posted in Taxonomy 1 | Taxonomy 2) I want them to be part of the actual node. For example, a taxonomy for gender would not say Male or Female at the bottom of the node but at the location in the middle of the node where I placed it in the CCK theme for that node type.
So basically:
How do I remove the taxonomy terms listing at the bottom of a node?
Hi,
Changing theme and some major settings on my blog benofskypark.com/news, so I put my site up for maintience, as I always do, the first time I did this I locked my self out, because I didn't know how to get back in, but now even when I go to benofskypark.com/news/user/login, It displays a closed message.
Any Help?
Ben McRedmond
I have a controlpanel similar to cpanel that i access through 'www.example.com/ControlPanel'. After drupal is installed I get 'page not found'(drupal created page) on the sites(vhost environment) using drupal. I looked into the problem and found what should have been my answer at http://drupal.org/node/30334 , however i ran into some errors. This is what my .htaccess currently looks like:
...
# Various rewrite rules.
RewriteEngine on
#RewriteOptions MaxRedirects=15
# 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. , 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
#RewriteCond %{QUERY_STRING} ^id=([^&]+)$