Need a drupal developer for our site

We would like to hire some drupal developers to build a site as www.rdasia.com
Our Budget is range about $ 1k-1,5K in 2-3 weeks.

So if you can handle it, feel free contact me.

Thanks

Is it possible? Multiple websites created by users...

Hello everyone,

One of my client hired us to make a website allowing multiple website creation (by users) and we would like to use drupal.
The user would follow the following process to create a website:

Display content in two columns with fixed height

I'm in need of some pointing in the right direction here...

I have a site with a couple of different content types. I want to display this content in a book-like layout. The book should be of a fixed width and height and the pages should be populated with as many nodes as can fit. It should be in two columns, with the left column being filled before the right one.

How should i approach this? I know i need to do some module development, but not sure how.

I have been thinking about a few solutions, don't know which are possible and which one is best or which i can combine.

  1. I could just create a view that selects more nodes than is need. Then check how long the nodes is in the theming layer and throw away the nodes that aren't needed. Pagers need to be fixed too.
  2. Use panels in combination with views to display one view in two columns, if this is possible. Need a way to determine the amount of nodes that is displayed on each page, based on content length. Could hopefully use panels api for this.
  3. Write a plugin/handler for views so that i can select an amount of nodes that has an maximum, predetermined, max content length.
  4. Write a new display-style for views that shows content in two columns with fixed heights.
  5. Write a custom module, leave views and panels out of it and do everything myself with db_queries.

create a site like buymytronics

hi. i need to know what kind of modules would I need to create something like buymytronics.com with drupal 6.x/7 and any custom modules might be required thanks.

need guidance on making a simple website look pretty

ok, so I have a website and installed drupal on it and it works.
now I need to make it look pretty.
It is a simple website with only static pages at this time, for a psychologist office. you know, a couple of pictures, how to contact the clinic, some CV, nothing more.
I just want it to look nice and pretty because it is for someone very important.

Print different text values with an integer field set

Hi,

I would like to print some text (in this case the words 'unlimited') if the field set value is set 0, and the correct value for every value over 0. Could this be achieved in template option for body ?

Something like this ? So far, i'm not getting anything.

<div class="field-items">
      <?php if ($node->field_bandwidth[0]['view'] == '0') {echo "Unlimited";}  else {print $node->field_bandwidth[0]['view'];} ?>

Your help would be greatly appreciated!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x