Technopark

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
This group should probably have more organizers. See documentation on this recommendation.

Technopark is an autonomous society promoted by the Government of Kerala, is India's first technology park and among the three largest IT parks in India today. The mission of this working group is to provide a high level communication channel between drupal developers who are working in various companies in Technopark.

sarath.rajan's picture

How can I test Commerce CCAvenue Payment Gateway?

Hi guys,

What is the steps for creating the sandbox account and test my payment process in the Commerce CCAvenue Payment Gateway?
https://www.drupal.org/project/commerce_ccavenue

Is this module stable? Or any other suggestions for Indian Payment option.

Advance thanks for all your help buddies...

Read more
sarath.rajan's picture

How to hook drupal's actual service resources

Hi Friends,

Am a newbie to service module and having a small doubt in it. I want to check an additional data while creating a node. I am using drupal's resource 'service_name/node' for creating node. But before creating I want to check the user's role also. I know that we can have our own resource using hook_service_resources and node_save(). But i want to know how to use drupal's defualt resource.

Read more
sarath.rajan's picture

Colorbox -- > Issue in android mobile

Hi all..

I am getting issue with the colorbox popup in my android mobile. I am using colorbox-node class to open a link. After clicking, a white screen popups with out any content and also the width and height of popup is not correct. If am clicking on that white popup, my content is displayed with the correct width and height. And if am giving small height, am not getting scroll also. Really need a help :( Thanks in advance

In Iphone, everything works fine...

Read more
shintokm's picture

Performance Issue with my site...

Hi All,

I am SHINTO MATHEW, i have a site for E-learning . It includes different sample question papers. My main module is quiz module. the users can take test . I am conducting test for colleges , but am facing performance issue . if a 50 users are taking the test at same time , its getting a big issue for me.

Please guide me about the same. Now this is major challenge for me. Help me !!!!

Thanks,
SHINTO MATHEW.

Read more
arunthampiklm's picture

Drupal 6x does not works under php 5.3

One of my Drupal6 project is moved to another server location where PHP version is 5.3.3.Where I faced a lot of issues in form hooks. We solved it by replacing the code
from
hook_form(&$form,&$form_state)
to
hook_form($form,&$form_state)
But I think it is not a proper solution?If anybody faced similar issue please share your experience here?

I have another problem that the cck fields are not saved.Same time field validations are working. is this related to PHP version problem?

Read more
sarath.verve's picture

Paypal Order - Products showing in single line

Hi All,

I am getting my products in a single line in the Paypal. Also getting the order email with products in a single line from Paypal. How can I get each products in separate line? Please help. Just attaching 2 images. screenshot.png is what I am getting and screenshot-1.png is what I am expecting.

I am using D7 / Ubercart. Paypal Express Checkout.

Thanks for all your help

Read more
sarath.verve's picture

Paypal Express Checkout D7 not Working

Hi All,

I am using paypal express checkout in D7 but after submitting the order, its redirecting to cart page and the product still available in the cart. The order status is still in checkout. But Payment is successful in my paypal sandbox. Is there any patch for this? Thanks in advance...!

Read more
sarath.verve's picture

Google Checkout - Status Message Not Changing

Hi All,

I am using google checkout payment in my D7 site. But once the payment status is changed in my google sandbox, its not affecting the ubercart order status. Its still in the 'Chargeable' state. Can anybody help me to solve this issue. I want to change the ubercart status to 'Payment Received' once the order is charged in google.

Thanks in advance for all help....!

Read more
sarath.verve's picture

Need drupal_goto() result in a new tab (target=blank)

Hi All,

I want the drupal_goto() result in a new tab. I couldn't find a solution anywhere here. Can anybody help me for this...

Thanks in advance for ur help....!

Read more
sarath.verve's picture

RPX- FB Login issue

Hi all,

I am using RPX module for social network login. But now the FB login ias not working which was working fine before. Also checked this in their website www.janrain.com. There also its not working for FB. Is this a technical issue or any integration issue? My project is almost completed and waiting for this issue to solve to deliver the project. Please suggest me a solution for this :(

Read more
sarath.verve's picture

http://localize.drupal.org is Offline - Need Help

http://localize.drupal.org/ site is offline.. i am looking for spanish and french languages. can I download it from any other site? Can any body mail me the .po files if you are using it in ur site. Thanks for the help..

Read more
sarath.verve's picture

Drupal 7 - Ubercart hook functions

Hi All...

Just started to work on Drupal 7 and I am worried about ubercart :( common ubercart hook functions are not available in D7 . And I don find a replace functions. I am looking for hook_order , hook_cart_item etc. Can anybody help me to find a solution for this. Thanks in advance...!

Read more
babupuri81's picture

About Drupal Commons

Hi Team...

Can anyone please help me to how to work with drupal commons module.It will be very helpful if you provide me any idea.. Thanks in advance for all your help...!

Read more
sarath.verve's picture

Custom Ajax Pagination

Hi..

I am working on a custom search module which gives the result in ajax. My return is " drupal_json(array('sample'=>$output)); ". $output contains my html with the search result along with my pagination function. My first page is loading in ajax which is fine for me. But when I click 2 page its redirecting to the ajax path along with the arguments " ?page=1&js=1" . I want this page also loads in the same page in ajax ( with out reloading ) . How can I bring pagination also in the ajax format?

Thanks for all helps...!

Read more
sarath.verve's picture

How Can I get xml From my Amozon Secret keys?

Hi Team...

Can anyone please help me to solve my issue? I want one sample xml file to feed amazon products (or other merchant sites) to my site. How can I get this? I found that we can get xml file from the amazon secret keys, but need some hacking. It will be very helpful if you provide me any idea.. Thanks in advance for all your help...!

Read more
sarath.verve's picture

Price Comparison Website

Hi All,

I am working on a price comparison project and we planned to do this in drupal. But please help me to solve my issues..

I will brief my requirements.

  1. Feed collection and processing:

- receive XML feeds from various product vendors(Amazon, yahooshopping etc) in predefined formats, clean/transform, then load into a catalog DB.

  1. Catalog:
    – display listings of the products in various ways: by category, title, price range, most popular, etc.

  2. Price Comparison Table:
    –generate a price comparison table of all suppliers of that product.

  3. Tracking:

Read more
ternheim's picture

Is it possible to simply convert WP to Drupal?

Hi folks,

last week customer came to me with his homepage, and asked me to make a relaunch from the actual running wordpress installation to a new setup, running on drupal.

No i've seen, that he uses many custom plugins and a very extensive template. Would you recommend the relaunch? I don't think this would be simple...

What would you do?

Read more
sarath.verve's picture

Multi Cuurrency possible?

Hi team,

I am starting a new site with multi currency option. Can you please advice me whether I can do it in drupal or not?

I have found a lot of modules but confused of which one to use... Please suggest me...

Read more
hariharasuthan_mk's picture

Is there any module like google translater in drupal 7

hi drupalers,

can anyone help me, google translater module in drupal 7
i do not need i18n module functionality

Read more
amharis's picture

Hi Friends i need help drupal & joomla

hi, friends i am haris from trichy
i am using My website (www.citystartravels.com) allrady instald drupal. i want remove drupal i want instal JOOMLA Plez Help Me...

Thanks and Regards,
A.M.Haris
Mobile - +91 7871340341
tmngroup@hotmail.com

Read more
Subscribe with RSS Syndicate content

Technopark

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week