Nous recherchons des profils expérimentés en développement PHP et Drupal (front and back-end) disponibles sur Casablanca pour un début la deuxième semaine de janvier 2013, Salaire et plan de carrières attractifs, si votre profil correspond à l'offre ci dessous, prière d'envoyer votre CV (Version anglaise ou française) avec le titre de l'offre en objet du mail à amine.mouhyi@ivaloris.ma.
Hello and Merry Christmas and Happy New Year to everyone!
I am looking for occasional help with drupal-based sites. Tasks may vary and include (but not limited to) css fixes, module installation and configuration, dummy or real content creation, moving sites/databases between hosts using ftp/ssh . Tasks complexity depends on your skills. Currently novice/junior tasks are available so starters who are reliable and able to learn fast are welcome to apply. Expected work load is a few hours during the day. Location doesn't matter, remote communication is fine.
Hi
We have 3 sites selling personalized jewelry online. Each one is targeted to different country.
Our us site has pr 5 ranking. and the occurred again.
I believe that the problem is connected to site code.
Description:
If you Cut the home page content and paste it with quotes "XXXXXXX" then Google find it
When i am doing the same operation to content the is placed in internal pages or views Google cant find nothing
Google find articles but not the products
I tried to replace content change meta description but nothing helped
Hi there,
Over the years I've been running Ubercart and I've upgraded from drupal 4 to 5 to 6 to 7.
At some point a few years back I could no longer select the "category" for a Product. The Category pop is always empty, no matter what I do to add new Taxonomy, delete all the taxonomy entries and re-enter new ones, re-select a term to be assigned for a catalog, etc.
Both uc_rules and uc's conditional actions provide the action I need -- 'Update order status'. So I don't mind which of the two you pick.
What I need here is basically a new event/trigger that when a certain form is submitted the order status will change. The form I'm referring to is 'uc_order_attributes_form' by UC Order Attributes module. If you are not familiar with uc_order_attributes its a contrib module for uc so one could edit existing attributes in an order as the current setup of uc does not allow this. So I want to change order status once there is an attribute change.
I managed to add a submit event on uc_order_attributes_form by using rules' rules_forms module but the action I need is not available.
I know that I need to properly integrate uc_order_attributes module to rules using the hook_rules_event_info() function to be able to do this. I prefer the uc_rules (or uc_ca) method though as the action is already available there and I think much faster to accomplish.
So what I'm looking for here is something like below which I can just paste to the existing uc_rules_rules_event_info() of the uc_rules module.
$items['uc_rules_order_attribs_update_blah_blah'] = array(
'label' => t('Attributes were edited'),
'arguments' => array(
'uc_order' => array(