Archive module

I download the archive module from the Drupal download page. I installed the module in the right directory and enabled it. I works fine for me but I have one little problem. When not logged in, I’m not authorized to access the archive pages.

How can I change the permission level for this module? The module is not listed at the Permissions page in the admin selection.

Drupal 6.0 and Views module

Hello people,

I installed the views module for Drupal 6.0 and enabled it on the modules page. After that nothing is happening. I don’t see a new menu item under Site building.

Can somebody tell me how I use the Views module in Drupal 6.0.

I’m using the Drupal 6.0 RC 1 and Views 6.x-2.x.-dev

Do not understand this SQL output

Using Drupal 6.x

I am trying to make a query that will pull the title and body from the first 5 nodes out of my "News" category. The code is as follows:

$num_nodes = 5;
$i = 0;

$result = db_query_range('SELECT *
FROM node, node_revisions 
WHERE node.status = 1 AND node.type = "news" AND node.vid = node_revisions.vid
ORDER BY node.changed DESC', 0, $num_nodes);

print ">>" . $result. "<<";

I wanted to test this query to see what kind of result its printing. This is what I get.

Expert Drupal designer/programmer wanted!

Expert Drupal programmer/designer wanted for development of a new website:

(1) Porting of 1-2 existing css-templates to Drupal 5.x/6.x. One of the templates has partly been ported to Drupal 5.x.

(2) Set-up and customizing Drupal including the necessary modules (CCK, Views, Panels etc.)

(3) Programming / customizing existing modules for client-area backend/frontend. What we want:

- The admin should be able to define and publish client-specific surveys and questionnaires
- The admin must be able to define specific criteria regarding deadline for when the survey/questionnaire must be filled by the client, send
out reminders via e-mail/SMS (not required), how the results of the questionnaires should be calculated and presented to the client (if
possible, automatically calculated and generated)
- When the client is logged in, he/she are presented with a menu of existing surveys/questionnaries in chronological order (for example)
to fill out online
- Client and the admin must be able to comment specific surveys/questionnaires.
- Archive / History functionality
- Document/File archive

2008 Bonanza - BPO Canada Offers

Happy New Year to all Drupal Lovers.

BPO Canada Global Services Corporation - http://www.bpocanada.com has been working on Drupal since last 24 months. We have worked on over 50 Drupal projects. You can see some of our work on http://www.bpocanada.com/portfolio. We have a strong team of dedicated Drupal developers who have been helping many startups to Fortune 1000 clients on their Intranet, Public Domain Sites, Non-Profit Sites as well as Social Networking sites. Our post development support, ability to customize Drupal and write custom modules, timely delivery of projects in Drupal is of highest standards and our Support is better than even the best in the industry.

For the month of January 2008, we are offering the following to first 20 customers only First come first basis:

Free SEO Tuning (JAN08-FREE-SEO)
We will review your Drupal Website and recommend the solutions to improve your search engine ranking. We will also chip in upto 3 days of professional services (worth $3000 US) to make the necessary changes. If any additional work is required, we will provide you our feedback on the same

Free hours to match the effort hours(JAN08-FREE-HOURS)

2008 Hosting Evaluations and Recommendations

This thread has been locked. See the new forum guidelines.

Welcome to the 2008 Hosting Evaluations and Recommendations Thread!

As has been tradition for a few years now, this is the thread to post your recommendations and experiences with Drupal hosts.

Before taking the advice of some random stranger, there are a few things to consider:

  1. How long has the person been active in the Drupal community? Are they a new account making their first post, or a seasoned developer with real experience?
  2. Do they actually have any Drupal sites running on the host in question? How long have the sites been hosted there?

And here are just a few of the things you should look for in a host:

  1. Speed! Specifically, database speed. Just logging into Drupal requires over 100 database queries, so SQL performance is critical.
  2. Reliability: If your site is down, you're losing business. Can the host handle your traffic?
  3. Shell Access (SSH): While not strictly necessary to install Drupal, having access to a command prompt will make your life much easier.
  4. PHP5 Support: Drupal 7 will require it, so if you plan on upgrading, make sure your host supports it.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x