This structure has posed a problem to me for days now. I am not sure is is solvable outside of some expert custom code.
D7 Site:
I am bringing in Legal Acts and Regulations. I want to bring it in pieces as entities, as I want to use entity reference search to filter and select desired entity for node. Sounds simple except the structure doesn't want to place nice.
I have Megarow table of content types (my_content_types) with an Operations field. I cannot work out how to make the 'Edit' function work (only function). After the 'pipe' I have tried various paths from 'node/%/edit' to 'node/[nid]/edit but it always returns a 'page not found' error. The 'Edit' link on hover shows as megarows_display/node/%/edit so I'm not sure how I pick up the '%' or 'nid'. I can find no published documentation or help.
I am new in Drupal. I need to create a custom database table and provide the front end to search the data only from that table in Drupal 7. Can anyone please help?
Forgive the potential ignorance of my question; I'm totally new to the Drupal platform.
There is a custom module installed on our website that sits on the front page in the form of a Block "Weather bar"; it shows a date, weather data drawn from another site, and then there are up to fields that can be edited by us through the Drupal CMS.
I am trying to import an xlsx import into my site. I already have the feed setup, but there isn't a way to build a composite unique field (like for example, if any value in column 1 and any value in column 2 together (but not separately) exist, don't import. Is there a way I can do this? I'm trying to avoid building a custom parser if I can use built in feeds to do it.