Hey fellows,
My company is trying to work with a freelancer to develop a professional Drupal website. I have tried Odesk but the candidates I have come across do not see to be professional. Do you know any websites which we could find more suitable candidates?
Here is the job description for your consideration:
Hourly Rate: $5.00 - $30.00 per hour
Title: Start-Up Marketing Website Development & Design
***** Marketing Corp is seeking a highly professional, knowledgeable, experienced, and creative individual who can be focused on our project and design it in a professional and timely manner while following our precise directions and getting ideas from sample websites provided to them. This website is one of a few websites which will be launched in the following weeks and the target audience of this particular website are professional recruits, and affiliate networks. Website needs to be mobile friendly as well. This website will be based on Wordpress or Drupal and employ modernizr/HTML5 possibly.
We are also looking for competitive individuals who could join our team permanently, so it is a great opportunity for you to shine.
Qualification:
- A complete portfolio of recent designs
- Highly Knowledgeable in Wordpress themes and plugins (Many Custom Requests)
- Complete Understanding of Modernizr java.
- Designing Mobile Versions
Good morning - I've done a bit of front end work on a Drupal 6 site, and I've also setup Linux and installed Drupal 6 from scratch - so I'm familiar with at least Drupal 6.
I'd like a drupal site setup to do two things:
1) Have a blog or blogs.
2) Have the ability to upload, crop/resize and share pictures based on user ACL.
Global Vision Technology LLC, an industry-leading web development firm that specializes in Drupal, an open-source content management system (CMS), seeks a dedicated Business Development Manager at the director or VP level to lead sales efforts and drive growth.
The position requires diligent follow up on primarily inbound marketing-generated leads to uncover, scope and help navigate and close opportunities within a team-based selling environment.
I'm currently administrating a greek hip hop news website, that's based on Drupal 6.26, with a custom-module for it's stand-alone phpbb 3 forum, which syncs the members log in activity/registrations with the drupal database and blocks.
I have a custom registration form (user-regster.tpl.php, profile2 fields manually added), and a custom login form (user-login.tpl.php), that I show on the same page in separate (javascript) tabs by using drupal_get_form('user_register_form') and drupal_get_form('user_login').
I then take that (page with the tabs) and include it on several different pages. These pages have redirects that give them specific destination queries. The idea is to let the user register and then get back to the target page they wanted before the registered (This part is working fine). I also include it on the custom page--user--login.tpl.php and page--user--register.tpl.php templates that I have made.
The problem is the submit handling and error handling. When the user clicks submit, it refreshes the page and shows a success message (apparently from the User Password Registration module). If there are errors on the form, it refreshes the page but doesn't show any errors until the next manual refresh. It just shows the page again with no warning to the user.
Searching here and Googling tell me that the problem is that because of my tricked-out forms the messages are being generated after the page loads, and that I need a custom module and probably a custom submit handler on the forms.