When user create their account i allow them of choosing their own role (Auto Assign Role module)
Assuming that each kind of role have its own content and permissions, whitch could be the best way to address, after login, each user to create the first node type of content assigned to his role?
I need to connect to another database and am planning to use Views Database Connector module to display content from that second database. The second database is a SQL Server View. I configured settings.php to connect to that database but it's not seeing the tables. For testing to make sure my code was working, I connected to another mysql database in a separate server and it worked fine and was able to see the tables from that database through Views Database Connector.
Because this is a View in SQL, do i need additional settings in my configuration?
sure it seems very helpful - but i can't even get it to clear the cache 'drush cc all'
it gives me this message:
V:\abc7.main\drupal7>drush
The Drush launcher could not find a Drupal site to operate on. Please do *one* of the following:
- Navigate to any where within your Drupal project and try again.
- Add --root=/path/to/drupal so Drush knows where your site is located.
i have tried running this command in just about every directory to our related multisite
i inherited this multisite with few tutorials, etc.
Hi. This is odd and I've spent too much time trying to debug so thought I'd ask.
I've had a drupal_http_request on my site for some time now that suddenly has stopped returning data. A GET request in a browser does show XML being returned, but the drupal_http_request is showing empty data. I can't think of any reason why this has stopped working. Any help is appreciated. Thanks!