Drupal Developer Groups in Malaysia

Malaysia Boleh !!

Yes, there are many other open source CMS softwares out there. Why should we choose Drupal?
Hey ... "tak kenal, maka tak cinta"! Many people have been using Joomla/Mamboo because of their appealing ease of use, installation and the UI but lacking some features. After further investigation, testing various CMS including reading the IBM reviews about Drupal, Master thesis, reviews on the nets, big websites that have been using Drupal ... my Drupal development in Malaysia journey begins.

Let's put our hands together & make it happen guys.

Drupal Developer | Orangesoft Web Design

Employment type: 
Full time
Telecommute: 
Not allowed

We're looking for experienced Drupal Developer to join our growing team at Sri Petaling, Kuala Lumpur.

Requirements
- Experiences and passion in Drupal development
- Knowledges and skill in CCK/Views and related modules
- Fluent in PHP and Mysql query
- Located in Kuala Lumpur

Job Scope
- Drupal themes development
- Custom content types development
- Modules installation and deployment

Read more

Developer & Themer | Sociax

Employment type: 
Contract
Telecommute: 
Allowed

I have a Drupal website that is almost ready to go live.

I need some help with fixing a few small issues to complete the site, namely:

1) "Beautify" a table pricing page using CSS
2) Fix the current Ubercart upgrade patch problem, as well as the issues to do with regions in the Ubercart signup form
3) Help investigate & fix a cron error problem to do with memory

This is a small job but if everything goes well, we may offer further work in developing our OG sections.

Read more
u007's picture

drupal custom url / menu permission

If you ever one to have a url which is accessible by anyone,
you may either make a function to return true,
or you may set 'access callback' => '1'...

If it doesn't work, try go to administration > performance > resetting the cache.
The cache is always there, even with cache is off.

u007's picture

Drupal access stages

Drupal is built with permission sets in mind.
User may have 1 or more roles.
Content may be limited based on content type, or up to single node level (1record).

When a user is viewing a node / page,
user will have to pass through access "access content".
Next, node may be limited based on content type in:
hook_access

The type of access names can be declared in:
hook_perm

To overwrite permission, you may edit hook_access within the same node module,
or use hook_nodeapi

stages:

* check for "access content"
* trigger nodeapi.op = "load"
Read more
u007's picture

Drupal Logging

Since drupal 6, they have replaced watchdog logging with dblog.
We are open sourcing one of our library for you to easily log onto the database log "watchdog" table.

Read more

Freelance / part-time developer: Drupal and other open source | ThinkLeft

Employment type: 
Part time
Employment type: 
Contract
Telecommute: 
Allowed

See http://drupal.org/node/595642

(Sorry, I tried to post up the job description here, but I couldn't get past the spam filter).

PHP Drupal Senior Software Engineer/Developer | e-Zest solutions Ltd

Employment type: 
Full time
Telecommute: 
Allowed

Exp 4+ yrs - PHP5, (Pear/MVC Pattern), OOPs Programming, HTML, Java Script, Smarty template, AJAX, Apache / Linux (Configuration), MySQL 5, Knowledge/Awareness of Zend Framewrok, Web 2.0, UML (Use case, Class diagram, Sequence diagram) preferred, Knowledge of Joomla, Symphony, Cake is added advantage

Exp - 2 yrs in Drupal Platform

  • Should have experience in developing plugins for drupal platform.

  • Hand on experience of developing community sites using drupal will be an added advantage.

CEO | ERDHK

Employment type: 
Contract
Telecommute: 
Allowed

need like and much advanced , like www.openthemagazine.com

u007's picture

Theming node form

If you plan to have your own layout for form, you may do so by adding a template file based on your module name.
Example:

<?php
[modulename]_theme(...) {
return array(... ,
 
"[modulename]_node_form" => array(
 
"template" => "[modulename]-myform",
 
"arguments" => array("node" => NULL)
);
?>

Your file name will be [template] + ".tpl.php".
Example: [modulename]-myform.tpl.php

If no theme is declared by that name, "node_form" theme will be used instead.

u007's picture

Theming node view

There are times when you need to custom theme / design your node layout.
To do so, you will need to declare your theme, and assign #theme to the content array of the node.
Example:

<?php
[modulename]_view(...) {
...
$node->content["#theme"] = "mymodule_mynode";
}

[
modulename]_theme(...) {
return array(... ,
 
"mymodule_mynode" => array(
 
"template" => "mymodule-mynode",
 
"arguments" => array("node" => NULL)
);
?>

While to render the items in the theme, you may use "drupal_render" to render the theme.

<

table>

<?php
echo drupal_render($node["title"]);
?>
Read more

Drupal Programmer | V9 Design

Employment type: 
Full time
Telecommute: 
Allowed

We have a Drupal site under development. It's a job site where employers can post jobs and browse resumes, and workers can post resumes and browse jobs, and both may use an internal messaging system.

We are looking for an experienced Drupal programmer to review the work that has been done and finish the project. It will require creation of some custom modules, and customization of existing modules.

Read more

Jobs Opportunities : Drupal Developers | Expert Integrators Consultancy Sdn Bhd

Employment type: 
Full time
Telecommute: 
Allowed

Our client an international firm based in KL is seeking for suitable candidate for the above positions:
- min 2 years of Drupal / PHP development
- good communication skills
- able to work independently with minimal supervision

Those who are interested may email your latest CV in .DOC format to resumes@ex-i.net with current salary, expected salary and notice period . Only Malaysians will be considered.

Freelancer - Urgently Needed | Sociax

Employment type: 
Contract
Telecommute: 
Allowed

Thank you for the many replies. This job has been awarded and is now closed.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =

I am looking for a freelancer to help me develop a Drupal website.

Ideally, you should be a freelancer who has solid experience in setting-up Drupal websites and/or portals.

The design and most of the elements of the website are already in place. There is no content generation on your part. Purely set-up of modules, link them in place, and perhaps some very minor tweaking to get everything to work.

Read more
gnanasekar's picture

How to set confirm page before form submission?

hi,

How to set confirm page befor form submission? If anyone know about this question please help me.

Thanks & Regards,
Gnanasekar Boju

1 comment

Bahasa Malaysia (Malay) Translation

Translation server is available at http://www.drupal.my/translate/languages/ms
Head over there and start contributing.

Login to post comments
gnanasekar's picture

How to modify my module to multilanguage supported module?

Hi,

i have created multilingual site used on i18n module. but this module not supported my own created module. How to modify my module for multilingual site. If anyone know please help me.

Thanks & Regards,
Gnanasekar Boju

2 comments
parasolx's picture

List Out Malaysia's Drupal Website

Hello Malaysia,

Sound that Drupal in Malaysia still considered very low compared other CMS. I have make a search through Google by using keyword "drupal malaysia" and not so many website in Malaysia develop using Drupal.

So here, i would like to take an advantage to let us sharing all the site in Malaysia that using Drupal and promote it. Maybe we can share our link to bring Drupal as the one of famous CMS in our country.

So start with me, I have already develop a site using Drupal 6, which currently update to the latest version 6.10 for about 5 month.

Read more
gnanasekar's picture

How to set Path for "img src" tag?

Hi,

I Created one newsletter module. I want to display some images from files subfolders. How to set path for this image?. If anyone know , Please help me.

Thanks & Regards,
Gnanasekar Boju

4 comments
parasolx's picture

www.KripkornStudios.com.my

We have been 5 month developing of new community for Malaysian especially and anybody using Drupal 6.10 engine and combine with phpBB3 to replace Drupal default forum.

We have utilize, optimize, re-code and have been work for about 2 month redesign to make our theme simple, fast loading and compatible with most popular browser such as Firefox (1,2,3), Internet Explorer (6,7,8), Opera, Safari and Chrome. Right now, we try to make it compatible with Maxthon.

Login to post comments · Read more · 1 attachment
gnanasekar's picture

How to translate missing strings

Hi,

Currently i am working acquia drupal. My whole site is 80% completed. Currently I am doing multi language process for French and Dutch. Its working but many strings is missing from translation. How to translate this? . I used search option. But many string is not find this method. Can anyone know solution for this problem please help me.

Thanks & Regards,
Gnanasekar Boju

3 comments
Syndicate content