can business tax services firm use drupal for web-based client access to filed returns?

I'm trying to determine if Drupal is a good fit for us. Our website is www.advaloremservices.com. Is Drupal able to provide the functionality we need? We are a business tax services firm and our website needs to provide general info about us, though the Client Access section is KEY. We need to allow our clients access to their downloadable tax returns (what we have filed for them; large PDF files). An example client login is Login: guest, Password: password.

MAMP VirtualHost. What am I missing

Hello Drupal folk,

This one is aimed at those who have a mac and use a virtual host to make their drupal sites.

I have followed the steps in this tutorial: http://www.entityarts.net/blog/steve_krueger/07-19-2007/virtualhosts_mam...

And tried to do some research but it all pretty much follows the same set up.

I have also set MAMP to use port 80 (8889 for MySQL) so I don't have to type the port number as well.

What I want

My localhost root I want to be is: /User/imac/foo
I would like my site "root" (say www.domain.dev) to be: /User/imac/foo/site

follow the steps in the tutorial

My httpd.conf file

/Applications/MAMP/conf/apache/httpd.conf

Have added at the bottom of the file

<VirtualHost 127.0.0.1>
        DocumentRoot /Users/imac/foo
        ServerName localhost   
</VirtualHost>
    
<VirtualHost *>
        DocumentRoot /Users/imac/foo/site
        ServerName www.domain.dev
</VirtualHost>

My hosts file

(/private/etc/hosts)

127.0.0.1	localhost 
255.255.255.255	broadcasthost
::1             localhost
127.0.0.1	www.mydomain.dev

And it seems as if the addresses are reversed when I visit http://localhost/ it shows the hello word file (from the site folder). When I visit www.domain.dev I am shown the file structure from the foo folder.

Freelance Web Layout / Drupal Designer

I am looking for an artistic and talented web layout designer to create custom themes and layouts for websites.

Scope of work is:

1. Create two website layout concepts (Photoshop, Illustrator, Fireworks, etc.)

2. Create updates to one of the layouts per my request

3. Convert layout to a Drupal theme

4. Add color scheme to text such as titles and menus.

4. Implement template into our Drupal website.

5. Test to ensure modules installed are aligned correctly and that all code is SEO compliant.

From 5 to 7

When Drupal 7 comes out, is it possible to go directly to 7 from 5.x?

Taxonomy URLs

I am trying to get a better understanding of drupal taxonomy

So far I have discovered that

mysite.com/taxonomy/term/1 (will display items tagged with term 1)
mysite.com/taxonomy/term/1+2 (will display items tagged with term 1 or 2)
mysite.com/taxonomy/term/1,2 (will display items tagged with term 1 and 2)

so the question is how do I gets terms 1 or 2 or 3....100 easily

I have tried mysite.com/taxonomy/term/1-100 but that doesn't work

Urgent Wedding Website-small budget-

Hi,

We are looking for a competent Drupal developer to amend a drupal template we would like to buy for our wedding.
This is the template we are thinking about http://www.templatemonster.com/drupal-themes/20541.html

In sort we will require:
-Minor template color/image changes.
-template install
-Gallery Installation with image download (of full size image for printing) to create
-Set up of user registration/user account registration process.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x