Start-Up Hiring Drupal Pro: long term employment

Job Description:

We specialize in the development and remodeling of high profile, community and social networking websites. We're looking for motivated, young entrepreneur spirited developers with advanced PHP experience skills who want to be challenged, respected and part of a great team. You will be on the ground floor of a new firm which will have a significant pay increase in the future if you can perform.

The ideal candidate will have 4+ years of experience working with web related code, concepts and project planning. Many of our larger sites use the Drupal framework; knowledge of Drupal and other Open Source platforms is required. Additional programming experience (Perl, ASP.net, Java, C++, ASP etc.) is strongly desired.

Recently used terms?

Is there an easy way to generate a _clean_ list of taxonomy terms used in the most recently created nodes?

Playing with views, I could create a list of terms used, but not a list with duplicates removed, multiple terms split apart (ie no commas), etc.

I'm thinking along the lines of 'Recent Topics Discussed', so I don't want the cruft of doubles/etc, just a way for someone to see XYZ was discussed, and a single link (via taxonomy) to items using that term.

Seems simple enough, but for some reason I don't see an 'out of the box' way to generate it...

Creating Custom Elements

Drupal's Form API (FAPI) makes it possible to create custom types of form elements if the standard ones (such as textfield or checkbox) are not enough for your application. Here's how to declare and use them. You may find the Form Workflow Illustration helpful here. In this example we use $element instead of $form in places where only the element's portion of the form is available, just to make it more clear what you have to work with.

Problem instaling Drupal 6.0dev in Windows ISS6+MySQL+PHP

After installation wizard is done i have got following errors:
/ Windows 2003, Microsoft-IIS/6.0, PHP Version 5.1.5, MySQL 5.0.22 /

Access denied

* notice: Trying to get property of non-object in D:\inetpub\hosting\drupaltest.com\www\modules\user\user.module on line 438.
* notice: Trying to get property of non-object in D:\inetpub\hosting\drupaltest.com\www\modules\user\user.module on line 444.
* notice: Trying to get property of non-object in D:\inetpub\hosting\drupaltest.com\www\modules\user\user.module on line 445.
* warning: array_keys() [function.array-keys]: The first argument should be an array in D:\inetpub\hosting\drupaltest.com\www\modules\user\user.module on line 445.
* warning: implode() [function.implode]: Bad arguments. in D:\inetpub\hosting\drupaltest.com\www\modules\user\user.module on line 445.
* 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 ')' at line 1 query: SELECT DISTINCT(p.perm) FROM d6_role r INNER JOIN d6_permission p ON p.rid = r.rid WHERE r.rid IN () in D:\inetpub\hosting\drupaltest.com\www\includes\database.mysql.inc on line 157.
* notice: Trying to get property of non-object in D:\inetpub\hosting\drupaltest.com\www\modules\user\user.module on line 447.

Customising primary_links - indivdually.

Basically, i have primary links at the top of my website, its used as the main navigation.

What i want, is for each link to have a different bottom border, styled by css. I have no trouble with CSS i know what i'm doing there. I would just like to know if there is some way I can assign an id to each individual primary link, so that each primary link has a different coloured border.

If anyone can help me ASAP, it would be much... MUCH appreciated.

Many thanks in advance,

Nick.

mySQL database woes

I'm trying to install drupal but I'm running into trouble. I copied the drupal folder into http_public and I setup my database.

When I am running the setup, I get this error,

We were able to connect to the MySQL database server (which means your username and password are valid) but not able to select your database. MySQL reports the following message: .

* Are you sure you have the correct database name?
* Are you sure the database exists?
* Are you sure the username has permission to access the database?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x