Global Software Consulting (Gloscon) looking for Drupal / PHP Developers in Ahmedabad - India based only

Take a look at our India Team :

http://www.flickr.com/photos/bpocanada/

From 2 person team in March 2006 to 56 now and looking to go to 90 by end of 2008, we are on a high growth track. If you have solid Drupal or PHP Development experience and would want to work in our Ahmedabad Development Center, shoot your resume to drupaltech@gmail.com

Gloscon (Global Software Consulting) is the new face of BPO Canada Global Services Corporation - http://www.bpocanada.com as company continues to grow and expand internationally. We have one of the largest Drupal Teams around.

Gloscon has 6 divisions :

A) Services (Working on Fully/Semi Managed Drupal and Ruby on Rails projects for end clients)
- DrupalDesigns.com
- RailsHouse.com

B) Verticals (Software As a Service) - Hosted Drupal Solutions
Galaminds.com
- Corporate Sites
- Publishing Sites
- Association/Chamber Sites

C) Products (Web Properties with Custom Modules)
- SurreyDirectory.Info - Directory
- ActivitySports.com - Sports
- Kinchuk.com - Jobs and Community
+ 20 more

D) Training & Incubation
- OpenKick.com - OpenKick Technologies - Training center for Drupal and RoR Training

Drupal's changed array field names?

Hi all,

Quite the oddity -- in case anyone's heard of it -- But the site I have up has it's nodes that have content. I was outputting the body of the content with a php print function, and had it looking at a variable called $field_main_content[0][value] in it's node_content_content_page db table [not sure if that's stock, or personally assigned].

Thing is, just recently it stopped showing content. On a print_r of that array, it was telling me the info I wanted was now in a value called "view", instead of "value" where it was.

Setting mail to a password required smtp server.

My pages gives errors when I try to send email through my pages which I set in my PC. I try to change the php.ini file in order to set the account and smtp server. I try to set a gmail account. However I can't set it. I'm not sure why, but there is a possibility that the smtp server requires a password. So how can I set the password in php.ini file for the google account.

Drupal, not working on the php code correctly.

I write the following code in the blog entry

$life=42;
function meaningOfLife() {
global $life;
   print "The meaning of life is $life<br />";
}
meaningOfLife();

and then select php code as input format.
The result turn out to be

The meaning of life is

which is wrong, apparently, what i want is

The meaning of life is 42.

Restrict comments on stories but immediat posting of forum replies - how?

I would like to be able to approve all comments that people put on my stories on the main area of my site BUT allow people to automatically post replys (same as comments?) in my sites forums. But I cannot see how I achieve the two things together. If I say "anonymous" can add comments (not without approval) this also applies to the forums?

a little help with php.

I write the following code in the blog entry

 $life=42;
 function meaningOfLife() {
 global $life;
   print "The meaning of life is $life<br />";
 }
 meaningOfLife();
 

and then select php code as input format.
The result turn out to be

The meaning of life is

which is wrong, apparently, what i want is

The meaning of life is 42.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x