Will Pay for Consulting

I've been studying and using Drupal for the last 6 months and feel fairly comfortable with basic development. But as you can imagine, need some consulting support as specific client challenges come up.

CHALLENGES: I currently am developing 3 Drupal sites (with my own following). So I expect a few more issues arise (like file management by user - not role). But currently, I have been spending the last 2 weekends in front of drupal.org trying to solve my registration process issue.

My client wants a simple multi-page questionnaire that leads to multiple registration forms. Each form automatically assigns the user to a role.
The user_autorole module gets me 90% there. It allows me to create registration forms (and links) based on "rolesets".

So, basic nodes (the questionnaire) lead to these different roleset links (like, user/register/client and user/register/advisor). When the registration form is completed they automatically get assigned to that role (client or advisor).

But both registration forms need to be different. So, the problem I am having is that I cannot change the content on each form. I've created ALL the content needed for both forms via the profile_module. But everything shows up on the user/register/client AND user/register/advisor links.

Drupal 6 menu, how to make a placeholder ?

Hi, is there a way when you add a link item to leave a blank path or "place holder" path, I don't want this to be a link, just a heading. This seems like such a trivial thing, is this even in drupal 6 ?

Thanks

Eric.

How much would the following project cost?

A news-blog (registered users can leave comments).

A blog for every approved user with post ratings (only registered users can rate a post).

RSS for each of the blogs.

A forum.

A catalog with pictures for every item. Registered users can rate items, leave comments.

User Friendly URLs.

Custom design for everything.

Installation errors in Drupal 6.1

The installation of Drupal 6.1 fails at step 3 showing these errors:

# user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /home/joaocarlosalves/htdocs/drupal6/includes/menu.inc on line 315.
# user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /home/joaocarlosalves/htdocs/drupal6/includes/menu.inc on line 31

And these too:

Warning: Unknown column 'serialized' in 'field list' query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /home/joaocarlosalves/htdocs/drupal6/includes/database.mysql.inc on line 128

GWT (Google Web Toolkit) with Drupal 6 ?

I have GWT .js code that I want to put together with my Drupal 6 site. I basically want Drupal to take care of the user interface and access params and call the GWT code for each user. I know there was someone working on a module for 5.x (http://drupal.org/project/oagwt) but I haven't seen anything for 6.x . Does anyone know how I can accomplish this? Is there an in-built way to handle it now?

Thanks mucho!

Issue With Views 6.x-2.0-alpha2

Hello,

I am having an issue with the new views. I am getting this error on the page where my view should be showing. What am I doing wrong? Is it something with the mysql setup?

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'i ('event'))) LIMIT 0, 10' at line 3 query: SELECT node.nid AS nid FROM node node WHERE ((node.type i ('event'))) LIMIT 0, 10 in /Applications/MAMP/htdocs/drupal1/modules/views/includes/view.inc on line 428.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x