I have installed a drupal 6.17 on my webhost (servage.net).
They have an autoinstall script so it is all running fine.
When I try to upload modules or themes they do not show at all.
I have created new folders below /sites/all
- /sites/all/modules
- /sites/all/themes
In there I have uploaded a number of tar.gz themes and modules.
I have uploaded them, un-gz them and un-tar'ed them.
So now they are as foldes below modules and themes.
Now I would expect them to show in Drupal / Admin, but nothing happens.
I want to add a custom class inside a views row output based on the content type of that row. For example, I have a view that outputs "stories", "reviews", and "announcements". Those are my three content types.
Unfortunately, the following is outputted by default:
I am re-developing a new architecture for managing some websites, which consists of:
* One or more public sites with read access to anyone (at least in part) and some users have other access too (like editors, authors, admins). This site will contain the usual stuff like news, blogs, webshop and other things.
* An internal or private site (possibly on another domain, probably hosted on a local server) which is only accessible for some registered users (ie. members) through SSH. There should be a check if the login user has membership, all other access is denied (not even read access). Pages on this site are not searchable and do not occur in the Google index. This part is used for internal communications (in between organic groups) and possibilities to post/edit shared documents, and other functions for collaboration/groupware. For example a documentation system with access levels dependend on your user account (to which groups you belong).
Is this possible to built with Drupal? Or is there another framework/portal system that can do this better?
The public part I guess is no problem.
I receive this warning whenever I add a mandatory component to a webform. I am not sure what this text means or how to avoid receiving it each time I type in a component name to a webform.
* Notice: Undefined variable: cid in webform_component_list() (line 869 of C:\Users\HP_Administrator\Desktop\drupal\drupal-7.0-rc1\sites\all\modules\webform\includes\webform.components.inc).
* Notice: Undefined index: in webform_component_list() (line 869 of C:\Users\HP_Administrator\Desktop\drupal\drupal-7.0-rc1\sites\all\modules\webform\includes\webform.components.inc).
I have been wondering if there is a huge difference between drupal 6 and 7 forums.
I am the moment I am using Drupal 6 with phpBBforum Integration module for phpbb 3.0x. But it doesnt work perfectly and there is hickups here and there. So i was wondering if there was a signinficant change in drupal 7 forum system.
I currently use PathAuto to automatically create paths and it works great, but now I also want Drupal to automatically create 301 redirects from paths that contain underscores to hypen. Everything on the site uses hypens only.
The idea is to have it do the exact same thing PathAuto does, but just create a 301 redirect instead.