I made a table using the TableField module in Drupal 7 but I would like to hide the label of the table field from my content. Any ideas on how I could do that?
After running the update through the admin dashboard online, I receive this error message "Fatal error: Call to undefined function menu_execute_active_handler() in /home/yviae/public_html/index.php on line 21"
I have my personal web site here rasmusmarkpedersen.dk and the login page for administration has disappeared.
I have tried to acces it through /user, /user/login, /admin, /?q=user, /?q=user/login and /?q=admin and it just goes to my front page.
I have tried to use my backups, but when I install a 3 month old back up, where i know it worked, then it is still impossible to access my admin login page.
I do not know what to try next. Anyone has an suggestion?
I am prepopulating the list of District from a CRM in my Drupal project, but by using Select Option, I am getting an error that "The field supports a maximum of 500 options. Please reduce the number of options."
Total District count is 543 in my codebase.
How to remove/increase the limit of the select box
Hi.
I have added a Product reference field to Product (not a Content type). This field contains product IDs of related products. So, I need to extract 2 values.
Field's machine name is field_related_products (number of values unlimited)
But I cannot get a values thru $product->field_related_products['und'][0]->product_id();
Meanwhile $product is an Array contain values I need;
The table field_data_field_related_products have a field named field_related_products_product_id